[LoopVectorize] Address post-commit feedback on r250032
[oota-llvm.git] / test / Transforms / LoopVectorize / X86 /
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-03 Elena DemikhovskyLoopVectorizer - skip 'bitcast' between GEP and load.
2015-11-02 Cong HouAdd a flag vectorizer-maximize-bandwidth in loop vector...
2015-10-29 Cong HouRevert the revision 251592 as it fails a test on some...
2015-10-29 Cong HouAdd a flag vectorizer-maximize-bandwidth in loop vector...
2015-10-27 NAKAMURA TakumiRevert r251291, "Loop Vectorizer - skipping "bitcast...
2015-10-26 Elena DemikhovskyLoop Vectorizer - skipping "bitcast" before GEP
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-27 Tyler NowickiImprove vectorization diagnostic messages and extend...
2015-08-14 Chad RosierCleanup test whitespace or lack thereof. NFC.
2015-08-10 Tyler NowickiMake fp vectorization test X86 specified to avoid cost...
2015-08-10 Tyler NowickiModify diagnostic messages to clearly indicate the...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-26 Jingyue WuRoll forward r243250
2015-07-26 Jingyue WuRevert r243250
2015-07-26 Jingyue Wu[TTI/CostModel] improve TTI::getGEPCost and use it...
2015-07-11 Tyler NowickiRenamed some uses of unroll to interleave in the vector...
2015-06-30 David MajnemerCorrect a typo for a LoopVectorize test
2015-06-27 David Majnemer[LoopVectorize] Pointer indicies may be wider than...
2015-05-15 Nemanja IvanovicNFC - Test case invokes llc on a file rather than redir...
2015-05-07 Michael ZolotukhinPopulate list of vectorizable functions for Accelerate...
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-03-17 Michael ZolotukhinTLI: Add addVectorizableFunctionsFromVecLib.
2015-03-17 Michael ZolotukhinTTI: Honour cost model for estimating cost of vector...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-09 Kevin QinIntroduce runtime unrolling disable matadata and use...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
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-02-19 Chandler Carruth[x86,sdag] Two interrelated changes to the x86 and...
2015-01-22 Elena DemikhovskyFixed a bug in masked load/store in reversed loop.
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2014-12-16 Elena DemikhovskyMasked Load and Store Intrinsics in loop vectorizer.
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-10-14 Hal Finkel[LoopVectorize] Ignore @llvm.assume for cost estimates...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-07-31 Tyler NowickiImprove the remark generated for -Rpass-missed.
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-07-20 Hal Finkel[LoopVectorize] Use AA to partition potential dependenc...
2014-07-16 Tyler NowickiEmit warnings if vectorization is forced and fails.
2014-07-09 Adam Nemet[X86] AVX512: Enable it in the Loop Vectorizer
2014-06-25 Tyler NowickiAdd Rpass-missed and Rpass-analysis reports to the...
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-04-29 Diego NovilloFix vectorization remarks.
2014-04-29 Zinovy Nis[OPENMP][LV][D3423] Respect Hints.Force meta-data for...
2014-04-01 Hal FinkelImplement X86TTI::getUnrollingPreferences
2014-03-31 Hal FinkelMove partial/runtime unrolling late in the pipeline
2014-03-31 Adam Nemet[X86] Adjust cost of FP_TO_UINT v4f64->v4i32 as well
2014-03-30 Adam Nemet[X86] Adjust cost of FP_TO_UINT v8f32->v8i32
2014-03-27 Quentin Colombet[X86][Vectorizer Cost Model] Correct vectorization...
2014-03-27 Jim Grosbachadd 'requires asserts' to test that needs it
2014-03-27 Jim GrosbachX86: Correct vectorization cost model for v8f32->v8i8.
2014-01-31 Chandler Carruth[vectorizer] Tweak the way we do small loop runtime...
2014-01-29 Arnold SchwaighoferLoopVectorizer: Add a test case for unrolling of small...
2014-01-28 Chandler Carruth[vectorizer] Completely disable the block frequency...
2014-01-27 Chandler Carruth[vectorize] Initial version of respecting PGO in the...
2013-12-07 Renato Golinforce vector width via cpu on vectorizer metadata enable
2013-12-05 Renato GolinMove test to X86 dir
2013-11-26 Arnold SchwaighoferLoopVectorizer: Truncate i64 trip counts of i32 phis...
2013-11-19 Arnold SchwaighoferSLPVectorizer: Fix stale for Value pointer array
2013-10-24 Renato GolinFix broken builds by moving test to x86 dir
2013-10-02 Matt ArsenaultFix missing CHECK-LABELs
2013-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-12 Arnold SchwaighoferX86 cost model: Add cost for vectorized gather/scather
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-24 Arnold SchwaighoferLoopVectorize: Scalarize padded types
2013-04-24 Arnold SchwaighoferLoopVectorizer: Bail out if we don't have datalayout...
2013-04-23 Pekka JaaskelainenCall the potentially costly isAnnotatedParallel() only...
2013-04-23 Pekka JaaskelainenRefuse to (even try to) vectorize loops which have...
2013-04-04 Arnold SchwaighoferLoopVectorizer: Pass OperandValueKind information to...
2013-04-01 Benjamin KramerX86TTI: Add accurate costs for itofp operations, based...
2013-03-14 Arnold SchwaighoferLoopVectorizer: Insert some white space to make test...
2013-03-14 Arnold SchwaighoferAdd missing asserts flag to test - it uses debug flags
2013-03-14 Arnold SchwaighoferLoopVectorize: Invert case when we use a vector cmp...
2013-03-08 Benjamin KramerForce cpu in test.
2013-03-08 Benjamin KramerInsert the reduction start value into the first bypass...
2013-03-02 Arnold SchwaighoferX86 cost model: Adjust cost for custom lowered vector...
2013-02-15 Pekka JaaskelainenForgot to 'svn add' the LoopVectorizer tests for the...
2013-02-05 NAKAMURA TakumiFormatting.
2013-02-05 NAKAMURA Takumillvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_...
2013-02-05 Arnold SchwaighoferLoop Vectorizer: Handle pointer stores/loads in getWide...
2013-01-31 Pekka JaaskelainenMade the min-trip-count-switch test X86-specific to...
2013-01-20 Nadav RotemLoopVectorizer: Implement a new heuristics for selectin...
2013-01-20 Nadav RotemChange the cpu type in the test.
2013-01-16 Benjamin KramerMove test that depends on the x86 target into a target...
next