aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updatebellard2003-05-243-18/+61
* added -rdynamic supportbellard2003-05-242-3/+19
* libtcc1 is now a library so that it is linked in only on demandbellard2003-05-241-3/+6
* changed license to LGPLbellard2003-05-243-17/+513
* updatebellard2003-05-241-0/+1
* changed license to LGPLbellard2003-05-246-56/+60
* added 32 bit shift supportbellard2003-05-241-0/+39
* fixed zero arg macro parsebellard2003-05-182-1/+7
* removed unnecessary manual pagebellard2003-05-181-136/+0
* automatic man page generation from tcc-doc.texibellard2003-05-183-8/+460
* fixed macro argument substitutionbellard2003-05-181-10/+12
* test macro substitution inside macro argsbellard2003-05-181-1/+10
* updatebellard2003-04-282-1/+13
* alacarte linking (Dave Long)bellard2003-04-282-7/+63
* various asm directives - char support (Dave Long)bellard2003-04-282-2/+83
* added % constraintbellard2003-04-271-4/+10
* updatebellard2003-04-271-0/+31
* added -nostdlibbellard2003-04-272-12/+21
* added __builtin_constant_p() and __builtin_types_compatible_p() supportbellard2003-04-262-4/+46
* updatebellard2003-04-261-2/+2
* added tcc_set_warning() - c++ include supportbellard2003-04-261-0/+11
* more precise C type check support (const warnings) - added generic -W option ...bellard2003-04-261-91/+272
* asm number parsing (thanks to Dave Long)bellard2003-04-211-2/+2
* default output object filename is basename of input filename (same behaviour ...bellard2003-04-161-1/+19
* ignore OUTPUT_FORMAT and TARGET ld script commands (fixes Redhat >= 7 static ...bellard2003-04-161-0/+15
* simpler function call APIbellard2003-04-162-182/+108
* updatebellard2003-04-144-4/+30
* switch label parse fixbellard2003-04-141-3/+7
* added 'A' asm constraintbellard2003-04-141-5/+30
* fixed inline asm without operand casebellard2003-04-141-3/+8
* compile fixbellard2003-04-131-0/+1
* updatebellard2003-04-133-17/+23
* added config.texibellard2003-04-131-6/+4
* added -run optionbellard2003-04-131-8/+7
* added __TIME__ and __DATE__ support - added -v and -run optionsbellard2003-04-131-23/+38
* added configure supportbellard2003-04-135-5/+307
* configure supportbellard2003-04-131-6/+6
* gcc 3 tests activated - new tests for 0.9.17bellard2003-04-131-5/+43
* added configure - gcc 3.x supportbellard2003-04-131-30/+41
* fixed macro function bugbellard2003-04-132-0/+12
* updatebellard2003-04-132-1/+204
* fixed comment parsingbellard2003-04-132-36/+48
* sanitized string and character constant parsingbellard2003-04-131-170/+215
* PLT generation fixbellard2003-04-131-46/+68
* comment fixes (Peter Lund)bellard2003-04-132-19/+19
* function parameters must be converted to pointer of functionsbellard2003-04-131-5/+14
* better _Bool lvalue supportbellard2003-04-131-1/+1
* struct syntax fixbellard2003-04-131-2/+3
* spell fixes + texinfo format fixes by Peter Lundbellard2003-04-101-132/+213
* updatebellard2003-04-091-3/+6