Commit Graph

  • 1465899342 added full long long support - added section support - added __attribute__ parsing - added -U option bellard 2002-01-03 21:14:59 +0000
  • 21c35b9443 use register classes (will allow better and simpler code gen - fixed long double handling bellard 2001-12-23 00:34:26 +0000
  • 498551188e last patches to separate type and value handling bellard 2001-12-22 17:05:23 +0000
  • f7181903bb separated type and value on stack bellard 2001-12-20 01:05:21 +0000
  • f50d0b4488 error() fixes bellard 2001-12-19 23:01:51 +0000
  • b0b2d5d2e9 update bellard 2001-12-17 21:57:01 +0000
  • 2694c10547 float update bellard 2001-12-17 21:56:48 +0000
  • 5ee1584493 tcc documentation bellard 2001-12-16 21:23:42 +0000
  • fbc51a39f9 new value stack system to handle the futur types (long long and floats) bellard 2001-12-16 17:58:32 +0000
  • fa5161061e added float.h std header bellard 2001-12-13 23:21:29 +0000
  • cb44835e94 fixed macro bug and dummy float constant parsing bellard 2001-12-13 23:20:55 +0000
  • 25618c0430 float parsing + long double bellard 2001-12-13 22:28:53 +0000
  • 3917389449 separated i386 code generator bellard 2001-12-12 21:16:34 +0000
  • 9cebd0617f began to integrate floating point numbers - separated i386 code generator - fixed severe forward reference bug bellard 2001-12-12 21:16:17 +0000
  • 3d1bdcf70e added bitfields support bellard 2001-12-09 22:04:15 +0000
  • cb693e5318 fixed switch - preparation for new types bellard 2001-12-09 00:27:44 +0000
  • 9b3c96c88e better type storage bellard 2001-12-08 22:51:04 +0000
  • 52ca29cd4f fix function call and ! operator bellard 2001-12-08 20:24:33 +0000
  • 3c9ab729ae added multiple files compile - various symbol related fixes bellard 2001-12-08 15:04:01 +0000
  • 5d7f7bb5ef even faster bellard 2001-12-06 23:57:36 +0000
  • 711075fe3b use faster I/O functions - static compile patches bellard 2001-12-06 23:39:24 +0000
  • d7e05e1b8f better type checks - syntax fixes (gnu_ext added) - variable external defs bellard 2001-12-05 02:02:25 +0000
  • 8523baf61d better external allocs handling bellard 2001-12-05 00:45:08 +0000
  • 18a8013fe7 version change bellard 2001-12-02 21:44:49 +0000
  • a88b855866 update bellard 2001-12-02 21:44:40 +0000
  • ebdec645a8 added structure assignment (for = and function calls) - added cast handling for short/char (still not complete) bellard 2001-12-02 21:24:43 +0000
  • cb1c8c892c first stage for structure assign - added more generic function call code generation bellard 2001-12-02 16:25:49 +0000
  • f22a32342b added K&R proto parsing bellard 2001-12-02 14:59:18 +0000
  • df9c047082 added compound literals parsing - fixed string init with {} bellard 2001-12-02 14:47:48 +0000
  • 4298fccb0c added wide char and string parsing - added zero init of auto initializers bellard 2001-11-28 22:48:43 +0000
  • 0c6b2dcdfe completed initializer handlign (compute size before storing initializers if unknown size - macro subst fix bellard 2001-11-26 22:57:27 +0000
  • 34a14a08a3 update bellard 2001-11-18 16:33:35 +0000
  • b9455a7484 added hash tables - add -o option for debug output bellard 2001-11-18 16:33:01 +0000
  • 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 +0000
  • ef6e8589d1 ISOC99 restrict,__func__ - added misc macros bellard 2001-11-13 22:54:35 +0000
  • 4dceee3677 update bellard 2001-11-11 22:51:50 +0000
  • eb0e3e70dc update bellard 2001-11-11 18:01:29 +0000
  • 605a028bf4 eval function args in reverse order - added short and unsigned char support - added more messages bellard 2001-11-11 18:00:58 +0000
  • d261452977 better type decl - added -l and -D options - added PROFILE defines bellard 2001-11-11 16:07:43 +0000
  • b536ac3068 added std libs bellard 2001-11-11 02:54:21 +0000
  • 507a221f7e new preprocessing: macro function handling and better ANSI conformance bellard 2001-11-11 02:53:01 +0000
  • cd526480b8 suppressed another alloc bellard 2001-11-08 01:30:44 +0000
  • cdf6247518 fix defined() handling bellard 2001-11-08 01:26:37 +0000
  • a254461560 added #if support bellard 2001-11-08 01:12:31 +0000
  • b0bdbb14ef added function prototypes and correct recursive type parsing bellard 2001-11-07 23:13:29 +0000
  • aca442913c tcclib sample bellard 2001-11-06 01:20:38 +0000
  • 9736493149 new code generator with constant propagation and register allocation - new parser - added #include handling bellard 2001-11-06 01:20:20 +0000
  • 946b600ddd added union/struct + correct local symbols bellard 2001-11-01 14:48:10 +0000
  • b15f269fbe added enum, typedefs, goto, switch bellard 2001-10-30 22:43:19 +0000
  • 4e92bac070 added do while continue - simplify break/continue handling bellard 2001-10-30 20:27:54 +0000
  • 704d61357c clarified function types - added extern / static - added unsigned and invalid type parsing bellard 2001-10-29 23:23:01 +0000
  • 9c1b84560e added 'x'= operators bellard 2001-10-28 22:24:16 +0000
  • 58f3296a6e updated bellard 2001-10-28 15:29:01 +0000
  • 927c4afc0c update for name change bellard 2001-10-28 15:20:24 +0000
  • 9a8dfaac35 added comments + correct error reporting bellard 2001-10-28 15:20:12 +0000
  • 586b05f7e6 remove unused features for TINY mode bellard 2001-10-28 04:08:38 +0000
  • 3115a8a38b added for, cond and comma support - fixed div/mod code bellard 2001-10-28 02:51:52 +0000
  • 881aa9077a shl and shr and for tiny mode only bellard 2001-10-28 01:15:41 +0000
  • 27f6e16bae Initial revision initial bellard 2001-10-27 23:48:39 +0000