| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | asm test | bellard | 2003-01-06 | 1 | -0/+541 |
| | | |||||
| * | added asm tokens - suppressed synonims (avoid potential bugs in preprocessing) | bellard | 2003-01-06 | 1 | -25/+267 |
| | | |||||
| * | glibc compat fix | bellard | 2003-01-06 | 1 | -0/+1 |
| | | |||||
| * | asm support | bellard | 2003-01-06 | 3 | -0/+2265 |
| | | |||||
| * | macro opt - asm support - new option parsing - supressed IL code | bellard | 2003-01-06 | 1 | -423/+982 |
| | | |||||
| * | update | bellard | 2003-01-06 | 4 | -24/+347 |
| | | |||||
| * | fixes for buggy GCC compilers | bellard | 2002-12-08 | 1 | -1/+10 |
| | | |||||
| * | added | bellard | 2002-12-08 | 3 | -0/+1846 |
| | | |||||
| * | FreeBSB fixes - elf align issues | bellard | 2002-12-08 | 1 | -0/+11 |
| | | |||||
| * | FreeBSD fixes - file type guessing - glibc2.2 fixes - ELF align issue | bellard | 2002-12-08 | 1 | -15/+31 |
| | | |||||
| * | renamed registers | bellard | 2002-12-08 | 1 | -18/+18 |
| | | |||||
| * | FreeBSD fixes | bellard | 2002-12-08 | 1 | -0/+20 |
| | | |||||
| * | update | bellard | 2002-12-08 | 3 | -8/+18 |
| | | |||||
| * | added static bit fields init - version change - #error and #warning fix - ↵ | bellard | 2002-11-24 | 1 | -17/+31 |
| | | | | | support aligned attribute without parameter | ||||
| * | added varargs.h | bellard | 2002-11-24 | 1 | -0/+11 |
| | | |||||
