summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the intermediate AccelObjC maps in DWARF unitsDavid Blaikie2014-04-241-0/+3
* Remove intermediate accelerator table for names.David Blaikie2014-04-231-0/+7
* Move the AddressPool from DwarfFile to DwarfDebug.David Blaikie2014-04-231-0/+4
* Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie2014-04-231-90/+1
* Push memory ownership of DwarfUnits into clients of DwarfFile.David Blaikie2014-04-221-17/+20
* Use std::unique_ptr to handle ownership of DwarfUnits in DwarfFile.David Blaikie2014-04-221-6/+5
* Simplify address pool index assignment.David Blaikie2014-04-221-3/+1
* Revert "Use value semantics to manage DbgVariables rather than dynamic alloca...David Blaikie2014-04-221-12/+4
* Use value semantics to manage DbgVariables rather than dynamic allocation/poi...David Blaikie2014-04-211-4/+12
* Use std::unique_ptr for DIE childrenDavid Blaikie2014-04-141-2/+2
* Use dwarf::Tag rather than unsigned for DIE::Tag to make debugging easier.David Blaikie2014-04-121-1/+1
* Split debug_loc and debug_loc.dwo emission into two separate functionsDavid Blaikie2014-04-021-0/+3
* DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an...David Blaikie2014-04-021-3/+5
* DebugInfo: Split DebugLocEntry into its own file.David Blaikie2014-04-011-85/+1
* DwarfDebug: Prevent DebugLocEntry merging from coalescing two differentAdrian Prantl2014-04-011-2/+9
* DebugInfo: Factor out common functionality for rendering debug_loc and debug_...David Blaikie2014-04-011-0/+3
* Simplify debug_loc.dwo handling slightly.David Blaikie2014-04-011-4/+1
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-251-1/+4
* DebugInfo: Simplify debug loc list handling by keeping separate listsDavid Blaikie2014-03-241-2/+3
* DwarfDebug: Simplify debug_loc mergingDavid Blaikie2014-03-241-14/+10
* DwarfDebug: Remove an unused parameterDavid Blaikie2014-03-241-2/+1
* 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
OpenPOWER on IntegriCloud