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
/
intrinsics.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+427
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-427
/
+0
*
[InstCombine] Move with.overflow tests to separate file; NFC
Nikita Popov
2019-02-24
1
-303
/
+0
*
[InstCombine] Simplify cttz/ctlz + icmp eq/ne into mask check
Nikita Popov
2018-12-18
1
-10
/
+2
*
[InstCombine] Make cttz/ctlz knownbits tests more robust; NFC
Nikita Popov
2018-12-16
1
-20
/
+12
*
Revert "[InstCombine] Regenerate test checks; NFC"
Nikita Popov
2018-12-16
1
-166
/
+117
*
[InstCombine] Regenerate test checks; NFC
Nikita Popov
2018-12-16
1
-117
/
+166
*
Move tests associated with transforms moved in r321467
Philip Reames
2017-12-30
1
-8
/
+0
*
[instcombine] add powi(x, 2) -> x * x
Philip Reames
2017-12-27
1
-0
/
+5
*
Fix some misc. -enable-var-scope violations
Matt Arsenault
2017-11-13
1
-4
/
+4
*
[InstCombine] move and improve tests for cmp-intrinsic; NFC
Sanjay Patel
2017-07-03
1
-60
/
+0
*
[InstCombine] Add range metadata to cttz/ctlz/ctpop intrinsic calls based on ...
Craig Topper
2017-06-21
1
-12
/
+29
*
[InstCombine] Add support for simplifying ctlz/cttz intrinsics based on known...
Craig Topper
2017-06-03
1
-10
/
+4
*
[ConstantFolding] Fix constant folding for vector cttz and ctlz intrinsics to...
Craig Topper
2017-06-03
1
-4
/
+2
*
[InstCombine][InstSimplify] Add various tests for ctlz/cttz with vectors, som...
Craig Topper
2017-06-03
1
-0
/
+160
*
[InstCombine] Use cttz instead of ctlz in the cttz_cmp_vec test case. Looks l...
Craig Topper
2017-06-03
1
-1
/
+1
*
[InstCombine] Add test cases to show missed opportunities to remove compare i...
Craig Topper
2017-05-30
1
-0
/
+28
*
[ValueTracking] Use KnownOnes to provide a better bound on known zeros for ct...
Craig Topper
2017-05-08
1
-4
/
+25
*
Replace hardcoded intrinsic list with speculatable attribute.
Matt Arsenault
2017-05-03
1
-2
/
+2
*
[InstCombine] Add test cases for opportunities to improve knownbits handling ...
Craig Topper
2017-04-26
1
-0
/
+26
*
[InstCombine / InstSimplify] add and move tests for lshr transforms; NFC
Sanjay Patel
2017-01-13
1
-22
/
+1
*
Make cltz and cttz zero undef when the operand cannot be zero in InstCombine
Amaury Sechet
2016-08-18
1
-0
/
+20
*
reduce tests; auto-generate checks
Sanjay Patel
2016-08-05
1
-59
/
+68
*
Fix intrinsics.ll test
Amaury Sechet
2016-08-04
1
-3
/
+3
*
Add popcount(n) == bitsize(n) -> n == -1 transformation.
Amaury Sechet
2016-08-04
1
-12
/
+22
*
[InstCombine] allow icmp (bit-manipulation-intrinsic(), C) folds for vectors
Sanjay Patel
2016-07-23
1
-8
/
+3
*
add tests for vector bit manipulation intrinsics
Sanjay Patel
2016-07-22
1
-2
/
+40
*
Constfold trunc,rint,nearbyint,ceil and floor using APFloat
Karthik Bhat
2015-07-21
1
-0
/
+65
*
Allow constfolding of llvm.sin.* and llvm.cos.* intrinsics
Karthik Bhat
2015-07-08
1
-0
/
+22
*
[InstSimplify] Handle some overflow intrinsics in InstSimplify
David Majnemer
2015-05-22
1
-2
/
+2
*
[InstCombine] X - 0 is equal to X, not undef
David Majnemer
2015-05-21
1
-0
/
+8
*
Subtraction is not commutative. Fixes PR23212!
Nick Lewycky
2015-04-13
1
-0
/
+10
*
Teach ComputeNumSignBits about signed reminder.
Nadav Rotem
2015-03-06
1
-0
/
+21
*
Teach ComputeNumSignBits about signed divisions.
Nadav Rotem
2015-03-03
1
-0
/
+23
*
[InstCombine] Teach how to fold a select into a cttz/ctlz with the 'is_zero_u...
Andrea Di Biagio
2015-01-27
1
-2
/
+4
*
InstCombine: Detect when llvm.umul.with.overflow always overflows
David Majnemer
2015-01-02
1
-0
/
+13
*
InstCombine: Infer nuw for multiplies
David Majnemer
2014-12-26
1
-1
/
+1
*
Strength reduce intrinsics with overflow into regular arithmetic operations i...
Erik Eckstein
2014-12-17
1
-12
/
+91
*
InstCombine: Strength reduce sadd.with.overflow into a regular nsw add if we ...
Benjamin Kramer
2014-07-04
1
-0
/
+13
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-20
/
+20
*
Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...
Andrew Trick
2013-02-08
1
-14
/
+2
*
Have InstCombine call SipmlifyCall when handling calls. Test case included.
Michael Ilseman
2013-02-07
1
-2
/
+14
*
ConstantFolding: Add a missing folding that leads to a miscompile.
Benjamin Kramer
2013-01-24
1
-0
/
+36
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
1
-1
/
+1
*
Add an explicit test that we now fold cttz.i32(..., true) >> 5 -> 0.
Chandler Carruth
2011-12-24
1
-7
/
+13
*
ComputeMaskedBits: Make knownzero computation more aggressive for ctlz with u...
Benjamin Kramer
2011-12-24
1
-3
/
+3
*
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-12-12
1
-8
/
+8
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
1
-6
/
+6
*
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-08-12
1
-6
/
+6
*
make the asmparser reject function and type redefinitions. 'Merging' hasn't ...
Chris Lattner
2011-06-17
1
-1
/
+0
[next]