Emit DWARF line entries for all data in the instruction stream.
[oota-llvm.git] / test / Transforms /
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...
2013-09-17 Quentin Colombet[InstCombiner] Slice a big load in two loads when the...
2013-09-17 Stepan DyatkovskiyBugfix for PR17099:
2013-09-16 Krzysztof ParzyszekAdd testcase for r190631
2013-09-16 Arnold SchwaighoferDon't vectorize if there are outside loop users of...
2013-09-14 Chandler CarruthRemove the long, long defunct IR block placement pass.
2013-09-14 Matt ArsenaultAdd missing CHECK-LABEL
2013-09-14 Matt ArsenaultAdd test for untested path in SimplifyCFG
2013-09-11 Hal FinkelImplement TTI getUnrollingPreferences for PowerPC
2013-09-11 Matt ArsenaultTeach loop-idiom about address space pointer sizes
2013-09-10 Matt ArsenaultFix missing CHECK-LABELs
2013-09-09 Eli FriedmanDon't shrink atomic ops to bool in GlobalOpt.
2013-09-09 Quentin Colombet[InstCombiner] Expose opportunities to merge subtract...
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-08 Manman RenDebug Info Testing: update context from empty string...
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-09-04 Rafael EspindolaMerge these 2 tests in a single file.
2013-09-04 Rafael EspindolaRevert "Add r159136 back now that pr13124 has been...
2013-09-04 Tim NorthoverInstCombine: allow unmasked icmps to be combined with...
2013-09-04 Tim NorthoverInstCombine: look for masked compares with subset relation
2013-09-03 Rafael EspindolaAdd r159136 back now that pr13124 has been fixed.
2013-09-03 Michael Gottesman[objc-arc] Turn off the objc_retainBlock -> objc_retain...
2013-09-03 Michael Gottesman[objc-arc] Move some block tests from basic.ll -> retai...
2013-09-03 Matt ArsenaultTeach InstCombineLoadCast about address spaces.
2013-09-03 Yi JiangIn this patch we are trying to do two things:
2013-08-31 Benjamin KramerSimplifyLibCalls: When emitting an overloaded fp functi...
2013-08-30 Benjamin KramerInstCombine: Check for zero shift amounts before subtra...
2013-08-29 Daniel DunbarFix a test to not fail for users with my name. :)
2013-08-28 Matt ArsenaultConvert tests to FileCheck
2013-08-28 Matt ArsenaultHandle address spaces in TargetTransformInfo
2013-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-08-26 Matt ArsenaultFix inserting instructions before last in bundle.
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-26 Nadav RotemLoopVectorize: Implement partial loop unrolling when...
2013-08-26 Matt ArsenaultForgot to add slp threshold to test
next