[SROA] Fix PR24463, a crash I introduced in SROA by allowing it to
[oota-llvm.git] / test / Transforms / BBVectorize /
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-06 Sanjoy DasThis patch teaches IndVarSimplify to add nuw and nsw...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
2014-04-24 Karthik BhatAllow vectorization of few missed llvm intrinsic calls...
2014-03-06 Raul E. SilveraChange math intrinsic attributes from readonly to readn...
2013-09-18 Robert LyttonPrevent LoopVectorizer and SLPVectorizer running if...
2013-08-21 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-13 Hal FinkelBBVectorize: Add initial stores to the write set when...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-05-01 Jim GrosbachRevert "InstCombine: Fold more shuffles of shuffles."
2013-04-30 Jim GrosbachInstCombine: Fold more shuffles of shuffles.
2013-04-12 Nadav RotemCostModel: increase the default cost of supported float...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-17 Hal FinkelBBVectorize: Fix an invalid reference bug
2013-01-07 Chandler CarruthSwitch BBVectorize to directly depend on having a TTI...
2013-01-01 Nadav RotemMake opt grab the triple from the module and use it...
2012-12-26 Hal FinkelBBVectorize: Use VTTI to compute costs for intrinsics...
2012-12-25 Hal FinkelBBVectorize: Enable vectorization of the fmuladd intrinsic
2012-11-28 Hal FinkelBBVectorize: Correctly merge SubclassOptionalData
2012-11-13 Hal FinkelBBVectorize: Don't vectorize vector-manipulation chains
2012-11-12 Hal FinkelBBVectorize: Only some insert element operand pairs...
2012-11-12 Hal FinkelBBVectorize: Use a more sophisticated check for input...
2012-11-12 Hal FinkelBBVectorize: Check the types of compare instructions
2012-11-12 Hal FinkelBBVectorize: Check the input types of shuffles for...
2012-11-01 Hal FinkelBBVectorize: Commit the rest of the test-case change.
2012-11-01 Hal FinkelBBVectorize: Use target costs for incoming and outgoing...
2012-10-31 Hal FinkelBBVectorize: Choose pair ordering to minimize shuffles
2012-10-30 Hal FinkelBBVectorize: Fix a small bug introduced in r167042.
2012-10-30 Hal FinkelRemove an invalid assert in TargetTransformImpl
2012-10-26 Hal FinkelMove target-specific BBVectorize tests into a separate...
2012-10-26 Hal FinkelDisable generation of pointer vectors by BBVectorize.
2012-10-25 Hal FinkelAdd CPU model to BBVectorize cost-model tests.
2012-10-25 Hal FinkelBegin incorporating target information into BBVectorize.
2012-10-22 Hal FinkelBBVectorize should ignore unreachable blocks.
2012-10-21 Hal FinkelDataLayout should use itself when calculating the size...
2012-06-28 Hal FinkelAllow BBVectorize to form non-2^n-length vectors.
2012-06-24 Hal FinkelAllow controlling vectorization of boolean values separ...
2012-06-23 Hal FinkelAllow BBVectorize to fuse compare instructions.
2012-06-16 Hal FinkelTeach BBVectorize to combine, when possible, or discard...
2012-04-27 Hal FinkelDon't vectorize target-specific types (ppc_fp128, x86_f...
2012-04-14 Hal FinkelFix an error in BBVectorize important for vectorizing...
2012-04-14 Hal FinkelEnhance BBVectorize to more-properly handle pointer...
2012-04-13 Hal FinkelAdd support to BBVectorize for vectorizing selects.
2012-03-31 Hal FinkelCorrectly vectorize powi.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-10 Hal FinkelUpdate BBVectorize to use aliasesUnknownInst.
2012-02-04 Hal FinkelBoost the effective chain depth of loads and stores.
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.