aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* InstCombine: Shrink ((zext X) & C1) == C2 to fold away the cast if the "zext"...Benjamin Kramer2011-06-121-0/+10
* Simplify code. No functionality changes, name changes aside.Benjamin Kramer2011-06-121-2/+2
* SplitCriticalEdge can sometimes split the edge from an invoke to a landingJohn McCall2011-06-091-1/+92
* Fix PR10104 by adding a bounds check on a vector element access check. It wasCameron Zwarich2011-06-091-3/+5
* Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...Cameron Zwarich2011-06-081-0/+60
* This directory was missing the dg.exp to cause the tests to run. Some time sinceNick Lewycky2011-06-062-0/+4
* If the block that we're threading through is jumped to by an indirect branch,Bill Wendling2011-06-041-0/+69
* Add a testcase to demonstrate the problem where phi translation isDan Gohman2011-06-041-0/+27
* Disable the main feature of 130180, the elimination of loads that areDan Gohman2011-06-041-12/+12
* Bail on unswitching a switch statement for a case with a critical edge. We nameNick Lewycky2011-06-031-0/+28
* Test case pasto (failed when run with IR verifier).Andrew Trick2011-06-021-2/+2
* PR10067: Add missing safety check to call return transformation in MemCpyOpt:...Eli Friedman2011-06-021-0/+36
* When marking a block as being unanalyzable, use "Clobber" on the terminator i...Eli Friedman2011-06-021-0/+61
* Reapply 132348 with fixes. rdar://problem/6501862Stuart Hastings2011-06-011-6/+39
* First, do no harm -- even if we can't find a selector for an enclosingJohn McCall2011-06-011-2/+29
* scev: Better sign-extend removal. Normalize postincrement recurrencesAndrew Trick2011-05-311-17/+12
* Revert to pacify a buildbot. rdar://problem/6501862Stuart Hastings2011-05-311-39/+6
* Followup to 132316; accept arbitrary constants, add with a constant,Stuart Hastings2011-05-311-6/+39
* (1 - X) * (-2) -> (x - 1) * 2, for all positive nonzero powers of 2Stuart Hastings2011-05-301-0/+24
* Add the test case for phis in the outer landing pad during the inliner'sJohn McCall2011-05-301-1/+111
* Add testcase for r132290, to check for the crasher caught by the buildbotsNick Lewycky2011-05-291-2/+12
* Obey the isVolatile bit on memory intrinsics when analyzing uses of a globalNick Lewycky2011-05-291-0/+19
* ConstantFoldInstOperands doesn't like compares, hand it off to instsimplify i...Benjamin Kramer2011-05-281-0/+10
* Implement and document the llvm.eh.resume intrinsic, which isJohn McCall2011-05-281-13/+18
* Fix the inliner to maintain the current de facto invoke semantics:John McCall2011-05-271-0/+103
* InstCombine: Make switch folding with equality compares more aggressive by tr...Benjamin Kramer2011-05-271-0/+40
* Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier2011-05-261-3/+3
* indvars: incremental fixes for -disable-iv-rewrite and testcases.Andrew Trick2011-05-261-1/+66
* PR9998: ashr exact %x, 31 is not equivalent to sdiv exact %x, -2147483648.Eli Friedman2011-05-251-0/+16
* indvars: fixed IV cloning in -disable-iv-rewrite mode with associatedAndrew Trick2011-05-252-0/+216
* Fix "make check" in Release by removing debug-only options from an 'opt' invo...Cameron Zwarich2011-05-241-2/+2
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-242-0/+62
* FileCheck-ize a couple of IV unit tests.Andrew Trick2011-05-242-7/+13
* Test case for r130799 - indvars: Added canExpandBackEdgeTakenCount.Andrew Trick2011-05-241-1/+5
* fix a really nasty basicaa mod/ref calculation bug that was causing miscompil...Chris Lattner2011-05-231-0/+17
* Transform any logical shift of a power of two into an exact/NUW shift whenChris Lattner2011-05-231-0/+21
* Teach valuetracking that byval arguments with a specified alignment areChris Lattner2011-05-231-0/+20
* implement PR9315, constant folding exp2 in terms of pow (since hosts withoutChris Lattner2011-05-221-1/+6
* Carve out a place in instcombine to put transformations which work knowing th...Chris Lattner2011-05-221-0/+14
* Fix PR9815: I was trying to get out of "generating code and thenChris Lattner2011-05-221-0/+37
* Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel2011-05-221-0/+52
* fix PR9856, an incorrectly conservative assertion: a global can beChris Lattner2011-05-221-0/+14
* fix PR9841 by having GVN not process dead loads. This wasChris Lattner2011-05-221-0/+12
* remove a trivial test, make some other tests less trivial.Chris Lattner2011-05-224-14/+11
* make this test less trivial.Chris Lattner2011-05-221-4/+6
* Commit test change, forgotten as part of r131838.Nick Lewycky2011-05-221-1/+1
* Teach the inliner to emit llvm.lifetime.start/end, to scope the local variablesNick Lewycky2011-05-221-0/+78
* Fix grammar in test.Nick Lewycky2011-05-221-1/+1
* Revert "InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.o...Benjamin Kramer2011-05-211-21/+0
* InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.overflow(...Benjamin Kramer2011-05-211-0/+21