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
/
fold-and-shift.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Prevent folding a load into an AND if that AND is really a ZEXT_INREG t...
Craig Topper
2019-04-24
1
-4
/
+4
*
[X86] Remove dead nodes left after ReplaceAllUsesWith calls during address ma...
Craig Topper
2019-04-24
1
-6
/
+6
*
[X86] Use a signed mask in foldMaskedShiftToScaledMask to enable a shorter im...
Craig Topper
2019-04-06
1
-2
/
+2
*
[X86] Add test cases to show missed opportunities to use a sign extended 8 or...
Craig Topper
2019-04-06
1
-0
/
+34
*
[X86] Autogenerate complete checks. NFC
Craig Topper
2019-04-06
1
-16
/
+30
*
X86: Do not use llc -march in tests.
Matthias Braun
2017-08-02
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-6
/
+6
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-4
/
+4
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
1
-4
/
+4
*
Revert r147945 which disabled an addressing mode transformation. I had
Chandler Carruth
2012-01-11
1
-10
/
+10
*
Disable the transformation I added in r147936 to see if it fixes some
Chandler Carruth
2012-01-11
1
-10
/
+10
*
Teach the X86 instruction selection to do some heroic transforms to
Chandler Carruth
2012-01-11
1
-0
/
+44
*
Cleanup and FileCheck-ize a test.
Chandler Carruth
2012-01-09
1
-13
/
+25
*
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Fold some and + shift in x86 addressing mode.
Evan Cheng
2007-12-13
1
-0
/
+21