aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/fission-cu.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+6
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-8/+8
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-23/+23
* Merging r195504:Manman Ren2013-12-091-0/+2
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-291-9/+9
* Move the addition of the dwo_id as late as possible after everythingEric Christopher2013-08-121-2/+2
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-221-1/+1
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-191-1/+1
* PR14606: debug info imported_module supportDavid Blaikie2013-04-191-1/+1
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-091-13/+13
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-071-0/+12
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-3/+3
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-3/+3
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-201-1/+1
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-201-1/+1
* Remove unused field in DICompileUnitDavid Blaikie2013-03-201-1/+1
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-191-1/+1
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-1/+2
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-131-1/+1
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-121-1/+1
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-111-1/+1
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-221-1/+1
* Add support for testing the output of the abbrev table for theEric Christopher2013-02-051-0/+10
* Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher2013-02-051-1/+4
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-021-4/+2
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-251-1/+1
* Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher2013-01-181-0/+6
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-171-4/+8
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-171-0/+1
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-151-1/+39
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-071-4/+4
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-021-2/+12
* For the dwarf5 split debug info code split out the string sectionEric Christopher2012-12-271-2/+2
* Split out abbreviations for the skeleton info from the rest ofEric Christopher2012-12-191-0/+3
* Refactor out the abbreviation handling into a separate class thatEric Christopher2012-12-101-1/+1
* Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher2012-12-101-1/+1
* Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher2012-11-301-0/+26