aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-211-2/+2
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-2/+2
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-201-2/+2
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-201-2/+2
* Remove unused field in DICompileUnitDavid Blaikie2013-03-201-2/+2
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-2/+4
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-131-2/+2
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-121-2/+2
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-121-2/+2
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-3/+6
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-051-0/+62