aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman2009-09-084-7/+7
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-087-8/+7
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08819-922/+922
* Fix PR4909, patch by Jakub Staszak.Owen Anderson2009-09-081-0/+15
* remove an extremely dubious instcombine transformation ofChris Lattner2009-09-081-23/+0
* Trim unnecessary declarations.Dan Gohman2009-09-081-550/+0
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081230-1333/+1333
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-082-52/+645
* instcombine transforms vector loads that are only used byChris Lattner2009-09-081-0/+13
* Fix PR4882, by making MemCpyOpt not dereference removed stores to get theChris Lattner2009-09-081-0/+45
* fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors.Chris Lattner2009-09-081-2/+21
* Add a testcase for the GlobalOpt inbounds fix.Dan Gohman2009-09-071-0/+23
* Add inbounds to these getelementptrs, now that GlobalOpt requires this,Dan Gohman2009-09-072-4/+4
* tighten test.Chris Lattner2009-09-071-1/+1
* tweak test, add PR#Chris Lattner2009-09-071-1/+2
* Don't depend on Tcl behavior of redirecting stderr for all commands in aDaniel Dunbar2009-09-072-2/+2
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-061-0/+52
* Quote another '%S' in a test.Daniel Dunbar2009-09-051-2/+2
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-0511-19/+40
* Eliminate some Tclisms.Daniel Dunbar2009-09-051-1/+1
* While replacing an MDNode elment, properly update MDNode's operand list. Devang Patel2009-09-041-0/+264
* Change PHINode::hasConstantValue to have a DominatorTree argumentDan Gohman2009-09-031-1/+1
* In C++, code is not allowed to call main. In C it is, thisChris Lattner2009-09-031-15/+0
* Fix month.Chris Lattner2009-09-021-0/+0
* fix PR4815: some cases where DeleteDeadInstruction can deleteChris Lattner2009-09-021-0/+26
* fix PR4848 an infinite loop when indexing down through a recursive gepChris Lattner2009-09-021-0/+24
* fix PR4837, some bugs folding vector compares. TheseChris Lattner2009-09-021-0/+6
* enhance memcpy opt to turn memmoves into memcpy when the src/destChris Lattner2009-09-012-107/+37
* testcase for PR3601Chris Lattner2009-09-011-0/+33
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-011-0/+23
* fix a crash building SPASS by tolerating a callsite that doesn't existChris Lattner2009-08-311-0/+57
* fix a bug I introduced with my 'instcombine builder' refactoring Chris Lattner2009-08-311-0/+14
* Fix PR4834, a tricky case where the inliner would resolve anChris Lattner2009-08-311-0/+16
* rename testChris Lattner2009-08-301-0/+0
* merge all sinking tests into one and convert them to filecheck.Chris Lattner2009-08-3013-223/+264
* convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromot...Chris Lattner2009-08-302-23/+45
* suck a bunch more gep tests into getelementptr.ll and filecheckize them all.Chris Lattner2009-08-3019-813/+271
* consolodate various GEP tests into getelementptr.ll using filecheck.Chris Lattner2009-08-308-158/+106
* another huge testcase, this time from 'gs' in llvm-test.Chris Lattner2009-08-301-519/+0
* remove another poorly-reduced testcase which came from ldecod in llvm-test.Chris Lattner2009-08-301-444/+0
* this testcase is 500 lines long and is distilled from bzip2, justChris Lattner2009-08-301-508/+0
* convert to filecheckChris Lattner2009-08-301-25/+44
* Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x Chris Lattner2009-08-301-0/+21
* Reapply 79977.Devang Patel2009-08-281-2/+0
* Fix PR3913, patch by Jakub Staszak!Chris Lattner2009-08-281-0/+24
* Implement a new optimization in the inliner: if inlining multipleChris Lattner2009-08-271-0/+26
* the inliner shouldn't crash on this.Chris Lattner2009-08-271-0/+31
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-0/+2
* Special-case static allocas in IndVarSimplify's loop invariantDan Gohman2009-08-251-0/+31
* Remove obsolete -f flags.Dan Gohman2009-08-253-3/+3