Merging r258616:
[oota-llvm.git] / test / Transforms / SLPVectorizer /
2016-01-13 Keno FischerRe-Revert r257105 (Verifier debug info changes)
2016-01-13 Keno FischerReapply r257105 "[Verifier] Check that debug values...
2016-01-07 Keno FischerTemporarily revert r257105 "[Verifier] Check that debug...
2016-01-07 Keno Fischer[Verifier] Check that debug values have proper size
2015-12-16 Charlie Turner[NFC] Update horizontal reduction test cases.
2015-11-06 Mehdi AminiFix SLPVectorizer commutativity reordering
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-27 Charlie Turner[SLP] Be more aggressive about reduction width selection.
2015-10-27 Charlie Turner[SLP] Try a bit harder to find reduction PHIs
2015-10-27 Charlie Turner[SLP] Treat SelectInsts as reduction values.
2015-09-30 Michael Zolotukhin[SLP] Don't vectorize loads of non-packed types (like...
2015-09-30 Erik EcksteinSLPVectorizer: add a test to check if the minimum regio...
2015-09-30 Erik EcksteinSLPVectorizer: limit the scheduling region size per...
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-21 Michael Zolotukhin[SLP] Add one more test case for propagating 'nontempor...
2015-08-20 Michael Zolotukhin[SLP] Propagate 'nontemporal' attribute into vectorized...
2015-08-17 Silviu Baranga[CostModel][AArch64] Increase cost of vector insert...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-30 Wei Mi[SLP vectorizer]: Choose the best consecutive candidate...
2015-07-08 Sanjay Patel[SLPVectorizer] Try different vectorization factors...
2015-07-05 Sanjay Patelchange CHECK to CHECK-LABEL for more precision
2015-07-05 Sanjay Patelremove unnecessary test specifications
2015-07-05 Sanjay Patelminimize test case and remove unnecessary opt passes
2015-06-19 Michael Zolotukhin[SLP] Vectorize for all-constant entries.
2015-06-19 Matt ArsenaultAMDGPU: Fix some places missed in rename
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
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-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-12 Chandler Carruth[slp] Fix a nasty bug in the SLP vectorizer that Joerg...
2015-02-02 Erik EcksteinFix: SLPVectorizer crashes with assertion when vectoriz...
2015-01-26 Erik EcksteinSLPVectorizer: fix wrong scheduling of atomic load...
2015-01-20 Karthik BhatFix Operandreorder logic in SLPVectorizer to generate...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-17 Suyog SardaRevert 224119 "This patch recognizes (+ (+ v0, v1)...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-15 Suyog SardaTypo Correction in Test Case. NFC.
2014-12-12 Suyog SardaThis patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorde...
2014-11-19 Suyog SardaVectorize a reduction chain feeding into a 'return...
2014-10-15 Hal Finkel[SLPVectorize] Basic ephemeral-value awareness
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-29 Chad Rosier[AArch64] Improve cost model to handle sdiv by a pow...
2014-09-03 Sanjay PatelPreserve IR flags (nsw, nuw, exact, fast-math) in SLP...
2014-09-02 Yi JiangGenerate extract for in-tree uses if the use is scalar...
2014-08-28 Erik EcksteinFix: SLPVectorizer tried to move an instruction which...
2014-08-27 Michael Zolotukhin[SLP] Re-enable vectorization of GEP expressions (re...
2014-08-26 Joerg SonnenbergerRevert r210342 and r210343, add test case for the crasher.
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-22 Erik Ecksteinfix: SLPVectorizer crashes for unreachable blocks conta...
2014-08-07 Arnold SchwaighoferSLPVectorizer: Use the type of the value loaded/stored...
2014-08-05 James MolloyTeach the SLP Vectorizer that keeping some values live...
2014-08-02 Erik Ecksteinfix bug 20513 - Crash in SLP Vectorizer
2014-08-01 Erik EcksteinSLPVectorizer: improved scheduling algorithm.
2014-07-30 Chad RosierSLP Vectorizer: Canonicalize tree operands of commutiti...
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-06 Michael ZolotukhinFix typo in a test from r210342.
2014-06-06 Michael Zolotukhin[SLP] Enable vectorization of GEP expressions.
2014-06-06 Karthik BhatFix PR19657 (scalar loads not combined into vector...
2014-05-30 Karthik BhatAllow vectorization of intrinsics such as powi,cttz...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Michael ZolotukhinImplement sext(C1 + C2*X) --> sext(C1) + sext(C2*X...
2014-05-23 Nico RieckFix broken FileCheck prefixes
2014-05-19 Benjamin KramerFlip on vectorization of bswap intrinsics.
2014-05-09 Benjamin KramerSLPVectorizer: When sorting by domination for CSE don...
2014-05-05 Yi JiangAlways set alignment of vectorized LD/ST in SLP-Vectori...
2014-05-04 Arnold SchwaighoferSLPVectorizer: Bring back the insertelement patch ...
2014-05-03 Karthik BhatVectorize intrinsic math function calls in SLPVectorizer.
2014-05-01 Chandler CarruthRevert r205965, which essentially reverts r205018 for...
2014-04-29 Yi JiangContinue slp vectorization even the BB already has...
2014-04-10 Arnold SchwaighoferReapply "SLPVectorizer: Ignore users that are insertele...
2014-04-09 Arnold SchwaighoferSLPVectorizer: Only vectorize intrinsics whose operands...
2014-04-02 Tim NorthoverSLPVectorizer: compare entire intrinsic for SLP compati...
2014-03-31 Arnold SchwaighoferRevert "SLPVectorizer: Ignore users that are insertelem...
2014-03-28 Arnold SchwaighoferSLPVectorizer: Take credit for free extractelement...
2014-03-28 Arnold SchwaighoferSLPVectorizer: Ignore users that are insertelements...
2014-03-12 Raul E. SilveraResubmit "[SLPV] Recognize vectorizable intrinsics...
2014-03-05 Raul E. SilveraTrivial test commit.
2014-02-24 Arnold SchwaighoferSLPVectorizer: Try vectorizing 'splat' stores
2014-02-17 Gerolf Hoflehnerfix for null VectorizedValue assertion in the SLP Vecto...
2014-02-01 Reid KlecknerRevert "[SLPV] Recognize vectorizable intrinsics during...
2014-01-31 Chandler Carruth[SLPV] Recognize vectorizable intrinsics during SLP...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2013-12-05 Arnold SchwaighoferSLPVectorizer: An in-tree vectorized entry cannot also...
2013-12-03 Arnold Schwaighoferopt: Mirror vectorization presets of clang
2013-11-26 Nadav RotemPR1860 - We can't save a list of ExtractElement instruc...
2013-11-26 Nadav RotemPR18060 - When we RAUW values with ExtractElement instr...
2013-11-25 Chandler CarruthAdd the test case that I missed when committing r195528...
next