aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added -run optionbellard2003-04-131-8/+7
* added __TIME__ and __DATE__ support - added -v and -run optionsbellard2003-04-131-23/+38
* added configure supportbellard2003-04-135-5/+307
* configure supportbellard2003-04-131-6/+6
* gcc 3 tests activated - new tests for 0.9.17bellard2003-04-131-5/+43
* added configure - gcc 3.x supportbellard2003-04-131-30/+41
* 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 - sup...bellard2002-11-241-17/+31
* 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 co...bellard2002-11-241-7/+26
* added empty structs support - changed double align to 4 (i386 default ABI) - ...bellard2002-11-241-39/+59
* 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