tinycc/lib
seyko acef4ff244 make a bound checking more compatible with Windows 64
On Linux 32:   sizeof(long)=32 == sizeof(void *)=32
    on Linux 64:   sizeof(long)=64 == sizeof(void *)=64
    on Windows 64: sizeof(long)=32 != sizeof(void *)=64
2015-03-26 07:47:45 +03:00
..
alloca86_64.S Fix mistake. Change jb by jbe. tiny c round (INT_MAX = 0x7FFFFFFF) to a DWORD boundary and it becomes 0x80000000. Jle treats as -214783648, but Jbe treats as 214783648. Thanks to Jason Hood for explain me this. 2014-07-10 20:41:51 -04:00
alloca86-bt.S Fix mistake. Change jb by jbe. tiny c round (INT_MAX = 0x7FFFFFFF) to a DWORD boundary and it becomes 0x80000000. Jle treats as -214783648, but Jbe treats as 214783648. Thanks to Jason Hood for explain me this. 2014-07-10 20:41:51 -04:00
alloca86.S Fix mistake. Change jb by jbe. tiny c round (INT_MAX = 0x7FFFFFFF) to a DWORD boundary and it becomes 0x80000000. Jle treats as -214783648, but Jbe treats as 214783648. Thanks to Jason Hood for explain me this. 2014-07-10 20:41:51 -04:00
alloca-arm.S arm: Provide alloca() 2014-04-05 22:54:11 +02:00
armeabi.c Specify license of lib/armeabi.c 2014-07-01 22:01:49 +08:00
bcheck.c make a bound checking more compatible with Windows 64 2015-03-26 07:47:45 +03:00
lib-arm64.c arm64: Implement __clear_cache. 2015-03-08 00:10:44 +00:00
libtcc1.c x86-64: Fix stdarg for large non-float structs 2015-03-09 03:54:33 +01:00
Makefile libtcc1.a while "configure --enable-cross" 2015-03-20 08:52:01 +03:00
testfp.c Add arm64 (AArch64) as a target architecture. 2015-02-23 22:51:03 +00:00