index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
X86
/
memcmp.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Updated 32-bit memcmp tests to run with/without SSE2
Simon Pilgrim
2017-06-30
1
-347
/
+402
*
[CGP] add specialization for memcmp expansion with only one basic block
Sanjay Patel
2017-06-27
1
-46
/
+42
*
[CGP] eliminate a sub instruction in memcmp expansion
Sanjay Patel
2017-06-27
1
-46
/
+39
*
[x86] enable CGP memcmp() expansion for 2/4/8 byte sizes
Sanjay Patel
2017-06-20
1
-23
/
+85
*
[x86] remove unused param from tests; NFC
Sanjay Patel
2017-06-08
1
-10
/
+10
*
[x86] add tests for memcmp expansion; NFC
Sanjay Patel
2017-06-08
1
-37
/
+293
*
[x86] use VPMOVMSK to replace memcmp libcalls for 32-byte equality
Sanjay Patel
2017-03-28
1
-19
/
+39
*
[x86] add separate check prefix for SSE; NFC
Sanjay Patel
2017-03-28
1
-1
/
+20
*
[x86] add AVX2 run to show 256-bit opportunity; NFC
Sanjay Patel
2017-03-28
1
-17
/
+17
*
[x86] use PMOVMSK to replace memcmp libcalls for 16-byte equality
Sanjay Patel
2017-03-25
1
-11
/
+9
*
[x86] add 32-bit RUN for better memcmp coverage; NFC
Sanjay Patel
2017-03-24
1
-102
/
+244
*
[x86] add memcmp tests, remove run
Sanjay Patel
2017-03-23
1
-142
/
+140
*
[x86] improve tests, add tests, auto-generate checks; NFC
Sanjay Patel
2017-03-22
1
-107
/
+168
*
[TLI] Robustize SDAG LibFunc proto checking by merging it into TLI.
Ahmed Bougacha
2017-02-03
1
-8
/
+8
*
Revert "[TLI] Robustize SDAG proto checking by merging it into TLI."
Ahmed Bougacha
2017-01-17
1
-8
/
+8
*
[TLI] Robustize SDAG proto checking by merging it into TLI.
Ahmed Bougacha
2017-01-17
1
-8
/
+8
*
[SelectionDAG] Don't treat library calls specially if marked with nobuiltin.
Marcin Koscielnicki
2016-06-17
1
-0
/
+15
*
[X86]: Updated r272801 to promote 16 bit compares with immediate operand
Kevin B. Smith
2016-06-15
1
-1
/
+2
*
[X86]: Quit promoting 8 and 16 bit compares to 32 bit.
Kevin B. Smith
2016-06-15
1
-4
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-6
/
+6
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-3
/
+3
*
X86: Perform integer comparisons at i32 or larger.
Jim Grosbach
2013-11-22
1
-10
/
+12
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
1
-7
/
+7
*
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-08-03
1
-0
/
+3
*
Relax expressions and add explicit triplets -linux and -win32.
NAKAMURA Takumi
2011-02-22
1
-10
/
+11
*
convert cmp to use a multipattern
Chris Lattner
2010-10-07
1
-6
/
+6
*
handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a
Chris Lattner
2009-12-24
1
-4
/
+38
*
move an optimization for memcmp out of simplifylibcalls and into
Chris Lattner
2009-12-24
1
-0
/
+76