1
0
Fork 0
Commit Graph

3469 Commits

Author SHA1 Message Date
bellard 507a221f7e new preprocessing: macro function handling and better ANSI conformance 2001-11-11 02:53:01 +00:00
bellard cd526480b8 suppressed another alloc 2001-11-08 01:30:44 +00:00
bellard cdf6247518 fix defined() handling 2001-11-08 01:26:37 +00:00
bellard a254461560 added #if support 2001-11-08 01:12:31 +00:00
bellard b0bdbb14ef added function prototypes and correct recursive type parsing 2001-11-07 23:13:29 +00:00
bellard aca442913c tcclib sample 2001-11-06 01:20:38 +00:00
bellard 9736493149 new code generator with constant propagation and register allocation - new parser - added #include handling 2001-11-06 01:20:20 +00:00
bellard 946b600ddd added union/struct + correct local symbols 2001-11-01 14:48:10 +00:00
bellard b15f269fbe added enum, typedefs, goto, switch 2001-10-30 22:43:19 +00:00
bellard 4e92bac070 added do while continue - simplify break/continue handling 2001-10-30 20:27:54 +00:00
bellard 704d61357c clarified function types - added extern / static - added unsigned and invalid type parsing 2001-10-29 23:23:01 +00:00
bellard 9c1b84560e added 'x'= operators 2001-10-28 22:24:16 +00:00
bellard 58f3296a6e updated 2001-10-28 15:29:01 +00:00
bellard 927c4afc0c update for name change 2001-10-28 15:20:24 +00:00
bellard 9a8dfaac35 added comments + correct error reporting 2001-10-28 15:20:12 +00:00
bellard 586b05f7e6 remove unused features for TINY mode 2001-10-28 04:08:38 +00:00
bellard 3115a8a38b added for, cond and comma support - fixed div/mod code 2001-10-28 02:51:52 +00:00
bellard 881aa9077a shl and shr and for tiny mode only 2001-10-28 01:15:41 +00:00
bellard 27f6e16bae Initial revision 2001-10-27 23:48:39 +00:00