| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed: | grischka | 2007-11-25 | 1 | -0/+10 |
| | | | | | | | | | | - Hanging tcc -E - Crashes witn global 'int g_i = 1LL;' - include & lib search paths on win32 Added quick build batch file for mingw Reverted case label optimization (See Changelog for details). | ||||
| * | New files: alloca86.S alloca86-bt.S | grischka | 2007-11-23 | 2 | -0/+69 |
| | | |||||
| * | Import more changesets from Rob Landley's fork (part 2) | grischka | 2007-11-21 | 10 | -79/+157 |
| | | |||||
| * | Import some changesets from Rob Landley's fork (part 1) | grischka | 2007-11-14 | 5 | -84/+136 |
| | | |||||
| * | Fix 'invalid relocation entry' problem on ubuntu - from Bernhard Fischer | grischka | 2007-10-30 | 2 | -3/+8 |
| | | |||||
| * | typos | bellard | 2006-10-28 | 1 | -2/+2 |
| | | |||||
| * | fixed help | bellard | 2006-10-28 | 1 | -1/+1 |
| | | |||||
| * | added va_copy() | bellard | 2006-10-28 | 1 | -0/+1 |
| | | |||||
| * | update | bellard | 2006-10-28 | 2 | -1/+9 |
| | | |||||
| * | fixed sign extension in some type conversions (Dave Dodge) | bellard | 2006-10-28 | 1 | -0/+4 |
| | | |||||
| * | conversion test | bellard | 2006-10-28 | 1 | -1/+11 |
| | | |||||
| * | multiple typedef test | bellard | 2006-10-28 | 1 | -0/+7 |
| | | |||||
| * | fixed multiple typedef specifiers handling | bellard | 2006-10-28 | 1 | -0/+1 |
| | | |||||
| * | workaround for function pointers in conditional expressions (Dave Dodge) | bellard | 2006-10-28 | 1 | -0/+3 |
| | | |||||
| * | discard type qualifiers when comparing function parameters (Dave Dodge) | bellard | 2006-10-28 | 1 | -4/+26 |
| | | |||||
| * | Bug fix: A long long value used as a test expression ignores the upper 32 ↵ | bellard | 2006-10-28 | 1 | -1/+2 |
| | | | | | bits at runtime (Dave Dodge) | ||||
| * | fixed multiple concatenation of PPNUM tokens (initial patch by Dave Dodge) | bellard | 2006-10-28 | 1 | -1/+4 |
| | | |||||
| * | 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 |
| | | |||||
