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
...
*
[Attributor][FIX] Make "known" and "assumed" liveness explicit
Johannes Doerfert
2019-11-02
1
-2
/
+2
*
[Attributor] `willreturn` + `noreturn` = UB
Johannes Doerfert
2019-11-02
3
-5
/
+15
*
[Attributor][FIX] Make AAValueSimplifyArgument aware of thread-dependent cons...
Johannes Doerfert
2019-11-02
1
-0
/
+1
*
[Attributor][FIX] Handle the default case of a switch
Johannes Doerfert
2019-11-02
1
-1
/
+42
*
[Attributor][FIX] Make value simplification aware of "complicated" attributes
Johannes Doerfert
2019-11-02
1
-1
/
+83
*
[Attributor][NFCI] Avoid unnecessary work except for testing
Johannes Doerfert
2019-11-02
24
-44
/
+73
*
[Attributor][FIX] NoCapture is not a subsuming property
Johannes Doerfert
2019-11-02
1
-0
/
+31
*
[JT][CVP] Regenerate test checks, again
Nikita Popov
2019-11-01
5
-61
/
+136
*
[LV] Move interleave_short_tc.ll into the X86 directory to hopefully make fix...
Craig Topper
2019-11-01
1
-0
/
+0
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2019-11-01
3
-186
/
+162
*
[SLP] avoid 'tmp' value name conflict with auto-generated CHECK script; NFC
Sanjay Patel
2019-11-01
1
-23
/
+23
*
[SLP] avoid 'tmp' value name conflict with auto-generated CHECK script; NFC
Sanjay Patel
2019-11-01
1
-50
/
+50
*
[SLP] avoid 'tmp' value name conflict with auto-generated CHECK script; NFC
Sanjay Patel
2019-11-01
1
-88
/
+87
*
[LV] Add test case that was supposed to go with D67948
Craig Topper
2019-10-31
1
-0
/
+59
*
[CVP] Add tests for icmp on local ranges; NFC
Nikita Popov
2019-10-31
1
-10
/
+43
*
[LVI] Regenerate test checks; NFC
Nikita Popov
2019-10-31
3
-56
/
+100
*
[Attributor] Really use the executed-context
Johannes Doerfert
2019-10-31
5
-20
/
+18
*
[SLP] Vectorize jumbled stores.
Alexey Bataev
2019-10-31
3
-9
/
+111
*
[Attributor] Make AANonNull perform context sensitive queries
Johannes Doerfert
2019-10-31
1
-1
/
+94
*
[ValueTracking] Allow context-sensitive nullness check for non-pointers
Johannes Doerfert
2019-10-31
3
-12
/
+6
*
[InstCombine] Add the test that triggered the D60846 revert
Johannes Doerfert
2019-10-31
1
-0
/
+42
*
[InstCombine] add fast-math-flags for better test coverage; NFC
Sanjay Patel
2019-10-31
1
-50
/
+50
*
[IPCP] Bail on extractvalue's with more than 1 index.
Craig Topper
2019-10-31
1
-0
/
+29
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2019-10-31
1
-48
/
+63
*
[InstCombine] Canonicalize uadd.with.overflow to uadd.sat
David Green
2019-10-31
1
-8
/
+2
*
Revert "[SLP] Vectorize jumbled stores."
Haojian Wu
2019-10-31
2
-7
/
+9
*
[Attributor][NFCI] Improve the usage of IntegerStates
Johannes Doerfert
2019-10-31
1
-1
/
+1
*
[Attributor][FIX] Unbreak buildbot through test correction
Johannes Doerfert
2019-10-31
1
-10
/
+23
*
[Attributor] Make liveness "edge-based"
Johannes Doerfert
2019-10-31
9
-19
/
+94
*
[Attributor] Liveness for values
Johannes Doerfert
2019-10-31
8
-38
/
+213
*
[Attributor][NFC] Do not delete dead blocks but "clear" them
Johannes Doerfert
2019-10-31
1
-3
/
+0
*
[MustExecute] Forward iterate over conditional branches
Johannes Doerfert
2019-10-31
1
-11
/
+221
*
[Attributor] Add "free"-based heap2stack deduction
Johannes Doerfert
2019-10-30
2
-14
/
+34
*
Revert "[CodeView] Add option to disable inline line tables."
Amy Huang
2019-10-30
1
-99
/
+0
*
[CodeView] Add option to disable inline line tables.
Amy Huang
2019-10-30
1
-0
/
+99
*
[InstCombine] keep assumption before sinking calls
tyker
2019-10-31
1
-0
/
+192
*
[SLP] Vectorize jumbled stores.
Alexey Bataev
2019-10-30
2
-9
/
+7
*
[NFC][LoopUnroll] Tests for peeling of first iteration (PR43840)
Roman Lebedev
2019-10-30
1
-1
/
+232
*
[X86] Make memcmp vector lowering handle arbitrary expansions
David Zarzycki
2019-10-30
1
-70
/
+70
*
[SLP] Generalization of stores vectorization.
Alexey Bataev
2019-10-29
18
-403
/
+769
*
[InstCombine] make icmp vector canonicalization safe for constant with undef ...
Sanjay Patel
2019-10-29
7
-9
/
+9
*
[InstCombine] add tests for icmp predicate canonicalization with vector types...
Sanjay Patel
2019-10-29
1
-5
/
+14
*
[LCSSA] Forget values we create LCSSA phis for
Florian Hahn
2019-10-29
1
-0
/
+71
*
[ConstantFold] Fold extractelement of getelementptr
Jay Foad
2019-10-28
2
-2
/
+2
*
[LV] Interleaving should not exceed estimated loop trip count.
Craig Topper
2019-10-28
1
-1
/
+1
*
[utils] InlineFunction: fix for debug info affecting optimizations
Bjorn Pettersson
2019-10-28
1
-0
/
+71
*
[InstCombine] Extra combine for uadd_sat
David Green
2019-10-28
1
-8
/
+4
*
[InstCombine][NFC] Tests for uadd.sat and sadd.sat canonicalisation.
David Green
2019-10-28
2
-0
/
+778
*
[CVP] prevent propagating poison when substituting edge values into a phi (PR...
Sanjay Patel
2019-10-28
1
-2
/
+1
*
[CVP] add test for poison propagation bug (PR43802); NFC
Sanjay Patel
2019-10-25
1
-0
/
+27
[prev]
[next]