Displaying 8 results from an estimated 8 matches for "cxxobj".
Did you mean:
cxxabi
2020 May 19
5
[PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
...oto.h rsync.h ifuncs.h
itypes.h inums.h \
@@ -41,10 +48,11 @@ OBJS1=flist.o rsync.o generator.o receiver.o
cleanup.o sender.o exclude.o \
OBJS2=options.o io.o compat.o hlink.o token.o uidlist.o socket.o hashtable.o \
fileio.o batch.o clientname.o chmod.o acls.o xattrs.o
OBJS3=progress.o pipe.o
+CXXOBJ=@CXXOBJ@
DAEMON_OBJ = params.o loadparm.o clientserver.o access.o connection.o
authenticate.o
popt_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \
popt/popthelp.o popt/poptparse.o
-OBJS=$(OBJS1) $(OBJS2) $(OBJS3) $(DAEMON_OBJ) $(LIBOBJ) @BUILD_ZLIB@
@BUILD_POPT@
+OBJS=$(OBJS1) $(OBJS2) $(O...
2020 May 20
0
[PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
...nums.h \
> @@ -41,10 +48,11 @@ OBJS1=flist.o rsync.o generator.o receiver.o
> cleanup.o sender.o exclude.o \
> OBJS2=options.o io.o compat.o hlink.o token.o uidlist.o socket.o hashtable.o \
> fileio.o batch.o clientname.o chmod.o acls.o xattrs.o
> OBJS3=progress.o pipe.o
> +CXXOBJ=@CXXOBJ@
> DAEMON_OBJ = params.o loadparm.o clientserver.o access.o connection.o
> authenticate.o
> popt_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \
> popt/popthelp.o popt/poptparse.o
> -OBJS=$(OBJS1) $(OBJS2) $(OBJS3) $(DAEMON_OBJ) $(LIBOBJ) @BUILD_ZLIB@
> @BUILD_...
2020 May 18
3
[PATCH] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
What do you base this on?
Per https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html :
"For the x86-32 compiler, you must use -march=cpu-type, -msse or
-msse2 switches to enable SSE extensions and make this option
effective. For the x86-64 compiler, these extensions are enabled by
default."
That reads to me like we're fine for SSE2. As stated in my comments,
SSSE3 support must be
2014 May 04
12
[LLVMdev] [RFC] Benchmarking subset of the test suite
...rce/UnitTests/2008-04-20-LoopBug2
SingleSource/UnitTests/2008-07-13-InlineSetjmp
SingleSource/UnitTests/2009-04-16-BitfieldInitialization
SingleSource/UnitTests/2009-12-07-StructReturn
SingleSource/UnitTests/2010-05-24-BitfieldTest
SingleSource/UnitTests/AtomicOps
SingleSource/UnitTests/block-byref-cxxobj-test
SingleSource/UnitTests/block-byref-test
SingleSource/UnitTests/block-call-r7674133
SingleSource/UnitTests/block-copied-in-cxxobj
SingleSource/UnitTests/block-copied-in-cxxobj-1
SingleSource/UnitTests/blockstret
SingleSource/UnitTests/byval-alignment
SingleSource/UnitTests/conditional-gnu-ext
S...
2020 May 22
2
[PATCH] Optimized assembler version of md5_process() for x86-64
...++++++++++++++++++++++++++++++++++++
3 files changed, 712 insertions(+), 1 deletion(-)
create mode 100644 lib/md5_asm_x86_64.s
diff --git a/Makefile.in b/Makefile.in
index af5aaa56..fbe22ccc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,8 +33,10 @@ VERSION=@RSYNC_VERSION@
.SUFFIXES: .c .o
CXXOBJ=
+ASMOBJ=
ifeq ($(SIMD),x86-64)
CXXOBJ=checksum_simd_x86_64.o
+ ASMOBJ=lib/md5_asm_x86_64.o
endif
GENFILES=configure.sh aclocal.m4 config.h.in proto.h proto.h-tstamp
rsync.1 rsync-ssl.1 rsyncd.conf.5
@@ -52,7 +54,7 @@ OBJS3=progress.o pipe.o
DAEMON_OBJ = params.o loadparm.o clientserve...
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...itTests/2002-04-17-PrintfChar | * | * |
SingleSource/UnitTests/2005-05-12-Int64ToFP | * | * |
SingleSource/UnitTests/2006-12-07-Compare64BitConstant | * | * |
SingleSource/UnitTests/block-copied-in-cxxobj-1 | * | * |
SingleSource/UnitTests/2003-08-05-CastFPToUint | * | * |
SingleSource/UnitTests/AtomicOps | * | * |
SingleSource/UnitTests/2003-05-02-DependentPHI...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...1 11729 0 0.01 11729
bitfiles.ll 4 9732 0 0.01 9695 0 0.01 9695
BitlDecoder.ll 1 3040 0 0.01 3006 0 0.01 3006
bitonic.ll 11 34090 0 0.01 34068 0 0.01 33857
bitstrng.ll 1 4796 0 0.01 4759 0 0.01 4759
bjarne.ll 42 93414 10 0.02 89765 8 0.01 87195
blas.ll 11 90399 0 0.02 90382 0 0.01 90382
block-byref-cxxobj-test.ll 1 824 0 0.01 813 0 0.01 813
block-byref-test.ll 1 815 0 0.01 806 0 0.01 806
block-call-r7674133.ll 1 1314 0 0.01 1303 0 0.01 1303
block-copied-in-cxxobj-1.ll 1 825 0 0.01 814 0 0.01 814
block-copied-in-cxxobj.ll 1 823 0 0.01 812 0 0.01 812
block.ll 19 1004072 0 0.09 1004051 0 0.09 1004051
b...