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
/
test
/
Transforms
/
InstCombine
/
sub-xor.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+50
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-50
/
+0
*
[ValueTracking] More accurate unsigned sub overflow detection
Nikita Popov
2019-02-28
1
-1
/
+1
*
Replace hardcoded intrinsic list with speculatable attribute.
Matt Arsenault
2017-05-03
1
-1
/
+1
*
[InstCombine] add tests to show information-losing add nsw/nuw transforms; NFC
Sanjay Patel
2017-02-08
1
-10
/
+0
*
[InstCombine] use m_APInt to allow sub with constant folds for splat vectors
Sanjay Patel
2016-10-14
1
-1
/
+1
*
[InstCombine] add tests for missing vector folds
Sanjay Patel
2016-10-14
1
-0
/
+11
*
[InstCombine] auto-generate checks
Sanjay Patel
2016-10-14
1
-22
/
+24
*
InstCombine: Annotate sub with nsw when we prove it's safe
David Majnemer
2014-08-19
1
-1
/
+1
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-4
/
+4
*
InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)
David Majnemer
2013-05-06
1
-0
/
+10
*
InstCombine: Add a combine that turns (2^n)-1 ^ x back into (2^n)-1 - x iff x...
Benjamin Kramer
2011-12-24
1
-0
/
+12
*
ComputeMaskedBits: Make knownzero computation more aggressive for ctlz with u...
Benjamin Kramer
2011-12-24
1
-0
/
+13
*
InstCombine: Canonicalize (2^n)-1 - x into (2^n)-1 ^ x iff x is known to be s...
Benjamin Kramer
2011-12-24
1
-0
/
+12