summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
Commit message (Expand)AuthorAgeFilesLines
* Speculatively revert r289925, see PR31407Nico Weber2016-12-161-3/+3
* Update .debug_line section version information to match DWARF version.Ekaterina Romanova2016-12-161-3/+3
* Reverting back r285355: "Update .debug_line section version information to ma...Ekaterina Romanova2016-10-271-3/+3
* Update .debug_line section version information to match DWARF version.Ekaterina Romanova2016-10-271-3/+3
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-6/+4
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-2/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-4/+4
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-2/+2
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-2/+2
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-2/+2
* DebugInfo: Clarify test/DebugInfo/X86/stmt-list-multiple-compile-units.llDuncan P. N. Exon Smith2015-05-241-4/+6
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-20/+20
* Use a better name for compile unit labels.Rafael Espindola2015-03-101-2/+2
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-17/+17
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-4/+4
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-25/+25
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-15/+15
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-15/+15
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-15/+15
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-3/+3
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-3/+3
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-3/+3
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-011-2/+4
* Reapply DW_AT_low/high_pc patch:Eric Christopher2014-03-201-7/+11
* Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."Eric Christopher2014-03-201-11/+7
* Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.Eric Christopher2014-03-191-7/+11
* If we're only emitting line tables for a particular CU then don't addEric Christopher2014-02-271-2/+2
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie2014-02-041-1/+1
* If we use DW_AT_ranges we need to specify a base address that rangesEric Christopher2014-01-291-0/+4
* Turn on CU ranges if we've got multiple compile units in the sameEric Christopher2014-01-291-5/+5
* Revert r198208 and reapply:Eric Christopher2013-12-301-4/+4
* Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-c...NAKAMURA Takumi2013-12-301-4/+4
* Reapply r198196 with a fix to zero initialize the skeleton pointer.Eric Christopher2013-12-301-4/+4
* Temporarily revert "Use a pointer to keep track of the skeleton unit forEric Christopher2013-12-301-4/+4
* Use a pointer to keep track of the skeleton unit for each normal unitEric Christopher2013-12-301-4/+4
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-221-0/+2
* In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into aEric Christopher2013-11-211-2/+22
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-1/+1
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-1/+1
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-271-2/+1
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-4/+4
* Dwarf: use a single line table to generate assembly when .loc is used.Manman Ren2013-05-211-0/+6
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-221-2/+2
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-191-2/+2
* PR14606: debug info imported_module supportDavid Blaikie2013-04-191-2/+2
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-10/+10
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-10/+10
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-221-2/+2
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-221-2/+2
OpenPOWER on IntegriCloud