Merging r258616:
[oota-llvm.git] / test / Transforms / LoopVectorize /
2016-02-03 Hans WennborgMerging r259649:
2015-12-15 Cong Hou[LoopVectorizer] Refine loop vectorizer's register...
2015-12-13 Cong HouRevert r255460, which still causes test failures on...
2015-12-13 Cong Hou[LoopVectorizer] Refine loop vectorizer's register...
2015-12-13 Cong HouRevert r255454 as it leads to several test failers...
2015-12-13 Cong Hou[LoopVectorizer] Refine loop vectorizer's register...
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-19 Elena DemikhovskyPointers in Masked Load, Store, Gather, Scatter intrinsics
2015-11-09 James Molloy[LoopVectorize] Address post-commit feedback on r250032
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-10-12 James Molloy[LoopVectorize] Shrink integer operations into the...
2015-09-21 James Molloy[LoopUtils,LV] Propagate fast-math flags on generated...
2015-09-10 Matthew Simpson[LV] Relax Small Size Reduction Type Requirement
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-09 James MolloyDelay predication of stores until near the end of vecto...
2015-09-04 Silviu BarangaSimplify testcase added in r246759. NFC
2015-09-04 Hal Finkel[PowerPC] Enable interleaved-access vectorization
2015-09-03 Hal Finkel[PowerPC] Always use aggressive interleaving on the A2
2015-09-03 Silviu BarangaFix IRBuilder CreateBitOrPointerCast for vector types
2015-09-02 Chad RosierAdd newline to test. NFC.
2015-09-02 James Molloy[LV] Don't bail to MiddleBlock if a runtime check fails...
2015-09-02 James Molloy[LV] Refactor all runtime check emissions into helper...
2015-09-02 James Molloy[LV] Pull creation of trip counts into a helper function.
2015-09-02 James Molloy[LV] Never widen an induction variable.
2015-09-02 James Molloy[LV] Switch to using canonical induction variables.
2015-09-01 Silviu Baranga[AArch64] Turn on by default interleaved access vectori...
2015-09-01 Silviu Baranga[ARM] Turn on by default interleaved access vectorization
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-27 Tyler NowickiFix test introduced in r246187 that failed on some...
2015-08-27 Tyler NowickiImprove vectorization diagnostic messages and extend...
2015-08-27 Chad Rosier[LoopVectorize] Move test from r246149 into a target...
2015-08-27 Chad Rosier[LoopVectorize] Add Support for Small Size Reductions.
2015-08-27 Tyler NowickiImproved printing of analysis diagnostics in the loop...
2015-08-25 Wei MiThe patch replace the overflow check in loop vectorizat...
2015-08-20 Michael Zolotukhin[LoopVectorize] Propagate 'nontemporal' attribute into...
2015-08-14 Chad RosierCleanup test whitespace or lack thereof. NFC.
2015-08-11 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-11 Sanjay Patelremove unnecessary settings/attributes from test case
2015-08-11 Tyler NowickiPrint vectorization analysis when loop hint is specified.
2015-08-10 Tyler NowickiExtend late diagnostics to include late test for runtim...
2015-08-10 Tyler NowickiMake fp vectorization test X86 specified to avoid cost...
2015-08-10 Tyler NowickiLate evaluation of the fast-math vectorization requirement.
2015-08-10 Tyler NowickiModify diagnostic messages to clearly indicate the...
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-27 Silviu BarangaThe tests added in r243270 require asserts to be enabled
2015-07-27 Silviu BarangaFix the tests added in r243270. Use 2>&1 instead of |&
2015-07-27 Silviu Baranga[ARM/AArch64] Fix cost model for interleaved accesses
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-07-01 Alexey Samsonov[LoopVectorize] Use ReplaceInstWithInst() helper where...
2015-06-30 David MajnemerCorrect a typo for a LoopVectorize test
2015-06-27 David Majnemer[LoopVectorize] Pointer indicies may be wider than...
2015-06-24 Michael Zolotukhin[LoopVectorizer] Fix bailing-out condition for OptForSi...
2015-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
2015-06-05 David Majnemer[LoopVectorize] Don't crash on zero-sized types in...
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-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...
next