[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring speci...
[oota-llvm.git] / test / Transforms / SCCP /
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-07-22 David Majnemer[ConstantFolding] Support folding loads from a GlobalAlias
2015-07-01 David Majnemer[SCCP] Turn loads of null into undef instead of zero...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-04-16 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-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-11-07 David MajnemerSCCP: overdefined calls cannot become constant
2014-06-13 Tim NorthoverSCCP: update for cmpxchg returning { iN, i1 } now.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-11-08 NAKAMURA Takumillvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-04-27 Dan GohmanReapply r155682, making constant folding more consisten...
2012-04-27 NAKAMURA TakumiRevert r155682, "Use ConstantExpr::getExtractElement...
2012-04-27 Dan GohmanUse ConstantExpr::getExtractElement when constant-foldi...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-31 Bill WendlingRemove all references to the old EH.
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-11-11 Eli FriedmanGet rid of an optimization in SCCP which appears to...
2011-09-20 Eli FriedmanMake sure IPSCCP never marks a tracked call as overdefi...
2011-09-01 Eli FriedmanAdd missing newline.
2011-08-31 Eli FriedmanAdd tests for the transformations SCCP can do on atomic...
2011-08-31 Bill WendlingUpdate the tests to the new EH scheme.
2011-08-17 Eli FriedmanSilly mistake from r137777; restore significant isStruc...
2011-08-16 Eli FriedmanA bunch of misc fixes to SCCPSolver::ResolvedUndefsIn...
2011-08-16 Eli FriedmanMinor bug in SCCP found by inspection. (I don't think...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-08-12 Chris Lattnerfix PR7876: If ipsccp decides that a function's address...
2010-04-26 Chris Lattnerfix PR6940: sitofp(undef) folds to 0.0, not undef.
2010-04-09 Chris Lattnerfix a SCCP miscompilation that could happen when a
2010-04-08 Dan GohmanPrint empty structs as {} rather than { }.
2010-02-27 Chris Lattnerfix PR6414, a nondeterminism issue in IPSCCP which...
2009-11-10 Chris Lattnerfix a crash in SCCP handling extractvalue of an array...
2009-11-03 Chris Lattnerreimplement multiple return value handling in IPSCCP...
2009-11-03 Chris Lattnerfix test
2009-11-03 Chris Lattnermerge a test into ipsccp-basic. running llvm-ld to...
2009-11-03 Chris Lattnerfix an IPSCCP bug I introduced when I changed IPSCCP...
2009-11-03 Chris Lattnertestcase for r85903
2009-11-02 Chris Lattnermerge 2008-03-10-sret.ll into ipsccp-basic.ll, and...
2009-11-02 Chris Lattnerdisable IPSCCP support for multiple return values,...
2009-11-02 Chris Lattnerimprove IPSCCP to be able to propagate the result of...
2009-11-02 Chris LattnerUse the libanalysis 'ConstantFoldLoadFromConstPtr'...
2009-10-20 Chris Lattneradd a real testcase for PR4313
2009-10-20 Chris Lattneradd a test similar to that needed for PR4313, but that...
2009-10-20 Chris Lattnerthe date on this testcase is wrong, it is unreduced...
2009-10-20 Chris Lattnermerge and filecheckize
2009-10-20 Chris Lattnermerge two tests and convert to filecheck.
2009-10-20 Torok EdwinFix PR4313: IPSCCP was not setting the lattice value...
2009-09-11 Dan GohmanEliminate more redundant llvm-as calls.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Chris Lattnerfix a bunch of spurious failures for people whose home...
2009-09-08 Dan GohmanUse "opt < %s" instead of "opt %s" so that opt doesn...
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...
2009-05-28 Nick LewyckyUse Operands.data() instead of &Operands[0] where Opera...
2009-03-01 Chris Lattneradjust for asmprinter change.
2009-01-14 Chris LattnerFix PR3325, a miscompilation of invokes by IPSCCP....
2008-08-13 Dan GohmanFix SCCP's handling of struct value loads and stores...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-05-24 Chris LattnerFix PR2358 by resolving calls with undef arguments...
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 AndersonUse loop deletion instead of ADCE in these tests.
2008-04-23 Chris LattnerRewrite multiple return value handling in SCCP. Before...
2008-04-23 Chris Lattnermake this test more interesting.
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-11 Devang PatelInitial multiple return values support.
2008-01-28 Chris LattnerFix PR1938 by forcing the code that uses an undefined...
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-06-29 John CriswellConvert .cvsignore files
2007-05-17 Devang PatelNew test.
2007-04-15 Reid SpencerFor PR1319:
2007-04-13 Reid SpencerAdd the SCCP regression tests for APInt expressions...
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-02-15 Reid SpencerFor PR1195:
2007-01-13 Reid SpencerFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-20 Chris Lattnernew testcase
2006-12-04 Devang PatelSCCP does not handle Packed Type properly. Disable...
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-10-23 Chris Lattnernew testcase
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...
2006-02-08 Chris Lattnernew testcase for more interesting select sccp cases
2005-05-13 Chris Lattnerfix buggy test
2004-12-13 Chris LattnerFix this test
2004-12-11 Chris LattnerNew testcase. If one side of and/or is known to be...
2004-12-11 Chris LattnerUpdate test
2004-12-11 Chris LattnerNew testcase that ipsccp should handle.
next