aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/dbg-file-name.ll
AgeCommit message (Expand)Author
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-08Upgrade tests to the latest debug info format.David Blaikie
2011-11-02Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky
2011-10-31Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-06-05Harden tests for windows path separators.Benjamin Kramer
2011-03-29Reduce test case.Rafael Espindola
2011-03-24Move test in x86 specific area.Devang Patel