aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* renamed registersbellard2002-12-081-18/+18
|
* FreeBSD fixesbellard2002-12-081-0/+20
|
* updatebellard2002-12-083-8/+18
|
* added static bit fields init - version change - #error and #warning fix - ↵bellard2002-11-241-17/+31
| | | | support aligned attribute without parameter
* added varargs.hbellard2002-11-241-0/+11
|
* use TCC macrosbellard2002-11-241-3/+3
|
* added MAX_ALIGNbellard2002-11-241-0/+3
|
* updatebellard2002-11-244-18/+116
|
* fixed structure type test - fixed enum parsing - added warning for int/ptr ↵bellard2002-11-241-7/+26
| | | | conversions instead of error
* added empty structs support - changed double align to 4 (i386 default ABI) - ↵bellard2002-11-241-39/+59
| | | | added align support for structs - added GCC defines for basic types
* fixed structure init without {} - fixed function declaration parsebellard2002-11-231-5/+17
|
* optimized unary() - fix long long signed comparisonsbellard2002-11-231-134/+189
|
* fixed line numberingbellard2002-11-231-5/+2
|
* expression optimizationbellard2002-11-231-29/+119
|
* optimized token strings - optimized token hashingbellard2002-11-231-65/+193
|
* parsing optimizationsbellard2002-11-232-215/+316
|
* prepared parser for direct use of file->buf_ptr - faster comment parsingbellard2002-11-222-33/+76
|
* restored include file optimization - added static on all globalsbellard2002-11-221-134/+134
|
* suppressed ch1 and preparserbellard2002-11-222-180/+320
|
* error message fixes - CH_EOB is now '\'bellard2002-11-221-6/+12
|
* use CH_EOBbellard2002-11-221-4/+16
|
* further parse optimizationsbellard2002-11-221-13/+17
|
* suppressed secondary hash tables - began parsing optimizationbellard2002-11-201-136/+390
|
* added CType structure for type storage - supressed define hash table - added ↵bellard2002-11-182-536/+664
| | | | time dump in bench
* updatebellard2002-11-033-31/+42
|
* computed goto testbellard2002-11-031-0/+15
|
* added computed gotos - better runtime error handlingbellard2002-11-031-65/+179
|
* handle computed gotosbellard2002-11-031-6/+19
|
* simplified error handlingbellard2002-11-031-31/+11
|
* sizeof/alignof/typeof testsbellard2002-11-021-7/+67
|
* all keywords are now in tcctok.hbellard2002-11-021-57/+115
|
* added alignof and typeof - better sizeof support - fixed get_tok_str() for ↵bellard2002-11-021-163/+227
| | | | TOK_PPNUM
* added correct ## handling : added TOK_PPNUM tokenbellard2002-11-021-89/+163
|
* more long long tests - more ## testsbellard2002-11-021-5/+28
|
* added better error supportbellard2002-11-021-9/+13
|
* removed many memory leaks - suppressed many global variablesbellard2002-11-021-162/+205
|
* ignore some gcc options - removed many memory leaks - suppressed many global ↵bellard2002-11-021-194/+436
| | | | variables
* added tcc_relocate() and tcc_get_symbol()bellard2002-09-085-19/+31
|
* updatebellard2002-09-083-26/+29
|
* trivial jump size optimizationbellard2002-09-081-2/+9
|
* updatebellard2002-09-081-3/+22
|
* macro optimization - string constant optimisationbellard2002-09-081-158/+174
|
* added include file optimizationbellard2002-09-081-51/+166
|
* force #if #endif match in same filebellard2002-09-081-15/+22
|
* fixed bound checking for structures - fixed ?: type handling - fixed '--' ↵bellard2002-09-081-26/+103
| | | | parsing
* more testsbellard2002-08-311-1/+99
|
* updatebellard2002-08-313-21/+38
|
* added allocabellard2002-08-311-0/+1
|
* double fixbellard2002-08-311-3/+2
|
* fixed octal char const parsing - better __FUNCTION__ handling - handling of ↵bellard2002-08-311-27/+36
| | | | static libraries in case of memory compilation