aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
AgeCommit message (Expand)Author
2012-03-15For types with a parent of the compile unit make sure and emitEric Christopher
2012-03-15Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher
2012-03-14Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher
2012-03-07Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher
2012-02-22Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher
2012-02-22Add the source language into the compile unit.Eric Christopher
2012-02-22Remove extra semi-colon.Eric Christopher
2012-02-21There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher
2012-02-07Remove tabs.Devang Patel
2012-02-06DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel
2012-02-04Emit new property tag.Devang Patel
2012-01-06Add a comment and ensure that anyone else looking at this code doesn't startEric Christopher
2012-01-06As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher
2011-12-16Resolve part of a fixme and add a new one.Eric Christopher
2011-12-16Add a fixme here.Eric Christopher
2011-12-14DW_AT_virtuality is also defined to be constant, not flag.Nick Lewycky
2011-12-13DW_AT_accessibility is "constant" class, not form class, so it may not useNick Lewycky
2011-11-17DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel
2011-11-11Initialize variable.Eric Christopher
2011-11-11If we have a DIE with an AT_specification use that instead of the normalEric Christopher
2011-11-10Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola
2011-11-10Move type handling to make sure we get all created types that aren'tEric Christopher
2011-11-09Remove the pubnames section, no one consumes it.Eric Christopher
2011-11-08Also add the linkage name to the name accelerator tables if it existsEric Christopher
2011-11-07Add all completed and named types to the dwarf type accelerator tables.Eric Christopher
2011-11-07Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher
2011-10-28Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi
2011-10-28Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky
2011-10-26Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky
2011-10-03Whitespace.Eric Christopher
2011-09-26Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy
2011-09-21Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel
2011-09-14Add support to emit debug info for C++0x nullptr type.Devang Patel
2011-08-18Eliminate unnecessary forwarding function.Devang Patel
2011-08-18Add new DIE into the map asap.Devang Patel
2011-08-16Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel
2011-08-15Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel
2011-08-15Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel
2011-08-15Refactor. A subprogram is part of compile unit so let CompileUnit construct n...Devang Patel
2011-07-20While emitting constant value, look through derived type and use underlying b...Devang Patel
2011-06-24Handle debug info for i128 constants.Devang Patel
2011-06-01Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...Devang Patel
2011-05-31Refactor.Devang Patel
2011-05-31Include global types, that are referenced through local variables, in debug_p...Devang Patel
2011-05-28Select DW_AT_const_value size based on global variable size.Devang Patel
2011-05-27Keep this simple. Use DIType to get signness and size of a type. Based on siz...Devang Patel
2011-05-27Handle signed types gracefully.Devang Patel
2011-05-27Select DW_AT_const_value size based on variable size.Devang Patel
2011-05-12Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel