summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/dbg-changes-codegen.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-15DebugInfo: Add missing !dbg attachments to intrinsicsDuncan P. N. Exon Smith
2015-03-27LLParser: Require non-null scope for MDLocation and MDLocalVariableDuncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-03-13Add -mtriple=x86_64-linux to this test case to fix the build bots.5Kevin Enderby
2014-03-13Fix for http://llvm.org/bugs/show_bug.cgi?id=18590Ekaterina Romanova