summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAge
* Add support for enum forward declarations.Eric Christopher2012-06-01
* Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne2012-05-27
* Add support for C++11 enum classes in llvm.Eric Christopher2012-05-23
* Untabify and 80-col.Eric Christopher2012-05-22
* Formatting consistency.Eric Christopher2012-05-22
* Handle OpDeref in case it comes in as a register operand.Eric Christopher2012-05-08
* Make comment here more clear.Eric Christopher2012-04-16
* Add support for objc property decls according to the page at:Eric Christopher2012-03-29
* Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher2012-03-28
* For types with a parent of the compile unit make sure and emitEric Christopher2012-03-15
* Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher2012-03-15
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-03-14
* Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher2012-03-07
* Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher2012-02-22
* Add the source language into the compile unit.Eric Christopher2012-02-22
* Remove extra semi-colon.Eric Christopher2012-02-22
* There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher2012-02-21
* Remove tabs.Devang Patel2012-02-07
* DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel2012-02-06
* Emit new property tag.Devang Patel2012-02-04
* Add a comment and ensure that anyone else looking at this code doesn't startEric Christopher2012-01-06
* As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher2012-01-06
* Resolve part of a fixme and add a new one.Eric Christopher2011-12-16
* Add a fixme here.Eric Christopher2011-12-16
* DW_AT_virtuality is also defined to be constant, not flag.Nick Lewycky2011-12-14
* DW_AT_accessibility is "constant" class, not form class, so it may not useNick Lewycky2011-12-13
* DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel2011-11-17
* Initialize variable.Eric Christopher2011-11-11
* If we have a DIE with an AT_specification use that instead of the normalEric Christopher2011-11-11
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-10
* Move type handling to make sure we get all created types that aren'tEric Christopher2011-11-10
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-09
* Also add the linkage name to the name accelerator tables if it existsEric Christopher2011-11-08
* Add all completed and named types to the dwarf type accelerator tables.Eric Christopher2011-11-07
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-07
* Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi2011-10-28
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-28
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-26
* Whitespace.Eric Christopher2011-10-03
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-26
* Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel2011-09-21
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-14
* Eliminate unnecessary forwarding function.Devang Patel2011-08-18
* Add new DIE into the map asap.Devang Patel2011-08-18
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-16
* Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel2011-08-15
* Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel2011-08-15
* Refactor. A subprogram is part of compile unit so let CompileUnit construct n...Devang Patel2011-08-15
* While emitting constant value, look through derived type and use underlying b...Devang Patel2011-07-20