summaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Merging r326521:Tom Stellard2018-04-111-0/+45
* Add missing test file from r329855Tom Stellard2018-04-111-0/+58
* Backport of rL326666 and rL326668 for PR36607 and PR36608.Florian Hahn2018-04-111-0/+109
* Merging r326376:Tom Stellard2018-04-091-0/+34
* Merging r325687:Hans Wennborg2018-02-223-4/+4
* Merging r324195:Hans Wennborg2018-02-191-2/+35
* Merging r324916:Hans Wennborg2018-02-191-0/+61
* Merging r325148:Hans Wennborg2018-02-191-0/+17
* Merging r323908:Hans Wennborg2018-02-021-0/+108
* Merging r323907 and r323913:Hans Wennborg2018-02-021-0/+45
* Merging r323759:Hans Wennborg2018-02-021-0/+17
* Merging r323155:Hans Wennborg2018-02-021-0/+63
* Merging r323515:Hans Wennborg2018-01-301-0/+24
* Merging r323355:Hans Wennborg2018-01-303-56/+81
* Merging r322016:Hans Wennborg2018-01-301-0/+21
* Revert r323738; that was not the one I wanted to mergeHans Wennborg2018-01-301-65/+0
* Merging r322006:Hans Wennborg2018-01-301-0/+65
* Merging r322993:Hans Wennborg2018-01-222-0/+118
* Merging r321751, r321806, and r321878:Hans Wennborg2018-01-174-27/+298
* Merging r322106:Hans Wennborg2018-01-171-0/+27
* Merging r321870, r321872, and r321994:Hans Wennborg2018-01-174-141/+337
* Merging r322473:Hans Wennborg2018-01-171-0/+53
* Merging r321993:Hans Wennborg2018-01-172-0/+138
* Merging r322056:Hans Wennborg2018-01-171-0/+19
* Merging r321789:Hans Wennborg2018-01-161-0/+45
* [InstSimplify] Missed optimization in math expression: squashing exp(log), lo...Dmitry Venikov2018-01-034-0/+284
* [InstCombine] Add test to remove VarArg casts (NFC)Florian Hahn2018-01-031-0/+11
* [BasicBlockUtils] Check for unreachable preds before updating LI in UpdateAna...Anna Thomas2018-01-021-0/+49
* [InstCombine] Missed optimization in math expression: squashing sqrt functionsDmitry Venikov2018-01-021-0/+67
* [ValueTracking] Don't assume shift values are in rangeSimon Pilgrim2018-01-011-0/+21
* [InstCombine] Regenerate udiv tests.Simon Pilgrim2018-01-011-9/+9
* [SimplifyCFG] Stop hoisting musttail calls incorrectly.Davide Italiano2017-12-311-0/+35
* [instsimplify] consistently handle undef and out of bound indices for inserte...Philip Reames2017-12-305-10/+47
* Add another test case for r321489Philip Reames2017-12-301-0/+9
* Move tests associated with transforms moved in r321467 Philip Reames2017-12-304-19/+28
* [PM] pass -debug-pass-manager flag into FunctionToLoopPassAdaptor's canonical...Fedor Sergeev2017-12-291-0/+4
* Revert r321377, it causes regression to https://reviews.llvm.org/P8055.Guozhi Wei2017-12-281-231/+0
* [RewriteStatepoints] Fix incorrect assertionMax Kazantsev2017-12-281-0/+38
* [InstCombine] Check for isa<Instruction> before using cast<>Simon Pilgrim2017-12-281-0/+13
* Revert "[memcpyopt] Teach memcpyopt to optimize across basic blocks"Reid Kleckner2017-12-284-243/+0
* [InstCombine] add tests for min/max folds (PR35717); NFCSanjay Patel2017-12-271-0/+155
* [InstCombine] Gracefully handle out of range extractelement indicesSimon Pilgrim2017-12-271-0/+11
* [instcombine] add powi(x, 2) -> x * xPhilip Reames2017-12-271-0/+5
* [Unroll][DebugInfo] Propagate loop body's debug location to epilog preheaderZhaoshi Zheng2017-12-262-2/+132
* [InstCombine] fix miscompile of frem with 0.0 operand (PR34870)Sanjay Patel2017-12-261-2/+3
* [InstCombine] add test for frem with 0.0 (PR34870); NFCSanjay Patel2017-12-261-0/+13
* [ValueTracking] ignore FP signed-zero when detecting a casted-to-integer fmin...Sanjay Patel2017-12-261-5/+18
* [InstSimplify] Check for in range extraction index before calling APInt::getZ...Simon Pilgrim2017-12-261-0/+13
* [CallSiteSplitting] Remove isOrHeader restriction.Florian Hahn2017-12-232-0/+157
* [SimplifyCFG] Don't do if-conversion if there is a long dependence chainGuozhi Wei2017-12-221-0/+231