summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/unknown-location.ll
AgeCommit message (Expand)AuthorFilesLines
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-2/+2
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith1-1/+1
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith1-1/+1
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith1-1/+1
2015-07-24DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith1-1/+1
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-9/+9
2015-03-27DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith1-1/+1
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-9/+9
2015-02-28DebugInfo: Fix invalid file reference in CodeGen/X86/unknown-location.llDuncan P. N. Exon Smith1-2/+2
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith1-1/+1
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-13/+13
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-8/+8
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-8/+8
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-8/+8
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren1-0/+2
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-1/+1
2013-07-26Debug Info Verifier: enable verification of DICompileUnit.Manman Ren1-5/+6
2013-03-21Remove unused field in DISubprogramDavid Blaikie1-1/+1
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie1-1/+1
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie1-1/+1
2013-03-20Remove unused field in DICompileUnitDavid Blaikie1-1/+1
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie1-3/+3
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie1-2/+3
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie1-1/+1
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie1-1/+1
2013-03-08Upgrade tests to the latest debug info format.David Blaikie1-7/+10
2011-03-25Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...Jakob Stoklund Olesen1-8/+3
2011-03-24Keep track of directory namd and fIx regression caused by Rafael's patch r119...Devang Patel1-1/+1
2010-12-02Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.Devang Patel1-1/+1
2010-11-18Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola1-4/+4
2010-05-07Disable the new unknown-location code for now. It causes a majorDan Gohman1-1/+1
2010-05-06Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman1-3/+1
2010-05-06Add a testcase for r103135, explicitly representing unknownDan Gohman1-0/+36