DI: Require subprogram definitions to be distinct
[oota-llvm.git] / test / DebugInfo / X86 / linkage-name.ll
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-03-10 Paul RobinsonEmit correct linkage-name attribute based on DWARF...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-05-14 David BlaikieDebugInfo: Sure up subprogram variable list handling...
2014-02-04 David BlaikieDebugInfo: Remove some unneeded conditionals now that...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-09-08 Manman RenDebug Info Testing: update context from empty string...
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-09-04 Michael GottesmanRevert "Revert "Remove the darwin gdb option, that...
2013-09-04 Michael GottesmanRevert "Remove the darwin gdb option, that version...
2013-09-04 Eric ChristopherRemove the darwin gdb option, that version of gdb is...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-07-26 Manman RenDebug Info Verifier: enable verification of DICompileUnit.
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-19 Manman RenDebug Info: enable verifying by default and disable...
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-22 David BlaikieReorder the DIFile field in DILexicalBlock to become...
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
2013-03-19 David BlaikieMove the DIFile operand to DITypes from the 4th operand...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-03-11 David BlaikieUpgrading debug info test cases to be (more) compatible...
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-01-25 Eli BenderskyNow that llvm-dwarfdump supports flags to specify which...
2012-09-18 NAKAMURA Takumillvm/test/DebugInfo: Move two tests, 2010-04-13-PubType...