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
/
ValueTracking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[InlineCost] Find repeated loads in the callee
Haicheng Wu
2017-12-15
1
-1
/
+1
*
Infer lowest bits of an integer Multiply when the low bits of the operands ar...
Simon Dardis
2017-12-09
1
-9
/
+66
*
Hardware-assisted AddressSanitizer (llvm part).
Evgeniy Stepanov
2017-12-09
1
-1
/
+2
*
[InstCombine] Don't crash on out of bounds shifts
Igor Laevsky
2017-12-05
1
-13
/
+17
*
Revert "[ValueTracking] Pass only a single lambda to computeKnownBitsFromShif...
Sam McCall
2017-12-04
1
-29
/
+37
*
[ValueTracking] Pass only a single lambda to computeKnownBitsFromShiftOperato...
Craig Topper
2017-12-02
1
-37
/
+29
*
[ValueTracking] use 'auto' with 'dyn_cast'; NFC
Sanjay Patel
2017-11-13
1
-11
/
+13
*
[ValueTracking] simplify code in CannotBeNegativeZero() with match(); NFCI
Sanjay Patel
2017-11-13
1
-5
/
+3
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
1
-1
/
+3
*
[ValueTracking] Use APInt::isNullValue/isOneValue which are more efficient fo...
Craig Topper
2017-11-08
1
-3
/
+6
*
[ValueTracking] readonly (const) is a requirement for converting sqrt to llvm...
Sanjay Patel
2017-11-06
1
-3
/
+1
*
Improve clamp recognition in ValueTracking.
Artur Gainullin
2017-10-27
1
-12
/
+26
*
[ValueTracking] Remove unnecessary temporary APInt from computeNumSignBitsVec...
Craig Topper
2017-10-21
1
-5
/
+1
*
[ValueTracking] Simplify the known bits code for constant vectors a little.
Craig Topper
2017-10-21
1
-4
/
+2
*
[ValueTracking] Enabling ValueTracking patch by default
Nikolai Bozhenov
2017-10-20
1
-9
/
+0
*
Revert r315992 because of a found miscompilation failure
Nikolai Bozhenov
2017-10-19
1
-33
/
+12
*
Fixup patch for revision rL316070.
Nikolai Bozhenov
2017-10-18
1
-1
/
+2
*
Improve lookThroughCast function.
Nikolai Bozhenov
2017-10-18
1
-1
/
+41
*
Improve clamp recognition in ValueTracking.
Nikolai Bozhenov
2017-10-17
1
-12
/
+33
*
[ValueTracking] fix typos, formatting; NFC
Sanjay Patel
2017-10-16
1
-11
/
+10
*
[ValueTracking] return zero when there's conflict in known bits of a shift (P...
Sanjay Patel
2017-10-12
1
-14
/
+12
*
[ScheduleDAGInstrs] fix behavior of getUnderlyingObjectsForCodeGen when no id...
Hiroshi Inoue
2017-10-12
1
-2
/
+4
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-7
/
+9
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
Merge isKnownNonNull into isKnownNonZero
Nuno Lopes
2017-09-09
1
-97
/
+85
*
[ValueTracking, InstCombine] canonicalize fcmp ord/uno with non-NAN ops to nu...
Sanjay Patel
2017-09-05
1
-0
/
+35
*
[Analysis, Transforms] Fix some Clang-tidy modernize and Include What You Use...
Eugene Zelenko
2017-09-01
1
-20
/
+50
*
[ValueTracking] Add assertions that the starting Depth in isKnownToBeAPowerOf...
Craig Topper
2017-08-21
1
-0
/
+3
*
[InstCombine] Teach ComputeNumSignBitsImpl to handle integer multiply instruc...
Amjad Aboud
2017-08-18
1
-0
/
+11
*
[ValueTracking] Don't delete assumes of side-effectful instructions
Hal Finkel
2017-08-14
1
-7
/
+7
*
[ValueTracking] Revert r310583 which enabled functionality that still is
Chandler Carruth
2017-08-14
1
-0
/
+9
*
[ValueTracking] Enabling ValueTracking patch by default (recommit). Part 2.
Nikolai Bozhenov
2017-08-10
1
-9
/
+0
*
[ValueTracking] Turn a test into an assertion.
Davide Italiano
2017-08-09
1
-3
/
+1
*
[ValueTracking] Honour recursion limit.
Davide Italiano
2017-08-09
1
-0
/
+4
*
[KnownBits][ValueTracking] Move the math for calculating known bits for add/s...
Craig Topper
2017-08-08
1
-41
/
+1
*
[InstCombine] Canonicalize clamp of float types to minmax in fast mode.
Nikolai Bozhenov
2017-08-04
1
-1
/
+68
*
[StackColoring] Update AliasAnalysis information in stack coloring pass (part 2)
Hiroshi Inoue
2017-08-02
1
-7
/
+6
*
[Value Tracking] Default argument to true and rename accordingly. NFC.
Chad Rosier
2017-08-01
1
-11
/
+11
*
[Value Tracking] Refactor and/or logic into helper. NFC.
Chad Rosier
2017-08-01
1
-40
/
+52
*
[StackColoring] Update AliasAnalysis information in stack coloring pass
Hiroshi Inoue
2017-08-01
1
-0
/
+64
*
[Value Tracking] Refactor icmp comparison logic into helper. NFC.
Chad Rosier
2017-07-28
1
-41
/
+62
*
[ValueTracking] Remove a number of unused arguments. NFC.
Chad Rosier
2017-07-28
1
-26
/
+17
*
Revert r307581, "Avoid doing conservative phi checks in aliasSameBasePointerG...
NAKAMURA Takumi
2017-07-11
1
-1
/
+1
*
Avoid doing conservative phi checks in aliasSameBasePointerGEPs() if no phis ...
Farhana Aleen
2017-07-10
1
-1
/
+1
*
[IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the existing isInteger...
Craig Topper
2017-07-09
1
-5
/
+3
*
[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...
Craig Topper
2017-07-09
1
-1
/
+1
*
[ValueTracking] Fix the identity case (LHS => RHS) when the LHS is false.
Chad Rosier
2017-07-07
1
-2
/
+2
*
[ValueTracking] Support icmps fed by 'and' and 'or'.
Chad Rosier
2017-07-06
1
-7
/
+32
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-1
/
+1
*
Revert of r306525: "Canonicalize clamp of float types to minmax"
Nikolai Bozhenov
2017-06-30
1
-68
/
+1
[prev]
[next]