DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emits zero...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.cpp
2014-02-04 David BlaikieDebugInfo: Remove some unneeded conditionals now that...
2014-01-31 Paul RobinsonIf we're not producing DWARF accel tables, don't waste...
2014-01-28 Adrian Prantltypo
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 ChristopherAvoid emitting a DWARF type attribute for an ObjC prope...
2014-01-18 Adrian PrantlDebug info (LTO): Move the creation of accessibility...
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 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-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
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 David BlaikieRevert "Reverting r193835 due to weirdness with Go..."
2014-01-03 David BlaikieReverting r193835 due to weirdness with Go...
2014-01-02 Eric ChristopherSimplify conditional.
2014-01-02 Adrian PrantlRevert "Debug info: Add enumerators to the __apple_name...
2013-12-30 Eric ChristopherRefactor and reduce code duplication for non-split...
2013-12-30 Eric ChristopherRevert r198208 and reapply:
2013-12-30 NAKAMURA TakumiRevert r198199 (and r198202). It broke 3 DebugInfo...
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-28 Eric ChristopherRemove AsmPrinter::needsRelocationsForDwarfStringPool...
2013-12-23 Adrian PrantlDebug info: Add enumerators to the __apple_names accele...
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
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-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-05 Eric ChristopherFix comment.
2013-12-04 David BlaikieDwarfUnit: Correct comment by generalizing over all...
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-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....