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
/
InstCombineAndOrXor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r108136 until I figure out why it broke selfhost.
Benjamin Kramer
2010-07-12
1
-17
/
+0
*
instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x...
Benjamin Kramer
2010-07-12
1
-0
/
+17
*
Minor code simplification.
Dan Gohman
2010-04-09
1
-9
/
+5
*
Fix PR6503. This turned into a much more interesting and nasty bug. Various
Chris Lattner
2010-03-05
1
-125
/
+92
*
simplify some functions and make them work with vector
Chris Lattner
2010-03-05
1
-62
/
+25
*
This test case:
Bill Wendling
2010-03-03
1
-2
/
+4
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-2
/
+2
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-4
/
+4
*
Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect
Chris Lattner
2010-02-11
1
-43
/
+75
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-2
/
+2
*
simplify this code, duh.
Chris Lattner
2010-02-09
1
-8
/
+4
*
fix PR6193, only considering sign extensions *from i1* for this
Chris Lattner
2010-02-09
1
-5
/
+10
*
fix logical-select to invoke filecheck right, and fix hte instcombine
Chris Lattner
2010-02-05
1
-1
/
+6
*
don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B
Chris Lattner
2010-02-02
1
-9
/
+13
*
change the canonical form of "cond ? -1 : 0" to be
Chris Lattner
2010-01-24
1
-6
/
+2
*
optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund Grimley
Chris Lattner
2010-01-19
1
-0
/
+5
*
add one more bitfield optimization, allowing clang to generate
Chris Lattner
2010-01-11
1
-2
/
+15
*
split and/or/xor out into one overly-large (2000LOC) file. However, I think
Chris Lattner
2010-01-05
1
-0
/
+1977
[prev]