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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SLPVectorizer] Precommit of supernode.ll test for D63661
Simon Pilgrim
2019-06-25
1
-0
/
+327
*
[ARM] DLS/LE low-overhead loop code generation
Sam Parker
2019-06-25
10
-1
/
+1288
*
[InstCombine][NFC] Add test to show missing fold for icmp ult/uge (shl %x, C2...
Huihui Zhang
2019-06-25
1
-0
/
+236
*
[InstCombine] Fold icmp eq/ne (and %x, C), 0 iff (-C) is power of two -> %x ...
Huihui Zhang
2019-06-25
3
-40
/
+28
*
[InstCombine] squash is-not-power-of-2 using ctpop
Sanjay Patel
2019-06-24
1
-10
/
+6
*
InstCombine: Preserve nuw when reassociating nuw ops [3/3]
Matt Arsenault
2019-06-24
1
-2
/
+50
*
InstCombine: Preserve nuw when reassociating nuw ops [2/3]
Matt Arsenault
2019-06-24
1
-3
/
+3
*
InstCombine: Preserve nuw when reassociating nuw ops [1/3]
Matt Arsenault
2019-06-24
2
-5
/
+5
*
[NFC][Reassociate] Add unary FNeg tests to fast-ReassociateVector.ll
Cameron McInally
2019-06-24
1
-0
/
+57
*
[CVP] Reenable nowrap flag inference
Nikita Popov
2019-06-24
4
-14
/
+14
*
[InstCombine] add tests for more variants of isPowerOf2; NFC
Sanjay Patel
2019-06-24
1
-0
/
+259
*
[InstCombine] Regenerate test pr17827. NFCI.
Huihui Zhang
2019-06-24
1
-6
/
+6
*
[Tests] Add cases where we're failing to discharge provably loop exits (tests...
Philip Reames
2019-06-24
1
-0
/
+193
*
[SLP] Support unary FNeg vectorization
Cameron McInally
2019-06-24
2
-22
/
+10
*
[InstCombine] reduce funnel-shift i16 X, X, 8 to bswap X
Sanjay Patel
2019-06-24
1
-3
/
+9
*
[InstCombine] add tests for funnel-shift to bswap; NFC
Sanjay Patel
2019-06-24
1
-0
/
+37
*
[InstCombine] SliceUpIllegalIntegerPHI - bail on out of range shifts
Simon Pilgrim
2019-06-24
1
-0
/
+26
*
[Scalarizer] Add scalarizer support for smul.fix.sat
Bjorn Pettersson
2019-06-24
1
-1
/
+16
*
[Tests] Autogen and improve test readability
Philip Reames
2019-06-23
1
-46
/
+95
*
[IndVars] Remove dead instructions after folding trivial loop exit
Philip Reames
2019-06-23
3
-16
/
+2
*
[InstCombine] squash is-power-of-2 that uses ctpop
Sanjay Patel
2019-06-23
1
-10
/
+16
*
Exploit a zero LoopExit count to eliminate loop exits
Philip Reames
2019-06-22
2
-4
/
+3
*
[LFTR] Add tests for PR41998; NFC
Nikita Popov
2019-06-22
1
-0
/
+73
*
Revert [SLP] Look-ahead operand reordering heuristic.
Reid Kleckner
2019-06-21
1
-44
/
+47
*
[SLP] Look-ahead operand reordering heuristic.
Simon Pilgrim
2019-06-21
1
-47
/
+44
*
[NFC] Update shl-sub tests
David Bolvansky
2019-06-21
1
-15
/
+14
*
[InstCombine] add tests for ctpop folds; NFC
Sanjay Patel
2019-06-21
1
-0
/
+117
*
[InstCombine] (1 << (C - x)) -> ((1 << C) >> x) if C is bitwidth - 1
David Bolvansky
2019-06-21
1
-9
/
+5
*
[NFC] Added more tests for D63652
David Bolvansky
2019-06-21
1
-0
/
+33
*
[InstCombine] cttz(abs(x)) -> cttz(x)
David Bolvansky
2019-06-21
1
-32
/
+10
*
[GVNSink] prevent crashing on mismatched instructions (PR42346)
Sanjay Patel
2019-06-21
1
-0
/
+34
*
[NFC] Added tests for (1 << (C - x)) -> ((1 << C) >> x)
David Bolvansky
2019-06-21
1
-0
/
+152
*
[Scalarizer] Propagate IR flags
Jay Foad
2019-06-21
1
-0
/
+53
*
[RISCV] Add RISCV-specific TargetTransformInfo
Sam Elliott
2019-06-21
2
-0
/
+31
*
[Reassociate] Remove bogus assert reported in PR42349.
Cameron McInally
2019-06-20
1
-0
/
+18
*
[InstSimplify] simplify power-of-2 (single bit set) sequences
Sanjay Patel
2019-06-20
1
-8
/
+2
*
[LICM & MSSA] Limit unsafe sinking and hoisting.
Alina Sbirlea
2019-06-20
1
-2
/
+5
*
[InstSimplify] add tests for known-not-a-power-of-2; NFC
Sanjay Patel
2019-06-20
1
-0
/
+28
*
[NFC][SLP] Pre-commit unary FNeg test to X86/propagate_ir_flags.ll
Cameron McInally
2019-06-20
1
-0
/
+78
*
[NFC] Updated tests for D63546
David Bolvansky
2019-06-20
1
-46
/
+123
*
[InstCombine] canonicalize check for power-of-2
Sanjay Patel
2019-06-20
1
-21
/
+21
*
[Tests] Add a tricky LFTR case for documentation purposes
Philip Reames
2019-06-20
1
-0
/
+64
*
[InstCombine] cttz(-x) -> cttz(x)
David Bolvansky
2019-06-20
1
-16
/
+26
*
[InstCombine] add commuted variants for power-of-2 checks; NFC
Sanjay Patel
2019-06-20
1
-0
/
+47
*
[InstCombine] add tests for checking power-of-2; NFC
Sanjay Patel
2019-06-20
1
-0
/
+138
*
[NFC][SLP] Pre-commit unary FNeg test to X86/phi3.ll
Cameron McInally
2019-06-20
1
-0
/
+41
*
[SLP][X86] Add lookahead reordering tests from D60897
Simon Pilgrim
2019-06-20
1
-3
/
+235
*
LFTR for multiple exit loops
Philip Reames
2019-06-19
2
-64
/
+57
*
[Tests] Autogen a test so that future changes are understandable
Philip Reames
2019-06-19
1
-100
/
+444
*
[InstCombine] Fold icmp eq/ne (and %x, signbit), 0 -> %x s>=/s< 0 earlier
Huihui Zhang
2019-06-19
2
-36
/
+24
[prev]
[next]