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
*
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
*
Revert r306528
Nikolai Bozhenov
2017-06-28
1
-0
/
+9
*
[ValueTracking] Enabling existing ValueTracking patch by default.
Nikolai Bozhenov
2017-06-28
1
-9
/
+0
*
[InstCombine] Canonicalize clamp of float types to minmax in fast mode.
Nikolai Bozhenov
2017-06-28
1
-1
/
+68
*
[ValueTracking][InstCombine] Use m_Shr instead m_CombineOr(m_LShr, m_AShr). NFC
Craig Topper
2017-06-24
1
-5
/
+2
*
[ValueTracking] Correct early out in computeKnownBitsFromOperator to work wit...
Craig Topper
2017-06-14
1
-1
/
+2
*
fix typos/formatting; NFC
Sanjay Patel
2017-06-12
1
-1
/
+1
*
[ValueTracking] fix typo; NFC
Sanjay Patel
2017-06-09
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ValueTracking] Remove scalar only restriction from isKnownNonEqual. The comp...
Craig Topper
2017-06-06
1
-2
/
+2
*
[ValueTracking] Use the computeKnownBits version that returns a KnownBits obj...
Craig Topper
2017-06-06
1
-6
/
+3
*
[ValueTracking] Use APInt::intersects to avoid some temporary APInts. NFC
Craig Topper
2017-06-06
1
-3
/
+2
[next]