platform/upstream/libatomic_ops.git
2013-09-12 Ivan MaidanskiConvert README to Markdown format
2013-09-03 Ivan MaidanskiRemove broken link to INSTALL file from README
2013-08-31 Ivan MaidanskiPut autogen.sh to 'dist' package (Automake)
2013-08-31 Ivan Maidanski.gitignore: Ignore test-driver (generated by autoreconf)
2013-08-31 Ivan Maidanski.gitignore: Ignore test*.log, test*.trs
2013-08-21 Ivan MaidanskiUpdate ChangeLog file
2013-08-17 Ivan MaidanskiDo not use LDREXD/STREXD for Clang3.2/arm (and earlier)
2013-08-17 Ivan MaidanskiFix ARM char/short fetch_and_add and double-CAS operand...
2013-08-17 Ivan MaidanskiFix ARMv7 LDREXD/STREXD double-wide operand specificati...
2013-08-17 Ivan MaidanskiTests: workaround GCC 4.4.3 warning reported for list_a...
2013-08-17 Ivan MaidanskiSupport ARMv8 target (gcc/arm)
2013-08-17 Ivan Maidanskitests: Fix makefile sed rule for list_atomic
2013-08-13 Ivan Maidanskitests: Add char/short/int/AO_double_t and dd_acquire...
2013-08-11 Ivan Maidanskitests: Add and/or/xor entries to list_atomic
2013-08-11 Ivan Maidanskitests: Parameterize list_atomic template with XSIZE
2013-08-11 Ivan Maidanskilist_atomic: Add makefile rule to test list_atomic...
2013-08-11 Ivan Maidanskitests: Do not use deprecated AO_T and AO_TS_T
2013-07-29 Ivan MaidanskiFix typo in comment of generalize-small.template
2013-05-26 Ivan MaidanskiAdd comment about store_full implementation for x86
2013-05-26 Ivan MaidanskiAdd non-generalized double-CAS-full implementation...
2013-05-26 Ivan MaidanskiDefine AO_NO_PTHREADS in configure if no pthreads ...
2013-05-26 Ivan MaidanskiBetter document configure THREADDLLIBS variable
2013-05-26 Ivan MaidanskiUpdate AUTHORS
2013-05-26 Gilles TalisEnable build using toolchain without pthreads
2013-04-08 Ivan MaidanskiAdd comment about double-wide load/store on x86_64...
2013-04-08 Ivan MaidanskiFix generalized store_release_write for double-wide...
2013-04-03 Ivan MaidanskiUpdate AUTHORS
2013-04-03 Manuel SerranoFix AM_CONFIG_HEADER in configure for autoconf-2.69-1
2013-03-29 Ivan MaidanskiGeneralize double_load/store for x86_64 (GCC)
2013-03-29 Ivan MaidanskiFix fetch_compare_and_swap asm constraints in gcc/x86.h
2013-03-29 Ivan MaidanskiReformat asm instructions of sunc/x86.h
2013-03-29 Ivan MaidanskiFix asm constraints of primitives in sunc/x86.h
2013-03-15 Ivan MaidanskiMerge branch 'add-aarch64-support'
2013-03-13 Ivan MaidanskiFix asm constraint of CAS memory operand for gcc/alpha
2013-03-13 Ivan MaidanskiFix asm constraint of fetch_and_add, test_and_set,...
2013-03-13 Ivan MaidanskiFix asm constraint of compare_and_swap for clang-3...
2013-03-09 Ivan MaidanskiAlways use 'mfence' for nop_full if target CPU supports...
2013-03-09 Yvan RouxFix assembly comment prefix and identify memory clobber...
2013-03-04 Ivan MaidanskiUse AO_EXPECT_FALSE for AArch64 double_load/store
2013-03-04 Yvan RouxWorkaround missing built-in double-wide primitives...
2013-02-28 Ivan Maidanskigcc/x86.h: Add TODO items
2013-02-28 Ivan MaidanskiMerge remote-tracking branch 'origin/master' into add...
2013-02-28 Ivan MaidanskiMinimize gcc/generic-arithm template by factoring out...
2013-02-28 Ivan MaidanskiImplement char/short/int-wide primitives using GCC...
2013-02-28 Ivan MaidanskiMove gcc-generic AO_t-wide primitives to generic-small...
2013-02-28 Ivan MaidanskiDefine nop_write as 'dmb st' for AArch64
2013-02-28 Ivan MaidanskiFix AO_double_t definition for AArch64
2013-02-28 Yvan RouxFix double_compare_and_swap compile-time error in gcc...
2013-02-28 Ivan MaidanskiRemove improper comment for AO_XSIZE_load_read
2013-02-14 Ivan MaidanskiImplement AO_and/or/xor efficiently for ARM
2013-02-14 Ivan MaidanskiAdd compile-time assertion for size of 'standard' AO_do...
2013-02-14 Ivan MaidanskiFix (remove) invalid include of read_ordered.h for ARM
2013-02-14 Ivan MaidanskiRevert "Fix read_ordered.h inclusion for ARM"
2013-02-14 Ivan MaidanskiImplement load/store via simple LDR/STR for ARMv6+...
2013-02-14 Ivan MaidanskiDefine AO_nop_full as compiler barrier for pre-ARMv6...
2013-02-12 Ivan MaidanskiUse __atomic GCC built-in to implement generic double...
2013-02-12 Ivan MaidanskiTODO file: move item about sync-base primitives to...
2013-02-09 Ivan MaidanskiImplement double-wide load/store and CAS primitives...
2013-02-09 Ivan MaidanskiImplement nop_read/write and and/or/xor_acquire/release...
2013-02-09 Ivan MaidanskiAllow to prefer more generalized primitives in gcc...
2013-02-09 Ivan MaidanskiMove intrinsic-based primitives from gcc/aarch64.h...
2013-02-09 Ivan MaidanskiFix AO_load_acquire for AArch64
2013-02-09 Ivan MaidanskiMerge branch 'master' into add-aarch64-support
2013-02-05 Ivan MaidanskiRemove load_read, store_write redundant definition...
2013-02-05 Ivan MaidanskiRevert "Prevent load_acquire redefinition in ordered_lo...
2013-02-03 Ivan MaidanskiMerge branch 'add-dbl-load-store'
2013-02-03 Ivan MaidanskiAdd generalized fetch_and_add_acquire/release (for...
2013-02-02 Ivan MaidanskiFix unsupported instruction use in char/short_fetch_and...
2013-02-02 Ivan MaidanskiImplement char/short_fetch_and_add for ARMv6+ (GCC)
2013-02-02 Ivan MaidanskiAdjust type of 'flag' and 'tmp' local variables in...
2013-01-30 Ivan MaidanskiImplement atomic store using direct write by default...
2013-01-29 Ivan MaidanskiImplement char/short_store primitives at aligned addres...
2013-01-27 Ivan Maidanski.gitignore: Ignore .gch files
2013-01-26 Ivan MaidanskiImplement double_store for ARMv7 using LDREXD/STREXD
2013-01-26 Ivan MaidanskiImplement char/short_load primitives for ARMv6+
2013-01-26 Ivan MaidanskiPrevent load_acquire redefinition in ordered_loads_only.h
2013-01-25 Ivan MaidanskiGeneralize AArch64 add1/sub1 primitives
2013-01-23 Ivan MaidanskiFix AO_nop_full and AO_load_read for AArch64
2013-01-23 Ivan MaidanskiAdd TODO items to gcc/aarch64.h
2013-01-23 Ivan MaidanskiReformat code of gcc/aarch64.h
2013-01-23 Ivan MaidanskiUpdate AUTHORS file
2013-01-23 Yvan RouxAdd AArch64 (64-bit ARM) target initial support
2013-01-20 Ivan MaidanskiAdd internal header containing only char/short/int...
2013-01-16 Ivan MaidanskiReplace atomic_load_store.template with atomic_load...
2013-01-14 Ivan MaidanskiFix README regarding _acquire_read barrier
2013-01-13 Ivan MaidanskiDefine AO_int_and/or/xor primitives in ao_t_is_int...
2013-01-13 Ivan MaidanskiGenerate ao_t_is_int header from template
2013-01-13 Ivan MaidanskiFix a typo in ao_t_is_int.h comment
2013-01-13 Ivan MaidanskiFix return type of AO_int_X primitives defined in ao_t_...
2013-01-13 Ivan MaidanskiFix ordered_except_wr header inclusion for s390
2013-01-13 Ivan MaidanskiFix read_ordered.h inclusion for ARM
2013-01-13 Ivan MaidanskiRemove AO_store_full from msftc/arm.h in favor of gener...
2013-01-13 Ivan MaidanskiFix a typo in comment in msftc/arm.h
2013-01-12 Ivan MaidanskiAdd AO_double_store pthread-based implementation and...
2013-01-12 Ivan MaidanskiAdd AO_store generalization based on CAS
2013-01-12 Ivan MaidanskiCast away volatile on dereference in CAS-based generali...
2013-01-08 Ivan MaidanskiAdd TODO items about missing double-wide operations...
2013-01-07 Ivan MaidanskiDefine double-wide ordered loads/stores for x86
2013-01-07 Ivan MaidanskiGenerate ordered_loads/stores_only headers from templates
2013-01-07 Ivan MaidanskiMove definitions of ordered loads/stores to inner separ...
next