| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ARM target support (Daniel Glockner) - allow unsigned char as default on ↵ | bellard | 2003-10-14 | 5 | -18/+1526 |
| | | | | | ARM (Daniel Glockner) - fixed small ld script support (Daniel Glockner) | ||||
| * | update | bellard | 2003-10-05 | 1 | -1/+1 |
| | | |||||
| * | update | bellard | 2003-10-05 | 2 | -1/+34 |
| | | |||||
| * | update | bellard | 2003-10-04 | 3 | -4/+33 |
| | | |||||
| * | added examples | bellard | 2003-10-04 | 6 | -5/+161 |
| | | |||||
| * | fixed libc linking when running in memory | bellard | 2003-10-04 | 1 | -2/+5 |
| | | |||||
| * | added arguments to -run - fixed libc linking when running in memory - output ↵ | bellard | 2003-10-04 | 1 | -45/+98 |
| | | | | | a warning instead of an error if invalid escaped sequence in character | ||||
| * | .gnu.linkonce section support (useful to link with recent glibc) | bellard | 2003-10-04 | 1 | -3/+28 |
| | | |||||
| * | unbounded section name (might be useful when section name contains function ↵ | bellard | 2003-10-04 | 1 | -3/+3 |
| | | | | | name for g++ linkonce sections) | ||||
| * | fixed -w option - doc update (thanx to Romain Francoise) | bellard | 2003-10-04 | 2 | -14/+15 |
| | | |||||
| * | added -w option | bellard | 2003-09-19 | 1 | -1/+16 |
| | | |||||
| * | changed tcc_get_symbol() prototype | bellard | 2003-07-20 | 4 | -12/+24 |
| | | |||||
| * | fixed typdefed type parsing (Mauro Persano) | bellard | 2003-07-20 | 1 | -2/+9 |
| | | |||||
| * | reject abstract declarators in function definition (Mauro Persano) | bellard | 2003-07-20 | 1 | -0/+7 |
| | | |||||
| * | suppressed warning for const function parameters | bellard | 2003-06-02 | 1 | -1/+3 |
| | | |||||
| * | const warning test | bellard | 2003-06-02 | 1 | -0/+10 |
| | | |||||
| * | added init_array defines for new ld compatibility | bellard | 2003-05-29 | 1 | -0/+33 |
| | | |||||
| * | added missing texi2pod.pl | bellard | 2003-05-24 | 1 | -1/+1 |
| | | |||||
| * | help update | bellard | 2003-05-24 | 1 | -0/+1 |
| | | |||||
| * | update | bellard | 2003-05-24 | 3 | -18/+61 |
| | | |||||
| * | added -rdynamic support | bellard | 2003-05-24 | 2 | -3/+19 |
| | | |||||
| * | libtcc1 is now a library so that it is linked in only on demand | bellard | 2003-05-24 | 1 | -3/+6 |
| | | |||||
| * | changed license to LGPL | bellard | 2003-05-24 | 3 | -17/+513 |
| | | |||||
| * | update | bellard | 2003-05-24 | 1 | -0/+1 |
| | | |||||
| * | changed license to LGPL | bellard | 2003-05-24 | 6 | -56/+60 |
| | | |||||
| * | added 32 bit shift support | bellard | 2003-05-24 | 1 | -0/+39 |
| | | |||||
| * | fixed zero arg macro parse | bellard | 2003-05-18 | 2 | -1/+7 |
| | | |||||
| * | removed unnecessary manual page | bellard | 2003-05-18 | 1 | -136/+0 |
| | | |||||
| * | automatic man page generation from tcc-doc.texi | bellard | 2003-05-18 | 3 | -8/+460 |
| | | |||||
| * | fixed macro argument substitution | bellard | 2003-05-18 | 1 | -10/+12 |
| | | |||||
| * | test macro substitution inside macro args | bellard | 2003-05-18 | 1 | -1/+10 |
| | | |||||
| * | update | bellard | 2003-04-28 | 2 | -1/+13 |
| | | |||||
| * | alacarte linking (Dave Long) | bellard | 2003-04-28 | 2 | -7/+63 |
| | | |||||
| * | various asm directives - char support (Dave Long) | bellard | 2003-04-28 | 2 | -2/+83 |
| | | |||||
| * | added % constraint | bellard | 2003-04-27 | 1 | -4/+10 |
| | | |||||
| * | update | bellard | 2003-04-27 | 1 | -0/+31 |
| | | |||||
| * | added -nostdlib | bellard | 2003-04-27 | 2 | -12/+21 |
| | | |||||
| * | added __builtin_constant_p() and __builtin_types_compatible_p() support | bellard | 2003-04-26 | 2 | -4/+46 |
| | | |||||
| * | update | bellard | 2003-04-26 | 1 | -2/+2 |
| | | |||||
| * | added tcc_set_warning() - c++ include support | bellard | 2003-04-26 | 1 | -0/+11 |
| | | |||||
| * | more precise C type check support (const warnings) - added generic -W option ↵ | bellard | 2003-04-26 | 1 | -91/+272 |
| | | | | | support | ||||
| * | asm number parsing (thanks to Dave Long) | bellard | 2003-04-21 | 1 | -2/+2 |
| | | |||||
| * | default output object filename is basename of input filename (same behaviour ↵ | bellard | 2003-04-16 | 1 | -1/+19 |
| | | | | | as gcc) | ||||
| * | ignore OUTPUT_FORMAT and TARGET ld script commands (fixes Redhat >= 7 static ↵ | bellard | 2003-04-16 | 1 | -0/+15 |
| | | | | | link problems) | ||||
| * | simpler function call API | bellard | 2003-04-16 | 2 | -182/+108 |
| | | |||||
| * | update | bellard | 2003-04-14 | 4 | -4/+30 |
| | | |||||
| * | switch label parse fix | bellard | 2003-04-14 | 1 | -3/+7 |
| | | |||||
| * | added 'A' asm constraint | bellard | 2003-04-14 | 1 | -5/+30 |
| | | |||||
| * | fixed inline asm without operand case | bellard | 2003-04-14 | 1 | -3/+8 |
| | | |||||
| * | compile fix | bellard | 2003-04-13 | 1 | -0/+1 |
| | | |||||
