]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - test/Transforms/LoopVectorize
ArgumentPromotion: Propagate debug locations on calls for which arguments are promoted.
[opencl/llvm.git] / test / Transforms / LoopVectorize /
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-22 Arnold SchwaighoferLoopVectorizer: Fix a dominance issue
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-05 Alexey SamsonovUse AArch64 instead of now removed ARM64 in test configs
2014-05-30 Karthik BhatAllow vectorization of intrinsics such as powi,cttz...
2014-05-29 Arnold SchwaighoferLoopVectorizer: Add a check that the backedge taken...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-12 Adam Nemet[Test] Trim unnecessary .c and .cpp from config.suffix...
2014-05-11 Serge PavlovReorder shuffle and binary operation.
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-24 Zinovy Nis[CLNUP] Test commit. Remove newline.
2014-04-23 Alexander Musman[LV] Statistics numbers for LoopVectorize introduced...
2014-04-18 Jiangning LiuAdd missing config file for newly added test case intro...
2014-04-18 Jiangning LiuThis commit allows vectorized loops to be unrolled...
2014-04-15 NAKAMURA Takumivect.omp.persistence.ll REQUIRES asserts due to -debug...
2014-04-15 Alexey BataevD3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer...
2014-04-02 Hal Finkel[LoopVectorizer] Count dependencies of consecutive...
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-29 Tim NorthoverARM64: initial backend import
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-03-05 Arnold SchwaighoferLoopVectorizer: Preserve fast-math flags
2014-02-08 Arnold SchwaighoferLoopVectorizer: Keep track of conditional store basic...
2014-02-02 Arnold SchwaighoferLoopVectorizer: Enable unrolling of conditional stores...
2014-02-01 Arnold SchwaighoferARMTTI: We don't have 16 allocatable scalar registers
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-28 Arnold SchwaighoferLoopVectorize: Support conditional stores by scalarizing
2014-01-27 Chandler Carruth[vectorize] Initial version of respecting PGO in the...
2014-01-27 Chandler Carruth[vectorizer] Add an override for the target instruction...
2014-01-27 Chandler Carruth[vectorizer] Teach the loop vectorizer's unroller to...
2014-01-24 Alp TokerFix known typos
2014-01-19 Benjamin KramerInstCombine: Teach most integer add/sub/mul/div combine...
2014-01-19 Arnold SchwaighoferLoopVectorizer: A reduction that has multiple uses...
2014-01-15 Arnold SchwaighoferLoopVectorize: Only strip casts from integer types...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2014-01-10 Arnold SchwaighoferLoopVectorizer: Handle strided memory accesses by versi...
2013-12-17 Arnold SchwaighoferLoopVectorizer: Don't if-convert constant expressions...
2013-12-07 Renato Golinforce vector width via cpu on vectorizer metadata enable
2013-12-05 Renato GolinMove test to X86 dir
2013-12-05 Renato GolinAdd #pragma vectorize enable/disable to LLVM
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-03 Arnold Schwaighoferopt: Mirror vectorization presets of clang
2013-11-26 Arnold SchwaighoferLoopVectorizer: Truncate i64 trip counts of i32 phis...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-19 Arnold SchwaighoferSLPVectorizer: Fix stale for Value pointer array
2013-11-18 Arnold SchwaighoferLoopVectorizer: Extend the induction variable to a...
2013-11-15 Arnold SchwaighoferLoopVectorizer: Use abi alignment for accesses with...
2013-11-04 Matt ArsenaultScalarize select vector arguments when extracted.
2013-11-01 Arnold SchwaighoferLoopVectorizer: Perform redundancy elimination on induc...
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-29 Arnold SchwaighoferARM cost model: Unaligned vectorized double stores...
2013-10-25 Hal FinkelLoopVectorizer: Don't attempt to vectorize extracteleme...
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-07 Arnold SchwaighoferLoopVectorize: External uses must use the last value...
2013-10-02 Matt ArsenaultDon't use runtime bounds check between address spaces.
2013-10-02 Matt ArsenaultFix missing CHECK-LABELs
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-23 Arnold SchwaighoferRevert "LoopVectorizer: Only allow vectorization of...
2013-09-21 Nadav RotemLoopVectorizer: Only allow vectorization of intrinsics...
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-16 Arnold SchwaighoferDon't vectorize if there are outside loop users of...
2013-09-10 Matt ArsenaultFix missing CHECK-LABELs
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-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-26 Nadav RotemLoopVectorize: Implement partial loop unrolling when...
2013-08-22 Manman Ren[Debug Info Tests] Update testing cases.
2013-08-22 Matt ArsenaultTeach LoopVectorize about address space sizes
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-06 Arnold SchwaighoferLoopVectorize: Allow vectorization of loops with lifeti...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-07-29 Manman RenDebug Info: update testing cases to pass verifier.
2013-07-26 Rafael EspindolaNext batch of -disable-debug-info-verifier.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-13 Arnold SchwaighoferLoopVectorizer: Disallow reductions whose header phi...
2013-07-13 Andrew TrickMake the new vectorizer test immune to TTI
2013-07-13 Andrew TrickLoopVectorize fix: LoopInfo must be valid when invoking...
2013-07-12 Arnold SchwaighoferX86 cost model: Add cost for vectorized gather/scather
2013-07-12 Arnold SchwaighoferARM cost model: Add cost for gather/scather
next