aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* LoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY macrosTobias Grosser2013-10-121-0/+3
* Better info when debugging vectorizerRenato Golin2013-10-111-6/+5
* Fix a bug in Dead Argument Elimination.Shuxin Yang2013-10-091-0/+13
* LoopVectorize: External uses must use the last value in a reduction cycleArnold Schwaighofer2013-10-071-0/+6
* Revert r191834 until we measure the effect of this benchmarks and maybe find ...Alexey Samsonov2013-10-071-3/+56
* UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessorsHal Finkel2013-10-041-2/+6
* SLPVectorizer: Sort inputs to commutative binary operationsArnold Schwaighofer2013-10-041-4/+123
* Pull fptrunc's upwards through selects when one of the select's selectands wa...Owen Anderson2013-10-031-0/+13
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-033-11/+39
* Make gep i8* X, -(ptrtoint Y) transform work with address spacesMatt Arsenault2013-10-031-8/+10
* Don't use runtime bounds check between address spaces.Matt Arsenault2013-10-021-11/+49
* Apply slp vectorization on fully-vectorizable tree of height 2Yi Jiang2013-10-021-4/+21
* Fix debug printing spacing.Matt Arsenault2013-10-021-32/+33
* Fix comment grammar and capitalization.Matt Arsenault2013-10-021-3/+3
* SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...Benjamin Kramer2013-10-021-9/+4
* StructurizeCFG: Add dependency on LowerSwitch passTom Stellard2013-10-021-1/+3
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-028-1794/+1
* Remove "localize global" optimizationAlexey Samsonov2013-10-021-56/+3
* Don't merge tiny functions.Matt Arsenault2013-10-011-0/+12
* Remove several unused variables.Rafael Espindola2013-10-015-6/+1
* Fix code duplicationMatt Arsenault2013-10-011-21/+10
* Use right address space size in InstCombineComparesMatt Arsenault2013-09-301-3/+6
* Constant fold ptrtoint + compare with address spacesMatt Arsenault2013-09-301-1/+1
* BoundsChecking: Fix refacto.Benjamin Kramer2013-09-301-0/+1
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-303-13/+3
* InstCombine: Replace manual fast math flag copying with the new IRBuilder RAI...Benjamin Kramer2013-09-301-22/+20
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-301-21/+1
* Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*Joey Gouly2013-09-301-2/+2
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-283-4/+4
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-282-2/+2
* Use right pointer type in DebugIRMatt Arsenault2013-09-271-1/+1
* Use type helper functionsMatt Arsenault2013-09-272-3/+2
* Fix SLPVectorizer using wrong address space for load/storeMatt Arsenault2013-09-271-4/+7
* InstCombine: Only foldSelectICmpAndOr for integer typesJustin Bogner2013-09-271-1/+1
* Transforms: Use getFirstNonPHI to set the insertion point for PHIsJustin Bogner2013-09-272-2/+2
* First check in. Modified a comment.Puyan Lotfi2013-09-271-1/+1
* SLPVectorize: Put horizontal reductions feeding a store under separate flagArnold Schwaighofer2013-09-251-13/+18
* [msan] Fix -Wreturn-type warnings in non-self-hosted build.Evgeniy Stepanov2013-09-251-0/+2
* set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorizat...Yi Jiang2013-09-241-1/+1
* Push analysis passes to InstSimplify when they're around anyways.Benjamin Kramer2013-09-243-3/+4
* [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-241-2/+96
* Revert "LoopVectorizer: Only allow vectorization of intrinsics."Arnold Schwaighofer2013-09-231-29/+46
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-222-11/+6
* Drop spurious handle in comment.Benjamin Kramer2013-09-221-1/+1
* SROA: Handle casts involving vectors of pointers and integer scalars.Benjamin Kramer2013-09-211-11/+47
* SLPVectorizer: Fix multiline comment warningArnold Schwaighofer2013-09-211-2/+2
* Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""Arnold Schwaighofer2013-09-211-8/+364
* LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...Nadav Rotem2013-09-211-2/+11
* Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"Arnold Schwaighofer2013-09-211-368/+8
* Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to ...Shuxin Yang2013-09-201-6/+168