[OCaml] (PR16318) Add missing argument to Llvm.const_intcast
[oota-llvm.git] / test / Transforms /
2013-11-04 Matt ArsenaultFix another constant folding address space place I...
2013-11-04 Matt ArsenaultScalarize select vector arguments when extracted.
2013-11-04 Manman RenRename testing case to use - instead of _.
2013-11-03 David MajnemerRevert "Inliner: Handle readonly attribute per argument...
2013-11-03 Bob WilsonConvert calls to __sinpi and __cospi into __sincospi_stret
2013-11-01 Arnold SchwaighoferLoopVectorizer: Perform redundancy elimination on induc...
2013-11-01 Manman RenAdd comments.
2013-11-01 Benjamin KramerLoopVectorize: Look for consecutive acces in GEPs with...
2013-11-01 Arnold SchwaighoferLoopVectorizer: If dependency checks fail try runtime...
2013-10-31 Manman RenDo not convert "call asm" to "invoke asm" in Inliner.
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-30 Matt ArsenaultTeach scalarrepl about address spaces
2013-10-30 Matt ArsenaultFix GVN creating bitcast between address spaces
2013-10-29 NAKAMURA TakumiAdd llvm/test/Transforms/SLPVectorizer/ARM/lit.local...
2013-10-29 Alp TokerFix "existant" typos
2013-10-29 Arnold SchwaighoferARM cost model: Unaligned vectorized double stores...
2013-10-29 Arnold SchwaighoferARM cost model: Account for zero cost scalar SROA instr...
2013-10-28 Alp TokerQuote potential shell expansions found in tests
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-25 Andrew TrickFix SCEVExpander: don't try to expand quadratic recurre...
2013-10-25 Andrew TrickFix LSR: don't normalize quadratic recurrences.
2013-10-25 Rafael EspindolaHandle calls and invokes in GlobalStatus.
2013-10-25 Hal FinkelLoopVectorizer: Don't attempt to vectorize extracteleme...
2013-10-24 Tom StellardInliner: Handle readonly attribute per argument when...
2013-10-24 Renato GolinI had to move and remove
2013-10-24 Renato GolinFix broken builds by moving test to x86 dir
2013-10-24 Renato GolinMark vector loops as already vectorized
2013-10-24 Juergen RibutzkaFix a bug in LinearFunctionTestReplace that created...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-21 Tom StellardSimplifyCFG: Don't duplicate calls to functions marked...
2013-10-21 Matt ArsenaultTeach SimplifyCFG about address spaces
2013-10-21 Rafael EspindolaOptimize more linkonce_odr values during LTO.
2013-10-21 Bill WendlingDon't eliminate a partially redundant load if it's...
2013-10-20 Michael GottesmanTeach simplify-cfg how to correctly create covered...
2013-10-19 Bill WendlingPerform an intelligent splice of the predecessor with...
2013-10-16 Arnold SchwaighoferSLPVectorizer: Don't vectorize volatile memory operations
2013-10-16 Arnold SchwaighoferRevert "SLPVectorizer: Don't vectorize volatile memory...
2013-10-16 Arnold SchwaighoferSLPVectorizer: Don't vectorize volatile memory operations
2013-10-12 Arnold SchwaighoferSLPVectorizer: Sort PHINodes based on their opcode
2013-10-09 Shuxin YangFix a bug in Dead Argument Elimination.
2013-10-07 Arnold SchwaighoferLoopVectorize: External uses must use the last value...
2013-10-07 Alexey SamsonovRevert r191834 until we measure the effect of this...
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-04 Hal FinkelUpdatePHINodes in BasicBlockUtils should not crash...
2013-10-04 Arnold SchwaighoferSLPVectorizer: Sort inputs to commutative binary operations
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-03 Owen AndersonPull fptrunc's upwards through selects when one of...
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-03 Matt ArsenaultMake gep i8* X, -(ptrtoint Y) transform work with addre...
2013-10-02 Matt ArsenaultDon't use runtime bounds check between address spaces.
2013-10-02 Matt ArsenaultFix missing CHECK-LABELs
2013-10-02 Yi JiangApply slp vectorization on fully-vectorizable tree...
2013-10-02 Benjamin KramerSLPVectorizer: Make store chain finding more aggressive...
2013-10-02 Tom StellardStructurizeCFG: Add dependency on LowerSwitch pass
2013-10-02 Alexey SamsonovRemove "localize global" optimization
2013-10-01 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-01 Matt ArsenaultDon't merge tiny functions.
2013-10-01 Benjamin KramerSCEVExpander: Fix a regression I introduced by to eager...
2013-09-30 Matt ArsenaultUse right address space size in InstCombineCompares
2013-09-30 Matt ArsenaultConstant fold ptrtoint + compare with address spaces
2013-09-30 Manman RenTBAA: update tbaa format from scalar format to struct...
2013-09-30 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-09-30 Joey GoulyFix a bug in InstCombine where it attempted to cast...
2013-09-28 Benjamin KramerAdd a test that large offsets on GEPs on 32 bits target...
2013-09-27 Matt ArsenaultUse right pointer type in DebugIR
2013-09-27 Matt ArsenaultFix SLPVectorizer using wrong address space for load...
2013-09-27 Justin BognerInstCombine: Only foldSelectICmpAndOr for integer types
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-27 Justin BognerTransforms: Use getFirstNonPHI to set the insertion...
2013-09-25 Arnold SchwaighoferSLPVectorize: Put horizontal reductions feeding a store...
2013-09-24 Yi JiangTest case for r191314.
2013-09-24 Benjamin KramerVerify that we don't optimize null return checks to...
2013-09-24 Benjamin KramerMemoryBuiltins: Reinstate optimizing (uninitialized...
2013-09-24 Benjamin KramerMemoryBuiltins: Fix operator new bits.
2013-09-24 Benjamin KramerTeach MemoryBuiltins and InstructionSimplify that opera...
2013-09-23 Arnold SchwaighoferRevert "LoopVectorizer: Only allow vectorization of...
2013-09-23 Benjamin KramerExpand test case a bit.
2013-09-23 Benjamin KramerInstSimplify: Fold equality comparisons between non...
2013-09-21 Benjamin KramerSROA: Handle casts involving vectors of pointers and...
2013-09-21 Arnold SchwaighoferReapply "SLPVectorizer: Handle more horizontal reductio...
2013-09-21 Nadav RotemLoopVectorizer: Only allow vectorization of intrinsics...
2013-09-21 Arnold SchwaighoferRevert "SLPVectorizer: Handle more horizontal reduction...
2013-09-20 Shuxin YangResurrect r191017 " GVN proceeds in the presence of...
2013-09-20 Arnold SchwaighoferSLPVectorizer: Handle more horizontal reductions (disabled)
2013-09-20 Joerg SonnenbergerDelete empty files.
2013-09-20 Joerg SonnenbergerRevert r191017, it results in segmentation faults in Qt.
2013-09-20 Benjamin KramerInstCombine: Canonicalize (gep i8* X, -(ptrtoint Y...
2013-09-19 Shuxin Yang[Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1...
2013-09-19 Benjamin KramerInstCombine: Don't allow turning vector-of-pointer...
2013-09-19 Shuxin YangGVN proceeds in the presence of dead code.
2013-09-18 Chandler CarruthName the XCore target-specific subdirectories canonically.
2013-09-18 NAKAMURA TakumiA couple of tests, in llvm/test/Transforms/*/xcore...
2013-09-18 Robert LyttonPrevent LoopVectorizer and SLPVectorizer running if...
2013-09-18 Andrea Di BiagioRe-add tests from r179291 which were accidentally remov...
2013-09-17 Matt ArsenaultFix a constant folding address space place I missed.
2013-09-17 Quentin ColombetRevert the load slicing done in r190870.
2013-09-17 Matt ArsenaultCleanup handling of constant function casts.
2013-09-17 Arnold SchwaighoferSLPVectorizer: Don't vectorize phi nodes that use invok...
next