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
*
Remove useless header. NFC
Xin Tong
2017-06-29
1
-1
/
+0
*
[ConstantHoisting] Avoid hoisting constants in GEPs that index into a struct ...
Leo Li
2017-06-29
1
-35
/
+60
*
PredicateInfo: Use OrderedInstructions instead of our homemade
Daniel Berlin
2017-06-29
1
-51
/
+27
*
NewGVN: Remove useless test in addPhiOfOps.
Daniel Berlin
2017-06-29
1
-2
/
+1
*
Remove unneeded else from OrderedInstructions::dominates.
Daniel Berlin
2017-06-29
1
-2
/
+1
*
[SLPVectorizer] Introducing getTreeEntry() helper function [NFC]
Dinar Temirbulatov
2017-06-29
1
-34
/
+33
*
[InstCombine] In visitXor, use m_Not on the instruction itself instead of loo...
Craig Topper
2017-06-29
1
-3
/
+2
*
[InstCombine] Retain TBAA when narrowing memory accesses
Keno Fischer
2017-06-28
2
-3
/
+29
*
[LV] Fix PR33613 - retain order of insertelement per part
Ayal Zaks
2017-06-28
1
-6
/
+7
*
[LoopUnroll] Fix bug in computeUnrollCount causing it to not honor MaxCount
Geoff Berry
2017-06-28
1
-0
/
+2
*
[InstCombine] use local variable to reduce code; NFCI
Sanjay Patel
2017-06-28
1
-18
/
+14
*
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
Geoff Berry
2017-06-28
1
-14
/
+14
*
Add zero-length check to memcpy/memset load store loop expansion
Teresa Johnson
2017-06-28
1
-5
/
+12
*
[InstCombine] Canonicalize clamp of float types to minmax in fast mode.
Nikolai Bozhenov
2017-06-28
1
-3
/
+10
*
[IRCE][NFC] Better get SCEV for 1 in calculateSubRanges
Max Kazantsev
2017-06-28
1
-3
/
+3
*
Inlining: Don't re-map simplified cloned instructions.
Kyle Butt
2017-06-28
1
-4
/
+5
*
Bitcode: Write the irsymtab to disk.
Peter Collingbourne
2017-06-27
1
-0
/
+2
*
[EarlyCSE][MemorySSA] Enable MemorySSA in function-simplification pass of Ear...
Geoff Berry
2017-06-27
1
-2
/
+2
*
re-commit r306336: Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-27
1
-1
/
+1
*
[InstCombine] Propagate nsw flag when turning mul by pow2 into shift when the...
Craig Topper
2017-06-27
1
-2
/
+2
*
[CodeExtractor] Prevent extraction of block involving blockaddress
Serge Guelton
2017-06-27
1
-0
/
+27
*
[SROA] Fix APInt size when alloca address space is not 0
Yaxun Liu
2017-06-27
1
-2
/
+3
*
[InstCombine] canonicalize icmp predicate feeding select
Sanjay Patel
2017-06-27
1
-0
/
+17
*
Enable ICP for AutoFDO.
Dehao Chen
2017-06-27
1
-2
/
+3
*
[LoopUnrollRuntime] Use SCEV exit count for calculating trip count. NFCI
Anna Thomas
2017-06-27
1
-1
/
+5
*
Recommitting 306331.
Ayal Zaks
2017-06-27
1
-287
/
+300
*
[SROA] Fix PR32902 by more carefully propagating !nonnull metadata.
Chandler Carruth
2017-06-27
1
-2
/
+13
*
[Reassociate] Make sure EraseInst sets MadeChange
Mikael Holmen
2017-06-27
1
-0
/
+2
*
revert r306336 for breaking ppc test.
Dehao Chen
2017-06-26
1
-1
/
+1
*
reverting 306331.
Ayal Zaks
2017-06-26
1
-293
/
+286
*
Enable vectorizer-maximize-bandwidth by default.
Dehao Chen
2017-06-26
1
-1
/
+1
*
[LV] Changing the interface of ValueMap, NFC.
Ayal Zaks
2017-06-26
1
-286
/
+293
*
[GVN] Recommit the patch "Add phi-translate support in scalarpre".
Wei Mi
2017-06-26
1
-28
/
+158
*
[InstCombine] Factor the logic for propagating !nonnull and !range
Chandler Carruth
2017-06-26
2
-31
/
+51
*
[LoopSimplify] Re-instate r306081 with a bug fix w.r.t. indirectbr.
Chandler Carruth
2017-06-25
2
-62
/
+86
*
[LoopDeletion] NFC: Move phi node value setting into prepass
Anna Thomas
2017-06-25
1
-11
/
+14
*
Revert "[LoopSimplify] Factor the logic to form dedicated exits into a utility."
Daniel Jasper
2017-06-25
2
-83
/
+62
*
[InstCombine] add (sext i1 X), 1 --> zext (not X)
Sanjay Patel
2017-06-25
1
-9
/
+18
*
[PGO] Implementate profile counter regiser promotion
Xinliang David Li
2017-06-25
2
-15
/
+217
*
fix trivial typos in comment, NFC
Hiroshi Inoue
2017-06-24
1
-1
/
+1
*
[ValueTracking][InstCombine] Use m_Shr instead m_CombineOr(m_LShr, m_AShr). NFC
Craig Topper
2017-06-24
1
-2
/
+1
*
[Analysis][Transforms] Use commutable matchers instead of m_CombineOr in a fe...
Craig Topper
2017-06-24
2
-4
/
+2
*
[InstCombine] Don't replace allocas with smaller globals
Vitaly Buka
2017-06-24
1
-1
/
+14
*
Revert "[LoopDeletion] NFC: Move phi node value setting into prepass"
Anna Thomas
2017-06-23
1
-13
/
+11
*
[LoopDeletion] NFC: Move phi node value setting into prepass
Anna Thomas
2017-06-23
1
-11
/
+13
*
[CorrelatedValuePropagation] Fix typo in comment sense->since. NFC
Craig Topper
2017-06-23
1
-1
/
+1
*
[CorrelatedValuePropagation] Remove comment about iterating switch cases in r...
Craig Topper
2017-06-23
1
-2
/
+1
*
[RuntimeLoopUnrolling] Rename exit block and move assert earlier. NFC
Anna Thomas
2017-06-23
1
-23
/
+23
*
[InstCombine] Recognize and simplify three way comparison idioms
Anna Thomas
2017-06-23
2
-4
/
+103
*
[JumpThreading] Teach jump threading how to analyze (and (cmp A, C1), (cmp A,...
Craig Topper
2017-06-23
1
-0
/
+41
[next]