aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
Commit message (Expand)AuthorAgeFilesLines
* added enum, typedefs, goto, switchbellard2001-10-301-35/+172
* added do while continue - simplify break/continue handlingbellard2001-10-301-30/+63
* clarified function types - added extern / static - added unsigned and invalid...bellard2001-10-291-91/+225
* added 'x'= operatorsbellard2001-10-281-11/+43
* added comments + correct error reportingbellard2001-10-281-34/+104
* remove unused features for TINY modebellard2001-10-281-6/+11
* added for, cond and comma support - fixed div/mod codebellard2001-10-281-11/+88
* shl and shr and for tiny mode onlybellard2001-10-281-60/+63
* Initial revisionbellard2001-10-271-0/+920