aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* better gcc compatibility (Jon Griffiths)bellard2004-12-161-1/+3
|
* updatebellard2004-11-081-26/+48
|
* updatebellard2004-11-081-1/+3
|
* gcc 3.4 fixbellard2004-11-071-1/+1
|
* updatebellard2004-11-073-1/+12
|
* pool for symbol allocationbellard2004-11-071-1/+1
|
* optimisations: hash table for include file search, pool for symbol ↵bellard2004-11-071-74/+111
| | | | allocation - sympler token string allocation - '-b' fix with '-run' option
* gcc 3.4 compile fixbellard2004-11-071-17/+5
|
* removed warningsbellard2004-11-073-9/+18
|
* stack full fixbellard2004-11-021-3/+3
|
* packed attribute supportbellard2004-10-292-6/+23
|
* fixed const and volatile function parameters typing - fixed string parsing ↵bellard2004-10-281-1/+5
| | | | when skipping code
* 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)