projects
/
platform
/
upstream
/
libatomic_ops.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libatomic_ops.git
2016-04-26
Ivan Maidanski
Update ChangeLog file (v7.2 - v7.4 changes only)
commit
|
commitdiff
|
tree
|
snapshot
2016-04-25
Ivan Maidanski
Use GCC atomic intrinsics for x86 and x64 (gcc 4.8...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-21
Ivan Maidanski
Do not force GCC atomic intrinsics usage if AO_PREFER_B...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-19
Ivan Maidanski
Add AO_DISABLE_GCC_ATOMICS, AO_PREFER_BUILTIN_ATOMICS...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-18
Ivan Maidanski
Fix typo in configure.ac (in description of AO_ASM_X64_...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-18
Ivan Maidanski
Remove AO_T_IS_INT definition for GCC atomic intrinsics...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Ivan Maidanski
Fix AO_TS_VAL_t used for __atomic_test_and_set (gcc)
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Ivan Maidanski
Fix typo in gcc/arm.h (ARMv6)
commit
|
commitdiff
|
tree
|
snapshot
2016-04-13
Ivan Maidanski
Avoid __atomic_and/or/xor_fetch if unsupported (clang...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-11
Ivan Maidanski
Use GCC atomic intrinsics for ARM (gcc 4.8+ and clang...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-08
Ivan Maidanski
Use GCC atomic intrinsics for MIPS (GCC 4.9+ and clang...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-08
Ivan Maidanski
Implement CAS_acquire/release/full using __atomic_compa...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-07
Ivan Maidanski
Avoid atomic_compare_exchange_n if no __GCC_HAVE_SYNC_C...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-05
Ivan Maidanski
Eliminate redundant lwsync 2nd call in CAS_full on...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-04
Ivan Maidanski
Define AO_TS_SET as __GCC_ATOMIC_TEST_AND_SET_TRUEVAL...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-01
Ivan Maidanski
New macro AO_PREFER_BUILTIN_ATOMICS to rely on C11...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-24
Ivan Maidanski
Remove obsolete information from README about C++0x...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-17
Ivan Maidanski
Update ChangeLog file
commit
|
commitdiff
|
tree
|
snapshot
2016-03-17
Ivan Maidanski
Update ChangeLog file (v7.4 changes)
commit
|
commitdiff
|
tree
|
snapshot
2016-03-17
Ivan Maidanski
Update ChangeLog file
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Marek Vasut
Add initial nios2 architecture support
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Fabrizio Fabbri
Initial ibmc/powerpc (xlc) support
commit
|
commitdiff
|
tree
|
snapshot
2016-02-08
Ivan Maidanski
Eliminate 'signed-to-unsigned value extension' compiler...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-14
Ivan Maidanski
Support NaCl/arm
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Ivan Maidanski
Remove TODO file (items moved to Issues on Github)
commit
|
commitdiff
|
tree
|
snapshot
2015-06-13
Frank Schaefer
Fix GCC 5.x compatibility for AArch64 double-wide primi...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-17
Ivan Maidanski
New configure option (--enable-werror) to treat warning...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
Frank Schaefer
Support n32 ABI for mips64
commit
|
commitdiff
|
tree
|
snapshot
2015-02-04
Ivan Maidanski
Update ChangeLog file
commit
|
commitdiff
|
tree
|
snapshot
2015-02-04
Ivan Maidanski
Update ChangeLog file
commit
|
commitdiff
|
tree
|
snapshot
2015-01-30
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2015-01-09
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
James Cowgill
Minor fix of code alignment in mips AO_compare_and_swap
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
James Cowgill
Remove inclusion of acquire_release_volatile.h on mips
commit
|
commitdiff
|
tree
|
snapshot
2015-01-08
James Cowgill
Use LLD and SCD instructions on mips64
commit
|
commitdiff
|
tree
|
snapshot
2014-10-29
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2014-10-29
Steve Capper
Relax shareability domain for dmb st in AO_nop_write...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-25
Ivan Maidanski
Fix missing output folder on making auto-generated...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-25
Ivan Maidanski
Update AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2014-10-24
Kochin Chang
Fix missing output folder on making auto-generated...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Ivan Maidanski
Eliminate 'variable set but not used' Cppcheck warnings...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Ivan Maidanski
Fix missing casts to match printf format specifier...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-26
Ivan Maidanski
.gitignore: Ignore .dirstamp
commit
|
commitdiff
|
tree
|
snapshot
2014-05-18
Ivan Maidanski
.gitignore: Ignore tests/.libs (generated if configure...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-18
Pavel Raiskup
Fix makefile preventing AO_pause undefined in libatomic...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Ivan Maidanski
Restore contribution info in ChangeLog for authors...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-02
Ivan Maidanski
Update ChangeLog file
commit
|
commitdiff
|
tree
|
snapshot
2014-03-31
Ivan Maidanski
Merge pull request #8 from badboy/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2014-03-28
Jan-Erik Rediger
Removed unnecessary "an"
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Ivan Maidanski
Update emails/links due to project site transition
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Ivan Maidanski
Bump atomic_ops version
commit
|
commitdiff
|
tree
|
snapshot
2013-11-17
Ivan Maidanski
[7.4.0]
libatomic_ops-7_4_0
commit
|
commitdiff
|
tree
|
snapshot
2013-11-17
Ivan Maidanski
Put README.md to 'dist' package (Automake)
commit
|
commitdiff
|
tree
|
snapshot
2013-11-10
Ivan Maidanski
Update ChangeLog file
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Ivan Maidanski
Convert README to Markdown format
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Ivan Maidanski
Remove broken link to INSTALL file from README
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Ivan Maidanski
Put autogen.sh to 'dist' package (Automake)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Ivan Maidanski
.gitignore: Ignore test-driver (generated by autoreconf)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Ivan Maidanski
.gitignore: Ignore test*.log, test*.trs
commit
|
commitdiff
|
tree
|
snapshot
2013-08-21
Ivan Maidanski
Update ChangeLog file
commit
|
commitdiff
|
tree
|
snapshot
2013-08-17
Ivan Maidanski
Do not use LDREXD/STREXD for Clang3.2/arm (and earlier)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-17
Ivan Maidanski
Fix ARM char/short fetch_and_add and double-CAS operand...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-17
Ivan Maidanski
Fix ARMv7 LDREXD/STREXD double-wide operand specificati...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-17
Ivan Maidanski
Tests: workaround GCC 4.4.3 warning reported for list_a...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-17
Ivan Maidanski
Support ARMv8 target (gcc/arm)
commit
|
commitdiff
|
tree
|
snapshot
2013-08-17
Ivan Maidanski
tests: Fix makefile sed rule for list_atomic
commit
|
commitdiff
|
tree
|
snapshot
2013-08-13
Ivan Maidanski
tests: Add char/short/int/AO_double_t and dd_acquire...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-11
Ivan Maidanski
tests: Add and/or/xor entries to list_atomic
commit
|
commitdiff
|
tree
|
snapshot
2013-08-11
Ivan Maidanski
tests: Parameterize list_atomic template with XSIZE
commit
|
commitdiff
|
tree
|
snapshot
2013-08-11
Ivan Maidanski
list_atomic: Add makefile rule to test list_atomic...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-11
Ivan Maidanski
tests: Do not use deprecated AO_T and AO_TS_T
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Ivan Maidanski
Fix typo in comment of generalize-small.template
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Ivan Maidanski
Add comment about store_full implementation for x86
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Ivan Maidanski
Add non-generalized double-CAS-full implementation...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Ivan Maidanski
Define AO_NO_PTHREADS in configure if no pthreads ...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Ivan Maidanski
Better document configure THREADDLLIBS variable
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Ivan Maidanski
Update AUTHORS
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Gilles Talis
Enable build using toolchain without pthreads
commit
|
commitdiff
|
tree
|
snapshot
2013-04-08
Ivan Maidanski
Add comment about double-wide load/store on x86_64...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-08
Ivan Maidanski
Fix generalized store_release_write for double-wide...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-03
Ivan Maidanski
Update AUTHORS
commit
|
commitdiff
|
tree
|
snapshot
2013-04-03
Manuel Serrano
Fix AM_CONFIG_HEADER in configure for autoconf-2.69-1
commit
|
commitdiff
|
tree
|
snapshot
2013-03-29
Ivan Maidanski
Generalize double_load/store for x86_64 (GCC)
commit
|
commitdiff
|
tree
|
snapshot
2013-03-29
Ivan Maidanski
Fix fetch_compare_and_swap asm constraints in gcc/x86.h
commit
|
commitdiff
|
tree
|
snapshot
2013-03-29
Ivan Maidanski
Reformat asm instructions of sunc/x86.h
commit
|
commitdiff
|
tree
|
snapshot
2013-03-29
Ivan Maidanski
Fix asm constraints of primitives in sunc/x86.h
commit
|
commitdiff
|
tree
|
snapshot
2013-03-15
Ivan Maidanski
Merge branch 'add-aarch64-support'
commit
|
commitdiff
|
tree
|
snapshot
2013-03-13
Ivan Maidanski
Fix asm constraint of CAS memory operand for gcc/alpha
commit
|
commitdiff
|
tree
|
snapshot
2013-03-13
Ivan Maidanski
Fix asm constraint of fetch_and_add, test_and_set,...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-13
Ivan Maidanski
Fix asm constraint of compare_and_swap for clang-3...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Ivan Maidanski
Always use 'mfence' for nop_full if target CPU supports...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Yvan Roux
Fix assembly comment prefix and identify memory clobber...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Ivan Maidanski
Use AO_EXPECT_FALSE for AArch64 double_load/store
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Yvan Roux
Workaround missing built-in double-wide primitives...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Ivan Maidanski
gcc/x86.h: Add TODO items
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Ivan Maidanski
Merge remote-tracking branch 'origin/master' into add...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Ivan Maidanski
Minimize gcc/generic-arithm template by factoring out...
commit
|
commitdiff
|
tree
|
snapshot
next