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
/
extract-bits.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] X86DAGToDAGISel::matchBitExtract(): extract 'lshr' from `X`
Roman Lebedev
2018-11-16
1
-230
/
+176
*
[NFC][x86][AArch64] extract-bits.ll: add test with 'ashr'.
Roman Lebedev
2018-11-05
1
-336
/
+549
*
[X86] Add extra-uses on the mask of pattern c of extract-{low,}bits.ll tests
Roman Lebedev
2018-10-30
1
-399
/
+1214
*
Experimental re-land of [X86][BMI1] X86DAGToDAGISel: select BEXTR from x << (...
Roman Lebedev
2018-10-23
1
-203
/
+125
*
Revert "[X86][BMI1] X86DAGToDAGISel: select BEXTR from x << (32 - y) >> (32 -...
Roman Lebedev
2018-10-23
1
-125
/
+203
*
[X86][BMI1] X86DAGToDAGISel: select BEXTR from x << (32 - y) >> (32 - y) pattern
Roman Lebedev
2018-10-23
1
-203
/
+125
*
[X86][BMI1]: X86DAGToDAGISel: select BEXTR from x & ((1 << nbits) + (-1)) p...
Roman Lebedev
2018-10-22
1
-136
/
+71
*
[X86] Restore X86ISelDAGToDAG::matchBEXTRFromAnd. Teach address matching to c...
Craig Topper
2018-10-11
1
-16
/
+62
*
[X86][BMI1]: X86DAGToDAGISel: select BEXTR from x & ~(-1 << nbits) pattern
Roman Lebedev
2018-10-11
1
-93
/
+46
*
[NFC][X86][AArch64] extract-bits.ll: add tests with constants+storing results.
Roman Lebedev
2018-10-10
1
-0
/
+329
*
[NFC][CodeGen][X86][AArch64] Add 64-bit constant bit field extract pattern tests
Roman Lebedev
2018-09-30
1
-0
/
+124
*
[X86] Disable BMI BEXTR in X86DAGToDAGISel::matchBEXTRFromAnd unless we're on...
Craig Topper
2018-09-30
1
-10
/
+10
*
[NFC][CodeGen][X86][AArch64] More tests for 'bit field extract' w/ constants
Roman Lebedev
2018-09-24
1
-0
/
+116
*
[NFC][x86][AArch64] Add BEXTR-like test patterns.
Roman Lebedev
2018-09-20
1
-0
/
+5642