aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* asm testbellard2003-01-061-0/+541
* added asm tokens - suppressed synonims (avoid potential bugs in preprocessing)bellard2003-01-061-25/+267
* glibc compat fixbellard2003-01-061-0/+1
* asm supportbellard2003-01-063-0/+2265
* macro opt - asm support - new option parsing - supressed IL codebellard2003-01-061-423/+982
* updatebellard2003-01-064-24/+347
* fixes for buggy GCC compilersbellard2002-12-081-1/+10
* addedbellard2002-12-083-0/+1846
* FreeBSB fixes - elf align issuesbellard2002-12-081-0/+11
* FreeBSD fixes - file type guessing - glibc2.2 fixes - ELF align issuebellard2002-12-081-15/+31
* renamed registersbellard2002-12-081-18/+18
* FreeBSD fixesbellard2002-12-081-0/+20
* updatebellard2002-12-083-8/+18
* added static bit fields init - version change - #error and #warning fix - sup...bellard2002-11-241-17/+31
* added varargs.hbellard2002-11-241-0/+11
* use TCC macrosbellard2002-11-241-3/+3
* added MAX_ALIGNbellard2002-11-241-0/+3
* updatebellard2002-11-244-18/+116
* fixed structure type test - fixed enum parsing - added warning for int/ptr co...bellard2002-11-241-7/+26