index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
InstCombine
/
intrinsics.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-14
/
+108
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
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
*
Revert "InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.o...
Benjamin Kramer
2011-05-21
1
-21
/
+0
*
InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.overflow(...
Benjamin Kramer
2011-05-21
1
-0
/
+21
*
More instcombine cleanup aimed towards improving debug line info.
Eli Friedman
2011-05-18
1
-4
/
+4
*
InstCombine: Turn umul_with_overflow into mul nuw if we can prove that it can...
Benjamin Kramer
2011-03-10
1
-0
/
+27
*
X86 supports i8/i16 overflow ops (except i8 multiplies), we should
Chris Lattner
2010-12-19
1
-0
/
+9
*
optimize uadd(x, cst) into a comparison when the normal
Chris Lattner
2010-12-19
1
-0
/
+10
*
PR7853: fix a silly mistake introduced in r101899, and add a test to make sure
Eli Friedman
2010-08-09
1
-12
/
+22
*
implement a simple instcombine xform that has been in the
Chris Lattner
2010-01-23
1
-0
/
+15
*
optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn!
Chris Lattner
2010-01-05
1
-4
/
+26
*
optimize cttz and ctlz when we can prove something about the
Chris Lattner
2010-01-05
1
-1
/
+24
*
add a few trivial instcombines for llvm.powi.
Chris Lattner
2010-01-01
1
-0
/
+22
*
add testcases for the foo_with_overflow op xforms added recently and
Chris Lattner
2009-11-29
1
-3
/
+70
*
if a 'with overflow' intrinsic just has the normal result used, simplify
Chris Lattner
2009-11-09
1
-0
/
+12