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
/
CodeGen
/
X86
/
setcc.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[x86] don't blindly transform SETB into SBB
Sanjay Patel
2017-03-12
1
-4
/
+6
*
[DAGCombiner] fold binops with constant into select-of-constants
Sanjay Patel
2017-03-01
1
-3
/
+3
*
[x86] regenerate checks; NFC
Sanjay Patel
2017-03-01
1
-7
/
+1
*
[x86] regenerate checks
Sanjay Patel
2016-09-14
1
-33
/
+49
*
Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setcc
Michael Kuperstein
2016-07-07
1
-1
/
+1
*
Revert r274692 to check whether this is what breaks windows selfhost.
Michael Kuperstein
2016-07-07
1
-1
/
+1
*
[X86] Transform setcc + movzbl into xorl + setcc
Michael Kuperstein
2016-07-06
1
-1
/
+1
*
[X86] Use the right type when folding xor (truncate (shift)) -> setcc
David Majnemer
2016-05-05
1
-0
/
+24
*
[X86] Fix the (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2)) fold
David Majnemer
2015-08-20
1
-0
/
+20
*
[X86] Don't use GR64 register 'and with immediate' instructions if the immedi...
Craig Topper
2015-04-04
1
-1
/
+1
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
1
-3
/
+3
*
As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
Bill Wendling
2011-04-14
1
-1
/
+1
*
Have the X86 back-end emit the alias instead of what's being aliased. In most
Bill Wendling
2011-04-14
1
-1
/
+1
*
Re-enable 91381 with fixes.
Evan Cheng
2009-12-16
1
-1
/
+0
*
Disable 91381 for now. It's miscompiling ARMISelDAG2DAG.cpp.
Evan Cheng
2009-12-15
1
-0
/
+1
*
Use sbb x, x to materialize carry bit in a GPR. The result is all one's or al...
Evan Cheng
2009-12-15
1
-0
/
+23
*
Propagate zest through logical shift.
Evan Cheng
2009-12-15
1
-0
/
+13