tinycc/lib
grischka afdbc5b815 build: restore out-of-tree support 2016-10-01 21:06:53 +02:00
..
Makefile build: restore out-of-tree support 2016-10-01 21:06:53 +02:00
alloca-arm.S arm: Provide alloca() 2014-04-05 22:54:11 +02: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
alloca86_64-bt.S Revert part of "fix installation amd bcheck for Windows" 2016-10-01 20:47:36 +02: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
armeabi.c Specify license of lib/armeabi.c 2014-07-01 22:01:49 +08:00
bcheck.c Revert part of "fix installation amd bcheck for Windows" 2016-10-01 20:47:36 +02:00
lib-arm64.c Correct prototype: void __clear_cache(void *, void *). 2015-10-15 19:02:54 +01:00
libtcc1.c lib/libtcc1.c: Replace "long" with "unsigned int" in union float_long. 2015-11-04 23:22:00 +00:00