aboutsummaryrefslogtreecommitdiff
Commit message (Expand)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 b...bellard2004-10-231-148/+185
* 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 opt...bellard2004-10-181-10/+120
* 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 ARM...bellard2003-10-145-18/+1526
* 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
* .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 n...bellard2003-10-041-3/+3
* 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