aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Udated and cleaned up TODO.grischka2008-01-162-33/+45
|
* Just warn about unknown directives, define __STDC_VERSION__=199901Lgrischka2008-01-165-17/+39
|
* Switch to newer tccpe.c (includes support for resources)grischka2007-12-196-977/+1332
|
* Handle backslashes within #include, #error, #warninggrischka2007-12-172-11/+22
|
* Import changesets (part 4) 428,457,460,467: defines for openbsd etc.grischka2007-12-165-16/+40
|
* Disable singnedness warnings with newer gcc.grischka2007-12-131-0/+1
|
* Use _WIN32 for a windows hosted tcc and define it for the PE target.grischka2007-12-134-1496/+1500
|
* tiny_impdef.c - converted to LF line-endings (and slight cleanup)grischka2007-12-091-372/+393
|
* Import 409,410: ARM EABI by Daniel Glöcknergrischka2007-12-047-79/+517
|
* Some in-between fixes (See Changelog for details).grischka2007-11-252-66/+98
|
* Fixed:grischka2007-11-251-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.Sgrischka2007-11-232-0/+69
|
* Import more changesets from Rob Landley's fork (part 2)grischka2007-11-2110-79/+157
|
* Import some changesets from Rob Landley's fork (part 1)grischka2007-11-145-84/+136
|
* Fix 'invalid relocation entry' problem on ubuntu - from Bernhard Fischergrischka2007-10-302-3/+8
|
* typosbellard2006-10-281-2/+2
|
* fixed helpbellard2006-10-281-1/+1
|
* added va_copy()bellard2006-10-281-0/+1
|
* updatebellard2006-10-282-1/+9
|
* fixed sign extension in some type conversions (Dave Dodge)bellard2006-10-281-0/+4
|
* conversion testbellard2006-10-281-1/+11
|
* multiple typedef testbellard2006-10-281-0/+7
|
* fixed multiple typedef specifiers handlingbellard2006-10-281-0/+1
|
* workaround for function pointers in conditional expressions (Dave Dodge)bellard2006-10-281-0/+3
|
* discard type qualifiers when comparing function parameters (Dave Dodge)bellard2006-10-281-4/+26
|
* Bug fix: A long long value used as a test expression ignores the upper 32 ↵bellard2006-10-281-1/+2
| | | | bits at runtime (Dave Dodge)
* fixed multiple concatenation of PPNUM tokens (initial patch by Dave Dodge)bellard2006-10-281-1/+4
|
* initial implementation of -E optionbellard2006-10-162-11/+85
|
* allow (base,index) as alias to (base,index,1)bellard2006-02-201-2/+4
|
* tcc_load_dll fix (Tao Wu)bellard2005-10-301-3/+3
|
* avoid jumping into statement expressionbellard2005-09-041-8/+8
|
* updatebellard2005-09-041-0/+12
|
* fastcall keywordsbellard2005-09-041-0/+3
|
* fixed parsing of function parametersbellard2005-09-031-26/+30
|
* anonymous union/struct support (Filip Navara)bellard2005-09-031-3/+14
|
* support for empty input register section in asm (Filip Navara)bellard2005-09-031-13/+15
|
* windows style fastcall (Filip Navara)bellard2005-09-032-4/+25
|
* normalized slashes in paths (Filip Navara)bellard2005-09-031-0/+5
|
* segment override prefix support (Filip Navara)bellard2005-09-031-2/+26
|
* added support for win32 wchar_t (Filip Navara)bellard2005-09-031-9/+27
|
* ignore AS_NEEDED ld commandbellard2005-09-031-21/+40
|
* fixed function type checkbellard2005-09-031-2/+2
|
* use CFLAGS from configurebellard2005-09-031-1/+1
|
* mark executable sections as executable when running in memorybellard2005-09-031-1/+31
|
* updatebellard2005-06-174-4/+36
|
* macro function testbellard2005-06-171-0/+8
|
* preprocessor function macro parsing fix (grischka) - disabled ↵bellard2005-06-171-12/+32
| | | | -fleading-underscore for win32
* win32 fixbellard2005-06-171-15/+18
|
* the PE linker code is not ready for -fleading-underscore supportbellard2005-06-171-4/+7
|
* added -f[no-]leading-underscore - '@' symbol for asmbellard2005-06-151-3/+22
|