summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Don't merge tiny functions.Matt Arsenault2013-10-01
* Remove several unused variables.Rafael Espindola2013-10-01
* Fix code duplicationMatt Arsenault2013-10-01
* Use right address space size in InstCombineComparesMatt Arsenault2013-09-30
* Constant fold ptrtoint + compare with address spacesMatt Arsenault2013-09-30
* BoundsChecking: Fix refacto.Benjamin Kramer2013-09-30
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-30
* InstCombine: Replace manual fast math flag copying with the new IRBuilder RAI...Benjamin Kramer2013-09-30
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-30
* Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*Joey Gouly2013-09-30
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-28
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-28
* Use right pointer type in DebugIRMatt Arsenault2013-09-27
* Use type helper functionsMatt Arsenault2013-09-27
* Fix SLPVectorizer using wrong address space for load/storeMatt Arsenault2013-09-27
* InstCombine: Only foldSelectICmpAndOr for integer typesJustin Bogner2013-09-27
* Transforms: Use getFirstNonPHI to set the insertion point for PHIsJustin Bogner2013-09-27
* First check in. Modified a comment.Puyan Lotfi2013-09-27
* SLPVectorize: Put horizontal reductions feeding a store under separate flagArnold Schwaighofer2013-09-25
* [msan] Fix -Wreturn-type warnings in non-self-hosted build.Evgeniy Stepanov2013-09-25
* set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorizat...Yi Jiang2013-09-24
* Push analysis passes to InstSimplify when they're around anyways.Benjamin Kramer2013-09-24
* [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-24
* Revert "LoopVectorizer: Only allow vectorization of intrinsics."Arnold Schwaighofer2013-09-23
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* Drop spurious handle in comment.Benjamin Kramer2013-09-22
* SROA: Handle casts involving vectors of pointers and integer scalars.Benjamin Kramer2013-09-21
* SLPVectorizer: Fix multiline comment warningArnold Schwaighofer2013-09-21
* Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""Arnold Schwaighofer2013-09-21
* LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...Nadav Rotem2013-09-21
* Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"Arnold Schwaighofer2013-09-21
* Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to ...Shuxin Yang2013-09-20
* InstCombine: Remove unused argument. No functionality change.Benjamin Kramer2013-09-20
* SLPVectorizer: Handle more horizontal reductions (disabled)Arnold Schwaighofer2013-09-20
* Revert r191017, it results in segmentation faults in Qt.Joerg Sonnenberger2013-09-20
* InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y)) to (sub (ptrtoint X), (p...Benjamin Kramer2013-09-20
* [Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.Shuxin Yang2013-09-19
* InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.Benjamin Kramer2013-09-19
* GVN proceeds in the presence of dead code.Shuxin Yang2013-09-19
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-19
* [asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...Kostya Serebryany2013-09-18
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-18
* Revert accidental commit I had to make to get the test case in PR17268 to sti...Craig Topper2013-09-18
* Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper2013-09-18
* ifndef NDEBUG-out an asserts-only constant committed in r190863David Blaikie2013-09-18
* Revert the load slicing done in r190870.Quentin Colombet2013-09-17
* Cleanup handling of constant function casts.Matt Arsenault2013-09-17
* SLPVectorizer: Don't vectorize phi nodes that use invoke valuesArnold Schwaighofer2013-09-17
* [InstCombiner] Slice a big load in two loads when the elements are next to eachQuentin Colombet2013-09-17
* [asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...Kostya Serebryany2013-09-17