1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/test/CodeGen
Rafael Espindola 3d52fe3ef3 call libc memcpy/memset if array size is bigger then threshold.
Coping 100MB array (after a warmup) shows that glibc 2.6.1 implementation on
x86-64 (core 2) is 30% faster (from 0.270917s to 0.188079s)

llvm-svn: 41479
2007-08-27 10:18:20 +00:00
..
Alpha Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
ARM Implement FPOWI ExpandOp. 2007-08-15 22:13:27 +00:00
CBackend Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
Generic Allow target constants to be illegal types. The target should 2007-08-25 01:00:22 +00:00
IA64 Convert .cvsignore files 2007-06-29 16:35:07 +00:00
PowerPC update test to check that codegen works with llvm.used in llvm.metadata section 2007-08-22 19:36:31 +00:00
SPARC Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
X86 call libc memcpy/memset if array size is bigger then threshold. 2007-08-27 10:18:20 +00:00