This website requires JavaScript.
Explore
Help
Sign in
d0p1
/
tcc-stupidos
Watch
1
Star
1
Fork
You've already forked tcc-stupidos
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
351e2ec334
tcc-stupidos
/
lib
History
seyko
7f36abd3f2
x86_64-tcc and libtcc1.c: size_t definition is needed for a x86_64-tcc to parse memset()
2015-03-03 16:29:00 +03: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.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
remove a gcc warning for bcheck on x86_64 arch: conversion to pointer from integer of different size
2015-03-03 16:18:24 +03:00
lib-arm64.c
Add arm64 (AArch64) as a target architecture.
2015-02-23 22:51:03 +00:00
libtcc1.c
x86_64-tcc and libtcc1.c: size_t definition is needed for a x86_64-tcc to parse memset()
2015-03-03 16:29:00 +03:00
Makefile
Add arm64 (AArch64) as a target architecture.
2015-02-23 22:51:03 +00:00
testfp.c
Add arm64 (AArch64) as a target architecture.
2015-02-23 22:51:03 +00:00