instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / LICM /
2012-10-30 Ulrich WeigandSet %defaultjit to use MCJIT for PowerPC targets.
2012-09-04 Nadav RotemLICM may hoist an instruction with undefined behavior...
2012-08-08 Dan GohmanAvoid recomputing the unique exit blocks and their...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-05-01 Nick LewyckyAn instruction in a loop is not guaranteed to be execut...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-14 Dan GohmanMove Instruction::isSafeToSpeculativelyExecute out...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-08 Pete CooperLICM pass now understands invariant load metadata....
2011-08-15 Eli FriedmanAtomic load/store support in LICM.
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-07-20 Eli FriedmanBring LICM into compliance with the new "Memory Model...
2011-07-06 Tobias GrosserLICM: Do not loose alignment on promotion
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-04-09 Eli FriedmanPR9604; try to deal with RAUW updates correctly in...
2011-04-09 Eli FriedmanTest for r129190.
2011-04-07 Eli FriedmanPR9634: Don't unconditionally tell the AliasSetTracker...
2011-03-08 Devang PatelWhile sinking an instruction, do not lose llvm.dbg...
2011-02-10 Cameron ZwarichRename 'loopsimplify' to 'loop-simplify'.
2010-12-19 Chris LattnerEnhance LICM to promote alias sets whose pointers thems...
2010-12-19 Chris Lattnerfix PR8602, a bug in an assertion: a volatile store...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-09-14 Chris Lattnerfix PR8102, a case where we'd copyValue from a value...
2010-09-06 Chris Lattnerfix PR8067, an over-aggressive assertion in LICM.
2010-09-04 Chris Lattnerfix a bug in my licm rewrite when a load from the promo...
2010-09-02 Chris Lattnerfix more AST updating bugs, correcting miscompilation...
2010-08-31 Chris Lattnerlicm is wasting time hoisting constant foldable operations,
2010-08-29 Chris LattnerLICM does get dead instructions input to it. Instead...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2009-12-14 Eric ChristopherAdd radar fixed in comment.
2009-12-10 Eric ChristopherAdd a test for the fix in revision 91009.
2009-11-19 Dan GohmanEnable hoisting of loads from constant memory by defaul...
2009-10-26 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-10-24 Dan GohmanMake these tests more interesting by using
2009-10-11 Torok EdwinLICM shouldn't sink/delete debug information. Fix this...
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-08-30 Chris Lattnerrename test
2009-08-30 Chris Lattnermerge all sinking tests into one and convert them to...
2009-08-30 Chris Lattnerconvert scalar_promote to filecheck style and merge...
2009-03-25 Devang PatelBefore deleting a basic block, give other loop passes...
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
2008-07-24 Dan GohmanPut the LICM of constant GlobalVariables, introduced...
2008-07-23 Chris Lattner"Allow LICM to sink or lift loads from constant memory...
2008-05-20 Chris LattnerFix PR2346 by marking vaarg as volatile so that licm...
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-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-03-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-01-01 Bill WendlingUpdate this testcase. The output needs to be disabled...
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-10-01 Devang PatelRelax unsafe use check. If there is one unconditional...
2007-09-24 Devang Patel Do not promote null values because it may be unsafe...
2007-09-19 Devang PatelAvoid unsafe promotion.
2007-09-18 Gabor Greifrename test, it is obviously misspelled
2007-09-18 Devang PatelFix PR1657
2007-07-31 Devang PatelBunch of tests to check loop passes.
2007-06-29 John CriswellConvert .cvsignore files
2007-05-23 Chris Lattnernew testcase for PR1435
2007-05-08 Chris Lattneradd the & back. I'm not sure why bill removed it.
2007-05-08 Bill WendlingSpare '&' in the RUN line.
2007-04-16 Reid SpencerFix this test from Duncan's experiment.
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...
2007-01-01 Reid SpencerBack out last revision now that llvm-upgrade can remove...
2006-12-31 Reid SpencerFor PR950:
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-09-12 Chris Lattnertestcase for PR908
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-03-25 Chris LattnerNew testcase that crashes licm.
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-17 Chris LattnerNew testcase that crashes licm
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-09-15 Chris LattnerNew testcase for PR420
2004-08-02 John CriswellUse the new prcontext script.
2004-03-15 Chris LattnerNew testcases to test LICM of call instructions
2003-12-19 Chris LattnerNew testcase
2003-12-14 Chris LattnerTestcase for PR179
2003-12-11 Chris LattnerNew testcase that LICM is breaking crafty on
2003-12-11 Chris LattnerFix test that was failing because we were optimizing...
2003-12-10 Chris Lattnernew testcase, checking to ensure we handle yet-another...
2003-12-09 Chris LattnerYet another hard testcase
2003-12-09 Chris LattnerAdd a new testcase which breaks the sinker because...
2003-12-09 Chris LattnerFix buggy test
2003-12-09 Chris LattnerNew testcase for sinking operations from loops with...
2003-12-09 Chris LattnerMake the test a bit harder so that we test to ensure...
2003-12-09 Chris LattnerNew testcases for LICM improvement: code sinking.
2003-12-09 Chris LattnerImprove portability with Mac OS/X
2003-10-12 Chris LattnerThe -preheaders pass is now known as -loopsimplify
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-08-05 Tanya LattnerAdded LICM test cases to:
next