summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* [Attributor][FIX] Make "known" and "assumed" liveness explicitJohannes Doerfert2019-11-021-2/+2
* [Attributor] `willreturn` + `noreturn` = UBJohannes Doerfert2019-11-023-5/+15
* [Attributor][FIX] Make AAValueSimplifyArgument aware of thread-dependent cons...Johannes Doerfert2019-11-021-0/+1
* [Attributor][FIX] Handle the default case of a switchJohannes Doerfert2019-11-021-1/+42
* [Attributor][FIX] Make value simplification aware of "complicated" attributesJohannes Doerfert2019-11-021-1/+83
* [Attributor][NFCI] Avoid unnecessary work except for testingJohannes Doerfert2019-11-0224-44/+73
* [Attributor][FIX] NoCapture is not a subsuming propertyJohannes Doerfert2019-11-021-0/+31
* [JT][CVP] Regenerate test checks, againNikita Popov2019-11-015-61/+136
* [LV] Move interleave_short_tc.ll into the X86 directory to hopefully make fix...Craig Topper2019-11-011-0/+0
* [InstCombine] regenerate test checks; NFCSanjay Patel2019-11-013-186/+162
* [SLP] avoid 'tmp' value name conflict with auto-generated CHECK script; NFCSanjay Patel2019-11-011-23/+23
* [SLP] avoid 'tmp' value name conflict with auto-generated CHECK script; NFCSanjay Patel2019-11-011-50/+50
* [SLP] avoid 'tmp' value name conflict with auto-generated CHECK script; NFCSanjay Patel2019-11-011-88/+87
* [LV] Add test case that was supposed to go with D67948Craig Topper2019-10-311-0/+59
* [CVP] Add tests for icmp on local ranges; NFCNikita Popov2019-10-311-10/+43
* [LVI] Regenerate test checks; NFCNikita Popov2019-10-313-56/+100
* [Attributor] Really use the executed-contextJohannes Doerfert2019-10-315-20/+18
* [SLP] Vectorize jumbled stores.Alexey Bataev2019-10-313-9/+111
* [Attributor] Make AANonNull perform context sensitive queriesJohannes Doerfert2019-10-311-1/+94
* [ValueTracking] Allow context-sensitive nullness check for non-pointersJohannes Doerfert2019-10-313-12/+6
* [InstCombine] Add the test that triggered the D60846 revertJohannes Doerfert2019-10-311-0/+42
* [InstCombine] add fast-math-flags for better test coverage; NFCSanjay Patel2019-10-311-50/+50
* [IPCP] Bail on extractvalue's with more than 1 index.Craig Topper2019-10-311-0/+29
* [InstCombine] regenerate test checks; NFCSanjay Patel2019-10-311-48/+63
* [InstCombine] Canonicalize uadd.with.overflow to uadd.satDavid Green2019-10-311-8/+2
* Revert "[SLP] Vectorize jumbled stores."Haojian Wu2019-10-312-7/+9
* [Attributor][NFCI] Improve the usage of IntegerStatesJohannes Doerfert2019-10-311-1/+1
* [Attributor][FIX] Unbreak buildbot through test correctionJohannes Doerfert2019-10-311-10/+23
* [Attributor] Make liveness "edge-based"Johannes Doerfert2019-10-319-19/+94
* [Attributor] Liveness for valuesJohannes Doerfert2019-10-318-38/+213
* [Attributor][NFC] Do not delete dead blocks but "clear" themJohannes Doerfert2019-10-311-3/+0
* [MustExecute] Forward iterate over conditional branchesJohannes Doerfert2019-10-311-11/+221
* [Attributor] Add "free"-based heap2stack deductionJohannes Doerfert2019-10-302-14/+34
* Revert "[CodeView] Add option to disable inline line tables."Amy Huang2019-10-301-99/+0
* [CodeView] Add option to disable inline line tables.Amy Huang2019-10-301-0/+99
* [InstCombine] keep assumption before sinking callstyker2019-10-311-0/+192
* [SLP] Vectorize jumbled stores.Alexey Bataev2019-10-302-9/+7
* [NFC][LoopUnroll] Tests for peeling of first iteration (PR43840)Roman Lebedev2019-10-301-1/+232
* [X86] Make memcmp vector lowering handle arbitrary expansionsDavid Zarzycki2019-10-301-70/+70
* [SLP] Generalization of stores vectorization.Alexey Bataev2019-10-2918-403/+769
* [InstCombine] make icmp vector canonicalization safe for constant with undef ...Sanjay Patel2019-10-297-9/+9
* [InstCombine] add tests for icmp predicate canonicalization with vector types...Sanjay Patel2019-10-291-5/+14
* [LCSSA] Forget values we create LCSSA phis forFlorian Hahn2019-10-291-0/+71
* [ConstantFold] Fold extractelement of getelementptrJay Foad2019-10-282-2/+2
* [LV] Interleaving should not exceed estimated loop trip count.Craig Topper2019-10-281-1/+1
* [utils] InlineFunction: fix for debug info affecting optimizationsBjorn Pettersson2019-10-281-0/+71
* [InstCombine] Extra combine for uadd_satDavid Green2019-10-281-8/+4
* [InstCombine][NFC] Tests for uadd.sat and sadd.sat canonicalisation.David Green2019-10-282-0/+778
* [CVP] prevent propagating poison when substituting edge values into a phi (PR...Sanjay Patel2019-10-281-2/+1
* [CVP] add test for poison propagation bug (PR43802); NFCSanjay Patel2019-10-251-0/+27
OpenPOWER on IntegriCloud