Revert r200340, "Add line table debug info to COFF files when using a win32 triple."
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
2014-01-29 NAKAMURA TakumiRevert r200340, "Add line table debug info to COFF...
2014-01-28 Timur IskhodzhanovAdd line table debug info to COFF files when using...
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-27 Eric ChristopherReformat slightly.
2014-01-24 Eric ChristopherRevert "Use DW_AT_high_pc and DW_AT_low_pc for the...
2014-01-24 Eric ChristopherUse DW_AT_high_pc and DW_AT_low_pc for the high and...
2014-01-23 Eric ChristopherMake the use of DW_AT_ranges in the compile unit depend...
2014-01-20 Chandler CarruthFix a DenseMap iterator invalidation bug causing lots...
2014-01-15 Eric ChristopherMake sure we emit a relocation to the debug_ranges...
2014-01-14 Eric ChristopherEnable use of ranges for translation units in the prese...
2014-01-11 Eric ChristopherRevert r198979 - accidental commit.
2014-01-11 Eric ChristopherReformat.
2014-01-11 Eric ChristopherUpdate function name and add some helpful comments.
2014-01-10 David BlaikieRevert "Revert r198851, "Prototype of skeleton type...
2014-01-09 NAKAMURA TakumiRevert r198851, "Prototype of skeleton type units for...
2014-01-09 David BlaikiePrototype of skeleton type units for fission
2014-01-09 David BlaikieDwarfDebug: Refactor out common skeleton construction...
2014-01-09 David BlaikieReformatting for r198842
2014-01-09 David BlaikieDwarfUnit: Rename "Node" to "CUNode" and propagate...
2014-01-07 Benjamin KramerEmit arange padding with a single directive.
2014-01-03 David BlaikieRevert "Revert "Debug Info: Type Units: Simplify type...
2014-01-03 David BlaikieRevert "Debug Info: Type Units: Simplify type hashing...
2014-01-03 David BlaikieDebug Info: Type Units: Simplify type hashing using...
2014-01-03 Eric Christopher80-column.
2014-01-03 Eric ChristopherRemove TextSectionSym as it is unused.
2014-01-02 Eric ChristopherRemove comments on CU skeleton construction, they're...
2014-01-02 Eric ChristopherElaborate on comment for skeleton CU construction.
2014-01-02 Eric ChristopherRevert seemingly unnecessary section sym for the data...
2014-01-02 Eric ChristopherFix up a couple of review comments:
2013-12-30 Eric ChristopherRevert r198208 and reapply:
2013-12-30 NAKAMURA TakumiRevert r198199 (and r198202). It broke 3 DebugInfo...
2013-12-30 Eric ChristopherFix aranges and split dwarf by ensuring that the symbol...
2013-12-30 Eric ChristopherReapply r198196 with a fix to zero initialize the skele...
2013-12-30 Eric ChristopherTemporarily revert "Use a pointer to keep track of...
2013-12-30 Eric ChristopherUse a pointer to keep track of the skeleton unit for...
2013-12-20 Eric ChristopherRanges in the .debug_range section need to have begin...
2013-12-20 Eric ChristopherAdd support for a CU to output a set of ranges for...
2013-12-17 David BlaikieDebugInfo: Introduce new DIValue, DIETypeSignature...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-11 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-11 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-10 Eric ChristopherDisable emitting DW_AT_GNU_ranges_base until we actuall...
2013-12-10 Eric ChristopherWe never emit info into the macro info section, stop...
2013-12-09 Eric ChristopherRename CompileUnit->DwarfCompileUnit and TypeUnit-...
2013-12-09 Eric ChristopherRename Unit->DwarfUnit to match the file name and make...
2013-12-09 David BlaikieDwarfDebug/Unit: Remove another case of label recreatio...
2013-12-06 David BlaikieDebugInfo: Move unit begin/end labels into the unit
2013-12-06 David BlaikieDebugInfo: Include the section and start-of-section...
2013-12-06 David BlaikieDwarfDebug: Walk skeletons during fission pubtypes...
2013-12-06 David BlaikieDebugInfo: Ensure unit IDs (for non-skeletal units...
2013-12-05 Eric ChristopherRename DwarfUnits to DwarfFile to help avoid some namin...
2013-12-05 David BlaikieDwarfDebug/DwarfUnit: Push abbreviation structures...
2013-12-05 David BlaikieDwarfDebug: Avoid unnecessary abbreviation lookup when...
2013-12-05 David BlaikieDwarfDebug: Remove trivial function wrapper
2013-12-05 Eric Christopher80-column.
2013-12-05 Eric ChristopherRemove special handling for DW_AT_ranges support by...
2013-12-04 Eric ChristopherUpdate comment.
2013-12-04 Eric ChristopherUpdate comment.
2013-12-04 Eric ChristopherMake RangeSpanList take a symbol for the beginning...
2013-12-04 David BlaikieDwarfDebug: Unconditionalize trivial asm comments
2013-12-04 David BlaikieDwarfDebug: Reduce code duplication for sec offset...
2013-12-04 Eric ChristopherCouple of small logical cleanups to use !empty rather...
2013-12-04 Eric ChristopherUse move and stack allocation for RangeSpanLists. As...
2013-12-04 David BlaikieDebugInfo: Remove unused start/end labels for the debug...
2013-12-04 David BlaikieDebugInfo: Avoid recreating matching labels in disparat...
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-12-03 NAKAMURA TakumiRevert r196270, "Generalize debug info / EH emission...
2013-12-03 Timur IskhodzhanovGeneralize debug info / EH emission in AsmPrinter
2013-12-03 Eric ChristopherRefactor the handling of lexical block and inline scope...
2013-12-03 Eric ChristopherMake ranges and range lists be a discrete entity that...
2013-12-02 David BlaikieDebugInfo: Rename generic unit references to "TheU...
2013-12-02 David BlaikieDebugInfo: Rename DwarfCompileUnit.* to DwarfUnit....
2013-12-02 David BlaikieDebugInfo: Refactor CompileUnit into a Unit baseclass...
2013-12-02 David BlaikieDebugInfo: Type Units: Propagate the correct DW_AT_lang...
2013-11-26 Eric Christopher80-column fixups.
2013-11-26 David BlaikieDwarfDebug: Include type units in accelerator tables.
2013-11-26 David BlaikieDebugInfo: Pubtypes: Coelesce pubtype registration...
2013-11-23 David BlaikieDwarfDebug: Move ownership of CompileUnits into DwarfUnits
2013-11-23 Eric ChristopherRefactor DW_AT_ranges handling to use labels for ranges...
2013-11-21 Eric ChristopherIn Dwarf 3 (and Dwarf 2) attributes whose value are...
2013-11-21 Eric ChristopherConstify the DIEs used for pubname and pubtype tables...
2013-11-19 David BlaikieDebugInfo: Partial implementation of DWARF type units.
2013-11-19 David BlaikieDebugInfo: Constify accelerator table handling, and...
2013-11-19 Eric ChristopherFix comment.
2013-11-19 Eric ChristopherRefactor the section emission code to remove duplicates...
2013-11-19 Eric ChristopherReformat file.
2013-11-18 David BlaikieDwarfDebug: Move trailing else to the same line as...
2013-11-18 David BlaikieDwarfDebug: Remove some more redundant explicit constru...
2013-11-17 David BlaikieDwarfCompileUnit: Add type safety to createGlobalVariab...
2013-11-16 Eric ChristopherFor dwarf4 use the correct form for referencing debug_l...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety to CompileUnit::getNo...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety by using DICompileUni...
2013-11-15 David BlaikieDwarfDebug: Push DISubprogram through updateSubprogramS...
2013-11-15 David BlaikieDwarfCompileUnit: Push DIDescriptors through a getDIE...
2013-11-15 Eric ChristopherUse a reference rather than a pointer as we don't expec...
2013-11-01 Eric ChristopherComment some and reformat for clarity beginFunction.
next