| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | update | bellard | 2003-04-13 | 3 | -17/+23 |
| | | |||||
| * | added config.texi | bellard | 2003-04-13 | 1 | -6/+4 |
| | | |||||
| * | added -run option | bellard | 2003-04-13 | 1 | -8/+7 |
| | | |||||
| * | added __TIME__ and __DATE__ support - added -v and -run options | bellard | 2003-04-13 | 1 | -23/+38 |
| | | |||||
| * | added configure support | bellard | 2003-04-13 | 5 | -5/+307 |
| | | |||||
| * | configure support | bellard | 2003-04-13 | 1 | -6/+6 |
| | | |||||
| * | gcc 3 tests activated - new tests for 0.9.17 | bellard | 2003-04-13 | 1 | -5/+43 |
| | | |||||
| * | added configure - gcc 3.x support | bellard | 2003-04-13 | 1 | -30/+41 |
| | | |||||
| * | fixed macro function bug | bellard | 2003-04-13 | 2 | -0/+12 |
| | | |||||
| * | update | bellard | 2003-04-13 | 2 | -1/+204 |
| | | |||||
| * | fixed comment parsing | bellard | 2003-04-13 | 2 | -36/+48 |
| | | |||||
| * | sanitized string and character constant parsing | bellard | 2003-04-13 | 1 | -170/+215 |
| | | |||||
| * | PLT generation fix | bellard | 2003-04-13 | 1 | -46/+68 |
| | | |||||
| * | comment fixes (Peter Lund) | bellard | 2003-04-13 | 2 | -19/+19 |
| | | |||||
| * | function parameters must be converted to pointer of functions | bellard | 2003-04-13 | 1 | -5/+14 |
| | | |||||
| * | better _Bool lvalue support | bellard | 2003-04-13 | 1 | -1/+1 |
| | | |||||
| * | struct syntax fix | bellard | 2003-04-13 | 1 | -2/+3 |
| | | |||||
| * | spell fixes + texinfo format fixes by Peter Lund | bellard | 2003-04-10 | 1 | -132/+213 |
| | | |||||
| * | update | bellard | 2003-04-09 | 1 | -3/+6 |
| | | |||||
