summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/memcmp.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86] Updated 32-bit memcmp tests to run with/without SSE2Simon Pilgrim2017-06-301-347/+402
* [CGP] add specialization for memcmp expansion with only one basic blockSanjay Patel2017-06-271-46/+42
* [CGP] eliminate a sub instruction in memcmp expansionSanjay Patel2017-06-271-46/+39
* [x86] enable CGP memcmp() expansion for 2/4/8 byte sizesSanjay Patel2017-06-201-23/+85
* [x86] remove unused param from tests; NFCSanjay Patel2017-06-081-10/+10
* [x86] add tests for memcmp expansion; NFCSanjay Patel2017-06-081-37/+293
* [x86] use VPMOVMSK to replace memcmp libcalls for 32-byte equalitySanjay Patel2017-03-281-19/+39
* [x86] add separate check prefix for SSE; NFCSanjay Patel2017-03-281-1/+20
* [x86] add AVX2 run to show 256-bit opportunity; NFCSanjay Patel2017-03-281-17/+17
* [x86] use PMOVMSK to replace memcmp libcalls for 16-byte equalitySanjay Patel2017-03-251-11/+9
* [x86] add 32-bit RUN for better memcmp coverage; NFCSanjay Patel2017-03-241-102/+244
* [x86] add memcmp tests, remove runSanjay Patel2017-03-231-142/+140
* [x86] improve tests, add tests, auto-generate checks; NFCSanjay Patel2017-03-221-107/+168
* [TLI] Robustize SDAG LibFunc proto checking by merging it into TLI.Ahmed Bougacha2017-02-031-8/+8
* Revert "[TLI] Robustize SDAG proto checking by merging it into TLI."Ahmed Bougacha2017-01-171-8/+8
* [TLI] Robustize SDAG proto checking by merging it into TLI.Ahmed Bougacha2017-01-171-8/+8
* [SelectionDAG] Don't treat library calls specially if marked with nobuiltin.Marcin Koscielnicki2016-06-171-0/+15
* [X86]: Updated r272801 to promote 16 bit compares with immediate operandKevin B. Smith2016-06-151-1/+2
* [X86]: Quit promoting 8 and 16 bit compares to 32 bit.Kevin B. Smith2016-06-151-4/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-6/+6
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-3/+3
* X86: Perform integer comparisons at i32 or larger.Jim Grosbach2013-11-221-10/+12
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-7/+7
* Fix memcmp code-gen to honor -fno-builtin.Bob Wilson2012-08-031-0/+3
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-10/+11
* convert cmp to use a multipatternChris Lattner2010-10-071-6/+6
* handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a Chris Lattner2009-12-241-4/+38
* move an optimization for memcmp out of simplifylibcalls and into Chris Lattner2009-12-241-0/+76
OpenPOWER on IntegriCloud