instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / DeadArgElim /
2012-10-09 Alexey SamsonovFix PR14016.
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-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-09-01 Bill WendlingUpdate some tests to the new EH scheme.
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-05-22 Nick LewyckyFix grammar in test.
2011-03-01 Eli FriedmanAdd an obvious missing safety check to DAE::RemoveDeadA...
2011-01-16 Anders CarlssonTeach DAE to look for functions whose arguments are...
2010-04-30 Devang PatelPreserve debug info attached with call instruction...
2010-04-14 Nick LewyckyRevert r101213.
2010-04-14 Nick LewyckyCommit testcase for r101213.
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-01-23 Nick LewyckySpeculatively revert r94322 to see if it fixes darwin...
2010-01-23 Nick LewyckyTeach DAE that even though it can't modify the function...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
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-03-18 Chris Lattneraha, DAE does have to think about PHI nodes. Many...
2009-03-18 Chris LattnerFix PR3807 by inserting 'insertelement' instructions...
2009-03-01 Chris Lattneradjust test to make it more robust
2008-09-29 Devang PatelSupport inreg, zext and sext as return value attributes.
2008-07-16 Matthijs KooijmanUn-XFAIL multdeadretval, since instcombine now properly...
2008-07-15 Matthijs KooijmanXFAIL the multdeadretval test for now, I will be fixing...
2008-07-15 Matthijs KooijmanRemove a few tests which no longer hold for deadargelim...
2008-07-15 Matthijs KooijmanAdd a testcase for the canonicalizations now performed...
2008-07-15 Matthijs KooijmanMake deadargelim a bit less smart, so it doesn't choke...
2008-07-15 Matthijs KooijmanFix typo.
2008-07-10 Matthijs KooijmanRestructure dead argument elimination, try #3 :-)
2008-06-26 Evan ChengXFAIL for now.
2008-06-24 Matthijs KooijmanCommit the new DeadArgElim pass again, this time with...
2008-06-21 Duncan SandsThis file is empty.
2008-06-21 Evan ChengBack out Matthijs' DAE patches. It's miscompiling gcc...
2008-06-20 Matthijs KooijmanAdd testcase that checks that DeadArgElim doesn't touch...
2008-06-20 Matthijs KooijmanRecommit r52459, rewriting of the dead argument elimina...
2008-06-18 Owen AndersonRemove this test until the corresponding patch is reapp...
2008-06-18 Matthijs KooijmanRewrite the DeadArgumentElimination pass, to use a...
2008-06-16 Matthijs KooijmanStore the result of multiple identical run lines in...
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-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2008-01-17 Evan ChengTest case for varargs parameter attribute issue I just...
2008-01-11 Duncan SandsWhen DAE drops the varargs part of a function, ensure any
2007-12-21 Duncan SandsMake DAE not wipe out attributes on calls, and not...
2007-10-18 Chris LattnerFix PR1735 and Transforms/DeadArgElim/2007-10-18-Vararg...
2007-06-29 John CriswellConvert .cvsignore files
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-02-07 Chris LattnerTestcase for a bug responsible for GCC bootstrap failur...
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-09-18 Chris Lattnernew testcase
2006-06-27 Chris Lattnertestcase that crashes dead arg elim.
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...
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2003-10-22 Chris LattnerNew testcase for the deadreturnvalue deletion extension...
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-17 Chris LattnerMake testcase more interesting, remove absolute path...
2003-06-16 Chris LattnerNew testcases for bugs and the new DAE pass