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
/
tbm_patterns.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DAGCombiner] Add one use check to fold (not (and x, y)) -> (or (not x), (not...
Craig Topper
2018-02-13
1
-7
/
+2
*
[X86] Add a test case showing blcic matching being broken by an and mask appl...
Craig Topper
2018-02-13
1
-0
/
+19
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-5
/
+5
*
[X86] Remove 'NOREX' comment from the printing of _NOREX instructions.
Craig Topper
2018-01-23
1
-2
/
+2
*
[X86] Add 'l' and 'q' suffixes to the tbm instruction mnemonics.
Craig Topper
2018-01-12
1
-46
/
+46
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-5
/
+5
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-68
/
+68
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-5
/
+5
*
[X86] Don't select (cmp (and, imm), 0) to testw
Craig Topper
2017-09-28
1
-2
/
+2
*
Revert r314249 "Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instru...
Craig Topper
2017-09-27
1
-2
/
+2
*
Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instructions into post...
Craig Topper
2017-09-26
1
-2
/
+2
*
Revert "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos...
Benjamin Kramer
2017-09-26
1
-2
/
+2
*
[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like th...
Craig Topper
2017-09-25
1
-2
/
+2
*
[X86] Move matching of (and (srl/sra, C), (1<<C) - 1) to BEXTR/BEXTRI instruc...
Craig Topper
2017-09-12
1
-2
/
+28
*
[X86] Add patterns to show more failures to use TBM instructions when we're t...
Craig Topper
2017-08-25
1
-0
/
+331
*
[X86] Add TBM instructions to X86InstrInfo::isDefConvertible.
Craig Topper
2017-08-25
1
-18
/
+1
*
[x86] Fix an amazing goof in the handling of sub, or, and xor lowering.
Chandler Carruth
2017-08-25
1
-79
/
+49
*
[X86][TBM] Add tests showing failure to fold RFLAGS result into TBM instructi...
Simon Pilgrim
2017-08-13
1
-2
/
+325
*
[X86] Use BEXTR/BEXTRI for 64-bit 'and' with a large mask
Craig Topper
2017-08-01
1
-0
/
+20
*
[x86] auto-generate complete checks for tests; NFC
Sanjay Patel
2017-07-03
1
-250
/
+252
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-2
/
+2
*
Add an additional pattern for BLCI since opt can turn (not (add x, 1)) into (...
Craig Topper
2013-10-05
1
-0
/
+20
*
Remove duplicated test cases that occurred when I applied the same patch file...
Craig Topper
2013-10-03
1
-233
/
+0
*
Add patterns for selecting TBM instructions from logical operations. Patch fr...
Craig Topper
2013-10-03
1
-0
/
+466