aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/unknown-location.ll
AgeCommit message (Expand)Author
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-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-03-25Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...Jakob Stoklund Olesen
2011-03-24Keep track of directory namd and fIx regression caused by Rafael's patch r119...Devang Patel
2010-12-02Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.Devang Patel
2010-11-18Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola
2010-05-07Disable the new unknown-location code for now. It causes a majorDan Gohman
2010-05-06Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman
2010-05-06Add a testcase for r103135, explicitly representing unknownDan Gohman