aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix stabstr with linked objectsgrischka2008-04-272-1/+33
* fix bogus relocations with TCC_OUTPUT_DLLgrischka2008-04-271-2/+17
* enable multiple states and fix minor memory leaksgrischka2008-04-271-16/+48
* update manual, changeloggrischka2008-03-315-15/+27
* added verbosity levels (-vv -vvv)grischka2008-03-313-14/+27
* Accept standard input as an inputstream (Hanzac Chen)grischka2008-03-312-12/+21
* get rid of a warning and fix .batgrischka2008-03-252-9/+8
* Add -soname linker option (Marc Andre Tanner)grischka2008-03-252-5/+69
* Comply to c89 compilers other than gcc (Hanzac Chen)grischka2008-03-251-0/+3
* Enable -B option for library path on win32grischka2008-03-081-9/+9
* Fix 'tcc -static' with recent glibcgrischka2008-03-081-6/+10
* Get rid of one warninggrischka2008-03-081-1/+1
* Checkin tiny_libmaker (ar replacement) by Timovj Lahdegrischka2008-03-087-72/+393
* 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
* 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 bit...bellard2006-10-281-1/+2
* 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