summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/fission-cu.ll
Commit message (Expand)AuthorAge
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-29
* Move the addition of the dwo_id as late as possible after everythingEric Christopher2013-08-12
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-09
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-07
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-20
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-20
* Remove unused field in DICompileUnitDavid Blaikie2013-03-20
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-19
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-17
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-13
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-12
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-11
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-22
* Add support for testing the output of the abbrev table for theEric Christopher2013-02-05
* Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher2013-02-05
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-02
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-25
* Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher2013-01-18
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-17
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-17
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-15
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-07
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-02
* For the dwarf5 split debug info code split out the string sectionEric Christopher2012-12-27
* Split out abbreviations for the skeleton info from the rest ofEric Christopher2012-12-19
* Refactor out the abbreviation handling into a separate class thatEric Christopher2012-12-10
* Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher2012-12-10
* Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher2012-11-30