[OCaml] Expose LLVM's fatal error and stacktrace APIs
[oota-llvm.git] / test / Transforms / LoopVectorize /
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
2013-07-11 Arnold SchwaighoferLoopVectorize: Vectorize all accesses in address space...
2013-07-01 Arnold SchwaighoferLoopVectorize: Math functions only read rounding mode
2013-06-28 Arnold SchwaighoferLoopVectorize: Preserve debug location info
2013-06-27 Arnold SchwaighoferLoopVectorize: Cache edge masks created during if-conve...
2013-06-27 Arnold SchwaighoferLoopVectorize: Use vectorized loop invariant gep index...
2013-06-27 Arnold SchwaighoferFix spelling.
2013-06-27 Arnold SchwaighoferLoopVectorize: Don't store a reversed value in the...
2013-06-24 Arnold SchwaighoferReapply 184685 after the SetVector iteration order...
2013-06-24 Arnold SchwaighoferRevert "LoopVectorize: Use the dependence test utility...
2013-06-24 Arnold SchwaighoferLoopVectorize: Use the dependence test utility class
2013-06-17 Pekka JaaskelainenFix for a regression caused by the LoopVectorizer when
2013-05-31 Arnold SchwaighoferLoopVectorize: PHIs with only outside users should...
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-05-24 Benjamin KramerLoopVectorize: LoopSimplify can't canonicalize loops...
2013-05-22 Arnold SchwaighoferLoopVectorize: Make Value pointers that could be RAUW...
2013-05-18 Arnold SchwaighoferLoopVectorize: Handle single edge PHIs
2013-05-15 Arnold SchwaighoferLoopVectorize: Hoist conditional loads if possible
2013-05-14 Arnold SchwaighoferLoopVectorize: Handle loops with multiple forward induc...
2013-05-11 Arnold SchwaighoferLoopVectorize: Use the widest induction variable type
2013-05-10 Nadav RotemAdd an additional testcase for PR15882.
2013-05-09 Arnold SchwaighoferLoopVectorizer: Don't assert on the absence of inductio...
2013-05-07 Arnold SchwaighoferLoopVectorizer: Improve reduction variable identification
2013-05-07 Arnold SchwaighoferLoopVectorize: getConsecutiveVector must respect signed...
2013-05-05 Arnold SchwaighoferLoopVectorize: Add support for floating point min/max...
2013-05-05 Arnold SchwaighoferLoopVectorize: We don't need an identity element for...
2013-05-03 Nadav RotemLoopVectorizer: Add support for if-conversion of PHINod...
2013-05-02 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-26 Nadav RotemLoopVectorizer: Calculate the number of pointers to...
2013-04-25 Nadav RotemLoopVectorizer: No need to generate pointer disambiguat...
2013-04-24 Arnold SchwaighoferLoopVectorize: Scalarize padded types
2013-04-24 Arnold SchwaighoferLoopVectorizer: Bail out if we don't have datalayout...
2013-04-23 Nadav RotemLoopVectorizer: Fix 15830. When scalarizing and unrolli...
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-18 Arnold SchwaighoferLoopVectorizer: Recognize min/max reductions
2013-04-18 Benjamin KramerLoopVectorize: Use a set to avoid longer cycles in...
2013-04-12 Arnold SchwaighoferLoopVectorizer: integer division is not a reduction...
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-09 Benjamin KramerTest case hygiene.
2013-03-09 Arnold SchwaighoferLoopVectorizer: Ignore dbg.value instructions
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-03-02 Nadav RotemPR14448 - prevent the loop vectorizer from vectorizing...
2013-03-01 Benjamin KramerLoopVectorize: Don't hang forever if a PHI only has...
2013-02-27 Benjamin KramerLoopVectorize: Vectorize math builtin calls.
2013-02-23 Renato GolinSome more tests for the global structure vectorizer
2013-02-22 Renato GolinMore tests to global struct vectorizer
2013-02-21 Renato GolinAllow GlobalValues to vectorize with AliasAnalysis
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...
next