[Orc] During module partitioning, rename anonymous and asm-private globals.
[oota-llvm.git] / test / Transforms / LoopVectorize /
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-17 Michael ZolotukhinTLI: Add addVectorizableFunctionsFromVecLib.
2015-03-17 Michael ZolotukhinTTI: Honour cost model for estimating cost of vector...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
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-06 Olivier SallenaveDo not restrict interleaved unrolling to small loops...
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-02-18 Adam Nemet[LoopAccesses] Modify test to also check symbolic strid...
2015-02-15 David BlaikieReformat test case to be easier to migrate to typeless...
2015-02-13 Olivier SallenaveCheck interleaving without relying on debug output.
2015-02-13 NAKAMURA Takumillvm/test/Transforms/LoopVectorize/PowerPC/small-loop...
2015-02-12 Olivier SallenaveChange max interleave factor to 12 for POWER7 and POWER8.
2015-02-12 Benjamin KramerUpdate test case.
2015-01-30 Hao LiuMove the target specific test case arbitrary-induction...
2015-01-30 Hao Liu[LoopVectorize] Induction variables: support arbitrary...
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
2015-01-05 Michael KupersteinFix broken test from r225159.
2015-01-05 Jiangning LiuFixed a bug in memory dependence checking module of...
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-12-02 Michael ZolotukhinPR21302. Vectorize only bottom-tested loops.
2014-12-02 Michael ZolotukhinApply loop-rotate to several vectorizer tests.
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-24 Matt ArsenaultBug 21610: Canonicalize min/max fcmp selects to use...
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-11 Suyog SardaAddition to r216371 (SLP and Loop Vectorization) and...
2014-11-07 David MajnemerLoopVectorize: Don't assume pointees are sized
2014-10-31 Michael ZolotukhinCorrectly update dom-tree after loop vectorizer.
2014-10-21 Matt ArsenaultAdd minnum / maxnum 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-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-09-01 Sanjay PatelAdd a convenience method to copy wrapping, exact, and...
2014-09-01 Renato GolinSmall refactor on VectorizerHint for deduplication
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-19 Renato GolinRevert "Small refactor on VectorizerHint for deduplication"
2014-08-19 Renato GolinSmall refactor on VectorizerHint for deduplication
2014-08-08 James Molloy[LoopVectorizer] Enable support for floating-point...
2014-08-02 Tyler NowickiAdd diagnostics to the vectorizer cost model.
2014-07-31 Tyler NowickiImprove the remark generated for -Rpass-missed.
2014-07-31 Tyler NowickiImprove the remark generated when a variable that is...
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-19 Hal Finkel[LoopVectorize] Propagate known metadata to vectorized...
2014-07-16 Tyler NowickiEmit warnings if vectorization is forced and fails.
2014-07-11 Aditya NandakumarWhen we sink an instruction, this can open up opportuni...
2014-07-09 Adam Nemet[X86] AVX512: Enable it in the Loop Vectorizer
2014-07-04 David MajnemerIR: Fold away compares between GV GEPs and GVs
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...
next