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
/
xor2.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-0
/
+90
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-7
/
+7
*
fix a typo
Shuxin Yang
2012-12-05
1
-1
/
+1
*
For rdar://12329730, last piece.
Shuxin Yang
2012-12-04
1
-0
/
+16
*
rdar://12329730 (defect 2)
Shuxin Yang
2012-11-26
1
-0
/
+15
*
Re-apply r113679, which was reverted in r113720, which added a paid of new in...
Owen Anderson
2010-09-13
1
-1
/
+1
*
Revert 113679, it was causing an infinite loop in a testcase that I've sent
Eric Christopher
2010-09-12
1
-1
/
+1
*
Invert and-of-or into or-of-and when doing so would allow us to clear bits of...
Owen Anderson
2010-09-11
1
-1
/
+1
*
Revert r108141 again, sigh.
Benjamin Kramer
2010-07-12
1
-14
/
+0
*
Reapply 108136 with an ugly pasto fixed.
Benjamin Kramer
2010-07-12
1
-0
/
+14
*
Revert r108136 until I figure out why it broke selfhost.
Benjamin Kramer
2010-07-12
1
-14
/
+0
*
instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x...
Benjamin Kramer
2010-07-12
1
-0
/
+14
*
This test case:
Bill Wendling
2010-03-03
1
-4
/
+4
*
optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund Grimley
Chris Lattner
2010-01-19
1
-0
/
+10
*
teach instcombine to simplify xor's harder, catching the
Chris Lattner
2009-10-11
1
-0
/
+11
*
convert xor2 to filecheck, merge in a random regtest
Chris Lattner
2009-10-11
1
-1
/
+16
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-1
/
+1
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
For PR1319:
Reid Spencer
2007-04-14
1
-3
/
+1
*
new testcase for PR1253
Chris Lattner
2007-04-03
1
-0
/
+19