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
...
*
[EarlyCSE] Add support for unary FNeg to EarlyCSE
Cameron McInally
2019-08-07
1
-3
/
+2
*
[InstCombine] Recommit: Shift amount reassociation: shl-trunc-shl pattern
Roman Lebedev
2019-08-07
1
-44
/
+34
*
TLI: darwin does not support _bcmp
Alex Lorenz
2019-08-07
1
-1
/
+1
*
Revert "[X86] Enable -x86-experimental-vector-widening-legalization by default."
Mitch Phillips
2019-08-06
6
-246
/
+147
*
Revert [InstCombine] Shift amount reassociation: shl-trunc-shl pattern
Reid Kleckner
2019-08-06
1
-17
/
+44
*
[InstCombine] Shift amount reassociation: shl-trunc-shl pattern
Roman Lebedev
2019-08-06
1
-44
/
+17
*
[NFC][EarlyCSE] Pre-commit unary FNeg tests.
Cameron McInally
2019-08-06
1
-0
/
+13
*
[InstCombine] add tests for binop with FMF with select operands; NFC
Sanjay Patel
2019-08-06
1
-0
/
+51
*
[LV][NFC] Share the LV illegality reporting with LoopVectorize.
Hideki Saito
2019-08-06
1
-0
/
+27
*
[Attributor] Deduce the "no-return" attribute for functions
Johannes Doerfert
2019-08-05
11
-67
/
+356
*
[Attributor][Fix] Do not remove instructions during manifestation
Johannes Doerfert
2019-08-05
1
-1
/
+6
*
[X86] Enable -x86-experimental-vector-widening-legalization by default.
Craig Topper
2019-08-05
6
-147
/
+246
*
[InstCombine][NFC] Tests for non-canonical clamp-like pattern
Roman Lebedev
2019-08-05
2
-0
/
+828
*
[InstCombine] combine mul+shl separated by zext
Sanjay Patel
2019-08-05
1
-8
/
+6
*
[InstCombine] add tests for shl+mul; NFC
Sanjay Patel
2019-08-05
1
-0
/
+71
*
[InstCombine] add extra use constraint for shl-zext fold
Sanjay Patel
2019-08-05
1
-2
/
+1
*
[InstCombine] add test for shl-zext with extra use; NFC
Sanjay Patel
2019-08-05
1
-6
/
+25
*
[InstCombine] Added mempcpy tests [NFC]
David Bolvansky
2019-08-05
1
-0
/
+31
*
[Attributor][Fix] Resolve various liveness issues
Johannes Doerfert
2019-08-04
1
-6
/
+43
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
22
-144
/
+144
*
[InstSimplify] Add test case to show bad sign bit handling for integer abs id...
Craig Topper
2019-08-03
1
-0
/
+12
*
[ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scal...
Craig Topper
2019-08-02
2
-22
/
+28
*
[Attributor] Using liveness in other attributes.
Stefan Stipanovic
2019-08-02
3
-42
/
+64
*
[ScalarizeMaskedMemIntrin] Add constant mask support to expandload and compre...
Craig Topper
2019-08-02
2
-92
/
+20
*
[InstCombine] fold cmp+select using select operand equivalence
Sanjay Patel
2019-08-02
3
-334
/
+188
*
[Loop Peeling] Introduce an option for profile based peeling disabling.
Serguei Katkov
2019-08-02
1
-1
/
+2
*
[LV] Fix test failure in a Release build.
Jay Foad
2019-08-02
1
-0
/
+1
*
Moves the newly added test interleaved-accesses-waw-dependency.ll to X86 subd...
Hideki Saito
2019-08-02
1
-0
/
+0
*
[LV] Avoid building interleaved group in presence of WAW dependency
Hideki Saito
2019-08-02
1
-0
/
+109
*
[Loop Peeling] Do not close further unroll/peel if profile based peeling was ...
Serguei Katkov
2019-08-02
3
-0
/
+87
*
Handle casts changing pointer size in the vectorizer
Stanislav Mekhanoshin
2019-08-02
1
-0
/
+39
*
[Tests] Autogen a bunch of Reassociate tests for ease of update
Philip Reames
2019-08-01
18
-242
/
+374
*
Relax load store vectorizer pointer strip checks
Stanislav Mekhanoshin
2019-08-01
1
-6
/
+45
*
[SimplifyCFG] Mark missed Changed to true.
Alina Sbirlea
2019-08-01
1
-0
/
+90
*
[LV] Tail-Loop Folding
Sjoerd Meijer
2019-08-01
1
-0
/
+78
*
[InstCombine] add tests with 'ne' predicates; NFC
Sanjay Patel
2019-08-01
1
-0
/
+30
*
[InstCombine] add test with swapped select operands; NFC
Sanjay Patel
2019-08-01
1
-0
/
+13
*
[ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scal...
Craig Topper
2019-07-31
3
-50
/
+65
*
[IndVars, RLEV] Support rewriting exit values in loops without known exits (p...
Philip Reames
2019-07-31
2
-6
/
+2
*
[SCCP] Update condition to avoid overflow.
Alina Sbirlea
2019-07-31
1
-0
/
+13
*
[InstCombine] canonicalize fneg before fmul/fdiv
Sanjay Patel
2019-07-31
5
-69
/
+79
*
[AMDGPU] Fix for vectorizer crash with pointers of different size
Stanislav Mekhanoshin
2019-07-31
1
-0
/
+18
*
[NFC][InstCombine] Add xor-or-icmp tests with icmp having extra uses
Roman Lebedev
2019-07-31
1
-0
/
+165
*
[NFC][InstCombine] Add baseline tests with non-canonical CLAMP pattern
Roman Lebedev
2019-07-31
1
-0
/
+142
*
[IPSCCP] Move callsite check to the beginning of the loop.
Florian Hahn
2019-07-31
2
-1
/
+82
*
[DivRemPairs] Recommit: Handling for expanded-form rem - recomposition (PR42673)
Roman Lebedev
2019-07-31
2
-16
/
+16
*
[DivRemPairs] Avoid RAUW pitfalls (PR42823)
Roman Lebedev
2019-07-31
3
-26
/
+26
*
[DivRemPairs][NFC] Autogenerate all checklines
Roman Lebedev
2019-07-31
4
-132
/
+134
*
Recommit "[GVN] Preserve loop related analysis/canonical forms."
Florian Hahn
2019-07-31
2
-2
/
+64
*
Revert [GVN] Preserve loop related analysis/canonical forms.
Florian Hahn
2019-07-30
2
-64
/
+2
[prev]
[next]