summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-081-1/+1
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-261-0/+7
* Clarify comments.Eric Christopher2013-07-141-4/+1
* Update comment to avoid mentioning DbgValues which is an instanceEric Christopher2013-07-081-1/+1
* Debug Info: clean up usage of Verify.Manman Ren2013-07-081-3/+3
* Make DotDebugLocEntry a class, reorder the members along with commentsEric Christopher2013-07-031-5/+20
* Add names to the header file since they help in documenting the APIEric Christopher2013-07-031-10/+11
* Move typedefs inside the class that they belong to.Eric Christopher2013-07-031-10/+7
* Remove unused field.Eric Christopher2013-07-031-12/+19
* Constify a few functions.Eric Christopher2013-07-031-3/+3
* Introduce some typedefs for DenseMaps containing SmallVectors so the vector s...Craig Topper2013-07-031-2/+6
* Move instance variable before experimental section.Eric Christopher2013-07-031-4/+5
* Fix typo to make grep for DW_AT_comp_dir work without case-insensitiveEric Christopher2013-07-031-1/+1
* Remove unnecessary forward declare.Eric Christopher2013-07-031-1/+0
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-021-0/+5
* [DebugInfo] Hold generic MCExpr in AddrPoolUlrich Weigand2013-07-021-2/+2
* PR14728: DebugInfo: TLS variables with -gsplit-dwarfDavid Blaikie2013-07-011-1/+2
* DebugInfo: Simplify the AddressPool representationDavid Blaikie2013-06-281-3/+2
* DebugInfo: constify the AddressPool MCSymbol pointersDavid Blaikie2013-06-281-2/+3
* LTO+Debug Info: revert r182791.Manman Ren2013-05-291-9/+0
* LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee isManman Ren2013-05-281-0/+9
* Remove more dead code.Rafael Espindola2013-05-111-10/+0
* Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie2013-05-081-2/+2
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-071-3/+3
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-061-0/+13
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-221-0/+3
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-191-3/+0
* PR14606: debug info imported_module supportDavid Blaikie2013-04-191-0/+3
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-071-1/+1
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-121-0/+4
* Remove support for versioned debug info.David Blaikie2013-03-111-8/+0
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-2/+5
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-121-0/+3
* "Clean up" line section symbol emission by emitting the sectionEric Christopher2013-02-071-1/+1
* Clean up multiple skeleton compile units if we have multiple compileEric Christopher2013-02-061-2/+2
* Remove some dead code.Eric Christopher2013-02-061-3/+0
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-151-3/+22
* Move the string pools down into the units. No functional change.Eric Christopher2013-01-081-12/+5
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-071-1/+5
* For the dwarf5 split debug info code split out the string sectionEric Christopher2012-12-271-5/+17
* Whitespace and 80-column cleanup.Eric Christopher2012-12-201-1/+2
* Start splitting out the debug string section handling by moving itEric Christopher2012-12-201-11/+24
* Split out abbreviations for the skeleton info from the rest ofEric Christopher2012-12-191-1/+18
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Declare class DwarfDebug before use instead of relying on a forward declarationDmitri Gribenko2012-12-161-0/+1
* To simplify some code move the unit emission into the holders.Eric Christopher2012-12-151-6/+8
* Update some comments.Eric Christopher2012-12-111-2/+2
* Refactor out the abbreviation handling into a separate class thatEric Christopher2012-12-101-3/+37
* Rearrange vars and make comments more obvious.Eric Christopher2012-12-101-3/+5
* Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher2012-12-101-9/+10
OpenPOWER on IntegriCloud