This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
https://github.com/frida/tinycc
synced
2025-02-21 17:54:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tinycc
/
lib
History
Edmund Grimley Evans
b14ef0e24b
Add arm64 (AArch64) as a target architecture.
2015-02-23 22:51:03 +00: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
…
armeabi.c
…
bcheck.c
…
lib-arm64.c
Add arm64 (AArch64) as a target architecture.
2015-02-23 22:51:03 +00:00
libtcc1.c
…
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