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
/
lib
/
Transforms
/
Vectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create masked gather and scatter intrinsics in Loop Vectorizer.
Elena Demikhovsky
2016-02-17
1
-96
/
+184
*
Revert "Reapply commit r258404 with fix."
David Majnemer
2016-02-17
1
-231
/
+11
*
[LV] Add support for insertelt/extractelt processing during type truncation
Silviu Baranga
2016-02-15
1
-0
/
+14
*
[SLP] Add debug output for extract cost (NFC)
Matthew Simpson
2016-02-11
1
-4
/
+6
*
[SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory
Silviu Baranga
2016-02-08
1
-1
/
+1
*
[SLP] Fix placement of debug statement (NFC)
Igor Breger
2016-02-08
1
-7
/
+7
*
Revert r260086 and r260085. They have broken the memory
Silviu Baranga
2016-02-08
1
-1
/
+1
*
[SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided p...
Silviu Baranga
2016-02-08
1
-1
/
+1
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-04
1
-4
/
+16
*
Minor code cleanups. NFC.
Junmo Park
2016-02-03
1
-18
/
+18
*
Revert r259662, which caused regressions on polly tests.
Wei Mi
2016-02-03
1
-16
/
+4
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-03
1
-4
/
+16
*
[LV] Rename RdxPHIsToFix to PHIsToFix (NFC)
Matthew Simpson
2016-02-01
1
-39
/
+32
*
Reapply commit r258404 with fix.
Matthew Simpson
2016-02-01
1
-11
/
+231
*
[SLP] Fix printing of debug statement (NFC)
Matthew Simpson
2016-01-29
1
-1
/
+1
*
Revert "Reapply commit r258404 with fix"
David Majnemer
2016-01-29
1
-226
/
+11
*
Reapply commit r258404 with fix
Matthew Simpson
2016-01-27
1
-11
/
+226
*
[SLPVectorizer] Swap the checking order of isCommutative and isConsecutiveAccess
Haicheng Wu
2016-01-27
1
-4
/
+4
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-15
/
+0
*
Revert "Reapply commit r258404 with fix"
Matthew Simpson
2016-01-26
1
-226
/
+11
*
[LIR] Add support for structs and hand unrolled loops
Haicheng Wu
2016-01-26
1
-78
/
+11
*
Reapply commit r25804 with fix
Matthew Simpson
2016-01-25
1
-11
/
+226
*
Speculatively revert r258620 as it is the likely culprid of PR26293.
Quentin Colombet
2016-01-25
1
-11
/
+78
*
[LIR] Add support for structs and hand unrolled loops
Haicheng Wu
2016-01-23
1
-78
/
+11
*
Revert "[SLP] Truncate expressions to minimum required bit width"
Matthew Simpson
2016-01-21
1
-143
/
+11
*
[SLP] Truncate expressions to minimum required bit width
Matthew Simpson
2016-01-21
1
-11
/
+143
*
Reapply r257800 with fix
Matthew Simpson
2016-01-15
1
-42
/
+228
*
Revert "[SLP] Vectorize the index computations of getelementptr instructions."
Matthew Simpson
2016-01-15
1
-217
/
+41
*
[SLP] Vectorize the index computations of getelementptr instructions.
Matthew Simpson
2016-01-14
1
-41
/
+217
*
Remove extra whitespace. NFC.
Junmo Park
2016-01-13
1
-10
/
+10
*
rangify; NFCI
Sanjay Patel
2016-01-12
1
-12
/
+10
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
1
-1
/
+1
*
[LV] Avoid creating empty reduction entries (NFC)
Matthew Simpson
2016-01-06
1
-6
/
+6
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-2
/
+2
*
[SLPVectorizer] Ensure dominated reduction values.
Charlie Turner
2015-12-16
1
-7
/
+19
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-15
1
-31
/
+106
*
Revert r255460, which still causes test failures on some platforms.
Cong Hou
2015-12-13
1
-106
/
+31
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-13
1
-31
/
+106
*
Revert r255454 as it leads to several test failers on buildbots.
Cong Hou
2015-12-13
1
-106
/
+31
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-13
1
-31
/
+106
*
AlignmentFromAssumptions and SLPVectorizer preserves AA and GlobalsAA
Hal Finkel
2015-12-11
1
-0
/
+3
*
Re-commit r255115, with the PredicatedScalarEvolution class moved to
Silviu Baranga
2015-12-09
1
-85
/
+80
*
Revert r255115 until we figure out how to fix the bot failures.
Silviu Baranga
2015-12-09
1
-80
/
+85
*
[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...
Silviu Baranga
2015-12-09
1
-85
/
+80
*
Fix a typo in LoopVectorize.cpp. NFC.
Cong Hou
2015-12-05
1
-1
/
+1
*
Fix a typo in LoopVectorize.cpp. NFC.
Cong Hou
2015-12-02
1
-1
/
+1
*
[LoopVectorize] Use MapVector rather than DenseMap for MinBWs.
Charlie Turner
2015-11-26
1
-3
/
+3
*
[LV] Add a helper function, isReductionVariable. NFC.
Chad Rosier
2015-11-19
1
-5
/
+7
*
Fix several long lines (>80) in LoopVectorize.cpp. NFC.
Cong Hou
2015-11-19
1
-13
/
+19
*
Typo.
Chad Rosier
2015-11-17
1
-1
/
+1
[next]