summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* [NFC][InstSimplify] Add extra test for D67411 with @llvm.assumeRoman Lebedev2019-09-111-0/+21
* LLVM: Optimization Pass: Remove conflicting attribute, if any, beforeWhitney Tsang2019-09-111-0/+30
* [ConstProp] add tests for fma that produce NaN; NFCSanjay Patel2019-09-111-0/+133
* [ConstProp] move test file from InstSimplify; NFCSanjay Patel2019-09-111-1/+1
* [InstSimplify] regenerate test CHECKs; NFCSanjay Patel2019-09-111-36/+43
* [InstCombine] fold sign-bit compares of sremSanjay Patel2019-09-111-8/+20
* [NFC] Updated objsize-64.ll testDavid Bolvansky2019-09-111-1/+1
* [NFC] Fixed testDavid Bolvansky2019-09-111-2/+2
* [InstCombine] Fixed handling of isOpNewLike (PR11748)David Bolvansky2019-09-111-1/+11
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-1111-1042/+14
* [LoopInterchange] Properly move condition, induction increment and ops to latch.Florian Hahn2019-09-115-27/+216
* [TLI][AMDGPU] AMDPAL does not have library functionsTim Renouf2019-09-111-0/+21
* [Attributor] Implement "noalias" callsite argument deductionHideto Ueno2019-09-111-0/+76
* [Debuginfo][Instcombiner] Do not clone dbg.declare.Alexey Lapshin2019-09-111-0/+144
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-1111-14/+1042
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-1072-72/+72
* [NFC][InstCombine] rewrite test added in r371537 to use non-null pointer insteadRoman Lebedev2019-09-101-27/+91
* [NFC][InstSimplify] rewrite test added in r371537 to use non-null pointer ins...Roman Lebedev2019-09-101-43/+53
* [NFC][InstCombine][InstSimplify] PR43251 - and some patterns with offset != 0Roman Lebedev2019-09-102-1/+141
* [NFC][InstCombine] PR43251 - valid for other predicates tooRoman Lebedev2019-09-101-2/+82
* [InstCombine] Use SimplifyFMulInst to simplify multiply in fma.Florian Hahn2019-09-101-10/+5
* [InstCombine] Precommit tests for D67351.Florian Hahn2019-09-101-0/+86
* Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen...Dmitri Gribenko2019-09-1013-2032/+3
* [ExpandMemCmp] Add lit.local.cfgClement Courbet2019-09-101-0/+3
* Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...Clement Courbet2019-09-1013-3/+2032
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-1011-1042/+14
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-1011-14/+1042
* [Tests] Fix a typo in a testPhilip Reames2019-09-091-83/+96
* [Tests] Precommit test case for D67372Philip Reames2019-09-091-10/+302
* [LoopVectorize] Leverage speculation safety to avoid masked.loadsPhilip Reames2019-09-092-18/+18
* [SLP] add test for over-vectorization (PR33958); NFCSanjay Patel2019-09-091-0/+16
* [NFC][InstCombine] Fixup test i added in rL371352.Roman Lebedev2019-09-091-2/+2
* [Inliner][NFC] Make test less brittle.Clement Courbet2019-09-091-1/+1
* [InstCombine][NFC] Some tests for usub overflow+nonzero check improvement (PR...Roman Lebedev2019-09-081-0/+343
* [InstSimplify] simplifyUnsignedRangeCheck(): if we know that X != 0, handle m...Roman Lebedev2019-09-081-49/+17
* [InstCombine] add tests for icmp with srem operand; NFCSanjay Patel2019-09-081-16/+108
* [InstCombine] fold extract+insert into identity shuffleSanjay Patel2019-09-081-8/+9
* [NFC][InstSimplify] Some tests for dropping null check after uadd.with.overfl...Roman Lebedev2019-09-081-0/+278
* [X86] Add prefer-128-bit subtarget feature.Craig Topper2019-09-074-9/+17
* [SimplifyCFG][NFC] Autogenerate PhiEliminate3.llRoman Lebedev2019-09-071-22/+71
* [SimplifyCFG][NFC] Autogenerate two testsRoman Lebedev2019-09-072-26/+89
* [Intrinsic] Add the llvm.umul.fix.sat intrinsicBjorn Pettersson2019-09-071-0/+12
* [LVI] Look through extractvalue of insertvalueNikita Popov2019-09-071-20/+7
* [SimplifyCFG][NFC] Make merge-cond-stores-cost.ll X86-specific, and rewrite itRoman Lebedev2019-09-072-37/+51
* [SimplifyCFG][NFC] Show that we don't consider the cost when merging cond storesRoman Lebedev2019-09-071-0/+36
* [SimplifyCFG][NFC] Regenerate merge-cond-stores* testsRoman Lebedev2019-09-072-54/+65
* [Attributor] ValueSimplify Abstract AttributeHideto Ueno2019-09-074-3/+124
* [X86] Replace -mcpu with -mattr on some tests.Craig Topper2019-09-062-5/+4
* [InstCombine] pow(x, +/- 0.0) -> 1.0JF Bastien2019-09-061-0/+60
* [SimplifyLibCalls] handle pow(x,-0.0) before it can assert (PR43233)Sanjay Patel2019-09-061-0/+10
OpenPOWER on IntegriCloud