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] Teach computeNumSignBits to understand min/max clamp patterns...
Craig Topper
2018-08-22
1
-1
/
+37
*
ValueTracking: Handle more instructions in isKnownNeverNaN
Matt Arsenault
2018-08-20
1
-3
/
+33
*
[InstrSimplify,NewGVN] Add option to ignore additional instr info when simpli...
Florian Hahn
2018-08-17
1
-81
/
+94
*
ValueTracking: Start enhancing isKnownNeverNaN
Matt Arsenault
2018-08-09
1
-3
/
+21
*
ValueTracking: Handle canonicalize in CannotBeNegativeZero
Matt Arsenault
2018-08-06
1
-0
/
+1
*
Re-enable "[ValueTracking] Teach isKnownNonNullFromDominatingCondition about ...
Max Kazantsev
2018-08-06
1
-10
/
+33
*
Revert rL338990 to see if it causes sanitizer failures
Max Kazantsev
2018-08-06
1
-28
/
+10
*
[ValueTracking] Teach isKnownNonNullFromDominatingCondition about AND
Max Kazantsev
2018-08-06
1
-10
/
+28
*
[ValueTracking] fix maxnum miscompile for cannotBeOrderedLessThanZero (PR37776)
Sanjay Patel
2018-08-02
1
-4
/
+7
*
Remove trailing space
Fangrui Song
2018-07-30
1
-6
/
+6
*
Fix llvm::ComputeNumSignBits with some operations and llvm.assume
Stanislav Mekhanoshin
2018-07-25
1
-7
/
+7
*
[InstrSimplify] fold sdiv if two operands are negated and non-overflow
Chen Zheng
2018-07-21
1
-8
/
+12
*
[InstCombine] add more SPFofSPF folding
Chen Zheng
2018-07-16
1
-24
/
+39
*
[InstCombine] Simplify isKnownNegation
Fangrui Song
2018-07-12
1
-5
/
+2
*
[InstSimplify] simplify add instruction if two operands are negative
Chen Zheng
2018-07-12
1
-0
/
+20
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-1
/
+6
*
Use Type::isIntOrPtrTy where possible, NFC
Vedant Kumar
2018-07-06
1
-1
/
+1
*
[ValueTracking] allow undef elements when matching vector abs
Sanjay Patel
2018-07-02
1
-32
/
+27
*
Implement strip.invariant.group
Piotr Padlewski
2018-07-02
1
-9
/
+12
*
[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
[prev]
[next]