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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[InstSimplify] Remove unreachable default from SimplifyBinOp.
Craig Topper
2017-04-06
1
-22
/
+1
*
[InstSimplify] Teach SimplifyMulInst to recognize vectors of i1 as And. Not j...
Craig Topper
2017-04-06
1
-1
/
+1
*
[InstSimplify] Teach SimplifyAddInst and SimplifySubInst that vectors of i1 c...
Craig Topper
2017-04-06
1
-2
/
+2
*
[LAA] Correctly return a half-open range in expandBounds
James Molloy
2017-04-05
1
-1
/
+4
*
InstSimplify: Add a hook for shufflevector
Zvi Rackover
2017-04-03
1
-0
/
+51
*
[CodeGenPrep] move aarch64-type-promotion to CGP
Jun Bum Lim
2017-04-03
1
-0
/
+6
*
[APInt] Move isMask and isShiftedMask out of APIntOps and into the APInt clas...
Craig Topper
2017-04-03
1
-1
/
+1
*
[InstSimplify] add constant folding for fdiv/frem
Sanjay Patel
2017-04-01
1
-70
/
+49
*
fix formatting; NFC
Sanjay Patel
2017-04-01
1
-34
/
+35
*
[APInt] Remove the mul/urem/srem/udiv/sdiv functions from the APIntOps namesp...
Craig Topper
2017-04-01
1
-1
/
+1
*
[APInt] Remove shift functions from APIntOps namespace. Replace the few users...
Craig Topper
2017-03-31
1
-4
/
+4
*
[ScalarEvolution] Re-enable Predicate implication from operations
Max Kazantsev
2017-03-31
1
-16
/
+171
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-31
1
-1
/
+1
*
ModuleSummaryAnalysis: Use a more precise #include. NFC.
Peter Collingbourne
2017-03-31
1
-1
/
+1
*
[InstSimplify] Use m_SignBit instead of calling getSignBit and using m_Specif...
Craig Topper
2017-03-30
1
-4
/
+2
*
[InstSimplify] Use APInt::isMaxSignedValue() instead of comparing with ~APInt...
Craig Topper
2017-03-30
1
-1
/
+1
*
Revert r298711 "[InstCombine] Provide a way to calculate KnownZero/One for Ad...
Craig Topper
2017-03-24
1
-35
/
+21
*
[InstCombine] Provide a way to calculate KnownZero/One for Add/Sub in Simplif...
Craig Topper
2017-03-24
1
-21
/
+35
*
Revert "[ScalarEvolution] Re-enable Predicate implication from operations"
Max Kazantsev
2017-03-24
1
-159
/
+16
*
[ScalarEvolution] Re-enable Predicate implication from operations
Max Kazantsev
2017-03-24
1
-16
/
+159
*
[ValueTracking] Use uint64_t for CarryIn in computeKnownBitsAddSub instead of...
Craig Topper
2017-03-24
1
-2
/
+2
*
[ValueTracking] Convert more places to use setHighBits/setLowBits/setSignBit....
Craig Topper
2017-03-24
1
-7
/
+6
*
Use isFunctionHotInCallGraph to set the function section prefix.
Dehao Chen
2017-03-23
1
-0
/
+38
*
[LVIPrinterPass] Print LVI info for function arguments
Anna Thomas
2017-03-23
1
-0
/
+12
*
Model ashr(shl(x, n), m) as mul(x, 2^(n-m)) when n > m
Zhaoshi Zheng
2017-03-23
1
-19
/
+46
*
revert test commit r298629
Zhaoshi Zheng
2017-03-23
1
-4
/
+0
*
test commit
Zhaoshi Zheng
2017-03-23
1
-0
/
+4
*
[ValueTracking] Use APInt::isNegative instead of using operator[BitWidth-1]. ...
Craig Topper
2017-03-23
1
-7
/
+7
*
[ValueTracking] Use setAllBits/setSignBit/setLowBits/setHighBits. NFCI
Craig Topper
2017-03-23
1
-20
/
+22
*
[LVI] Add an LVI printer pass to capture test LVI cache after transformations
Anna Thomas
2017-03-22
2
-6
/
+97
*
Revert "[ScalarEvolution] Predicate implication from operations"
Max Kazantsev
2017-03-22
1
-147
/
+16
*
[ValueTracking] Make sure we keep range metadata information when calculating...
Craig Topper
2017-03-22
1
-2
/
+2
*
[ValueTracking] use setLowBits/setHighBits/setBitsFrom to replace |= getHighB...
Craig Topper
2017-03-22
1
-16
/
+13
*
[ScalarEvolution] Predicate implication from operations
Max Kazantsev
2017-03-22
1
-16
/
+147
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
2
-17
/
+25
*
Do not inline hot callsites for samplepgo in thinlto compile phase.
Dehao Chen
2017-03-21
1
-1
/
+1
*
Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummary
Dehao Chen
2017-03-21
1
-1
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
[ConstantFolding] Fix to prevent constant folding having to repeatedly scan o...
David Green
2017-03-21
1
-1
/
+1
*
[SCEV] Fix trip multiple calculation
Eli Friedman
2017-03-20
1
-10
/
+16
*
Use MutableArrayRef for APFloat::convertToInteger
Simon Pilgrim
2017-03-20
1
-3
/
+3
*
Extract FindAvailablePtrLoadStore out of FindAvailableLoadedValue. NFCI
Xin Tong
2017-03-19
1
-14
/
+18
*
[Analysis] bitreverse(undef) returns undef
Brian Gesiak
2017-03-19
1
-1
/
+2
*
[ValueTracking] Remove deadish code from computeKnownBitsAddSub.
Craig Topper
2017-03-18
1
-24
/
+0
*
[ValueTracking] Add APInt::setSignBit and use it to replace ORing with getSig...
Craig Topper
2017-03-18
1
-6
/
+6
*
[SCEV] Use const Loop *L instead of Loop *L. NFC
Eli Friedman
2017-03-17
1
-6
/
+7
*
[SCEV] Compute affine range in another way to avoid bitwidth extending.
Michael Zolotukhin
2017-03-16
1
-49
/
+90
*
[ValueTracking] Out of range shifts might be undef
Oliver Stannard
2017-03-14
1
-0
/
+8
*
[TargetTransformInfo] getIntrinsicInstrCost() scalarization estimation improved
Jonas Paulsson
2017-03-14
2
-9
/
+7
*
[LVI] Add Datalayout to the class LazyValueInfo since all its Impls require i...
Anna Thomas
2017-03-12
1
-1
/
+1
[prev]
[next]