aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
AgeCommit message (Expand)Author
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-22Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-13Simplify file/directory name handling in DILexicalBlockDavid Blaikie
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie
2013-03-08Upgrade tests to the latest debug info format.David Blaikie
2011-05-27Make size computation less brittle.Rafael Espindola
2011-04-19llc: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar
2011-04-05Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.Jakob Stoklund Olesen
2011-03-25Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...Jakob Stoklund Olesen
2011-01-12Try again enabling LiveDebugVariables.Jakob Stoklund Olesen
2011-01-11The world is not ready for LiveDebugVariables yet.Jakob Stoklund Olesen
2011-01-11Enable LiveDebugVariables by default.Jakob Stoklund Olesen
2011-01-07Speculatively revert r123032.Devang Patel
2011-01-07Appropriately truncate debug info range in dwarf output.Devang Patel
2010-05-26Simplify. Eliminate unneeded debug_loc entry.Devang Patel
2010-05-26Update debug info when live-in reg is copied into a vreg.Devang Patel