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
/
Transforms
/
InstCombine
/
InstCombineCompares.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix fcmp + fabs instcombines when using the intrinsic
Matt Arsenault
2015-01-08
1
-26
/
+28
*
Convert fcmp with 0.0 from casted integers to icmp
Matt Arsenault
2015-01-06
1
-4
/
+34
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-5
/
+4
*
InstCombine: try to transform A-B < 0 into A < B
David Majnemer
2014-12-31
1
-0
/
+20
*
Removed extra line from a comment to test first commit. NFC.
Ankur Garg
2014-11-28
1
-1
/
+0
*
InstCombine: Silence a parenthesis warning
David Majnemer
2014-11-22
1
-1
/
+1
*
[InstCombine] Re-commit of r218721 (Optimize icmp-select-icmp sequence)
Gerolf Hoflehner
2014-11-21
1
-4
/
+150
*
InstCombine: Rely on cmpxchg's return code when it's strong
David Majnemer
2014-11-06
1
-0
/
+16
*
InstCombine: Don't assume that m_ZExt matches an Instruction
David Majnemer
2014-11-01
1
-2
/
+2
*
InstCombine: Combine (X+cst) < 0 --> X < -cst
David Majnemer
2014-11-01
1
-0
/
+6
*
InstCombine: Remove overzealous asserts
David Majnemer
2014-10-25
1
-12
/
+19
*
InstCombine: Simplify FoldICmpCstShrCst
David Majnemer
2014-10-21
1
-48
/
+16
*
InstCombine: Optimize icmp eq/ne (shl Const2, A), Const1
David Majnemer
2014-10-19
1
-1
/
+48
*
[InstCombine] Fix wrong folding of constant comparisons involving ashr and ne...
Andrea Di Biagio
2014-10-09
1
-1
/
+2
*
Revert "[InstCombine] re-commit r218721 with fix for pr21199"
Justin Bogner
2014-10-08
1
-134
/
+2
*
[InstCombine] re-commit r218721 with fix for pr21199
Gerolf Hoflehner
2014-10-08
1
-2
/
+134
*
Revert r219175 - [InstCombine] re-commit r218721 icmp-select-icmp optimization
Hans Wennborg
2014-10-08
1
-138
/
+2
*
[InstCombine] re-commit r218721 icmp-select-icmp optimization
Gerolf Hoflehner
2014-10-07
1
-2
/
+138
*
Revert r218721, r218735.
Evgeniy Stepanov
2014-10-01
1
-142
/
+2
*
[InstCombine] Fix for assert build failures caused by r218721
Gerolf Hoflehner
2014-10-01
1
-1
/
+7
*
[InstCombine] Optimize icmp-select-icmp
Gerolf Hoflehner
2014-10-01
1
-2
/
+136
*
[InstCombine] Fix wrong folding of constant comparison involving ahsr and neg...
Andrea Di Biagio
2014-09-17
1
-9
/
+13
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-6
/
+8
*
InstCombine: Remove redundant combines
David Majnemer
2014-08-28
1
-15
/
+0
*
InstSimplify: Move a transform from InstCombine to InstSimplify
David Majnemer
2014-08-28
1
-10
/
+0
*
InstCombine: Properly optimize or'ing bittests together
David Majnemer
2014-08-24
1
-0
/
+42
*
This patch implements optimization as mentioned in PR19753: Optimize comparis...
Suyog Sarda
2014-07-22
1
-0
/
+93
*
InstCombine: Simplify code, no functionality change.
Benjamin Kramer
2014-07-07
1
-16
/
+2
*
InstCombine: Disable umul.with.overflow recognition for vectors.
Benjamin Kramer
2014-06-24
1
-1
/
+5
*
Look through addrspacecasts when turning ptr comparisons into
Matt Arsenault
2014-06-09
1
-5
/
+21
*
Revert 209903 and 210040.
Rafael Espindola
2014-06-07
1
-40
/
+0
*
Added support to optimize comparisons with "lshr exact" of a constant.
Rafael Espindola
2014-06-02
1
-6
/
+29
*
Added inst combine tarnsform for (1 << X) & C pattrens where C is (some Power...
Dinesh Dwivedi
2014-06-02
1
-8
/
+24
*
PR19753: Optimize comparisons with "ashr exact" of a constanst.
Rafael Espindola
2014-05-30
1
-0
/
+17
*
InstCombine: Optimize -x s< cst
David Majnemer
2014-05-15
1
-0
/
+10
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-79
/
+79
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the
Chandler Carruth
2014-04-21
1
-0
/
+1
*
Use APInt arithmetic, fixed typo. Thanks to Benjamin Kramer for noticing that.
Serge Pavlov
2014-04-14
1
-2
/
+2
*
Recognize test for overflow in integer multiplication.
Serge Pavlov
2014-04-13
1
-0
/
+240
*
Revert "InstCombine: merge constants in both operands of icmp."
Erik Verbruggen
2014-03-28
1
-14
/
+0
*
InstCombine: Don't combine constants on unsigned icmps
Reid Kleckner
2014-03-27
1
-1
/
+2
*
InstCombine: merge constants in both operands of icmp.
Erik Verbruggen
2014-03-27
1
-0
/
+13
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-7
/
+6
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-23
/
+23
[next]