| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | gcc 3 tests activated - new tests for 0.9.17 | bellard | 2003-04-13 | 1 | -5/+43 | |
| | | ||||||
| * | added configure - gcc 3.x support | bellard | 2003-04-13 | 1 | -30/+41 | |
| | | ||||||
| * | fixed macro function bug | bellard | 2003-04-13 | 2 | -0/+12 | |
| | | ||||||
| * | update | bellard | 2003-04-13 | 2 | -1/+204 | |
| | | ||||||
| * | fixed comment parsing | bellard | 2003-04-13 | 2 | -36/+48 | |
| | | ||||||
| * | sanitized string and character constant parsing | bellard | 2003-04-13 | 1 | -170/+215 | |
| | | ||||||
| * | PLT generation fix | bellard | 2003-04-13 | 1 | -46/+68 | |
| | | ||||||
| * | comment fixes (Peter Lund) | bellard | 2003-04-13 | 2 | -19/+19 | |
| | | ||||||
| * | function parameters must be converted to pointer of functions | bellard | 2003-04-13 | 1 | -5/+14 | |
| | | ||||||
| * | better _Bool lvalue support | bellard | 2003-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | struct syntax fix | bellard | 2003-04-13 | 1 | -2/+3 | |
| | | ||||||
| * | spell fixes + texinfo format fixes by Peter Lund | bellard | 2003-04-10 | 1 | -132/+213 | |
| | | ||||||
| * | update | bellard | 2003-04-09 | 1 | -3/+6 | |
| | | ||||||
| * | asm test | bellard | 2003-01-06 | 1 | -0/+541 | |
| | | ||||||
| * | added asm tokens - suppressed synonims (avoid potential bugs in preprocessing) | bellard | 2003-01-06 | 1 | -25/+267 | |
| | | ||||||
| * | glibc compat fix | bellard | 2003-01-06 | 1 | -0/+1 | |
| | | ||||||
| * | asm support | bellard | 2003-01-06 | 3 | -0/+2265 | |
| | | ||||||
| * | macro opt - asm support - new option parsing - supressed IL code | bellard | 2003-01-06 | 1 | -423/+982 | |
| | | ||||||
| * | update | bellard | 2003-01-06 | 4 | -24/+347 | |
| | | ||||||
| * | fixes for buggy GCC compilers | bellard | 2002-12-08 | 1 | -1/+10 | |
| | | ||||||
| * | added | bellard | 2002-12-08 | 3 | -0/+1846 | |
| | | ||||||
| * | FreeBSB fixes - elf align issues | bellard | 2002-12-08 | 1 | -0/+11 | |
| | | ||||||
| * | FreeBSD fixes - file type guessing - glibc2.2 fixes - ELF align issue | bellard | 2002-12-08 | 1 | -15/+31 | |
| | | ||||||
| * | renamed registers | bellard | 2002-12-08 | 1 | -18/+18 | |
| | | ||||||
| * | FreeBSD fixes | bellard | 2002-12-08 | 1 | -0/+20 | |
| | | ||||||
| * | update | bellard | 2002-12-08 | 3 | -8/+18 | |
| | | ||||||
| * | added static bit fields init - version change - #error and #warning fix - ↵ | bellard | 2002-11-24 | 1 | -17/+31 | |
| | | | | | support aligned attribute without parameter | |||||
| * | added varargs.h | bellard | 2002-11-24 | 1 | -0/+11 | |
| | | ||||||
| * | use TCC macros | bellard | 2002-11-24 | 1 | -3/+3 | |
| | | ||||||
| * | added MAX_ALIGN | bellard | 2002-11-24 | 1 | -0/+3 | |
| | | ||||||
| * | update | bellard | 2002-11-24 | 4 | -18/+116 | |
| | | ||||||
| * | fixed structure type test - fixed enum parsing - added warning for int/ptr ↵ | bellard | 2002-11-24 | 1 | -7/+26 | |
| | | | | | conversions instead of error | |||||
| * | added empty structs support - changed double align to 4 (i386 default ABI) - ↵ | bellard | 2002-11-24 | 1 | -39/+59 | |
| | | | | | added align support for structs - added GCC defines for basic types | |||||
| * | fixed structure init without {} - fixed function declaration parse | bellard | 2002-11-23 | 1 | -5/+17 | |
| | | ||||||
| * | optimized unary() - fix long long signed comparisons | bellard | 2002-11-23 | 1 | -134/+189 | |
| | | ||||||
| * | fixed line numbering | bellard | 2002-11-23 | 1 | -5/+2 | |
| | | ||||||
| * | expression optimization | bellard | 2002-11-23 | 1 | -29/+119 | |
| | | ||||||
| * | optimized token strings - optimized token hashing | bellard | 2002-11-23 | 1 | -65/+193 | |
| | | ||||||
| * | parsing optimizations | bellard | 2002-11-23 | 2 | -215/+316 | |
| | | ||||||
| * | prepared parser for direct use of file->buf_ptr - faster comment parsing | bellard | 2002-11-22 | 2 | -33/+76 | |
| | | ||||||
| * | restored include file optimization - added static on all globals | bellard | 2002-11-22 | 1 | -134/+134 | |
| | | ||||||
| * | suppressed ch1 and preparser | bellard | 2002-11-22 | 2 | -180/+320 | |
| | | ||||||
| * | error message fixes - CH_EOB is now '\' | bellard | 2002-11-22 | 1 | -6/+12 | |
| | | ||||||
| * | use CH_EOB | bellard | 2002-11-22 | 1 | -4/+16 | |
| | | ||||||
| * | further parse optimizations | bellard | 2002-11-22 | 1 | -13/+17 | |
| | | ||||||
| * | suppressed secondary hash tables - began parsing optimization | bellard | 2002-11-20 | 1 | -136/+390 | |
| | | ||||||
| * | added CType structure for type storage - supressed define hash table - added ↵ | bellard | 2002-11-18 | 2 | -536/+664 | |
| | | | | | time dump in bench | |||||
| * | update | bellard | 2002-11-03 | 3 | -31/+42 | |
| | | ||||||
| * | computed goto test | bellard | 2002-11-03 | 1 | -0/+15 | |
| | | ||||||
| * | added computed gotos - better runtime error handling | bellard | 2002-11-03 | 1 | -65/+179 | |
| | | ||||||
