summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Teach simplify-cfg how to correctly create covered lookup tables for switches...Michael Gottesman2013-10-20
* Perform an intelligent splice of the predecessor with the single successor.Bill Wendling2013-10-19
* SLPVectorizer: Don't vectorize volatile memory operationsArnold Schwaighofer2013-10-16
* Revert "SLPVectorizer: Don't vectorize volatile memory operations"Arnold Schwaighofer2013-10-16
* SLPVectorizer: Don't vectorize volatile memory operationsArnold Schwaighofer2013-10-16
* SLPVectorizer: Sort PHINodes based on their opcodeArnold Schwaighofer2013-10-12
* Fix a bug in Dead Argument Elimination.Shuxin Yang2013-10-09
* LoopVectorize: External uses must use the last value in a reduction cycleArnold Schwaighofer2013-10-07
* Revert r191834 until we measure the effect of this benchmarks and maybe find ...Alexey Samsonov2013-10-07
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-07
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-05
* UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessorsHal Finkel2013-10-04
* SLPVectorizer: Sort inputs to commutative binary operationsArnold Schwaighofer2013-10-04
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-04
* Pull fptrunc's upwards through selects when one of the select's selectands wa...Owen Anderson2013-10-03
* 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
* Fix missing CHECK-LABELsMatt Arsenault2013-10-02
* Apply slp vectorization on fully-vectorizable tree of height 2Yi Jiang2013-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 "localize global" optimizationAlexey Samsonov2013-10-02
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-01
* Don't merge tiny functions.Matt Arsenault2013-10-01
* SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer2013-10-01
* Use right address space size in InstCombineComparesMatt Arsenault2013-09-30
* Constant fold ptrtoint + compare with address spacesMatt Arsenault2013-09-30
* TBAA: update tbaa format from scalar format to struct-path aware format.Manman Ren2013-09-30
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-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
* Add a test that large offsets on GEPs on 32 bits targets are handled correctly.Benjamin Kramer2013-09-28
* Use right pointer type in DebugIRMatt Arsenault2013-09-27
* Fix SLPVectorizer using wrong address space for load/storeMatt Arsenault2013-09-27
* InstCombine: Only foldSelectICmpAndOr for integer typesJustin Bogner2013-09-27
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* Transforms: Use getFirstNonPHI to set the insertion point for PHIsJustin Bogner2013-09-27
* SLPVectorize: Put horizontal reductions feeding a store under separate flagArnold Schwaighofer2013-09-25
* Test case for r191314. Yi Jiang2013-09-24
* Verify that we don't optimize null return checks to the nothrow_t version of ...Benjamin Kramer2013-09-24
* MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.Benjamin Kramer2013-09-24
* MemoryBuiltins: Fix operator new bits.Benjamin Kramer2013-09-24
* Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...Benjamin Kramer2013-09-24
* Revert "LoopVectorizer: Only allow vectorization of intrinsics."Arnold Schwaighofer2013-09-23
* Expand test case a bit.Benjamin Kramer2013-09-23
* InstSimplify: Fold equality comparisons between non-inbounds GEPs.Benjamin Kramer2013-09-23
* SROA: Handle casts involving vectors of pointers and integer scalars.Benjamin Kramer2013-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