aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | support
* 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
| | | | as gcc)
* ignore OUTPUT_FORMAT and TARGET ld script commands (fixes Redhat >= 7 static ↵bellard2003-04-161-0/+15
| | | | link problems)
* 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
|