[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / Mem2Reg /
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-08-28 Duncan P. N. Exon... DI: Update tests before adding !dbg subprogram attachments
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-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-22 Michael KupersteinFix mem2reg to correctly handle allocas only used in...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-03 Duncan P. N. Exon... Verifier: Check that inlined-at locations agree
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
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-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-16 Rafael EspindolaDelete -std-compile-opts.
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...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-13 Nick LewyckyRemove duplicate copy of testcase in r188327.
2013-08-13 Nick LewyckyRevert r187191, which broke opt -mem2reg on the testcas...
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-07-29 Manman RenDebug Info: update testing cases to pass verifier.
2013-07-26 Chandler CarruthRe-implement the analysis of uses in mem2reg to be...
2013-07-25 Rafael EspindolaCurrent batch of -disable-debug-info-verifier.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-17 David BlaikieGeneralize debug info test to be resilient to changes...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-11 David BlaikieUpgrading debug info test cases to be (more) compatible...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-15 Eli FriedmanAdd comments and test for atomic load/store and mem2reg.
2011-06-18 Nick LewyckyAdd test for r133251.
2010-06-04 Devang PatelCopy location info for current function argument from...
2010-05-28 Dale JohannesenAdd missing space; works for me.
2010-05-27 Devang PatelDo not drop location info for inlined function args.
2010-05-07 Devang PatelUpdate test to use valid debug info.
2010-01-27 Victor HernandezWhen converting dbg.declare to dbg.value, attach promot...
2010-01-26 Victor HernandezIn mem2reg, for all alloca/stores that get promoted...
2010-01-25 Victor HernandezRevert r94260 until findDbgDeclare() is made more efficient
2010-01-23 Victor HernandezIn mem2reg, for all alloca/stores that get promoted...
2009-11-02 Chris Lattnerfix a bug exposed by moving SRoA earlier which caused...
2009-09-21 Chris LattnerFix PR5023: The instruction form of DominatorTree:...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-10-27 Chris Lattnerno need to print output
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-03-19 Tanya LattnerUpgrade tests.
2008-03-19 Tanya LattnerUpgrade tests.
2007-08-26 Anton KorobeynikovDon't promote volatile loads/stores. This is needed...
2007-06-29 John CriswellConvert .cvsignore files
2007-05-05 Chris LattnerMove Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingT...
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2005-11-29 Chris Lattnernew testcase for pr670
2005-06-30 Chris Lattnernew testcase for PR590
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-11-06 Tanya LattnerAdding XFAIL lines for dejagnu support.
2004-10-17 Chris LattnerNew testcase, no PHI should be inserted.
2003-10-05 Chris Lattnernew testcase
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2003-06-25 Chris LattnerNew testcase
2003-04-25 Chris LattnerNew testcase
2003-04-18 Chris LattnerNew testcase
2003-04-10 Chris LattnerNew testcase
2003-02-28 Chris LattnerAdd a test for a feature that I hope will be implemente...
2002-05-01 Chris LattnerNew bug testcase
2002-04-30 Chris LattnerNew testcase
2002-03-28 Chris LattnerInitial checkin of first regression test for mem2reg...