This website requires JavaScript.
6933ac641f
update
bellard
2002-03-03 22:44:31 +00:00
77db7175ca
added il target
bellard
2002-02-10 16:15:22 +00:00
e5de65fcec
update
bellard
2002-02-10 16:15:08 +00:00
048e710e15
added strlen test
bellard
2002-02-10 16:14:56 +00:00
5a50e73980
added CIL target
bellard
2002-02-10 16:14:03 +00:00
421911f921
moved i368 specific code
bellard
2002-02-10 16:13:14 +00:00
308017d5e0
update
bellard
2002-01-26 19:17:06 +00:00
5bf9559e9e
bound check fix
bellard
2002-01-26 19:13:31 +00:00
2d948c7610
new_region() fix - added bounded strlen and strcpy
bellard
2002-01-26 18:53:47 +00:00
dbb999f8bd
version change and window fixes
bellard
2002-01-26 18:06:03 +00:00
6e2d1a809a
increased hash table sizes - added cdecl and stdcall attributes - #elif fix - empty args in macro fix - benchmark option
bellard
2002-01-26 18:05:29 +00:00
d2c9157388
added more #elif tests
bellard
2002-01-26 17:24:07 +00:00
621b3fc3b5
stdcall added + floating point fixes
bellard
2002-01-26 17:23:44 +00:00
0b8f352cb7
fixed -D option
bellard
2002-01-13 11:07:19 +00:00
9c06595a1e
win32 defines + new internal file layer
bellard
2002-01-12 16:39:35 +00:00
bbd541d760
added ansi proto
bellard
2002-01-05 21:13:17 +00:00
cc10b240cb
add c99 macros
bellard
2002-01-05 20:21:43 +00:00
2bd31e4ea6
added bound test
bellard
2002-01-05 19:57:08 +00:00
1f15c98ab9
fixed glibc bug
bellard
2002-01-05 19:56:04 +00:00
8d19107149
implicit cast in global init - added bound check define - fixed division by zero in constant eval
bellard
2002-01-05 19:55:43 +00:00
872eed648c
comments
bellard
2002-01-05 19:50:33 +00:00
ebe9e87ccf
update
bellard
2002-01-05 19:50:17 +00:00
fd20e74b2f
fixed memset
bellard
2002-01-05 17:05:30 +00:00
4a922fa9ed
better error display - added some string functions
bellard
2002-01-05 17:03:56 +00:00
3d22a2aa6d
bounding tests
bellard
2002-01-05 17:03:32 +00:00
04ae07f03e
changed tcc tests name
bellard
2002-01-05 17:03:02 +00:00
d85bf50bfe
better run time error display
bellard
2002-01-05 17:02:38 +00:00
b7fed2f2d4
added local bound generation - fixed binary ops - added bound check dereference
bellard
2002-01-05 16:17:34 +00:00
7e51b6607d
added local bound generation
bellard
2002-01-05 16:16:47 +00:00
5f85585b77
finished bound check code (still slow) - fixed binary ops code gen - fixed float return
bellard
2002-01-05 16:15:57 +00:00
ad28d4c5b0
use malloc hooks to properly catch all mallocs
bellard
2002-01-05 00:41:11 +00:00
9eab1030f7
fixed VT_LLOCAL dereferencing
bellard
2002-01-05 00:40:47 +00:00
4124f1a1c1
added minimal debug info support
bellard
2002-01-04 20:17:24 +00:00
60f781c443
first version of bounds checker
bellard
2002-01-03 23:12:29 +00:00
14799da838
suppressed some buffer overflows - moved function generation to cpu specific code (XXX: should have less cpu specific code for that)
bellard
2002-01-03 22:43:10 +00:00
8b41bc57e1
0 constant can be used as a pointer
bellard
2002-01-03 21:29:54 +00:00
1465899342
added full long long support - added section support - added __attribute__ parsing - added -U option
bellard
2002-01-03 21:14:59 +00:00
21c35b9443
use register classes (will allow better and simpler code gen - fixed long double handling
bellard
2001-12-23 00:34:26 +00:00
498551188e
last patches to separate type and value handling
bellard
2001-12-22 17:05:23 +00:00
f7181903bb
separated type and value on stack
bellard
2001-12-20 01:05:21 +00:00
f50d0b4488
error() fixes
bellard
2001-12-19 23:01:51 +00:00
b0b2d5d2e9
update
bellard
2001-12-17 21:57:01 +00:00
2694c10547
float update
bellard
2001-12-17 21:56:48 +00:00
5ee1584493
tcc documentation
bellard
2001-12-16 21:23:42 +00:00
fbc51a39f9
new value stack system to handle the futur types (long long and floats)
bellard
2001-12-16 17:58:32 +00:00
fa5161061e
added float.h std header
bellard
2001-12-13 23:21:29 +00:00
cb44835e94
fixed macro bug and dummy float constant parsing
bellard
2001-12-13 23:20:55 +00:00
25618c0430
float parsing + long double
bellard
2001-12-13 22:28:53 +00:00
3917389449
separated i386 code generator
bellard
2001-12-12 21:16:34 +00:00
9cebd0617f
began to integrate floating point numbers - separated i386 code generator - fixed severe forward reference bug
bellard
2001-12-12 21:16:17 +00:00
3d1bdcf70e
added bitfields support
bellard
2001-12-09 22:04:15 +00:00
cb693e5318
fixed switch - preparation for new types
bellard
2001-12-09 00:27:44 +00:00
9b3c96c88e
better type storage
bellard
2001-12-08 22:51:04 +00:00
52ca29cd4f
fix function call and ! operator
bellard
2001-12-08 20:24:33 +00:00
3c9ab729ae
added multiple files compile - various symbol related fixes
bellard
2001-12-08 15:04:01 +00:00
5d7f7bb5ef
even faster
bellard
2001-12-06 23:57:36 +00:00
711075fe3b
use faster I/O functions - static compile patches
bellard
2001-12-06 23:39:24 +00:00
d7e05e1b8f
better type checks - syntax fixes (gnu_ext added) - variable external defs
bellard
2001-12-05 02:02:25 +00:00
8523baf61d
better external allocs handling
bellard
2001-12-05 00:45:08 +00:00
18a8013fe7
version change
bellard
2001-12-02 21:44:49 +00:00
a88b855866
update
bellard
2001-12-02 21:44:40 +00:00
ebdec645a8
added structure assignment (for = and function calls) - added cast handling for short/char (still not complete)
bellard
2001-12-02 21:24:43 +00:00
cb1c8c892c
first stage for structure assign - added more generic function call code generation
bellard
2001-12-02 16:25:49 +00:00
f22a32342b
added K&R proto parsing
bellard
2001-12-02 14:59:18 +00:00
df9c047082
added compound literals parsing - fixed string init with {}
bellard
2001-12-02 14:47:48 +00:00
4298fccb0c
added wide char and string parsing - added zero init of auto initializers
bellard
2001-11-28 22:48:43 +00:00
0c6b2dcdfe
completed initializer handlign (compute size before storing initializers if unknown size - macro subst fix
bellard
2001-11-26 22:57:27 +00:00
34a14a08a3
update
bellard
2001-11-18 16:33:35 +00:00
b9455a7484
added hash tables - add -o option for debug output
bellard
2001-11-18 16:33:01 +00:00
44b5c9742a
fixed \nnn char parsing, added #line, added __VA_ARGS__, added macros in #include, added \xnn parsing, added L'' and L parsing (still not OK), added 0bXX, added ISOC99 initializers handling, added declaration parsing anywhere in block
bellard
2001-11-17 17:22:38 +00:00
ef6e8589d1
ISOC99 restrict,__func__ - added misc macros
bellard
2001-11-13 22:54:35 +00:00
4dceee3677
update
bellard
2001-11-11 22:51:50 +00:00
eb0e3e70dc
update
bellard
2001-11-11 18:01:29 +00:00
605a028bf4
eval function args in reverse order - added short and unsigned char support - added more messages
bellard
2001-11-11 18:00:58 +00:00
d261452977
better type decl - added -l and -D options - added PROFILE defines
bellard
2001-11-11 16:07:43 +00:00
b536ac3068
added std libs
bellard
2001-11-11 02:54:21 +00:00
507a221f7e
new preprocessing: macro function handling and better ANSI conformance
bellard
2001-11-11 02:53:01 +00:00
cd526480b8
suppressed another alloc
bellard
2001-11-08 01:30:44 +00:00
cdf6247518
fix defined() handling
bellard
2001-11-08 01:26:37 +00:00
a254461560
added #if support
bellard
2001-11-08 01:12:31 +00:00
b0bdbb14ef
added function prototypes and correct recursive type parsing
bellard
2001-11-07 23:13:29 +00:00
aca442913c
tcclib sample
bellard
2001-11-06 01:20:38 +00:00
9736493149
new code generator with constant propagation and register allocation - new parser - added #include handling
bellard
2001-11-06 01:20:20 +00:00
946b600ddd
added union/struct + correct local symbols
bellard
2001-11-01 14:48:10 +00:00
b15f269fbe
added enum, typedefs, goto, switch
bellard
2001-10-30 22:43:19 +00:00
4e92bac070
added do while continue - simplify break/continue handling
bellard
2001-10-30 20:27:54 +00:00
704d61357c
clarified function types - added extern / static - added unsigned and invalid type parsing
bellard
2001-10-29 23:23:01 +00:00
9c1b84560e
added 'x'= operators
bellard
2001-10-28 22:24:16 +00:00
58f3296a6e
updated
bellard
2001-10-28 15:29:01 +00:00
927c4afc0c
update for name change
bellard
2001-10-28 15:20:24 +00:00
9a8dfaac35
added comments + correct error reporting
bellard
2001-10-28 15:20:12 +00:00
586b05f7e6
remove unused features for TINY mode
bellard
2001-10-28 04:08:38 +00:00
3115a8a38b
added for, cond and comma support - fixed div/mod code
bellard
2001-10-28 02:51:52 +00:00
881aa9077a
shl and shr and for tiny mode only
bellard
2001-10-28 01:15:41 +00:00
27f6e16bae
Initial revision
bellard
2001-10-27 23:48:39 +00:00