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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] enable vector select of bools -> logic folds
Sanjay Patel
2016-07-03
1
-5
/
+8
*
fix formatting; NFC
Sanjay Patel
2016-07-03
1
-6
/
+6
*
PR28400: Partly undo r274440 to bring test-suite back to life with the new PM
Sean Silva
2016-07-03
1
-1
/
+2
*
[PM] Some preparatory refactoring to minimize the diff of D21921
Sean Silva
2016-07-03
1
-14
/
+20
*
Remove dead TLI arg of isKnownNonNull and propagate deadness. NFC.
Sean Silva
2016-07-02
3
-31
/
+13
*
[PM] Some preparatory refactoring to minimize the diff of D21921
Sean Silva
2016-07-02
1
-15
/
+17
*
[PM] Preparatory cleanups to ArgumentPromotion.
Sean Silva
2016-07-02
1
-54
/
+74
*
[PM] Fix a small typo from when I ported JumpThreading
Sean Silva
2016-07-02
1
-1
/
+1
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
1
-5
/
+2
*
[esan|cfrag] Add counters for struct array accesses
Qin Zhao
2016-07-02
1
-34
/
+87
*
[PM] Port ConstantHoisting to the new Pass Manager
Michael Kuperstein
2016-07-02
2
-135
/
+54
*
LoadStoreVectorizer: Fix warning about extra semicolon
Matt Arsenault
2016-07-01
1
-2
/
+2
*
[msan] Fix __msan_maybe_ for non-standard type sizes.
Evgeniy Stepanov
2016-07-01
1
-1
/
+1
*
Address two correctness issues in LoadStoreVectorizer
Alina Sbirlea
2016-07-01
1
-3
/
+10
*
fix documentation comments; NFC
Sanjay Patel
2016-07-01
1
-13
/
+12
*
[PM] refactor LoopAccessInfo code part-2
Xinliang David Li
2016-07-01
4
-10
/
+10
*
LoadStoreVectorizer: improvements: better pointer analysis
Matt Arsenault
2016-07-01
1
-5
/
+26
*
LoadStoreVectorizer: Don't increase alignment with no align set
Matt Arsenault
2016-07-01
1
-2
/
+18
*
LoadStoreVectorizer: Check TTI for vec reg bit width
Matt Arsenault
2016-07-01
1
-16
/
+28
*
LoadStoreVectorizer: Fix assert when merging pointer ops
Matt Arsenault
2016-07-01
1
-3
/
+17
*
Revert "code hoisting pass based on GVN"
Duncan P. N. Exon Smith
2016-07-01
4
-747
/
+0
*
LoadStoreVectorizer: Use AA metadata
Matt Arsenault
2016-07-01
1
-8
/
+5
*
LoadStoreVectorizer: if one element of a vector is integer, default to
Matt Arsenault
2016-07-01
1
-2
/
+18
*
LoadStoreVectorizer: Fix crashes on sub-byte types
Matt Arsenault
2016-07-01
1
-2
/
+14
*
code hoisting pass based on GVN
Sebastian Pop
2016-07-01
4
-0
/
+747
*
LoadStoreVectorizer: Check skipFunction first.
Matt Arsenault
2016-06-30
1
-4
/
+4
*
LoadStoreVectorizer: Skip optnone functions
Matt Arsenault
2016-06-30
1
-1
/
+1
*
Add LoadStoreVectorizer pass
Matt Arsenault
2016-06-30
3
-1
/
+827
*
Don't use unchecked dyn_cast
Matt Arsenault
2016-06-30
1
-1
/
+1
*
SLPVectorizer: Move propagateMetadata to VectorUtils
Matt Arsenault
2016-06-30
2
-68
/
+7
*
Refine the set of UniformAfterVectorization instructions.
Wei Mi
2016-06-30
1
-26
/
+71
*
fix formatting, add TODO; NFC
Sanjay Patel
2016-06-30
1
-1
/
+2
*
[DSE] Fix bug in partial overwrite tracking
Jun Bum Lim
2016-06-30
1
-7
/
+14
*
[InstCombine] shrink switch conditions better (PR24766)
Sanjay Patel
2016-06-30
1
-7
/
+5
*
[InstCombine] use ConstantExpr::getBitCast() instead of creating useless inst...
Sanjay Patel
2016-06-30
1
-2
/
+1
*
[InstCombine] extend matchSelectFromAndOr() to work with i1 scalar types
Sanjay Patel
2016-06-30
1
-10
/
+26
*
[LV] Improve accuracy and formatting of function comment
Adam Nemet
2016-06-29
1
-2
/
+3
*
[InstCombine] Simplify and correct folding fcmps with the same children
Tim Shen
2016-06-29
1
-122
/
+76
*
[InstCombine, NFC] Change the generated variable names by creating new instru...
Tim Shen
2016-06-29
1
-6
/
+6
*
Reverted patch 273864
Elena Demikhovsky
2016-06-29
1
-8
/
+85
*
[Diag] Add getter shouldAlwaysPrint. NFC
Adam Nemet
2016-06-29
2
-3
/
+4
*
Revert "[InstCombine] Avoid combining the bitcast of a var that is used as bo...
Eric Christopher
2016-06-29
2
-114
/
+0
*
[LLE] Don't hoist conditionally executed loads
Adam Nemet
2016-06-28
1
-0
/
+11
*
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
Michael Kuperstein
2016-06-28
9
-19
/
+9
*
[InstCombine] shrink type of sdiv if dividend is sexted and constant divisor ...
Sanjay Patel
2016-06-27
1
-0
/
+17
*
Fixed crash of SLP Vectorizer on KNL
Elena Demikhovsky
2016-06-27
1
-0
/
+2
*
[InstCombine] refactor sdiv by APInt transforms (NFC)
Sanjay Patel
2016-06-27
1
-9
/
+10
*
Factor out buildMemorySSA from getWalker.
Daniel Berlin
2016-06-27
1
-8
/
+11
*
[InstCombine] use m_APInt for div --> ashr fold
Sanjay Patel
2016-06-27
1
-8
/
+6
*
[PM] Port PartialInlining to the new PM
Easwaran Raman
2016-06-27
2
-22
/
+29
[next]