aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gcc 3.3 compatibility fix for multi-line string literalsbellard2004-10-281-0/+6
|
* added _Bool in bit-fieldsbellard2004-10-271-0/+1
|
* copyright updatebellard2004-10-274-5/+5
|
* compile fixbellard2004-10-271-2/+1
|
* correct libtcc1 link orderbellard2004-10-271-4/+3
|
* added .quad asm directivebellard2004-10-252-0/+28
|
* updatebellard2004-10-232-1/+32
|
* fixed linker symbol generation - output format supportbellard2004-10-231-90/+141
|
* updatebellard2004-10-234-23/+23
|
* added .ascii and .asciz directivesbellard2004-10-231-7/+20
|
* do not generate code for unused inline functions - fixed long long code gen ↵bellard2004-10-231-148/+185
| | | | bug - added --oformat linker option
* output format supportbellard2004-10-231-0/+4
|
* updatebellard2004-10-183-0/+22
|
* _end symbol definition fix - fixed section alignment logicbellard2004-10-181-14/+26
|
* absolute symbols support - .org, .fill and .previous directivesbellard2004-10-181-36/+189
|
* primitive fastcall functions support - -fno-common option - -Ttext linker ↵bellard2004-10-181-10/+120
| | | | option - bit field fixes - section alignment fixes
* primitive fastcall functions supportbellard2004-10-181-9/+46
|
* push/pop fixes - added fxsave and fxrstorbellard2004-10-181-4/+6
|
* fixed 'no base' modrm generation - better asm constraints handlingbellard2004-10-181-83/+158
|
* updatebellard2004-10-181-0/+16
|
* copy paste abusebellard2004-10-081-1/+1
|
* win32 configurebellard2004-10-076-51/+92
|
* fixed __LINE__ token typebellard2004-10-071-7/+10
|
* C67 COFF executable format support (TK)bellard2004-10-058-22/+1494
|
* initial TMS320C67xx support (TK)bellard2004-10-051-0/+2556
|
* ARM fixes (Daniel Glockner)bellard2004-10-044-90/+232
|
* faster (Daniel Glöckner)bellard2004-10-041-2/+2
|
* initial TMS320C67xx support (TK)bellard2004-10-047-7/+87
|
* fixes for dietlibcbellard2004-10-022-3/+7
|
* dietlibc supportbellard2004-10-021-2/+2
|
* both .globl and .global directives are accepted by asbellard2004-10-023-0/+4
|
* updatebellard2004-10-021-0/+4
|
* comment parsing fix - bitfields partial fixbellard2004-10-021-7/+20
|
* install fixbellard2004-10-021-0/+4
|
* fixed assignment of const struct in structbellard2003-10-171-1/+5
|
* added -funsigned-char, -fsigned-char and -Wimplicit-function-declarationbellard2003-10-172-36/+98
|
* updatebellard2003-10-141-0/+4
|
* ARM target support (Daniel Glockner) - allow unsigned char as default on ↵bellard2003-10-145-18/+1526
| | | | ARM (Daniel Glockner) - fixed small ld script support (Daniel Glockner)
* updatebellard2003-10-051-1/+1
|
* updatebellard2003-10-052-1/+34
|
* updatebellard2003-10-043-4/+33
|
* added examplesbellard2003-10-046-5/+161
|
* fixed libc linking when running in memorybellard2003-10-041-2/+5
|
* added arguments to -run - fixed libc linking when running in memory - output ↵bellard2003-10-041-45/+98
| | | | a warning instead of an error if invalid escaped sequence in character
* .gnu.linkonce section support (useful to link with recent glibc)bellard2003-10-041-3/+28
|
* unbounded section name (might be useful when section name contains function ↵bellard2003-10-041-3/+3
| | | | name for g++ linkonce sections)
* fixed -w option - doc update (thanx to Romain Francoise)bellard2003-10-042-14/+15
|
* added -w optionbellard2003-09-191-1/+16
|
* changed tcc_get_symbol() prototypebellard2003-07-204-12/+24
|
* fixed typdefed type parsing (Mauro Persano)bellard2003-07-201-2/+9
|