summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* 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
* 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
* SLPVectorizer: Handle more horizontal reductions (disabled)Arnold Schwaighofer2013-09-20
* Delete empty files.Joerg Sonnenberger2013-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
* Name the XCore target-specific subdirectories canonically.Chandler Carruth2013-09-18