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
...
*
[IR] Add WithOverflowInst class
Nikita Popov
2019-04-16
1
-13
/
+2
*
[ValueTracking] Change if-else chain into switch in computeKnownBitsFromAssume
Sander de Smalen
2019-04-11
1
-8
/
+18
*
Improve compile-time performance in computeKnownBitsFromAssume.
Sander de Smalen
2019-04-10
1
-217
/
+214
*
[ValueTracking] Use computeConstantRange() for signed sub overflow determination
Nikita Popov
2019-04-09
1
-6
/
+4
*
[ValueTracking] Use computeConstantRange() in signed add overflow determination
Nikita Popov
2019-04-09
1
-8
/
+6
*
[ValueTracking] Use ConstantRange methods; NFC
Nikita Popov
2019-04-09
1
-3
/
+3
*
[ValueTracking] Explicitly specify intersection type; NFC
Nikita Popov
2019-04-09
1
-2
/
+5
*
Reapply [ValueTracking] Support min/max selects in computeConstantRange()
Nikita Popov
2019-04-07
1
-1
/
+22
*
[ConstantRange] Add getFull() + getEmpty() named constructors; NFC
Nikita Popov
2019-03-24
1
-1
/
+1
*
[ValueTracking] Avoid redundant known bits calculation in computeOverflowForS...
Nikita Popov
2019-03-22
1
-6
/
+8
*
[ValueTracking] Use ConstantRange based overflow check for signed sub
Nikita Popov
2019-03-21
1
-10
/
+5
*
[ValueTracking] Compute range for abs without nsw
Nikita Popov
2019-03-20
1
-7
/
+8
*
[ValueTracking] Use computeConstantRange() for unsigned add/sub overflow
Nikita Popov
2019-03-19
1
-14
/
+25
*
[SelectionDAG] Handle unary SelectPatternFlavor for ABS case in SelectionDAGB...
Simon Pilgrim
2019-03-19
1
-0
/
+4
*
Revert "[ValueTracking][InstSimplify] Support min/max selects in computeConst...
Nikita Popov
2019-03-18
1
-22
/
+1
*
[ValueTracking][InstSimplify] Support min/max selects in computeConstantRange()
Nikita Popov
2019-03-18
1
-1
/
+22
*
[ValueTracking][InstSimplify] Move abs handling into computeConstantRange(); NFC
Nikita Popov
2019-03-18
1
-0
/
+32
*
[ValueTracking] Use ConstantRange overflow check for signed add; NFC
Nikita Popov
2019-03-17
1
-48
/
+8
*
[ConstantRange] Add fromKnownBits() method
Nikita Popov
2019-03-17
1
-11
/
+8
*
[ValueTracking] Use ConstantRange overflow checks for unsigned add/sub; NFC
Nikita Popov
2019-03-15
1
-20
/
+26
*
[ValueTracking] Move constant range computation into ValueTracking; NFC
Nikita Popov
2019-03-09
1
-0
/
+238
*
[ValueTracking] do not try to peek through bitcasts in computeKnownBitsFromAs...
Sanjay Patel
2019-03-03
1
-3
/
+1
*
[ValueTracking] Known bits support for unsigned saturating add/sub
Nikita Popov
2019-03-01
1
-0
/
+31
*
[ValueTracking] More accurate unsigned sub overflow detection
Nikita Popov
2019-02-28
1
-11
/
+9
*
Add support for computing "zext of value" in KnownBits. NFCI
Bjorn Pettersson
2019-02-28
1
-5
/
+2
*
[ValueTracking] More accurate unsigned add overflow detection
Nikita Popov
2019-02-28
1
-14
/
+10
*
Teach isGuaranteedToTransferExecutionToSuccessor about widenable conditions
Max Kazantsev
2019-02-14
1
-1
/
+2
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2019-01-30
1
-1
/
+1
*
[ValueTracking] Look through casts when determining non-nullness
Johannes Doerfert
2019-01-26
1
-0
/
+22
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-14
/
+14
*
[ValueTracking] Fix a misuse of APInt in GetPointerBaseWithConstantOffset
Florian Hahn
2019-01-04
1
-1
/
+8
*
[IR] Add Instruction::isLifetimeStartOrEnd, NFC
Vedant Kumar
2018-12-21
1
-2
/
+1
*
[ValueTracking] remove unused parameters from helper functions; NFC
Sanjay Patel
2018-12-19
1
-23
/
+16
*
[ValueTracking] Support funnel shifts in computeKnownBits()
Nikita Popov
2018-12-02
1
-0
/
+21
*
[ValueTracking] add helper function for testing implied condition; NFCI
Sanjay Patel
2018-12-02
1
-0
/
+32
*
[ValueTracking] Determine always-overflow condition for unsigned sub
Nikita Popov
2018-11-28
1
-6
/
+11
*
[ValueTracking] determine sign of 0.0 from select when matching min/max FP
Sanjay Patel
2018-11-04
1
-0
/
+21
*
[ValueTracking] peek through 2-input shuffles in ComputeNumSignBits
Sanjay Patel
2018-11-03
1
-19
/
+34
*
[ValueTracking] allow non-canonical shuffles when computing signbits
Sanjay Patel
2018-11-02
1
-8
/
+10
*
[ValueTracking] peek through shuffles in ComputeNumSignBits (PR37549)
Sanjay Patel
2018-10-26
1
-0
/
+21
*
[InstCombine] InstCombine and InstSimplify for minimum and maximum
Thomas Lively
2018-10-19
1
-0
/
+6
*
[ValueTracking] Allow select patterns to work on FP vectors
Thomas Lively
2018-09-28
1
-0
/
+22
*
Merge clang's isRepeatedBytePattern with LLVM's isBytewiseValue
JF Bastien
2018-09-21
1
-32
/
+62
*
Re-enable "[NFC] Unify guards detection"
Max Kazantsev
2018-08-30
1
-2
/
+2
*
Revert r340921 "[NFC] Unify guards detection"
Hans Wennborg
2018-08-29
1
-2
/
+2
*
[NFC] Unify guards detection
Max Kazantsev
2018-08-29
1
-2
/
+2
*
[ValueTracking] Fix assert message and add test case for r340546 and PR38677.
Craig Topper
2018-08-23
1
-1
/
+1
*
[ValueTracking] Fix an assert from r340480.
Craig Topper
2018-08-23
1
-1
/
+3
[prev]
[next]