Do not use asm-based 16-byte CAS if compiled with TSan (Linux/x64)
[platform/upstream/libatomic_ops.git] / ChangeLog
1
2 == [7.6.2] (date not set) ==
3
4 * Avoid misleading 'AO_t undefined' error if wrong atomic_ops.h included
5 * Do not install documentation if configure --disable-docs (new option)
6 * Do not produce .tar.bz2 distribution file (configure)
7 * Eliminate '-pedantic is not an option that controls warnings' GCC message
8 * Fix 'bad register name %sil' assembler error (GCC-4.4/x86)
9 * Use GCC atomic intrinsics for Hexagon (clang 3.9+)
10 * Workaround 'unused result' code defects in atomic_ops.c, list_atomic
11 * Workaround Thread Sanitizer (TSan) false positive warnings
12 Also, includes 7.4.8 changes
13
14
15 == [7.6.0] 2017-05-19 ==
16
17 * Add *_and/or/xor* and *_[fetch_]compare_and_swap* tests to test_atomic
18 * Add asm-based and/or/xor implementation for char/short/int (gcc/x86)
19 * Add asm-based char/short/int CAS implementation for gcc/x86[_64]
20 * Add configure '--disable-atomic-intrinsics' option
21 * Add dd_acquire_read case to test_atomic
22 * Add initial nios2 architecture support
23 * Add Makefile target (check-nolink) to compile all source without linking
24 * Add Makefile target to run all tests without test-driver
25 * Add test_atomic_generalized to Makefile and Makefile.msft
26 * Allow alternate CC (CROSS_CC) for AC_TRY_COMPILE (configure)
27 * Always define word-wide CAS for x86 (MS VC++ 8+)
28 * Avoid atomic_compare_exchange_n if no __GCC_HAVE_SYNC_COMPARE_AND_SWAP_n
29 * Avoid extra nop_full in stack_pop_acquire if atomic intrinsics used (x86)
30 * Basic support of TILE-Gx and TILEPro CPUs
31 * Code refactoring of int-wide primitives in gcc/x86.h
32 * Define AO_TS_SET as __GCC_ATOMIC_TEST_AND_SET_TRUEVAL if applicable
33 * Define CLANG/GNUC_PREREQ macros to check gcc/clang minimum version
34 * Do not define print_list() unless used (tests)
35 * Eliminate 'condition sizeof(long)>4 is always true' cppcheck style warning
36 * Eliminate 'ISO C90 does not support long long' compiler pedantic warning
37 * Eliminate 'scope of variable can be reduced' cppcheck warnings
38 * Eliminate redundant lwsync 2nd call in CAS_full on fail (gcc/PowerPC)
39 * Fix 'unknown attribute no_sanitize' compiler warning (clang prior to v3.8)
40 * Fix 'variable new value is never used' cppcheck style warning
41 * Fix missing double_compare_and_swap_dd_acquire_read
42 * Fix reporting about missing and/or/xor_dd_acquire_read (test_atomic)
43 * Hide AO_locks symbol
44 * Implement AO_CLEAR using C11 atomic intrinsic (GCC)
45 * Implement CAS_acquire/release/full using __atomic_compare_exchange_n (gcc)
46 * Implement char and/or/xor and short CAS for msftc ARM and X86[_64]
47 * Implement char CAS and char/short add for msftc X86[_64] (VS 2013+)
48 * Implement compiler_barrier using C11 __atomic_signal_fence (GCC)
49 * Implement int CAS/inc/dec for msftc/x86_64
50 * Implement short inc/dec directly for msftc ARM and X86[_64]
51 * Initial ibmc/powerpc (xlc) support
52 * New configure option (--enable-werror) to treat warnings as compiler errors
53 * New macro AO_PREFER_BUILTIN_ATOMICS to rely on C11 atomics fully (AArch64)
54 * Refine AO_nop_write comment for ARM big.LITTLE architecture
55 * Refine configure messages when checking for compiler options
56 * Refine documentation about _full memory ordering suffix
57 * Refine README how to build the library source from the repository
58 * Relax shareability domain for dmb st in AO_nop_write (ARM/AArch64)
59 * Remove redundant include windows.h from headers (msftc/x86[_64])
60 * Remove spaces at EOLn in asm code
61 * Report gcc/clang pedantic warnings (configure)
62 * Support NaCl/arm
63 * Suppress 'ISO C does not support __int128 type' GCC/Clang pedantic warning
64 * Test store/CAS emulation explicitly
65 * Update shared libraries version info to 2:0:1
66 * Use GCC atomic intrinsics for PowerPC 32/64 (GCC 4.8+ and clang 3.8+)
67 * Use GCC atomic intrinsics for x86, x64, ARM, MIPS (gcc 4.9+, clang 3.5+)
68 * Use generalized double-wide load/store if AO_PREFER_GENERALIZED (gcc/x86)
69 * Workaround '#error' cppcheck error messages
70 * Workaround 'condition always true', 'unused stored value' cppcheck warnings
71 * Workaround 'function is never used' cppcheck style warnings
72 * Workaround 'obsolescent ftime called' cppcheck style warning (POSIX)
73 * Workaround 'overflow in pointer subtraction' cppcheck warning
74 * Workaround 'shifting 32-bit value by 32 bits undefined' cppcheck warning
75 * Workaround 'uninitialized memory use' code analyzer false warning (tests)
76 * Workaround 'uninitialized variable' cppcheck error in hpc/hppa.h
77 * Workaround 'value of macro is unknown' cppcheck information messages
78 * Workaround a bug in double-wide intrinsics of Clang/x64 with ASan enabled
79 * Workaround MSan warning about uninitialized data read by generalized store
80 Also, includes 7.4.6 changes
81
82
83 == [7.4.8] 2017-10-18 ==
84
85 * Fix 'missing select.h', 'undefined sigprocmask' compiler errors (Hexagon)
86 * Update README about bugs reporting and new releases notification
87 * Workaround misspelling in GCC to detect ARMv6KZ platform
88
89
90 == [7.4.6] 2017-05-18 ==
91
92 * Add assertion that double-wide CAS target is aligned (msftc/x86[_64])
93 * Add configure --enable-gcov option (enable code coverage analysis)
94 * Code refactoring of gcc/powerpc.h to avoid code duplication
95 * Eliminate 'cast to long from void*' compiler warning in test_atomic
96 * Eliminate 'implicit declaration of close' warning in 'strict ANSI' mode
97 * Eliminate 'missing braces around initializer' gcc warning (hppa)
98 * Eliminate 'printf format specifies type void*' GCC pedantic warnings
99 * Eliminate 'value shift followed by expansion' false code defect warning
100 * Enable limited testing in Makefile.msft without Cygwin
101 * Fix (delete) comment for AO_and_full (x86)
102 * Fix block_all_signals compilation in 'strict ANSI' mode
103 * Fix missing .exe for test filenames in Makefile (MinGW)
104 * Fix missing printed value names (test_stack)
105 * Implement fetch-CAS for s390[x] (gcc)
106 * Move libraries version info to the beginning of Makefile.am
107 * Refine documentation in Makefile.msft how to run all tests (MS VC)
108 * Refine README about library downloading
109 * Rename doc/README.txt to doc/README_details.txt
110 * Support AIX/ppc (gcc)
111 * Support CFLAGS_EXTRA to pass extra user-defined compiler flags (make)
112 * Support n32 ABI for mips64
113 * Update shared libraries version info for 7.4.6+ (to 1:4:0)
114 * Use 'inline code' format for commands in README.md
115 * Use LLD and SCD instructions on mips64
116 * Workaround 'resource leak' false positives in AO_malloc, add_elements
117 * Workaround 'uninitialized memory use' MemorySanitizer warning (test_atomic)
118 Also, includes 7.2h changes
119
120
121 == [7.4.4] 2016-05-24 ==
122
123 * Eliminate 'signed-to-unsigned value extension' compiler warning in malloc
124 * Eliminate 'variable set but not used' Cppcheck warnings in test_stack
125 * Fix GCC 5.x compatibility for AArch64 double-wide primitives
126 * Fix makefile preventing AO_pause undefined in libatomic_ops_gpl
127 * Fix missing casts to match printf format specifier in test_atomic
128 * Fix missing output folder on making auto-generated test files (Automake)
129 * Fix typo in configure.ac (in description of AO_ASM_X64_AVAILABLE)
130 * Minor fix of code alignment in mips AO_compare_and_swap
131 * Remove TODO file
132 * Restore contribution info in ChangeLog for authors not listed in git log
133 Also, includes 7.2g changes
134
135
136 == [7.4.2] 2014-05-02 ==
137
138 * Fix a typo in doc/README.txt (remove redundant "an" article)
139 * Update emails/links due to project site transition
140 Also, includes 7.2f changes
141
142
143 == [7.4.0] 2013-11-17 ==
144
145 * Add and/or/xor entries to list_atomic (tests)
146 * Add char/short/int/AO_double_t and dd_acquire cases to list_atomic (tests)
147 * Add compile-time assertion for size of 'standard' AO_double_t
148 * Add double_store pthread-based implementation and tests
149 * Add generalized CAS primitives of char/short/int size
150 * Add generalized atomic and/or/xor operations for char/short/int types
151 * Add generalized fetch_and_add_acquire/release (for ARMv6+)
152 * Add generic implementation of double_load primitives
153 * Add information about AO_ASSUME_VISTA to README_win32
154 * Add internal header containing only char/short/int/AO_t atomic loads
155 * Add load/store primitives generalization based on CAS
156 * Add lock-based implementation of char/short/int_fetch_compare_and_swap
157 * Add makefile rule to test list_atomic.template syntax (tests)
158 * Add missing 'const' in aligned-atomic XSIZE_load implementation
159 * Add missing double_compare_and_swap to generalization
160 * Add missing generalization of no-barrier CAS in template
161 * Add negative double-CAS test cases to test_atomic_include (tests)
162 * Add test_stack to Makefile.msft (tests)
163 * Adjust fprintf arguments type matching specifier in test_stack (tests)
164 * Adjust included filenames in atomic_ops_malloc and test_stack
165 * Adjust quotes in echo command of Makefile.msft (Win32)
166 * Always use 'mfence' for nop_full if target CPU supports SSE2 (gcc/x86)
167 * Better document configure THREADDLLIBS variable
168 * Cast away volatile on dereference in CAS-based generalization primitives
169 * Change policy regarding version numbers ("micro" part instead of "alpha")
170 * Convert README to Markdown format
171 * Define AO_NO_PTHREADS in configure if no pthreads (Win32 and VxWorks)
172 * Define AO_int_X operations for ARM and avr32
173 * Define double-wide ordered loads/stores for x86
174 * Define int_and/or/xor primitives in ao_t_is_int header
175 * Define nop_full as compiler barrier for pre-ARMv6 single-core case
176 * Do not duplicate BUILT_SOURCES entries in nobase_private_HEADERS (Makefile)
177 * Do not include standard_ao_double_t.h where double-CAS is unimplemented
178 * Do not report absence of meaningless nop, load and store in test_atomic
179 * Do not use deprecated AO_T and AO_TS_T (tests)
180 * Eliminate 'missing initializer' warning for AO_stack_t value initializer
181 * Eliminate 64-bit compiler warnings in atomic_ops_malloc
182 * Eliminate arithmetic shifts in double-CAS (gcc/arm, msftc/x86)
183 * Eliminate warning for fetch_and_add argument in test_atomic_include (tests)
184 * Enable Makefile.msft for Win64
185 * Enable build using toolchain without pthreads
186 * Enable double_compare_and_swap for non-cpp code (msftc/x86.h)
187 * Enable generalization of all variants of CAS via fetch_compare_and_swap
188 * Enable test_stack for pthreads-w32 and Win32 with native threads
189 * Fix generalized AO_char/short_compare_and_swap args (missing 'unsigned')
190 * Fix makefile sed rule for list_atomic (tests)
191 * Fix missing abort() usage in atomic_ops_malloc and tests on WinCE
192 * Generalize compare_double_and_swap_double using double_compare_and_swap
193 * Generalize double_load/store for x86_64 (GCC)
194 * Generate ao_t_is_int, 'loadstore' headers from templates
195 * Generate generalized AO_t load/store/fetch_and_add primitives from template
196 * Generate ordered_loads/stores_only headers from templates
197 * Group all X_acquire_release_volatile.h and X_[aligned_]atomic_load_store.h
198 * Implement and/or/xor, AO_double_load for ARM
199 * Implement atomic store using direct write by default on ARMv6+
200 * Implement char/short/int-wide primitives using GCC built-in atomic/sync
201 * Implement char/short/int_fetch_and_add for msftc/x86[_64] (Win32)
202 * Implement char/short_fetch_and_add, char/short_load for ARMv6+ (GCC)
203 * Implement char/short_store primitives at aligned addresses for ARM
204 * Implement compare_double_and_swap_double for SunCC/x86
205 * Implement double_load/store based on guaranteed x86 access atomicity
206 * Implement double_store for ARMv7 using LDREXD/STREXD
207 * Implement load/store via simple LDR/STR for ARMv6+ (msftc)
208 * Implement nop_full/write using 'dmb' instruction if available (gcc/arm)
209 * Improve debug printing in test_stack (tests)
210 * Log messages to stdout instead of stderr (tests)
211 * Make AO_ASSUME_VISTA also enables Win98 code in msftc/x86.h (Win32)
212 * Minimize gcc/generic-arithm template by factoring out barriers
213 * Move 'unsigned' keyword to XCTYPE in generalize-small template
214 * Move default compiler options to CFLAGS in Makefile.msft (Win32)
215 * Move definitions of ordered loads/stores to inner separate headers
216 * Move gcc-generic AO_t-wide primitives to generic-small/arithm headers
217 * Move generalized arithmetical primitives to 'generalize-arithm' template
218 * Optimize AO_spin manually to minimize compiler influence on its duration
219 * Parameterize list_atomic template with XSIZE (tests)
220 * Perform only few list reversals in test_malloc if AO based on pthreads
221 * Put autogen.sh to 'dist' package (Automake)
222 * Remote duplicate definition of test_and_set_acquire in generalize.h
223 * Remove X_aligned_atomic_load_store headers and template
224 * Remove duplicate AO_spin and AO_pause definition in atomic_ops_stack
225 * Remove gcc/x86_64.h eliminating code duplication of gcc/x86.h
226 * Remove nested AO_USE_PTHREAD_DEFS macro check in atomic_ops.h (gcc/arm)
227 * Remove redundant 'cc' clobber for LDREXD instruction (gcc/arm)
228 * Remove store_full from msftc/arm.h in favor of generalized primitive
229 * Remove sunc/x86_64.h eliminating code duplication of sunc/x86.h
230 * Remove unsafe emulation-based implementation of double CAS (SunCC/x86_64)
231 * Remove useless 'perror' call in run_parallel.h (tests)
232 * Reorder AO_double_t union elements for AO_DOUBLE_T_INITIALIZER portability
233 * Replace atomic_load_store.template with atomic_load and atomic_store ones
234 * Replace some FIXME items with TODO in atomic_ops.c and sysdeps headers
235 * Specify fetch_and_add/sub1 result as unused in test_atomic (tests)
236 * Support AArch64 (64-bit ARM) target (GCC)
237 * Support ARMv8 target (gcc/arm)
238 * Test double_compare_and_swap in test_atomic (tests)
239 * Use AO_ prefix for internal functions in arm_v6.h, hppa.h
240 * Use __atomic GCC built-in to implement generic double-wide CAS
241 * Use built-in __sync CAS for double-CAS if AO_USE_SYNC_CAS_BUILTIN for x86
242 * Workaround GCC 4.4.3 warning reported for 'val' of list_atomic.c (tests)
243 Also, includes 7.2e changes
244
245
246 == [7.3alpha2] 2012-05-11 ==
247
248 * Add '-no-undefined' to LDFLAGS in src/Makefile.am
249 * Add AO_and, AO_xor atomic operations
250 * Add AO_fetch_compare_and_swap primitives
251 * Add and fill in AUTHORS, TODO files
252 * Add autogen.sh file
253 * Adjust AO_..._H macros in public headers
254 * Code refactoring of gcc/arm.h by introducing AO_ARM_HAVE_x macros
255 * Define AO macros for libatomic_ops version identification
256 * Do not define NDEBUG if '--enable-assertions' passed to configure
257 * Eliminate compiler warnings in various functions and macros
258 * Generalize AO_compare_and_swap primitives via AO_fetch_compare_and_swap
259 * Generalize acquire/release/full CAS primitives for MIPS
260 * Implement fetch_and_add, test_and_set primitives for MIPS
261 * Improve Makefile for MS VC++; pass '-W3' option to MS compiler
262 * Include ao_t_is_int.h from atomic_ops.h after first generalization pass
263 * Merge all Makefile.am files in src tree
264 * Minor code refactoring of atomic_ops.c, generic_pthread.h
265 * Minor configure build improvements (e.g., ensure proper autoconf version)
266 * Place only major per-release changes description to ChangeLog (this file)
267 * Recognize AO_PREFER_GENERALIZED macro to favor generalization over assembly
268 * Remove all auto-generated files except for generalize-small.h from the repo
269 * Remove duplicate doc/COPYING and empty NEWS files
270 * Replace atomic_ops_malloc static mmap-related empty functions with macros
271 * Replace pointer relational comparisons with non-pointer ones
272 * Require autoconf 2.61 instead of v2.64
273 * Show extra compiler warnings (GCC only)
274 * Turn off AO primitives inlining if AO_NO_INLINE defined
275 * Use __builtin_expect in CAS failure loop condition checks (GCC only)
276 Also, includes 7.2 changes
277
278
279 == [7.2h] 2017-05-17 ==
280
281 * Add 'clean' target to Makefile.msft
282 * Enable Makefile.msft for Win64
283 * Exclude 'check' from nmake all (Makefile.msft)
284 * Fix 'Cannot implement CAS_full on this architecture' build error (cris)
285 * Fix 'doc' files installation folder
286 * Fix (improve) AO_REQUIRE_CAS description in README
287 * Fix AO_SIZE_MAX definition (Linux/musl-gcc)
288 * Fix assertions style in test_atomic_include
289 * Fix size value wrap around in AO_malloc_large
290 * Fix test_atomic failure caused unaligned AO_double_t access (x86)
291 * Fix type of general AO_TS_INITIALIZER
292 * Fix typo in comments in gcc/arm.h
293 * Fix typos in 'error' pragma messages
294 * Workaround test_stack failure on AIX/ppc
295
296
297 == [7.2g] 2016-05-23 ==
298
299 * Add disclaimer to README to favor C11/C++14 atomics over libatomic_ops use
300 * Regenerate configure files using official libtool release (v2.4.2)
301 * Remove inclusion of acquire_release_volatile.h on MIPS
302 * Remove obsolete information from README about C++0x standard future
303 * Update links due to project site transition
304
305
306 == [7.2f] 2014-05-02 ==
307
308 * Fix a typo in doc/README.txt (remove redundant "an" article)
309 * Regenerate configure files by new automake (v1.14.1), libtool (v2.4.2.418)
310
311
312 == [7.2e] 2013-11-10 ==
313
314 * Fix (remove) invalid include of read_ordered.h for ARM
315 * Fix AM_CONFIG_HEADER in configure for autoconf-2.69-1
316 * Fix AO_pause sleep delay for particular argument values (Win32)
317 * Fix ARMv7 LDREXD/STREXD double-wide operand specification (GCC/Clang)
318 * Fix LDREXD/STREXD use for pre-Clang3.3/arm
319 * Fix README regarding _acquire_read barrier
320 * Fix XSIZE_load/store definition order in generalize-small template
321 * Fix asm constraint of CAS memory operand for gcc/alpha, clang-3.1/mips
322 * Fix asm constraints of primitives in sunc/x86.h
323 * Fix cmpxchg16b-based compare_double_and_swap_double for SunCC/x86_64
324 * Fix compare_double_and_swap_double and double_ptr_storage for gcc/x32
325 * Fix compare_double_and_swap_double for clang3.0/x86 in PIC mode
326 * Fix compare_double_and_swap_double_full definition condition in emul_cas
327 * Fix generalize-small template adding missed CAS-based fetch_and_add
328 * Fix generalized fetch_and_add function
329 * Fix missing compiler barrier in nop_full for uniprocessor ARM
330 * Fix ordered_except_wr header inclusion for s390
331 * Fix return type of AO_int_X primitives defined in ao_t_is_int header
332 * Fix return type of char/short/int_load_read() in read_ordered.h
333 * Fix template-based headers regeneration order in src/Makefile
334 * Fix typos in ao_t_is_int, atomic_ops.h, generalize.h, msftc/arm.h comments
335 * Fix variable type to match printf format specifier in test_stack
336 * Fix visibility and initial value of 'dummy' variable in atomic_ops_stack
337 * Terminate tests with abort after error reported
338
339
340 == [7.2d] 2012-08-09 ==
341
342 * Fix AO_compare_double_and_swap_double_full for gcc-4.2.1/x86 in PIC mode
343 * Fix AO_compiler_barrier missing parentheses
344 * Fix missing 'unsigned' for generalized AO_char/short_fetch_and_add result
345
346
347 == [7.2] 2012-05-11 ==
348
349 * Add atomic_ops.pc.in and atomic_ops-uninstalled.pc.in to pkgconfig folder
350 * Define and use AO_PTRDIFF_T in tests for casts between pointer and integer
351 * Fix AO_compare_and_swap return type for s390 and PowerPC
352 * Fix AO_compare_double_and_swap_double_full for gcc/x86 (PIC mode)
353 * Fix AO_stack_push_release to workaround bug in clang-1.1/x86 compiler
354 * Fix AO_test_and_setXX in tests/list_atomic.template
355 * Fix AO_test_and_set_full (gcc/x86[_64].h) to work-around a bug in LLVM v2.7
356 * Fix AO_test_and_set_full on m68k
357 * Fix __ARM_ARCH_5__ macro handling for Android NDK (ARMv7)
358 * Fix configure for Cygwin, mingw-w64/32
359 * Fix configure to define __PIC__ macro explicitly if needed (GCC)
360 * Fix double_ptr_storage definition for GCC pre-v4 (x86_64)
361 * Fix for x32 by removing 'q' suffix in x86-64 instructions
362 * Fix generalization for IA-64 (regarding AO_or, AO_..._read/write primitives)
363 * Fix generalized AO_<type>_fetch_and_add() return type
364 * Fix test_atomic_include for the case of missing CAS primitive
365 * Fix test_malloc - allocate less memory in case of missing mmap
366 * Implement the basic atomic primitives for the hexagon CPU
367
368
369 == [7.2alpha6] 2011-06-14 ==
370
371 * Add missing AO_HAVE_ macros
372 * Add support of avr32 CPU
373 * Better support of various models of ARM
374 * Disable AO_compare_double_and_swap_double_full for SunCC x86 as not working
375 * Enable ARM Thumb-2 mode
376 * Fix AO_test_and_set_full for SunCC (x86)
377 * Fix bugs in tests
378 * Fix clobbers in AO_compare_and_swap_full (x86.h)
379 * Fix typos in identifiers and comments
380 * Improve AO_sync for PowerPC
381 * Improve make scripts (configure.ac)
382 * Make get_mmaped() in atomic_ops_malloc.c more portable
383 * Support Intel compiler
384 * Support NaCl target
385 * Suppress compiler warnings in various places
386 * Test more predefined macros (ARM, PowerPC)
387 * Use assembly code only for MS VC if available (x86_64)
388 * Use built-in __sync_bool_compare_and_swap if available (x86_64)
389 * Workaround bugs in LLVM GCC and SunCC regarding XCHG (x86, x86_64)
390
391
392 == [7.2alpha4] 2009-12-02 ==
393
394 * Fix typos in comments, identifiers and documentation
395 * Implement AO_compare_and_swap_full for SPARC
396 * Refine ARM-specific code
397 * Refine code and comments for MS VC
398 * Regenerate make scripts
399 * Share common code for all 32-bit CPUs (MS VC)
400 * Support DigitalMars and Watcom compilers
401 * Support MS VC for ARM (WinCE)
402 * Support SH CPU
403 * Support win32-pthreads
404 * Support x86 and x86_64 for SunCC compiler
405
406
407 == [7.2alpha2] 2009-05-27 ==
408
409 * Add MIPS support
410 * Add better support for m68k
411 * Add "const" to first parameter of load calls
412 * Add parentheses around address argument for various macros
413 * Add some platform-specific documentation to INSTALL
414 * Add untested 64-bit support for PowerPC
415 * Fix AO_compare_and_swap_double_acquire
416 * Fix AO_int_fetch_and_add_full (x86_64)
417 * Fix comments
418 * Fix s390 include paths
419 * Fix use of lwz instruction (PowerPC)
420 * Refine clobbers (PowerPC)
421 * Remove outdated info about Windows support in README
422 * Replace K&R-style function definition with ANSI C one
423 * add AO_compare_double_and_swap_double for ARMv6
424 * gcc/powerpc.h: Consider __NO_LWSYNC__
425
426
427 == [7.1] 2008-02-11 ==
428
429 * Add test_and_set, AO_double_compare_and_swap generalizations
430 * Conditionally add compare_double_and_swap_double (x86)
431 * Conditionally add compare_double_and_swap_double (x86)
432 * Fix AO_compare_double_and_swap_double_full (x86) for PIC mode
433 * Fix AO_load_acquire for PowerPC
434 * Fix double-width CAS (x86)
435 * Refine README (add more warnings about data dependencies)
436 * Refine double_ptr_storage type definition
437 * Support ARMv6+ in GCC
438 * Support ArmCC compiler
439 * Use _InterlockedExchangeAdd for MS VC (x86)
440
441
442 == [7.0] 2007-06-28 ==
443
444 * Add 64-bit version of AO_load_acquire for PowerPC (by Luca Barbato)
445 * Add support of x86 and x86_64 for MS VC
446 * Do not assume that "mfence" is always present (x86.h)
447 * Fix ARM AO_test_and_set_full
448 * Include windows.h (MS VC)
449 * Update README to reflect C++0x effort
450
451
452 == [1.2] 2006-07-11 ==
453
454 * Add prototypes to suppress compiler warnings
455 * Add simple VxWorks support
456 * Fix InterlockedCompareExchange proto usage
457 * Fix typos (ia64)
458 * Include all_acquire_release_volatile.h and all_atomic_load_store.h (ia64)
459 * Initial support for 64-bit targets
460 * Use "=q" for AO_test_and_set_full (x86)
461 * Use inline assembler to generate "mfence" and byte sized XCHG
462 * Use new intrinsics available in MSVC 2003 and MSVC 2005
463
464
465 == [1.1] 2005-09-27 ==
466
467 * Add and use read_ordered.h
468 * Change function naming from "byte" to "char"
469 * Fix AO_test_and_set for ARM; define AO_CAN_EMUL_CAS
470
471
472 == [1.0] 2005-03-21 ==
473
474 * Add atomic_ops primitives for different sized data
475 * Add compare_double_and_swap_double and compare_and_swap_double
476 * Add gcc/cris.h (originally comes from Hans-Peter Nilsson)
477 * Add gcc/m68k.h (contributed by Tony Mantler)
478 * Add gcc/powerpc.h (with help of Maged Michael, Doug Lea, Roger Hoover)
479 * Add initial support for atomic_ops for VC++/Windows/X86 and HP/UX
480 * Add minimal support for the Sun SPARC compiler
481 * Add support for platforms that require out-of-line assembly code
482 * Add support of int-wide operations on platforms with int-sized pointers
483 * Added libatomic_ops_gpl library with support for lock-free stack and malloc
484 * Change atomic_ops include file structure
485 * Change most platforms to use byte-wide test-and-set locations
486 * Define AO_CLEAR, __ldcw[_align] macros in gcc/hppa.h (by Carlos O'Donell)
487 * Fix various bugs
488 * Install under "atomic_ops" instead of "ao"
489 * Remove compiler_barrier workaround for gcc 3.4+
490 * Renamed various types to end in _t
491 * Replace AO_HAVE_NOP_FULL with AO_HAVE_nop_full (by Ranko Zivojnovic)
492 * Use autoconf, automake