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
...
*
[ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall
David Majnemer
2016-04-19
2
-10
/
+10
*
Port DemandedBits to the new pass manager.
Michael Kuperstein
2016-04-18
2
-9
/
+9
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[ARM] Adding IEEE-754 SIMD detection to loop vectorizer
Renato Golin
2016-04-14
1
-6
/
+48
*
[CodeGen] Teach LLVM how to lower @llvm.{min,max}num to {MIN,MAX}NAN
David Majnemer
2016-04-14
3
-7
/
+32
*
Loop vectorization with uniform load
Elena Demikhovsky
2016-04-10
1
-0
/
+9
*
[LoopVectorize] Register cloned assumptions
David Majnemer
2016-04-08
1
-10
/
+24
*
Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...
Silviu Baranga
2016-04-08
1
-2
/
+2
*
Revert r265535 until we know how we can fix the bots
Silviu Baranga
2016-04-06
1
-2
/
+2
*
[SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Silviu Baranga
2016-04-06
1
-2
/
+2
*
[SLPVectorizer] Don't insert an extractelement before a catchswitch
David Majnemer
2016-04-01
1
-2
/
+9
*
[LoopVectorize] Don't vectorize loops when everything will be scalarized
Hal Finkel
2016-03-30
1
-18
/
+49
*
Remove HasFnAttribute guards to getFnAttribute calls
Nirav Dave
2016-03-30
1
-3
/
+2
*
[SLP] Remove unnecessary member variables by using container APIs.
Chad Rosier
2016-03-21
1
-13
/
+6
*
[LoopVectorize] Annotate versioned loop with noalias metadata
Adam Nemet
2016-03-17
1
-14
/
+60
*
[SLP] Make DataLayout a member variable.
Chad Rosier
2016-03-16
1
-38
/
+35
*
[LV] Preserve LoopInfo when store predication is used
Adam Nemet
2016-03-15
1
-1
/
+1
*
[SLP] Update comment to reflect reality. NFC.
Chad Rosier
2016-03-15
1
-2
/
+2
*
[SLPVectorizer] Fix dependency list
Keno Fischer
2016-03-14
1
-0
/
+1
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
1
-2
/
+2
*
Temporarily revert:
Eric Christopher
2016-03-12
1
-2
/
+2
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
1
-2
/
+2
*
[SLP] Add -slp-min-reg-size command line option.
Michael Zolotukhin
2016-03-10
1
-9
/
+21
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
Revert r255691 "[LoopVectorizer] Refine loop vectorizer's register usage calc...
Hans Wennborg
2016-02-19
1
-106
/
+31
*
[LV] Vectorize first-order recurrences
Matthew Simpson
2016-02-19
1
-6
/
+197
*
[LV] Fix PR26600: avoid out of bounds loads for interleaved access vectorization
Silviu Baranga
2016-02-19
1
-0
/
+10
*
Reapply commit r259357 with a fix for PR26629
Matthew Simpson
2016-02-18
1
-12
/
+237
*
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
[prev]
[next]