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
*
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
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-05-31
1
-0
/
+1
*
[PPC] Inline expansion of memcmp
Zaara Syeda
2017-05-31
1
-0
/
+12
*
[ValueTracking] Add OptimizationRemarkEmitter to the other signature for comm...
Craig Topper
2017-05-24
1
-2
/
+4
*
SimplifyLibCalls: Optimize wcslen
Matthias Braun
2017-05-19
1
-34
/
+88
*
[ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits.
Craig Topper
2017-05-15
1
-9
/
+0
*
[InstCombine] Merge duplicate functionality between InstCombine and ValueTrac...
Craig Topper
2017-05-15
1
-5
/
+66
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-39
/
+31
*
[ValueTracking] Use KnownOnes to provide a better bound on known zeros for ct...
Craig Topper
2017-05-08
1
-3
/
+16
*
[ValueTracking] Introduce a version of computeKnownBits that returns a KnownB...
Craig Topper
2017-05-08
1
-67
/
+52
*
[KnownBits] Add wrapper methods for setting and clear all bits in the underly...
Craig Topper
2017-05-05
1
-32
/
+18
*
[ValueTracking] Remove handling for BitWidth being 0 in ComputeSignBit and is...
Craig Topper
2017-05-03
1
-12
/
+5
*
[KnownBits] Add zext, sext, and trunc methods to KnownBits
Craig Topper
2017-05-03
1
-8
/
+4
*
Replace hardcoded intrinsic list with speculatable attribute.
Matt Arsenault
2017-05-03
1
-60
/
+3
[next]