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
*
[ValueTracking] Match select abs pattern when there's an sext involved
John Brawn
2018-06-04
1
-6
/
+18
*
[ValueTracking] Fix endless recursion in isKnownNonZero()
Karl-Johan Karlsson
2018-05-30
1
-4
/
+5
*
Recommit r333226 "[ValueTracking] Teach computeKnownBits that the result of a...
Craig Topper
2018-05-25
1
-0
/
+6
*
Revert r333226 "[ValueTracking] Teach computeKnownBits that the result of an ...
Craig Topper
2018-05-25
1
-6
/
+0
*
[ValueTracking] Teach computeKnownBits that the result of an absolute value p...
Craig Topper
2018-05-24
1
-0
/
+6
*
Fix aliasing of launder.invariant.group
Piotr Padlewski
2018-05-23
1
-5
/
+29
*
[InstCombine] Remove calloc transformations
David Bolvansky
2018-05-22
1
-29
/
+1
*
[InstCombine] Calloc-ed strings optimizations
David Bolvansky
2018-05-22
1
-2
/
+31
*
[EarlyCSE] Improve EarlyCSE of some absolute value cases.
Craig Topper
2018-05-21
1
-0
/
+2
*
Propagate nonnull and dereferenceable throught launder
Piotr Padlewski
2018-05-18
1
-1
/
+4
*
[InstCombine] Moving overflow computation logic from InstCombine to ValueTrac...
Omer Paparo Bivas
2018-05-10
1
-0
/
+83
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-0
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[PatternMatch] Stabilize the matching order of commutative matchers
Roman Lebedev
2018-04-27
1
-5
/
+2
*
[InstCombine] Simplify 'add' to 'or' if no common bits are set.
Roman Lebedev
2018-04-15
1
-0
/
+8
*
[PatternMatch] allow undef elements when matching vector FP +0.0
Sanjay Patel
2018-03-25
1
-1
/
+1
*
[NFC] Factor out a helper function for checking if a block has a potential ea...
Philip Reames
2018-03-08
1
-0
/
+9
*
[ValueTracking] move helpers for SelectPatterns from InstCombine to ValueTrac...
Sanjay Patel
2018-03-06
1
-0
/
+24
*
Fix more spelling mistakes in comments of LLVM Analysis passes
Vedant Kumar
2018-03-02
1
-1
/
+1
*
Fixed spelling mistake in comments of LLVM Analysis passes
Vedant Kumar
2018-02-28
1
-8
/
+8
*
[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl to look through Extract...
Craig Topper
2018-02-27
1
-0
/
+6
*
[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl to handle vector consta...
Craig Topper
2018-02-26
1
-0
/
+18
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-7
/
+18
*
[ValueTracking] don't crash when assumptions conflict (PR36270)
Sanjay Patel
2018-02-08
1
-0
/
+8
*
[InstCombine][ValueTracking] Match non-uniform constant power-of-two vectors
Simon Pilgrim
2018-02-06
1
-8
/
+5
*
[ValueTracking] add recursion depth param to matchSelectPattern
Sanjay Patel
2018-01-24
1
-11
/
+18
*
[ValueTracking] recognize min/max-of-min/max with notted ops (PR35875)
Sanjay Patel
2018-01-11
1
-12
/
+31
*
[ValueTracking] remove overzealous assert
Sanjay Patel
2018-01-08
1
-1
/
+1
*
[ValueTracking] recognize min/max of min/max patterns
Sanjay Patel
2018-01-02
1
-0
/
+79
*
[ValueTracking] Don't assume shift values are in range
Simon Pilgrim
2018-01-01
1
-4
/
+4
*
[ValueTracking] ignore FP signed-zero when detecting a casted-to-integer fmin...
Sanjay Patel
2017-12-26
1
-8
/
+18
*
[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
[next]