aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed macro function bugbellard2003-04-132-0/+12
|
* updatebellard2003-04-132-1/+204
|
* fixed comment parsingbellard2003-04-132-36/+48
|
* sanitized string and character constant parsingbellard2003-04-131-170/+215
|
* PLT generation fixbellard2003-04-131-46/+68
|
* comment fixes (Peter Lund)bellard2003-04-132-19/+19
|
* function parameters must be converted to pointer of functionsbellard2003-04-131-5/+14
|
* better _Bool lvalue supportbellard2003-04-131-1/+1
|
* struct syntax fixbellard2003-04-131-2/+3
|
* spell fixes + texinfo format fixes by Peter Lundbellard2003-04-101-132/+213
|
* updatebellard2003-04-091-3/+6
|
* asm testbellard2003-01-061-0/+541
|
* added asm tokens - suppressed synonims (avoid potential bugs in preprocessing)bellard2003-01-061-25/+267
|
* glibc compat fixbellard2003-01-061-0/+1
|
* asm supportbellard2003-01-063-0/+2265
|
* macro opt - asm support - new option parsing - supressed IL codebellard2003-01-061-423/+982
|
* updatebellard2003-01-064-24/+347
|
* fixes for buggy GCC compilersbellard2002-12-081-1/+10
|
* addedbellard2002-12-083-0/+1846
|
* FreeBSB fixes - elf align issuesbellard2002-12-081-0/+11
|
* FreeBSD fixes - file type guessing - glibc2.2 fixes - ELF align issuebellard2002-12-081-15/+31
|
* 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
|