summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Make gep i8* X, -(ptrtoint Y) transform work with address spacesMatt Arsenault2013-10-03
* Don't use runtime bounds check between address spaces.Matt Arsenault2013-10-02
* Apply slp vectorization on fully-vectorizable tree of height 2Yi Jiang2013-10-02
* Fix debug printing spacing.Matt Arsenault2013-10-02
* Fix comment grammar and capitalization.Matt Arsenault2013-10-02
* SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...Benjamin Kramer2013-10-02
* StructurizeCFG: Add dependency on LowerSwitch passTom Stellard2013-10-02
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Remove "localize global" optimizationAlexey Samsonov2013-10-02
* 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