tinycc/lib
Thomas Preud'homme a24e31e85d Fix signed integer division in ARM runtime ABI
- fix computation of absolute value (clearing the sign bit does not
  since integers are encoded in 2's complement)
- test sign of integer in a more conventional way (binary and with the
  high bit does not work for long long due to a bug in gtst)
- spacing in include
2013-12-15 09:44:20 +08:00
..
alloca86_64.S lib/alloca*: mark ELF stack access flags as nonexecutable 2011-01-04 10:38:52 +02:00
alloca86-bt.S lib/alloca*: mark ELF stack access flags as nonexecutable 2011-01-04 10:38:52 +02:00
alloca86.S lib/alloca*: mark ELF stack access flags as nonexecutable 2011-01-04 10:38:52 +02:00
armeabi.c Fix signed integer division in ARM runtime ABI 2013-12-15 09:44:20 +08:00
bcheck.c add version number to manpage 2013-02-17 00:48:51 +01:00
libtcc1.c Add __clear_cache implementation in libtcc1 2013-11-05 19:29:43 +08:00
Makefile Add ARM aeabi functions needed to run tcctest 2013-12-11 10:15:30 +08:00