aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r131664 and fix it in instcombine instead. rdar://9467055Evan Cheng2011-05-201-0/+17
* Move test to Transforms/InstCombine.Stuart Hastings2011-05-191-0/+16
* Add test for PR9946.Rafael Espindola2011-05-191-0/+18
* More instcombine cleanup, towards improving debug line info.Eli Friedman2011-05-181-2/+2
* When forming an ICmpZero LSRUse, normalize the non-IV operandDan Gohman2011-05-181-0/+91
* More instcombine cleanup aimed towards improving debug line info.Eli Friedman2011-05-181-4/+4
* Start trying to make InstCombine preserve more debug info. The idea here is ...Eli Friedman2011-05-181-4/+4
* Drop lli, revise test.Stuart Hastings2011-05-171-2/+3
* Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola2011-05-161-0/+16
* Disable test harder.Benjamin Kramer2011-05-141-1/+2
* Disable this test while I revise it. rdar://problem/9267970Stuart Hastings2011-05-141-1/+1
* SimplifyCFG: Use ComputeMaskedBits to prune dead cases from switch instructions.Benjamin Kramer2011-05-141-0/+38
* Avoid combining GEPs that might overflow at runtime.Stuart Hastings2011-05-141-0/+19
* The comparision "max(x,y)==x" is equivalent to "x>=y". Since the max isDuncan Sands2011-05-071-0/+36
* Move few target-dependant tests to appropriate directories.Galina Kistanova2011-05-064-0/+10
* Fix PR9820: a read-only call differs from a load in that a load doesn'tDuncan Sands2011-05-061-0/+26
* PR9838: Fix transform introduced in r127064 to not trigger when only one side...Eli Friedman2011-05-051-0/+11
* Add variations on: max(x,y) >= min(x,z) folds to true. This isn't that common,Duncan Sands2011-05-041-0/+88
* Implement some basic simplifications involving min/max, for exampleDuncan Sands2011-05-031-0/+145
* Fix PR9579: when simplifying a compare to "true" or "false", and it wasDuncan Sands2011-05-021-0/+15
* Move some rem transforms out of instcombine and into instsimplify.Duncan Sands2011-05-021-0/+17
* InstCombine: Turn (zext A) udiv (zext B) into (zext (A udiv B)). Same for ure...Benjamin Kramer2011-04-301-2/+43
* Use SimplifyDemandedBits on div instructions.Benjamin Kramer2011-04-301-0/+7
* FileCheckize.Benjamin Kramer2011-04-301-1/+30
* SimplifyCFG: Expose phi node folding cost threshold as command line parameterPeter Collingbourne2011-04-291-0/+34
* SimplifyCFG: Add CostRemaining parameter to DominatesMergePointPeter Collingbourne2011-04-291-0/+1
* SimplifyCFG: Add Trunc, ZExt and SExt to the list of cheap instructions for p...Peter Collingbourne2011-04-291-6/+9
* InstCombine: turn (C1 << A) << C2) into (C1 << C2) << A)Benjamin Kramer2011-04-291-0/+21
* final step needed to resolve PR6627, which allows us to flatten the code down toChris Lattner2011-04-282-4/+71
* InstCombine: Merge "(trunc x) == C1 & (and x, CA) == C2" into a single and+icmp.Benjamin Kramer2011-04-281-0/+29
* teach GVN to widen integer loads when they are overaligned, when doing an Chris Lattner2011-04-281-1/+24
* Fixes PR9730: indvars: An asserting value handle still pointed to this valueAndrew Trick2011-04-271-5/+6
* Simplify cfg inserts a call to trap when unreachable code is detected. Assign...Devang Patel2011-04-271-0/+19
* remove support for llvm.invariant.end from memdep. It is a Chris Lattner2011-04-261-36/+0
* make a couple of changes to the standard pass pipeline:Chris Lattner2011-04-262-1/+74
* Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"Chris Lattner2011-04-261-0/+16
* Improve the bail-out predicate to really only kick in when phiChris Lattner2011-04-262-3/+24
* Enhance MemDep: When alias analysis returns a partial alias result,Chris Lattner2011-04-261-0/+27
* Fix another case of <rdar://problem/9184212> that only occurs with codeCameron Zwarich2011-04-201-0/+15
* Add test cases for Jay's r129641 and fix a 32-bit-centric testcase in a file ...Frits van Bommel2011-04-161-5/+81
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-1510-11/+11
* Add an instcombine for constructs like a | -(b != c); a select is moreEli Friedman2011-04-141-0/+19
* Fix an infinite alternation in JumpThreading where two transforms would repea...Owen Anderson2011-04-141-0/+31
* Vectors with different number of elements of the same element type can haveMon P Wang2011-04-131-0/+46
* Fix reassociate to use a worklist instead of recursing when newDan Gohman2011-04-121-0/+24
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-115-87/+0
* Add back a couple checks removed by r129128; the fact that an intitializerEli Friedman2011-04-091-0/+5
* fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec...Chris Lattner2011-04-091-0/+16