aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move TargetData to DataLayout.Micah Villmow2012-10-081-5/+5
* Only emit DW_AT_object_pointer if this is a definition.Eric Christopher2012-09-201-3/+0
* Recommit, with fixes:Eric Christopher2012-09-121-0/+3
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-121-4/+0
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-121-0/+4
* No reason to construct this twice.Eric Christopher2012-09-101-1/+1
* Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher2012-08-241-20/+26
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-08-231-1/+8
* Grammar.Eric Christopher2012-08-141-1/+1
* Reduce some code duplication.Eric Christopher2012-07-041-19/+4
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-291-1/+1
* Add support for enum forward declarations.Eric Christopher2012-06-011-6/+7
* Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne2012-05-271-5/+5
* Add support for C++11 enum classes in llvm.Eric Christopher2012-05-231-0/+5
* Untabify and 80-col.Eric Christopher2012-05-221-17/+17
* Formatting consistency.Eric Christopher2012-05-221-3/+4
* Handle OpDeref in case it comes in as a register operand.Eric Christopher2012-05-081-1/+2
* Make comment here more clear.Eric Christopher2012-04-161-3/+4
* Add support for objc property decls according to the page at:Eric Christopher2012-03-291-0/+20
* Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher2012-03-281-6/+12
* For types with a parent of the compile unit make sure and emitEric Christopher2012-03-151-5/+4
* Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher2012-03-151-5/+8
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-03-141-5/+5
* Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher2012-03-071-5/+6
* Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher2012-02-221-3/+12
* Add the source language into the compile unit.Eric Christopher2012-02-221-2/+3
* Remove extra semi-colon.Eric Christopher2012-02-221-1/+1
* There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher2012-02-211-1/+1
* Remove tabs.Devang Patel2012-02-071-17/+17
* DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel2012-02-061-0/+11
* Emit new property tag.Devang Patel2012-02-041-1/+29
* Add a comment and ensure that anyone else looking at this code doesn't startEric Christopher2012-01-061-6/+5
* As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher2012-01-061-2/+15
* Resolve part of a fixme and add a new one.Eric Christopher2011-12-161-2/+5
* Add a fixme here.Eric Christopher2011-12-161-0/+1
* DW_AT_virtuality is also defined to be constant, not flag.Nick Lewycky2011-12-141-2/+2
* DW_AT_accessibility is "constant" class, not form class, so it may not useNick Lewycky2011-12-131-6/+6
* DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel2011-11-171-4/+4
* Initialize variable.Eric Christopher2011-11-111-1/+2
* If we have a DIE with an AT_specification use that instead of the normalEric Christopher2011-11-111-7/+10
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-101-1/+12
* Move type handling to make sure we get all created types that aren'tEric Christopher2011-11-101-7/+5
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-091-4/+2
* Also add the linkage name to the name accelerator tables if it existsEric Christopher2011-11-081-0/+5
* Add all completed and named types to the dwarf type accelerator tables.Eric Christopher2011-11-071-0/+6
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-071-2/+11
* Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi2011-10-281-7/+9
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-281-15/+11
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-28/+33
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-261-19/+16