summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* DebugInfo: Use a 64 bit type for the subrangeDavid Blaikie2014-04-03
* ARM: Add support for segmented stacksOliver Stannard2014-04-02
* clarify commentAdrian Prantl2014-04-02
* Adjust comments regarding non-relocated abbrev offset in debug_info.dwoDavid Blaikie2014-04-02
* Split debug_loc and debug_loc.dwo emission into two separate functionsDavid Blaikie2014-04-02
* DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an...David Blaikie2014-04-02
* Add a doxygen comment to DebugLocEntry::Merge.Adrian Prantl2014-04-01
* DebugLocEntry: Actually merge the loc entry when returning true.David Blaikie2014-04-01
* Fix accidental fallthrough in DebugLocEntry::hasSameValueOrLocationDavid Blaikie2014-04-01
* Remove unused function DebugLocEntry::isEmptyDavid Blaikie2014-04-01
* Refactor out the comparison of the location/value in a DebugLocEntryDavid Blaikie2014-04-01
* DebugInfo: Split DebugLocEntry into its own file.David Blaikie2014-04-01
* DwarfDebug: Prevent DebugLocEntry merging from coalescing two differentAdrian Prantl2014-04-01
* DebugInfo: Factor out common functionality for rendering debug_loc and debug_...David Blaikie2014-04-01
* Cleanup remaining use of removed variable to fix the buildDavid Blaikie2014-04-01
* Simplify debug_loc.dwo handling slightly.David Blaikie2014-04-01
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.Adrian Prantl2014-04-01
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* Follow-up to r204790: don't try to emit line tables if there are no functions...Timur Iskhodzhanov2014-03-26
* Fix PR19239 - Add support for generating debug info for functions without lex...Timur Iskhodzhanov2014-03-26
* DebugInfo: Add GNU_addr_base and GNU_ranges_base only when there are addresse...David Blaikie2014-03-25
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-25
* DebugInfo: Remove unnecessary zero-size checkDavid Blaikie2014-03-25
* DebugInfo: Simplify debug loc list handling by keeping separate listsDavid Blaikie2014-03-24
* DwarfDebug: Simplify debug_loc mergingDavid Blaikie2014-03-24
* Get rid of an unnecessary use of the * and & operators.Adrian Prantl2014-03-24
* DebugInfo: Add DW_AT_GNU_ranges_base to skeleton CUsDavid Blaikie2014-03-24
* DebugInfo: Implement relative addressing for DW_AT_ranges under fissionDavid Blaikie2014-03-24
* DebugInfo: Don't emit relocations to abbreviations in debug_info.dwoDavid Blaikie2014-03-24
* DwarfDebug: Remove an unused parameterDavid Blaikie2014-03-24
* Remove unused parameterDavid Blaikie2014-03-24
* Delete stale comment. Thanks, Eric!Adrian Prantl2014-03-21
* Dwarf Debug: Remove some cargo-cult type uniquing. Scopes do not haveAdrian Prantl2014-03-21
* DebugInfo: Omit DW_AT_addr_base from skeletal type units.David Blaikie2014-03-21
* Typo.Eric Christopher2014-03-20
* Reapply DW_AT_low/high_pc patch:Eric Christopher2014-03-20
* Add comments from Eric's review of r204094.David Blaikie2014-03-20
* Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."Eric Christopher2014-03-20
* Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.Eric Christopher2014-03-19
* DebugInfo: Use the comp_dir of the referencing type units when building debug...David Blaikie2014-03-19
* MachO: Emit a version-min load command when possible.Jim Grosbach2014-03-18
* More header and forward declaration cleanup.Eric Christopher2014-03-18
* Add back the headers we're getting via (likely) transitive includes.Eric Christopher2014-03-18
* Fix for coding style.Eric Christopher2014-03-18
* Remove a bunch of unnecessary includes and forward declarations.Eric Christopher2014-03-18
* Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.Adrian Prantl2014-03-18
* DwarfDebug: Only unique retained types instead of all types.Adrian Prantl2014-03-18
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-18
* Replace unnecessary #include directive with forward declarations.Adrian Prantl2014-03-18