summaryrefslogtreecommitdiff
path: root/common/lib/libc/arch
AgeCommit message (Expand)Author
2017-08-29* aarch64/memset.S didn't work! fixed some bugs.ryo
2017-08-22aarch64/strlen.S didn't work. fixed some bugs.ryo
2017-04-13Comment alignment. No functional change.skrll
2017-02-25Switch from __ABICALLS__ to __mips_abicalls like upstream GCC does injoerg
2017-01-14fix standalonechristos
2017-01-14fix standalonechristos
2017-01-14fix rumpchristos
2017-01-14fix weak symbols. More work needs to be done for memcpy/strlen etc.christos
2017-01-13No need to include namespace.h; no other assembly code does.christos
2016-08-05PR port-ia64/51261scole
2016-05-29Use sparc64 code always on 32-bit sparc64 kernels since %psr read/writenakayama
2016-02-27When using clang, do not use the sparc64 code as it doesn't provide thejoerg
2016-02-27Include C11 load/store helpers.joerg
2015-12-11Use gcc 4.4 and later operation for nand, i.e.skrll
2015-10-18Fix 64-bit atomic operations on 32-bit kernel and userland, and addnakayama
2015-07-10fix commentmlelstv
2015-07-04Improve the code in __sync_bool_compare_and_swap_{1,2,4}.isaki
2015-07-04atomic_cas_{8,16}:isaki
2015-06-23Always use sync if mips3 or later or not using O32 ABI. (A little redundantmatt
2015-06-22#include "assym.h"matt
2015-06-07Back out last change; fixed in the correct place.matt
2015-06-07Use ${COPT} so it properly emits the right features doing MKCOMPATmatt
2015-06-07Require ARMv5TE to assemble.joerg
2015-06-07Add ARM EABI aliases for aligned arguments.joerg
2015-06-01Include OCTEON support for syncw and saa/saad (Store Atomic Add).matt
2015-05-26force 2nd to argument to unsigned byte value.matt
2015-05-18Do not set CRT_ALIAS for rump kernel; symbols provided by toolchainjustin
2015-05-17It is just the __ffssi2 alias we do not want in rump kerneljustin
2015-05-17Move arm sync_* changes to Makefile.incjustin
2015-05-17Do not build arm toolchain symbols in the rump kerneljustin
2015-04-17Use the right register in previous. Spotted by matt@skrll
2015-04-17ARM ARM D7.3.2 - ensure all previous accesses are observed beforeskrll
2015-03-27Switch to new ABI (a0/a1 replace v0/v1)matt
2015-03-26Don't build the __eabi_ aliases in the arm rump kernel.justin
2015-01-08Introduce membar_datadep_consumer.riastradh
2014-11-20Add atomic_c11_compare_exchange_cas_{8,16,32}.cmatt
2014-10-16Add missing C11 atomic support functions to repair priordennis
2014-10-14Provide C++ 2011 <atomic> support functions for hppa and arm.martin
2014-10-13Provide <atomic> C++ 2011 support functions for mips and sh3.martin
2014-10-13Move the and_{16,8}_nv sources into the right (libc only) block.martin
2014-10-13Add C++ 2011 <atomic> support functions.martin
2014-10-13Provide __sync_and_and_fetch_2 and __sync_and_and_fetch_1 for pre-ARMv6,martin
2014-10-12Hook __atomic_compare_exchange_N into vax libc.martin
2014-09-22Look for the character to locate before checking for the NUL characterkhorben
2014-09-19New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)matt
2014-09-03New files for OR1K supportmatt
2014-08-10Preliminary files for AARCH64 (64-bit ARM) support.matt
2014-07-05Provide a basic implementation of __atomic_load_* and __atomic_store_*,joerg
2014-06-28Add aliases for the C11/C++11 spelling of the CAS primitives.joerg
2014-06-23Add aliases for the builtins used to implement C11/C++11 atomics.joerg