[cleanup] Re-sort all the includes with utils/sort_includes.py.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.h
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-27 Eric ChristopherIf we're only emitting line tables for a particular...
2014-02-25 Adrian PrantlAddress review comments for r202188.
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
2014-02-25 Adrian PrantlRevert "Debug info: Support variadic functions."
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
2014-02-16 Eric ChristopherAdd a DIELoc class to cover the DW_FORM_exprloc set...
2014-02-14 David BlaikieDebugInfo: Implement DW_AT_stmt_list for type units
2014-02-14 David BlaikieDwarfUnit: Remove unnecessarily explicit/out of line...
2014-02-14 David BlaikieDwarfUnit: Refactor out DW_AT_stmt_list creation into...
2014-02-12 David BlaikieFix some formatting in my last commit (r201196)
2014-02-12 David BlaikieDwarfUnit: Provide a reference to a defining DwarfCompi...
2014-02-12 David BlaikieDwarfUnit: Refactor DW_AT_file creation into a common...
2014-02-10 David BlaikieRemove some prototype code accidentally committed in...
2014-02-09 David BlaikieFix formatting introduced in r200941
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-09 David BlaikieDwarfUnit: Rename "Node" to "CUNode" and propagate...
2014-01-09 David BlaikieRevert "DwarfUnit: Move the DICompileUnit Node to the...
2014-01-09 David BlaikieDwarfUnit: Move the DICompileUnit Node to the DwarfComp...
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 ChristopherAdd support for a CU to output a set of ranges for...
2013-12-17 David BlaikieDebugInfo: Introduce new DIValue, DIETypeSignature...
2013-12-14 Juergen RibutzkaRemove weak vtables. No functional change.
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-11 David BlaikieDwarfUnit: LLVM_OVERRIDE and constify some functions
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-05 Eric ChristopherRename DwarfUnits to DwarfFile to help avoid some namin...
2013-12-04 Eric ChristopherMake RangeSpanList take a symbol for the beginning...
2013-12-04 Eric ChristopherUse move and stack allocation for RangeSpanLists. As...
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....