summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] X | C == C --> (X & ~C) == 0Sanjay Patel2019-02-061-8/+8
* [InstCombine] add tests for PR40611 and regenerate checks; NFCSanjay Patel2019-02-061-294/+349
* [InstCombine] limit extracting shuffle transform based on usesSanjay Patel2019-02-051-2/+2
* [InstCombine] split shuffle test to show extra use constraint; NFCSanjay Patel2019-02-051-3/+14
* Revert "[PATCH] [TargetLibraryInfo] Update run time support for Windows"Evandro Menezes2019-02-044-49/+73
* [PATCH] [TargetLibraryInfo] Update run time support for WindowsEvandro Menezes2019-02-044-73/+49
* [InstCombine] Cleanup the TFE/LWE check in AMDGPU SimplifyDemandedNicolai Haehnle2019-02-041-0/+15
* Commit tests for changes in revision D41608Dmitry Venikov2019-02-041-0/+91
* [InstCombine] Refactor test checks (NFC)Evandro Menezes2019-02-011-198/+198
* [Test] Update file w/update_test_checks.py to make a follow on change obviousPhilip Reames2019-02-011-29/+29
* [InstCombine] Expand Windows test (NFC)Evandro Menezes2019-02-011-52/+66
* [InstCombine] Expand Windows test (NFC)Evandro Menezes2019-02-011-21/+26
* [InstCombine] Extra null-checking on TFE/LWE supportMichael Liao2019-02-011-0/+7
* [InstCombine] Refactor test checks (NFC)Evandro Menezes2019-02-011-16/+13
* [InstCombine] Expand Windows test (NFC)Evandro Menezes2019-02-011-15/+44
* [InstCombine] Refactor test checks (NFC)Evandro Menezes2019-02-011-42/+24
* [InstCombine] try to reduce x86 addcarry to generic uaddo intrinsicSanjay Patel2019-02-011-10/+12
* [InstCombine] Missed optimization in math expression: simplify calls exp func...Dmitry Venikov2019-01-312-30/+22
* [InstCombine] Expand testing for Windows (NFC)Evandro Menezes2019-01-311-48/+67
* [InstCombine] Simplify check clauses in test (NFC)Evandro Menezes2019-01-311-71/+57
* Add a 'dynamic' parameter to the objectsize intrinsicErik Pilkington2019-01-306-43/+126
* [Tests] Add tests for propagation of undef elements in vector GEPsPhilip Reames2019-01-301-0/+25
* SimplifyDemandedVectorElts for all intrinsicsPhilip Reames2019-01-301-8/+8
* [InstCombine][x86] add tests for addcarry intrinsic; NFCSanjay Patel2019-01-301-0/+36
* Commit tests for changes in revision D41342Dmitry Venikov2019-01-302-0/+178
* [InstCombine] canonicalize cmp/select form of uadd saturate with constantSanjay Patel2019-01-291-6/+6
* [InstCombine] regenerate test checks; NFCSanjay Patel2019-01-291-63/+63
* [InstCombine] add tests for ext-of-bool + add/sub; NFCSanjay Patel2019-01-291-0/+87
* Correct contents for r352453Philip Reames2019-01-291-72/+48
* [Tests] Regen to remove future test diffsPhilip Reames2019-01-291-128/+152
* [Test] Add tests for gather/maked.load demanded elements, and convert the who...Philip Reames2019-01-291-17/+67
* Demanded elements support for vector GEPsPhilip Reames2019-01-281-15/+9
* [InstCombine] add another saturating uadd test (no undefs); NFCSanjay Patel2019-01-281-2/+15
* [InstCombine] add tests for saturating uadd with constant; NFCSanjay Patel2019-01-281-0/+55
* [ValueTracking] Look through casts when determining non-nullnessJohannes Doerfert2019-01-264-9/+108
* Test cases for demanded elements on vector GEPsPhilip Reames2019-01-241-0/+127
* [InstCombine] Simplify cttz/ctlz + icmp ugt/ultNikita Popov2019-01-191-26/+18
* [InstCombine] Don't sink dynamic allocasReid Kleckner2019-01-171-0/+52
* [InstCombine]Avoid introduction of unaligned mem accessSerguei Katkov2019-01-161-90/+158
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-151-1/+1
* [InstCombine] Don't undo 0 - (X * Y) canonicalization when combining subs.Florian Hahn2019-01-151-13/+29
* AMDGPU: Add a fast path for icmp.i1(src, false, NE)Marek Olsak2019-01-151-0/+193
* [AMDGPU] Add support for TFE/LWE in image intrinsics. 2nd tryDavid Stuttard2019-01-141-0/+23
* [ConstantFolding] Fold undef for integer intrinsicsNikita Popov2019-01-111-411/+0
* [SimplifyLibCalls] Fix memchr expansion for constant strings.Eli Friedman2019-01-092-18/+22
* [InstCombine] remove stale comments; NFCSanjay Patel2019-01-081-6/+0
* [InstCombine] canonicalize another raw IR rotate pattern to funnel shiftSanjay Patel2019-01-081-28/+5
* fix comment typo - NFCChen Zheng2019-01-081-1/+1
* [InstCombine] Improve cttz/ctlz + icmp tests; NFCNikita Popov2019-01-051-83/+134
* [InstCombine] Add cttz/ctlz + icmp ugt/ult tests; NFCNikita Popov2019-01-051-0/+174
OpenPOWER on IntegriCloud