| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | completed initializer handlign (compute size before storing initializers if ↵ | bellard | 2001-11-26 | 1 | -56/+144 |
| | | | | | unknown size - macro subst fix | ||||
| * | update | bellard | 2001-11-18 | 3 | -43/+69 |
| | | |||||
| * | added hash tables - add -o option for debug output | bellard | 2001-11-18 | 1 | -78/+143 |
| | | |||||
| * | fixed \nnn char parsing, added #line, added __VA_ARGS__, added macros in ↵ | bellard | 2001-11-17 | 1 | -57/+289 |
| | | | | | #include, added \xnn parsing, added L'' and L parsing (still not OK), added 0bXX, added ISOC99 initializers handling, added declaration parsing anywhere in block | ||||
| * | ISOC99 restrict,__func__ - added misc macros | bellard | 2001-11-13 | 1 | -12/+44 |
| | | |||||
| * | update | bellard | 2001-11-11 | 2 | -8/+42 |
| | | |||||
| * | update | bellard | 2001-11-11 | 6 | -80/+210 |
| | | |||||
| * | eval function args in reverse order - added short and unsigned char support ↵ | bellard | 2001-11-11 | 1 | -31/+99 |
| | | | | | - added more messages | ||||
| * | better type decl - added -l and -D options - added PROFILE defines | bellard | 2001-11-11 | 1 | -67/+107 |
| | | |||||
| * | added std libs | bellard | 2001-11-11 | 3 | -4/+31 |
| | | |||||
| * | new preprocessing: macro function handling and better ANSI conformance | bellard | 2001-11-11 | 1 | -242/+741 |
| | | |||||
| * | suppressed another alloc | bellard | 2001-11-08 | 1 | -4/+6 |
| | | |||||
| * | fix defined() handling | bellard | 2001-11-08 | 1 | -17/+22 |
| | | |||||
| * | added #if support | bellard | 2001-11-08 | 1 | -65/+198 |
| | | |||||
| * | added function prototypes and correct recursive type parsing | bellard | 2001-11-07 | 1 | -38/+98 |
| | | |||||
| * | tcclib sample | bellard | 2001-11-06 | 1 | -0/+57 |
| | | |||||
| * | new code generator with constant propagation and register allocation - new ↵ | bellard | 2001-11-06 | 1 | -550/+1064 |
| | | | | | parser - added #include handling | ||||
| * | added union/struct + correct local symbols | bellard | 2001-11-01 | 1 | -194/+430 |
| | | |||||
| * | added enum, typedefs, goto, switch | bellard | 2001-10-30 | 1 | -35/+172 |
| | | |||||
| * | added do while continue - simplify break/continue handling | bellard | 2001-10-30 | 1 | -30/+63 |
| | | |||||
| * | clarified function types - added extern / static - added unsigned and ↵ | bellard | 2001-10-29 | 1 | -91/+225 |
| | | | | | invalid type parsing | ||||
| * | added 'x'= operators | bellard | 2001-10-28 | 1 | -11/+43 |
| | | |||||
| * | updated | bellard | 2001-10-28 | 2 | -2/+52 |
| | | |||||
| * | update for name change | bellard | 2001-10-28 | 1 | -27/+36 |
| | | |||||
| * | added comments + correct error reporting | bellard | 2001-10-28 | 1 | -34/+104 |
| | | |||||
| * | remove unused features for TINY mode | bellard | 2001-10-28 | 1 | -6/+11 |
| | | |||||
| * | added for, cond and comma support - fixed div/mod code | bellard | 2001-10-28 | 1 | -11/+88 |
| | | |||||
| * | shl and shr and for tiny mode only | bellard | 2001-10-28 | 1 | -60/+63 |
| | | |||||
| * | Initial revision | bellard | 2001-10-27 | 3 | -0/+978 |
