Module Name:src
Committed By: mlelstv
Date: Fri Jul 10 20:16:01 UTC 2015
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_cas.S
Log Message:
fix comment
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/common/lib/libc/arch/m68k/atomic/atomic_
Module Name:src
Committed By: isaki
Date: Sat Jul 4 07:11:45 UTC 2015
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_cas.S
Log Message:
Improve the code in __sync_bool_compare_and_swap_{1,2,4}.
- bccs is smaller and faster than bcc(.w) in this case.
- it can
Module Name:src
Committed By: isaki
Date: Sat Jul 4 06:56:29 UTC 2015
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_cas.S
Log Message:
atomic_cas_{8,16}:
- Correct the wrong offset in stack.
__sync_bool_compare_and_swap_{1,2,4}:
- Correct the wrong offset
Module Name:src
Committed By: matt
Date: Thu Nov 20 07:07:13 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: Makefile.inc
Log Message:
Add atomic_c11_compare_exchange_cas_{8,16,32}.c
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/common/
Module Name:src
Committed By: martin
Date: Sun Feb 23 07:43:38 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_op_asm.h
Log Message:
Remove misplaced #endif
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/m68k/at
Module Name:src
Committed By: martin
Date: Sat Feb 22 14:51:34 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: Makefile.inc
Log Message:
Add missing __sunc_* ops for sun2
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/common/lib/libc/arc
Module Name:src
Committed By: martin
Date: Thu Feb 20 20:39:01 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: Makefile.inc atomic_add.S
atomic_and.S atomic_or.S
Added Files:
src/common/lib/libc/arch/m68k/atomic: atomic_nand.S atomic_sub.S
Module Name:src
Committed By: martin
Date: Thu Feb 20 16:33:23 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_cas.S
Log Message:
Simplify the variants returning a bool
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/common/lib/libc/
Module Name:src
Committed By: martin
Date: Tue Feb 18 16:19:28 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_add.S atomic_cas.S
atomic_swap.S
Log Message:
Add a few __sync_* and atomic functions.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: martin
Date: Wed Jan 29 10:20:11 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: Makefile.inc atomic_cas_68000.S
Log Message:
Provide _atomic_cas_8_up and _atomic_cas_16_up as assembler functions
To generate a diff of this com
Module Name:src
Committed By: matt
Date: Thu Jul 18 19:49:01 UTC 2013
Modified Files:
src/common/lib/libc/arch/m68k/atomic: Makefile.inc
Log Message:
invert tests ${MACHINE} != "m68000" -> ${MACHINE} == "m68k"
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
11 matches
Mail list logo