summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize
Commit message (Expand)AuthorAgeFilesLines
* [LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...Cong Hou2015-12-152-1/+72
* Revert r255460, which still causes test failures on some platforms.Cong Hou2015-12-132-70/+1
* [LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...Cong Hou2015-12-132-1/+70
* Revert r255454 as it leads to several test failers on buildbots.Cong Hou2015-12-132-69/+1
* [LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...Cong Hou2015-12-132-1/+69
* [LoopVectorize] Use MapVector rather than DenseMap for MinBWs.Charlie Turner2015-11-261-0/+54
* Pointers in Masked Load, Store, Gather, Scatter intrinsicsElena Demikhovsky2015-11-191-0/+142
* [LoopVectorize] Address post-commit feedback on r250032James Molloy2015-11-091-1/+1
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-0510-28/+28
* LoopVectorizer - skip 'bitcast' between GEP and load.Elena Demikhovsky2015-11-032-86/+125
* Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...Cong Hou2015-11-022-4/+50
* Revert the revision 251592 as it fails a test on some platforms.Cong Hou2015-10-292-50/+4
* Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...Cong Hou2015-10-292-4/+50
* Revert r251291, "Loop Vectorizer - skipping "bitcast" before GEP"NAKAMURA Takumi2015-10-272-125/+86
* Loop Vectorizer - skipping "bitcast" before GEPElena Demikhovsky2015-10-262-86/+125
* [LoopVectorize] Shrink integer operations into the smallest type possibleJames Molloy2015-10-121-0/+243
* [LoopUtils,LV] Propagate fast-math flags on generated FCmp instructionsJames Molloy2015-09-211-52/+52
* [LV] Relax Small Size Reduction Type RequirementMatthew Simpson2015-09-101-3/+66
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-1/+1
* Delay predication of stores until near the end of vector code generationJames Molloy2015-09-091-9/+34
* Simplify testcase added in r246759. NFCSilviu Baranga2015-09-041-43/+11
* [PowerPC] Enable interleaved-access vectorizationHal Finkel2015-09-041-0/+30
* [PowerPC] Always use aggressive interleaving on the A2Hal Finkel2015-09-031-0/+40
* Fix IRBuilder CreateBitOrPointerCast for vector typesSilviu Baranga2015-09-031-0/+69
* Add newline to test. NFC.Chad Rosier2015-09-021-1/+1
* [LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH ins...James Molloy2015-09-024-6/+6
* [LV] Refactor all runtime check emissions into helper functions.James Molloy2015-09-021-2/+1
* [LV] Pull creation of trip counts into a helper function.James Molloy2015-09-021-1/+1
* [LV] Never widen an induction variable.James Molloy2015-09-021-0/+34
* [LV] Switch to using canonical induction variables.James Molloy2015-09-022-10/+5
* [AArch64] Turn on by default interleaved access vectorizationSilviu Baranga2015-09-012-3/+3
* [ARM] Turn on by default interleaved access vectorizationSilviu Baranga2015-09-011-1/+1
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-2811-15/+15
* Fix test introduced in r246187 that failed on some systems.Tyler Nowicki2015-08-271-7/+5
* Improve vectorization diagnostic messages and extend vectorize(enable) pragma.Tyler Nowicki2015-08-272-6/+20
* [LoopVectorize] Move test from r246149 into a target-specific folder to appea...Chad Rosier2015-08-271-0/+0
* [LoopVectorize] Add Support for Small Size Reductions.Chad Rosier2015-08-271-0/+128
* Improved printing of analysis diagnostics in the loop vectorizer.Tyler Nowicki2015-08-271-2/+10
* The patch replace the overflow check in loop vectorization with the minimum l...Wei Mi2015-08-252-2/+47
* [LoopVectorize] Propagate 'nontemporal' attribute into vectorized instructions.Michael Zolotukhin2015-08-201-0/+47
* Cleanup test whitespace or lack thereof. NFC.Chad Rosier2015-08-141-4/+4
* fix minsize detection: minsize attribute implies optimizing for sizeSanjay Patel2015-08-111-7/+32
* remove unnecessary settings/attributes from test caseSanjay Patel2015-08-111-6/+6
* Print vectorization analysis when loop hint is specified.Tyler Nowicki2015-08-113-3/+3
* Extend late diagnostics to include late test for runtime pointer checks.Tyler Nowicki2015-08-101-1/+6
* Make fp vectorization test X86 specified to avoid cost-model related problems...Tyler Nowicki2015-08-101-1/+1
* Late evaluation of the fast-math vectorization requirement.Tyler Nowicki2015-08-101-0/+104
* Modify diagnostic messages to clearly indicate the why interleaving wasn't done.Tyler Nowicki2015-08-103-3/+117
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-037-7/+7
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-312-5/+5
OpenPOWER on IntegriCloud