musl/arch
Rich Felker 878887c50c fix missing earlyclobber flag in i386 a_ctz_64 asm
this error was only found by reading the code, but it seems to have
been causing gcc to produce wrong code in malloc: the same register
was used for the output and the high word of the input. in principle
this could have caused an infinite loop searching for an available
bin, but in practice most x86 models seem to implement the "undefined"
result of the bsf instruction as "unchanged".
2015-09-09 07:18:28 +00:00
..
aarch64 aarch64: fix 64-bit syscall argument passing 2015-08-11 23:11:57 +00:00
arm implement arm eabi mem* functions 2015-08-31 06:35:01 +00:00
i386 fix missing earlyclobber flag in i386 a_ctz_64 asm 2015-09-09 07:18:28 +00:00
microblaze
mips socket.h: cleanup/reorder mips and powerpc bits/socket.h 2015-07-21 19:14:58 -04:00
or1k
powerpc socket.h: cleanup/reorder mips and powerpc bits/socket.h 2015-07-21 19:14:58 -04:00
sh switch to using trap number 31 for syscalls on sh 2015-06-16 15:25:02 +00:00
x32 mitigate performance regression in libc-internal locks on x86_64 2015-08-16 18:15:18 +00:00
x86_64 mitigate performance regression in libc-internal locks on x86_64 2015-08-16 18:15:18 +00:00