index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
LoopVectorize
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"
Adam Nemet
2016-04-14
1
-95
/
+20
*
Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko
2016-04-12
1
-20
/
+95
*
[DebugInfo/Test] Add CU as required.
Davide Italiano
2016-04-11
1
-0
/
+2
*
Loop vectorization with uniform load
Elena Demikhovsky
2016-04-10
1
-0
/
+47
*
[LoopVectorize] Register cloned assumptions
David Majnemer
2016-04-08
1
-0
/
+32
*
Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...
Silviu Baranga
2016-04-08
1
-1
/
+2
*
Revert r265535 until we know how we can fix the bots
Silviu Baranga
2016-04-06
1
-2
/
+1
*
[SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Silviu Baranga
2016-04-06
1
-1
/
+2
*
[SLPVectorizer] Vectorizing the libm sqrt to llvm's sqrt intrinsic requires nnan
David Majnemer
2016-04-06
1
-1
/
+25
*
[SLPVectorizer] Vectorize libcalls of sqrt
David Majnemer
2016-04-06
1
-25
/
+1
*
[DebugInfo] Fix tests so that each subprogram belongs to a CU.
Davide Italiano
2016-04-05
1
-0
/
+6
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
2
-2
/
+2
*
[LoopVectorize] Don't vectorize loops when everything will be scalarized
Hal Finkel
2016-03-30
1
-0
/
+39
*
Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"
Matthias Braun
2016-03-22
1
-95
/
+20
*
Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko
2016-03-10
1
-20
/
+95
*
[x86] fix cost model inaccuracy for vector memory ops
Sanjay Patel
2016-03-09
1
-2
/
+2
*
add a test RUN to show unexpected behavior
Sanjay Patel
2016-03-09
1
-7
/
+10
*
Revert r255691 "[LoopVectorizer] Refine loop vectorizer's register usage calc...
Hans Wennborg
2016-02-19
2
-72
/
+1
*
Create masked gather and scatter intrinsics in Loop Vectorizer.
Elena Demikhovsky
2016-02-17
2
-1
/
+238
*
AVX1 : Enable vector masked_load/store to AVX1.
Igor Breger
2016-01-25
1
-30
/
+28
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-15
2
-1
/
+72
*
Revert r255460, which still causes test failures on some platforms.
Cong Hou
2015-12-13
1
-1
/
+1
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-13
1
-1
/
+1
*
Revert r255454 as it leads to several test failers on buildbots.
Cong Hou
2015-12-13
1
-1
/
+1
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-13
1
-1
/
+1
*
Pointers in Masked Load, Store, Gather, Scatter intrinsics
Elena Demikhovsky
2015-11-19
1
-0
/
+142
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
4
-16
/
+16
*
LoopVectorizer - skip 'bitcast' between GEP and load.
Elena Demikhovsky
2015-11-03
1
-86
/
+85
*
Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...
Cong Hou
2015-11-02
2
-4
/
+50
*
Revert the revision 251592 as it fails a test on some platforms.
Cong Hou
2015-10-29
2
-50
/
+4
*
Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...
Cong Hou
2015-10-29
2
-4
/
+50
*
Revert r251291, "Loop Vectorizer - skipping "bitcast" before GEP"
NAKAMURA Takumi
2015-10-27
1
-85
/
+86
*
Loop Vectorizer - skipping "bitcast" before GEP
Elena Demikhovsky
2015-10-26
1
-86
/
+85
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+1
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
4
-8
/
+8
*
Improve vectorization diagnostic messages and extend vectorize(enable) pragma.
Tyler Nowicki
2015-08-27
1
-1
/
+1
*
Cleanup test whitespace or lack thereof. NFC.
Chad Rosier
2015-08-14
1
-4
/
+4
*
Make fp vectorization test X86 specified to avoid cost-model related problems...
Tyler Nowicki
2015-08-10
1
-0
/
+104
*
Modify diagnostic messages to clearly indicate the why interleaving wasn't done.
Tyler Nowicki
2015-08-10
3
-3
/
+117
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-1
/
+1
*
Roll forward r243250
Jingyue Wu
2015-07-26
1
-3
/
+3
*
Revert r243250
Jingyue Wu
2015-07-26
1
-3
/
+3
*
[TTI/CostModel] improve TTI::getGEPCost and use it in CostModel::getInstructi...
Jingyue Wu
2015-07-26
1
-3
/
+3
*
Renamed some uses of unroll to interleave in the vectorizer.
Tyler Nowicki
2015-07-11
1
-2
/
+2
*
Correct a typo for a LoopVectorize test
David Majnemer
2015-06-30
1
-1
/
+1
*
[LoopVectorize] Pointer indicies may be wider than the pointer
David Majnemer
2015-06-27
1
-0
/
+20
*
NFC - Test case invokes llc on a file rather than redirected from a file.
Nemanja Ivanovic
2015-05-15
1
-1
/
+1
*
Populate list of vectorizable functions for Accelerate library.
Michael Zolotukhin
2015-05-07
1
-0
/
+450
*
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
Wei Mi
2015-05-06
1
-1
/
+3
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
2
-35
/
+35
[prev]
[next]