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
...
*
[InstCombine] don't move FP negation out of a constant expression
Sanjay Patel
2019-07-11
1
-0
/
+13
*
[NFC] Updated tests for D64285
David Bolvansky
2019-07-11
2
-32
/
+487
*
[InstCombine] Reorder recently added/improved pow transformations
David Bolvansky
2019-07-11
1
-5
/
+8
*
[InstCombine][NFCI] Add test coverage to onehot_merge.ll
Huihui Zhang
2019-07-11
1
-0
/
+145
*
Replace three "strip & accumulate" implementations with a single one
Johannes Doerfert
2019-07-11
1
-3
/
+2
*
[NFC][InstCombine] Comb through just-added "omit mask before left-shift" test...
Roman Lebedev
2019-07-10
6
-104
/
+159
*
[NFC][InstCombine] Fixup some tests in just-added "omit mask before left-shif...
Roman Lebedev
2019-07-10
3
-10
/
+15
*
[CodeExtractor] Fix sinking of allocas with multiple bitcast uses (PR42451)
Vedant Kumar
2019-07-10
2
-1
/
+75
*
[NFC][InstCombine] Redundant masking before left-shift (PR42563)
Roman Lebedev
2019-07-10
7
-0
/
+1876
*
[InstCombine] pow(C,x) -> exp2(log2(C)*x)
David Bolvansky
2019-07-10
2
-24
/
+40
*
[InferFunctionAttrs] add/adjust tests for dereferenceable; NFC
Sanjay Patel
2019-07-10
1
-3
/
+38
*
[SimpleLoopUnswitch] Don't consider unswitching `switch` insructions with one...
Serguei Katkov
2019-07-10
1
-1
/
+0
*
[SimpleLoopUnswitch] Add a test case exposing a bug
Serguei Katkov
2019-07-10
1
-0
/
+25
*
[InstCombine] add tests for trunc(load); NFC
Sanjay Patel
2019-07-09
1
-0
/
+73
*
[NFC] Fixed tests
David Bolvansky
2019-07-09
1
-69
/
+133
*
[NFC] Added tests for D64285
David Bolvansky
2019-07-09
1
-0
/
+240
*
[InferFunctionAttrs] add more tests for derefenceable; NFC
Sanjay Patel
2019-07-09
1
-9
/
+51
*
[RISCV] Fix RISCVTTIImpl::getIntImmCost for immediates where getMinSignedBits...
Alex Bradbury
2019-07-09
1
-1
/
+10
*
[LoopPred] Extend LFTR normalization to the inverse EQ case
Philip Reames
2019-07-09
1
-0
/
+43
*
[Attributor] Deduce the "returned" argument attribute
Johannes Doerfert
2019-07-08
3
-89
/
+240
*
[InstCombine] fold insertelement into splat of same scalar
Sanjay Patel
2019-07-08
2
-6
/
+10
*
[InstCombine] add tests for insert of same splatted scalar; NFC
Sanjay Patel
2019-07-08
1
-0
/
+69
*
[InstCombine] canonicalize insert+splat to/from element 0 of vector
Sanjay Patel
2019-07-08
1
-6
/
+34
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
8
-302
/
+416
*
[InstCombine] fix typo in test; NFC
Sanjay Patel
2019-07-08
1
-3
/
+5
*
[InstCombine] add tests for splat shuffles; NFC
Sanjay Patel
2019-07-08
1
-0
/
+43
*
[Float2Int] Add support for unary FNeg to Float2Int
Cameron McInally
2019-07-08
1
-6
/
+17
*
Revert "[IRBuilder] Fold consistently for or/and whether constant is LHS or RHS"
Petr Hosek
2019-07-07
7
-59
/
+67
*
[LFTR] Regenerate test checks; NFC
Nikita Popov
2019-07-06
1
-10
/
+140
*
[IRBuilder] Fold consistently for or/and whether constant is LHS or RHS
Philip Reames
2019-07-06
7
-67
/
+59
*
[InferFunctionAttrs] add tests for 'dereferenceable' argument attribute; NFC
Sanjay Patel
2019-07-05
1
-0
/
+201
*
[InstCombine] allow undef elements when forming splat from chain of insertele...
Sanjay Patel
2019-07-04
1
-12
/
+17
*
[NFC] Added tests for D64099
David Bolvansky
2019-07-04
1
-0
/
+241
*
[PowerPC] Hardware Loop branch instruction's condition may not be icmp.
Chen Zheng
2019-07-04
1
-0
/
+32
*
[JumpThreading] Fix threading with unusual PHI nodes.
Eli Friedman
2019-07-03
4
-22
/
+65
*
[LFTR] Use SCEVExpander for the pointer limit case instead of manual IR gen
Philip Reames
2019-07-03
5
-17
/
+14
*
[LFTR] Hoist extend expressions outside of loops w/o waiting for LICM
Philip Reames
2019-07-03
6
-58
/
+120
*
[NFC][InstCombine] onehot_merge.ll: add last few tests in the state they regr...
Roman Lebedev
2019-07-03
1
-0
/
+39
*
[SLP] add tests for bitcasted vector pointer load; NFC
Sanjay Patel
2019-07-03
1
-0
/
+102
*
[InstCombine] Y - ~X --> X + Y + 1 fold (PR42457)
Roman Lebedev
2019-07-03
1
-7
/
+8
*
[SCEV][LSR] Prevent using undefined value in binops
Eugene Leviant
2019-07-03
1
-6
/
+10
*
Revert [InlineCost] cleanup calculations of Cost and Threshold
Jordan Rupprecht
2019-07-03
1
-6
/
+6
*
[SLP] Recommit: Look-ahead operand reordering heuristic.
Vasileios Porpodas
2019-07-02
1
-33
/
+175
*
[SimplifyLibCalls] powf(x, sitofp(n)) -> powi(x, n)
David Bolvansky
2019-07-02
2
-76
/
+343
*
[InstCombine] Shift amount reassociation: fixup constantexpr handling (PR42484)
Roman Lebedev
2019-07-02
1
-0
/
+15
*
[NFC][InstCombine] Revisit tests for "redundant shift input masking" (PR42456)
Roman Lebedev
2019-07-02
1
-10
/
+30
*
[NFC][InstCombine] Add tests for "redundant shift input masking" (PR42456)
Roman Lebedev
2019-07-02
1
-0
/
+229
*
[PGO] Update ICP pass for recent byval type changes
Reid Kleckner
2019-07-01
1
-0
/
+47
*
[InstCombine][NFCI] Update test cases in onehot_merge.ll
Huihui Zhang
2019-07-01
1
-8
/
+46
*
[InstCombine] reduce more checks for power-of-2-or-zero using ctpop
Sanjay Patel
2019-07-01
1
-39
/
+23
[prev]
[next]