summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* convert to filecheckChris Lattner2009-09-15
* When extending a memset range past the front, set the alignment of theDan Gohman2009-09-14
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* another random updateChris Lattner2009-09-11
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-11
* Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman2009-09-11
* Factor out the code for checking that all indices in a getelementptr areDan Gohman2009-09-10
* Fix SplitCriticalEdge to properly update LCSSA form when splitting aDan Gohman2009-09-09
* Update test.Daniel Dunbar2009-09-09
* Use "opt < %s" instead of "opt %s" to keep the testname away from the grep.Dan Gohman2009-09-09
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman2009-09-08
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-08
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Fix PR4909, patch by Jakub Staszak.Owen Anderson2009-09-08
* remove an extremely dubious instcombine transformation ofChris Lattner2009-09-08
* Trim unnecessary declarations.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-08
* instcombine transforms vector loads that are only used byChris Lattner2009-09-08
* Fix PR4882, by making MemCpyOpt not dereference removed stores to get theChris Lattner2009-09-08
* fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors.Chris Lattner2009-09-08
* Add a testcase for the GlobalOpt inbounds fix.Dan Gohman2009-09-07
* Add inbounds to these getelementptrs, now that GlobalOpt requires this,Dan Gohman2009-09-07
* tighten test.Chris Lattner2009-09-07
* tweak test, add PR#Chris Lattner2009-09-07
* Don't depend on Tcl behavior of redirecting stderr for all commands in aDaniel Dunbar2009-09-07
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-06
* Quote another '%S' in a test.Daniel Dunbar2009-09-05
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-05
* Eliminate some Tclisms.Daniel Dunbar2009-09-05
* While replacing an MDNode elment, properly update MDNode's operand list. Devang Patel2009-09-04
* Change PHINode::hasConstantValue to have a DominatorTree argumentDan Gohman2009-09-03
* In C++, code is not allowed to call main. In C it is, thisChris Lattner2009-09-03
* Fix month.Chris Lattner2009-09-02
* fix PR4815: some cases where DeleteDeadInstruction can deleteChris Lattner2009-09-02
* fix PR4848 an infinite loop when indexing down through a recursive gepChris Lattner2009-09-02
* fix PR4837, some bugs folding vector compares. TheseChris Lattner2009-09-02
* enhance memcpy opt to turn memmoves into memcpy when the src/destChris Lattner2009-09-01
* testcase for PR3601Chris Lattner2009-09-01
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-01
* fix a crash building SPASS by tolerating a callsite that doesn't existChris Lattner2009-08-31
* fix a bug I introduced with my 'instcombine builder' refactoring Chris Lattner2009-08-31
* Fix PR4834, a tricky case where the inliner would resolve anChris Lattner2009-08-31
* rename testChris Lattner2009-08-30
* merge all sinking tests into one and convert them to filecheck.Chris Lattner2009-08-30
* convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromot...Chris Lattner2009-08-30
* suck a bunch more gep tests into getelementptr.ll and filecheckize them all.Chris Lattner2009-08-30