summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/dbg-merge-loc-entry.ll
Commit message (Expand)AuthorAgeFilesLines
* Move some debug testcases to the debug info directory.Eric Christopher2013-08-271-73/+0
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-2/+2
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-261-1/+2
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-4/+4
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-201-12/+6
* 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
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-16/+16
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-16/+16
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-221-2/+2
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-2/+2
* Remove unused field in DICompileUnitDavid Blaikie2013-03-201-1/+1
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-201-9/+9
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-191-6/+6
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-3/+5
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-131-2/+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
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-121-1/+1
* Upgrade tests to the latest debug info format.David Blaikie2013-03-081-19/+20
* Fix remaining lit tests which were failing when run on an AtomPreston Gurd2012-07-191-1/+1
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-091-1/+1
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-071-1/+1
* Make size computation less brittle.Rafael Espindola2011-05-271-1/+4
* Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.Jakob Stoklund Olesen2011-04-051-0/+1
* Collect and coalesce DBG_VALUE instructions before emitting the function.Jakob Stoklund Olesen2011-03-261-1/+1
* Reduce test case, smaller is better.Devang Patel2011-02-071-789/+33
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-041-0/+827