summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
* Typo.Eric Christopher2014-03-201-1/+1
* Reapply DW_AT_low/high_pc patch:Eric Christopher2014-03-201-12/+29
* Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."Eric Christopher2014-03-201-13/+3
* Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.Eric Christopher2014-03-191-3/+13
* DebugInfo: Use the comp_dir of the referencing type units when building debug...David Blaikie2014-03-191-4/+11
* Add back the headers we're getting via (likely) transitive includes.Eric Christopher2014-03-181-0/+4
* Fix for coding style.Eric Christopher2014-03-181-1/+1
* Remove a bunch of unnecessary includes and forward declarations.Eric Christopher2014-03-181-17/+4
* Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.Adrian Prantl2014-03-181-8/+0
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-181-4/+6
* Replace unnecessary #include directive with forward declarations.Adrian Prantl2014-03-181-1/+2
* Shorten DotDebugLocEntry to just DebugLocEntry and reformat.Eric Christopher2014-03-181-19/+13
* DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...David Blaikie2014-03-181-1/+1
* DebugInfo: Implement debug_line.dwo for file names used in type units during ...David Blaikie2014-03-181-0/+8
* DebugInfo: Do not rely on the compilation dir (index 0) for files in line tab...David Blaikie2014-03-181-1/+2
* DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnitDavid Blaikie2014-03-171-6/+0
* DebugInfo: Use MC line table file entry uniquing for non-asm input as well.David Blaikie2014-03-171-6/+0
* Debug Info: Fix LTO type uniquing for C++ member declarationsAdrian Prantl2014-03-141-0/+8
* DebugInfo: Refactor emitDebugPubNames/Types into a common implementationDavid Blaikie2014-03-111-0/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-6/+6
* Add support for hashing location information for CU level hashes.Eric Christopher2014-03-081-3/+9
* Two part patch:Eric Christopher2014-03-071-0/+4
* DebugInfo: Refactor high_pc/low_pc construction into reusable functionDavid Blaikie2014-03-071-0/+3
* Constify a few things with DotDebugLocEntry.Eric Christopher2014-03-061-2/+2
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Remove the last of the special case code for emitting attributes.Eric Christopher2014-03-061-0/+4
* constify a few accessors.Eric Christopher2014-03-061-3/+3
* Add a DIELocList class to handle pointers into the location list.Eric Christopher2014-03-051-0/+3
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-051-1/+1
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* Add a DIELoc class to cover the DW_FORM_exprloc set of expressionsEric Christopher2014-02-161-1/+1
* DebugInfo: Deduplicate entries in the fission address tableDavid Blaikie2014-02-151-3/+7
* DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeU...David Blaikie2014-02-121-2/+2
* Make the compile unit map a MapVector so that we can assume a stableEric Christopher2014-01-291-1/+2
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-281-0/+4
* Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"Eric Christopher2014-01-241-1/+0
* Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for aEric Christopher2014-01-241-0/+1
* Make sure we emit a relocation to the debug_ranges section in theEric Christopher2014-01-151-0/+6
* Revert "Revert r198851, "Prototype of skeleton type units for fission""David Blaikie2014-01-101-0/+4
* Revert r198851, "Prototype of skeleton type units for fission"NAKAMURA Takumi2014-01-091-4/+0
* Prototype of skeleton type units for fissionDavid Blaikie2014-01-091-0/+4
* DwarfDebug: Refactor out common skeleton construction code to be reused for t...David Blaikie2014-01-091-0/+3
* DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit a...David Blaikie2014-01-091-2/+2
* Revert "Revert "Debug Info: Type Units: Simplify type hashing using IR-provid...David Blaikie2014-01-031-1/+2
* Revert "Debug Info: Type Units: Simplify type hashing using IR-provided uniqu...David Blaikie2014-01-031-2/+1
* Debug Info: Type Units: Simplify type hashing using IR-provided unique names.David Blaikie2014-01-031-1/+2
* Revert r198208 and reapply:Eric Christopher2013-12-301-1/+2
* Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-c...NAKAMURA Takumi2013-12-301-2/+1
* Fix aranges and split dwarf by ensuring that the symbol and relocationEric Christopher2013-12-301-1/+2
* DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...David Blaikie2013-12-171-7/+3
OpenPOWER on IntegriCloud