summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-12
* SLPVectorizer: Clear the map that maps between scalars to vectors after each ...Nadav Rotem2013-05-12
* InstCombine: Flip the order of two urem transformsDavid Majnemer2013-05-12
* LoopVectorize: Use the widest induction variable typeArnold Schwaighofer2013-05-11
* LoopVectorize: Use variable instead of repeated function callArnold Schwaighofer2013-05-11
* LoopVectorize: Use IRBuilder interface in more placesArnold Schwaighofer2013-05-11
* InstCombine: Turn urem to bitwise-and more oftenDavid Majnemer2013-05-11
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-10
* Add a debug printNadav Rotem2013-05-10
* InstCombine: Don't claim to be able to evaluate any shl in a zexted type.Benjamin Kramer2013-05-10
* InstCombine: Verify the type before transforming uitofp into select.Benjamin Kramer2013-05-10
* Fix a documentation warning: \bried -> \briefDmitri Gribenko2013-05-09
* [GVN] Split critical-edge on the fly, instead of postpone edge-splitting to nextShuxin Yang2013-05-09
* Don't replace an alias in llvm.used with its target.Rafael Espindola2013-05-09
* InstCombine: Don't just copy known bits from the first operand of an srem.Benjamin Kramer2013-05-09
* LoopVectorizer: Don't assert on the absence of induction variablesArnold Schwaighofer2013-05-09
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
* Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky2013-05-08
* LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-07
* LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer2013-05-07
* InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer2013-05-06
* Rotate multi-exit loops even if the latch was simplified.Andrew Trick2013-05-06
* Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-06
* Update the comment to mention that we use TTI.Nadav Rotem2013-05-06
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-06
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-06
* LoopVectorize: Print values instead of pointers in debug output.Benjamin Kramer2013-05-05
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-05
* LoopVectorizer: Cleanup of miminimum/maximum pattern match codeArnold Schwaighofer2013-05-05
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-05
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* Tabs to spaces. No functionality change.Nick Lewycky2013-05-04
* Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...Shuxin Yang2013-05-03
* LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem2013-05-03
* [GV] Remove dead code which is really difficult to decipher.Shuxin Yang2013-05-02
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem2013-05-01
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-01
* Fix a use after free. RI is freed before the call to getDebugLoc(). ToRichard Trieu2013-04-30
* Fix a typoNadav Rotem2013-04-30
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-30
* Spelling. Thanks, Eric.Adrian Prantl2013-04-30
* Set debug locations for branch instructions created during inlining, evenAdrian Prantl2013-04-30
* Fix a bug in foldSelectICmpAndOr.David Majnemer2013-04-30
* Fix "Combine bit test + conditional or into simple math"David Majnemer2013-04-30
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-29
* Add in some conditional compilation in order to silence an unused variable wa...Michael Gottesman2013-04-29
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-29
* Added statistics to count the number of retains/releases before/after optimiz...Michael Gottesman2013-04-29
* Removed trailing whitespace.Michael Gottesman2013-04-29