aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* reject abstract declarators in function definition (Mauro Persano)bellard2003-07-201-0/+7
* suppressed warning for const function parametersbellard2003-06-021-1/+3
* const warning testbellard2003-06-021-0/+10
* added init_array defines for new ld compatibilitybellard2003-05-291-0/+33
* added missing texi2pod.plbellard2003-05-241-1/+1
* help updatebellard2003-05-241-0/+1
* updatebellard2003-05-243-18/+61
* added -rdynamic supportbellard2003-05-242-3/+19