aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added arguments to -run - fixed libc linking when running in memory - output ...bellard2003-10-041-45/+98
* .gnu.linkonce section support (useful to link with recent glibc)bellard2003-10-041-3/+28
* unbounded section name (might be useful when section name contains function n...bellard2003-10-041-3/+3
* fixed -w option - doc update (thanx to Romain Francoise)bellard2003-10-042-14/+15
* added -w optionbellard2003-09-191-1/+16
* changed tcc_get_symbol() prototypebellard2003-07-204-12/+24
* fixed typdefed type parsing (Mauro Persano)bellard2003-07-201-2/+9
* reject abstract declarators in function definition (Mauro Persano)bellard2003-07-201-0/+7
* suppressed warning for const function parametersbellard2003-06-021-1/+3
* const warning testbellard2003-06-021-0/+10
* added init_array defines for new ld compatibilitybellard2003-05-291-0/+33
* added missing texi2pod.plbellard2003-05-241-1/+1
* help updatebellard2003-05-241-0/+1
* 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