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] remove checks for IsFreeToInvert()
Sanjay Patel
2018-09-13
1
-3
/
+1
*
[InstCombine] reorder folds to reduce chance of infinite loops
Sanjay Patel
2018-09-13
1
-22
/
+20
*
revert r341288 - [Reassociate] swap binop operands to increase factoring pote...
Sanjay Patel
2018-09-12
1
-64
/
+0
*
[InstCombine] Inefficient pattern for high-bits checking (PR38708)
Roman Lebedev
2018-09-12
1
-0
/
+38
*
[GVNHoist] computeInsertionPoints() miscalculates IDF
Alexandros Lamprineas
2018-09-12
1
-4
/
+2
*
[SimplifyCFG] Put an alignment on generated switch tables
David Green
2018-09-12
1
-0
/
+3
*
[LV] Move InterleaveGroup and InterleavedAccessInfo to VectorUtils.h (NFC)
Florian Hahn
2018-09-12
1
-694
/
+11
*
Break LoopUtils into an Analysis file.
Vikram TV
2018-09-12
1
-988
/
+1
*
[InstCombine] add folds for unsigned-overflow compares
Sanjay Patel
2018-09-11
1
-0
/
+12
*
Revert "[GVNHoist] Re-enable GVNHoist by default"
Alexandros Lamprineas
2018-09-11
1
-2
/
+2
*
[InstCombine] add folds for icmp with xor mask constant
Sanjay Patel
2018-09-11
1
-10
/
+19
*
Revert "[SanitizerCoverage] Create comdat for global arrays."
Matt Morehouse
2018-09-11
1
-26
/
+14
*
[SanitizerCoverage] Create comdat for global arrays.
Matt Morehouse
2018-09-11
1
-14
/
+26
*
Update MemorySSA in LoopUnswitch.
Alina Sbirlea
2018-09-11
1
-10
/
+60
*
[InstCombine] enhance vector demanded elements to look at a vector select con...
Sanjay Patel
2018-09-11
1
-2
/
+21
*
[gcov] Fix branch counters with switch statements (fix PR38821)
Vedant Kumar
2018-09-11
1
-196
/
+40
*
[InstCombine] Fix incorrect usage of getPrimitiveSizeInBits when we should be...
Craig Topper
2018-09-11
1
-2
/
+1
*
[CallSiteSplitting] Add debug location to created PHI nodes.
Florian Hahn
2018-09-11
1
-1
/
+4
*
Revert "[SanitizerCoverage] Create comdat for global arrays."
Matt Morehouse
2018-09-11
1
-31
/
+14
*
[InstCombine] Use dyn_cast instead of match(m_Constant). NFC
Craig Topper
2018-09-11
1
-4
/
+2
*
[InstCombine] Support (mul (sext x), cst) --> (sext (mul x, cst')) and (mul (...
Craig Topper
2018-09-11
1
-2
/
+2
*
[GVNHoist] Re-enable GVNHoist by default
Alexandros Lamprineas
2018-09-11
1
-2
/
+2
*
[SanitizerCoverage] Create comdat for global arrays.
Matt Morehouse
2018-09-11
1
-14
/
+31
*
[FuncAttrs] Remove "access range attributes" for read-none functions
Johannes Doerfert
2018-09-11
1
-0
/
+7
*
[LICM] Avoid duplicate work during building AliasSetTracker
Serguei Katkov
2018-09-11
1
-8
/
+6
*
[IndVars][NFC] Refactor to make modifications of Changed transparent
Max Kazantsev
2018-09-11
1
-44
/
+47
*
[LICM] (re-)simplify code using MemoryLocation API [NFC]
Philip Reames
2018-09-11
1
-10
/
+2
*
[InstCombine] Partially revert rL341674 due to PR38897.
Alina Sbirlea
2018-09-10
1
-35
/
+8
*
[InstCombine] use SelectInst operand names to make code clearer; NFC
Sanjay Patel
2018-09-10
1
-8
/
+10
*
HotColdSplitting: check that target supports cold calling convention
Sebastian Pop
2018-09-10
1
-4
/
+13
*
add flag instead of using a constant [NFC]
Sebastian Pop
2018-09-10
1
-1
/
+5
*
make flag name more specific to gvn [NFC]
Sebastian Pop
2018-09-10
1
-2
/
+2
*
InstCombine: move hasOneUse check to the top of foldICmpAddConstant
Tim Northover
2018-09-10
1
-3
/
+3
*
Don't create a temporary vector of loop blocks just to iterate over them.
Benjamin Kramer
2018-09-10
1
-2
/
+1
*
[GVN] Invalidate cached info for values replaced by equality propagation
John Brawn
2018-09-10
1
-0
/
+6
*
[IndVars] Set Changed if rewriteFirstIterationLoopExitValues changes IR. PR38863
Max Kazantsev
2018-09-10
1
-3
/
+6
*
[IndVars] Set Changed if sinkUnusedInvariants changes IR. PR38863
Max Kazantsev
2018-09-10
1
-5
/
+9
*
Move a transformation routine from LoopUtils to LoopVectorize.
Vikram TV
2018-09-10
2
-72
/
+84
*
Move createMinMaxOp() out of RecurrenceDescriptor.
Vikram TV
2018-09-10
2
-50
/
+49
*
[SimplifyIndVar] Avoid generating truncate instructions with non-hoisted Laod...
Abderrazek Zaafrani
2018-09-07
1
-0
/
+152
*
[MemorySSA] Update MemoryPhi wiring for block splitting to consider if identi...
Alina Sbirlea
2018-09-07
1
-1
/
+2
*
[InstCombine] narrow vector select with padded condition and extracted result...
Sanjay Patel
2018-09-07
1
-0
/
+38
*
[PGO] Fix some style issue of ControlHeightReduction
Fangrui Song
2018-09-07
1
-33
/
+30
*
[PGO][CHR] Build/warning fix
Hiroshi Yamauchi
2018-09-07
1
-0
/
+2
*
NFC: remove magic bool in LoopIdiomRecognize
JF Bastien
2018-09-07
1
-9
/
+9
*
[PGO][CHR] Small cleanup.
Hiroshi Yamauchi
2018-09-07
1
-36
/
+17
*
[InstCombine] Fold (min/max ~X, Y) -> ~(max/min X, ~Y) when Y is freely inver...
Craig Topper
2018-09-07
2
-13
/
+46
*
[LV] Fix code gen for conditionally executed loads and stores
Anna Thomas
2018-09-07
1
-8
/
+41
*
Hot cold splitting pass
Aditya Kumar
2018-09-07
4
-0
/
+379
*
[InstCombine] Do not fold scalar ops over select with vector condition.
Florian Hahn
2018-09-07
1
-0
/
+8
[next]