Merge r261331: avoid out of bounds loads for interleaved access vectorization
[oota-llvm.git] / test / Transforms / ADCE /
2015-10-30 Justin Bogner[PM] Port ADCE to the new pass manager
2015-10-30 Justin BognerWhitespace. NFC
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
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...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-09-02 Bill WendlingTry to eliminate the use of the 'unwind' instruction.
2011-08-31 Bill WendlingUpdate to new EH scheme.
2011-06-17 Chris Lattnerstop accepting begin/end around function bodies in...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
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-05-06 Duncan SandsAllow readonly functions to unwind exceptions. Teach
2008-07-03 Owen AndersonRemove the ability for ADCE to remove unreachable block...
2008-07-02 Owen AndersonAdd support to ADCE for pruning unreachable blocks...
2008-05-29 Owen AndersonReplace the old ADCE implementation with a new one...
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-05-16 Owen AndersonMove this test from ADCE to loop deletion, where it...
2008-04-30 Owen AndersonMove this test to LoopDeletion, where it now passes.
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-04-16 Owen AndersonXFAIL this test for the moment. The real solution...
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-11-22 Duncan SandsReadonly/readnone functions are allowed to throw
2007-07-24 Devang PatelUnreachable block is not a root node in post dominator...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-14 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-03-19 Reid SpencerFor PR1258:
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-04 Jim LaskeyRemove debug info.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
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-02-17 Chris LattnerNew files, testing for a crash in ADCE compiling QT...
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-10-17 Chris LattnerNew testcase that ADCE shouldn't crash on
2004-05-04 Chris LattnerNew testcase for PR332
2004-04-10 Chris LattnerNew testcases
2003-12-19 Chris LattnerNew testcase for missed optimization
2003-11-16 Chris LattnerThere is no need to rely on LLI working for this test
2003-11-16 Chris LattnerTestcase for PR116
2003-10-23 Chris LattnerFix test
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-09-15 Chris Lattnernew testcase that crashes opt
2003-09-10 Chris LattnerNew testcase
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2003-06-24 Chris LattnerNew testcase
2003-06-24 Chris LattnerModernize testcase
2003-06-24 Chris Lattnermodernize testcase
2003-06-24 Chris LattnerMake sure adce is basically working!
2003-06-24 Chris LattnerModernize testcases
2003-06-16 Chris LattnerNew testcases for bugs and the new DAE pass
2003-04-25 Chris LattnerNew testcase
2003-01-23 Chris LattnerNew testcase reduced from 197.parser by bugpoint
2002-10-15 Chris LattnerFix testcase
2002-08-22 Chris LattnerCovnert testcases to not use indexed loads/stores
2002-07-30 Chris LattnerTrim down testcase, a lot.
2002-07-29 Chris LattnerReduce testcase more
2002-07-29 Chris LattnerReduce the size of the testcase
2002-07-29 Chris LattnerNew testcase
2002-07-23 Chris LattnerNew testcase for bug
2002-07-17 Chris LattnerNew testcase, unanalyzed.
2002-05-28 Chris LattnerNew testcase that is a distilled form of the other one
2002-05-28 Chris LattnerNew testcase that crashes ADCE
2002-05-23 Chris LattnerNew testcase
2002-05-22 Chris LattnerNew testcase
2002-05-22 Chris LattnerAdd more testcases for ADCE
2002-05-07 Chris LattnerNew testcase for adce
2002-05-07 Chris LattnerADCE tests