| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | initial implementation of -E option | bellard | 2006-10-16 | 2 | -11/+85 | |
| | | ||||||
| * | allow (base,index) as alias to (base,index,1) | bellard | 2006-02-20 | 1 | -2/+4 | |
| | | ||||||
| * | tcc_load_dll fix (Tao Wu) | bellard | 2005-10-30 | 1 | -3/+3 | |
| | | ||||||
| * | avoid jumping into statement expression | bellard | 2005-09-04 | 1 | -8/+8 | |
| | | ||||||
| * | update | bellard | 2005-09-04 | 1 | -0/+12 | |
| | | ||||||
| * | fastcall keywords | bellard | 2005-09-04 | 1 | -0/+3 | |
| | | ||||||
| * | fixed parsing of function parameters | bellard | 2005-09-03 | 1 | -26/+30 | |
| | | ||||||
| * | anonymous union/struct support (Filip Navara) | bellard | 2005-09-03 | 1 | -3/+14 | |
| | | ||||||
| * | support for empty input register section in asm (Filip Navara) | bellard | 2005-09-03 | 1 | -13/+15 | |
| | | ||||||
| * | windows style fastcall (Filip Navara) | bellard | 2005-09-03 | 2 | -4/+25 | |
| | | ||||||
| * | normalized slashes in paths (Filip Navara) | bellard | 2005-09-03 | 1 | -0/+5 | |
| | | ||||||
| * | segment override prefix support (Filip Navara) | bellard | 2005-09-03 | 1 | -2/+26 | |
| | | ||||||
| * | added support for win32 wchar_t (Filip Navara) | bellard | 2005-09-03 | 1 | -9/+27 | |
| | | ||||||
| * | ignore AS_NEEDED ld command | bellard | 2005-09-03 | 1 | -21/+40 | |
| | | ||||||
| * | fixed function type check | bellard | 2005-09-03 | 1 | -2/+2 | |
| | | ||||||
| * | use CFLAGS from configure | bellard | 2005-09-03 | 1 | -1/+1 | |
| | | ||||||
| * | mark executable sections as executable when running in memory | bellard | 2005-09-03 | 1 | -1/+31 | |
| | | ||||||
| * | update | bellard | 2005-06-17 | 4 | -4/+36 | |
| | | ||||||
| * | macro function test | bellard | 2005-06-17 | 1 | -0/+8 | |
| | | ||||||
| * | preprocessor function macro parsing fix (grischka) - disabled ↵ | bellard | 2005-06-17 | 1 | -12/+32 | |
| | | | | | -fleading-underscore for win32 | |||||
| * | win32 fix | bellard | 2005-06-17 | 1 | -15/+18 | |
| | | ||||||
| * | the PE linker code is not ready for -fleading-underscore support | bellard | 2005-06-17 | 1 | -4/+7 | |
| | | ||||||
| * | added -f[no-]leading-underscore - '@' symbol for asm | bellard | 2005-06-15 | 1 | -3/+22 | |
| | | ||||||
| * | added -f[no-]leading-underscore | bellard | 2005-06-15 | 4 | -27/+13 | |
| | | ||||||
| * | win32 merge (grischka) | bellard | 2005-04-17 | 4 | -145/+186 | |
| | | ||||||
| * | _Bool type fix | bellard | 2005-04-17 | 1 | -1/+1 | |
| | | ||||||
| * | do not assume signed char (grischka) | bellard | 2005-04-17 | 1 | -1/+1 | |
| | | ||||||
| * | added DECLARE_STDCALL_P (grischka) | bellard | 2005-04-17 | 1 | -51/+52 | |
| | | ||||||
| * | _controlfp fix (grischka) | bellard | 2005-04-17 | 2 | -84/+84 | |
| | | ||||||
| * | dos2unix | bellard | 2005-04-17 | 69 | -23131/+23131 | |
| | | ||||||
| * | fib fix (grischka) | bellard | 2005-04-17 | 1 | -23/+23 | |
| | | ||||||
| * | cannot change dir layout yet | bellard | 2005-04-15 | 1 | -2/+2 | |
| | | ||||||
| * | update | bellard | 2005-04-15 | 2 | -35/+7 | |
| | | ||||||
| * | moved examples | bellard | 2005-04-14 | 5 | -0/+0 | |
| | | ||||||
| * | build of cross compilers is optional - win32 merge | bellard | 2005-04-14 | 1 | -16/+74 | |
| | | ||||||
| * | build of cross compilers is optional - added tccdir path | bellard | 2005-04-14 | 1 | -1/+16 | |
| | | ||||||
| * | win32 merge | bellard | 2005-04-14 | 82 | -13/+23836 | |
| | | ||||||
| * | better st_other support | bellard | 2005-04-13 | 2 | -43/+47 | |
| | | ||||||
| * | update | bellard | 2005-04-13 | 1 | -0/+7 | |
| | | ||||||
| * | #pragma pack support (grischka) | bellard | 2005-04-13 | 2 | -4/+73 | |
| | | ||||||
| * | update | bellard | 2005-04-10 | 1 | -1/+1 | |
| | | ||||||
| * | #include_next support (Bernhard Fischer) | bellard | 2005-04-10 | 2 | -4/+14 | |
| | | ||||||
| * | __chkstk support | bellard | 2005-04-10 | 2 | -5/+33 | |
| | | ||||||
| * | initial PE format support | bellard | 2005-04-10 | 5 | -19/+1314 | |
| | | ||||||
| * | ELF visibility defines | bellard | 2005-04-10 | 1 | -0/+14 | |
| | | ||||||
| * | better gcc compatibility (Jon Griffiths) | bellard | 2004-12-16 | 1 | -1/+3 | |
| | | ||||||
| * | update | bellard | 2004-11-08 | 1 | -26/+48 | |
| | | ||||||
| * | update | bellard | 2004-11-08 | 1 | -1/+3 | |
| | | ||||||
| * | gcc 3.4 fix | bellard | 2004-11-07 | 1 | -1/+1 | |
| | | ||||||
| * | update | bellard | 2004-11-07 | 3 | -1/+12 | |
| | | ||||||
