| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed linker symbol generation - output format support | bellard | 2004-10-23 | 1 | -90/+141 |
| | | |||||
| * | update | bellard | 2004-10-23 | 4 | -23/+23 |
| | | |||||
| * | added .ascii and .asciz directives | bellard | 2004-10-23 | 1 | -7/+20 |
| | | |||||
| * | do not generate code for unused inline functions - fixed long long code gen ↵ | bellard | 2004-10-23 | 1 | -148/+185 |
| | | | | | bug - added --oformat linker option | ||||
| * | output format support | bellard | 2004-10-23 | 1 | -0/+4 |
| | | |||||
| * | update | bellard | 2004-10-18 | 3 | -0/+22 |
| | | |||||
| * | _end symbol definition fix - fixed section alignment logic | bellard | 2004-10-18 | 1 | -14/+26 |
| | | |||||
| * | absolute symbols support - .org, .fill and .previous directives | bellard | 2004-10-18 | 1 | -36/+189 |
| | | |||||
| * | primitive fastcall functions support - -fno-common option - -Ttext linker ↵ | bellard | 2004-10-18 | 1 | -10/+120 |
| | | | | | option - bit field fixes - section alignment fixes | ||||
| * | primitive fastcall functions support | bellard | 2004-10-18 | 1 | -9/+46 |
| | | |||||
| * | push/pop fixes - added fxsave and fxrstor | bellard | 2004-10-18 | 1 | -4/+6 |
| | | |||||
| * | fixed 'no base' modrm generation - better asm constraints handling | bellard | 2004-10-18 | 1 | -83/+158 |
| | | |||||
| * | update | bellard | 2004-10-18 | 1 | -0/+16 |
| | | |||||
| * | copy paste abuse | bellard | 2004-10-08 | 1 | -1/+1 |
| | | |||||
| * | win32 configure | bellard | 2004-10-07 | 6 | -51/+92 |
| | | |||||
| * | fixed __LINE__ token type | bellard | 2004-10-07 | 1 | -7/+10 |
| | | |||||
| * | C67 COFF executable format support (TK) | bellard | 2004-10-05 | 8 | -22/+1494 |
| | | |||||
| * | initial TMS320C67xx support (TK) | bellard | 2004-10-05 | 1 | -0/+2556 |
| | | |||||
| * | ARM fixes (Daniel Glockner) | bellard | 2004-10-04 | 4 | -90/+232 |
| | | |||||
| * | faster (Daniel Glöckner) | bellard | 2004-10-04 | 1 | -2/+2 |
| | | |||||
| * | initial TMS320C67xx support (TK) | bellard | 2004-10-04 | 7 | -7/+87 |
| | | |||||
| * | fixes for dietlibc | bellard | 2004-10-02 | 2 | -3/+7 |
| | | |||||
| * | dietlibc support | bellard | 2004-10-02 | 1 | -2/+2 |
| | | |||||
| * | both .globl and .global directives are accepted by as | bellard | 2004-10-02 | 3 | -0/+4 |
| | | |||||
| * | update | bellard | 2004-10-02 | 1 | -0/+4 |
| | | |||||
| * | comment parsing fix - bitfields partial fix | bellard | 2004-10-02 | 1 | -7/+20 |
| | | |||||
| * | install fix | bellard | 2004-10-02 | 1 | -0/+4 |
| | | |||||
| * | fixed assignment of const struct in struct | bellard | 2003-10-17 | 1 | -1/+5 |
| | | |||||
| * | added -funsigned-char, -fsigned-char and -Wimplicit-function-declaration | bellard | 2003-10-17 | 2 | -36/+98 |
| | | |||||
| * | update | bellard | 2003-10-14 | 1 | -0/+4 |
| | | |||||
| * | ARM target support (Daniel Glockner) - allow unsigned char as default on ↵ | bellard | 2003-10-14 | 5 | -18/+1526 |
| | | | | | ARM (Daniel Glockner) - fixed small ld script support (Daniel Glockner) | ||||
| * | update | bellard | 2003-10-05 | 1 | -1/+1 |
| | | |||||
| * | update | bellard | 2003-10-05 | 2 | -1/+34 |
| | | |||||
| * | update | bellard | 2003-10-04 | 3 | -4/+33 |
| | | |||||
| * | added examples | bellard | 2003-10-04 | 6 | -5/+161 |
| | | |||||
| * | fixed libc linking when running in memory | bellard | 2003-10-04 | 1 | -2/+5 |
| | | |||||
| * | added arguments to -run - fixed libc linking when running in memory - output ↵ | bellard | 2003-10-04 | 1 | -45/+98 |
| | | | | | a warning instead of an error if invalid escaped sequence in character | ||||
| * | .gnu.linkonce section support (useful to link with recent glibc) | bellard | 2003-10-04 | 1 | -3/+28 |
| | | |||||
| * | unbounded section name (might be useful when section name contains function ↵ | bellard | 2003-10-04 | 1 | -3/+3 |
| | | | | | name for g++ linkonce sections) | ||||
| * | fixed -w option - doc update (thanx to Romain Francoise) | bellard | 2003-10-04 | 2 | -14/+15 |
| | | |||||
| * | added -w option | bellard | 2003-09-19 | 1 | -1/+16 |
| | | |||||
| * | changed tcc_get_symbol() prototype | bellard | 2003-07-20 | 4 | -12/+24 |
| | | |||||
| * | fixed typdefed type parsing (Mauro Persano) | bellard | 2003-07-20 | 1 | -2/+9 |
| | | |||||
| * | reject abstract declarators in function definition (Mauro Persano) | bellard | 2003-07-20 | 1 | -0/+7 |
| | | |||||
| * | suppressed warning for const function parameters | bellard | 2003-06-02 | 1 | -1/+3 |
| | | |||||
| * | const warning test | bellard | 2003-06-02 | 1 | -0/+10 |
| | | |||||
| * | added init_array defines for new ld compatibility | bellard | 2003-05-29 | 1 | -0/+33 |
| | | |||||
| * | added missing texi2pod.pl | bellard | 2003-05-24 | 1 | -1/+1 |
| | | |||||
| * | help update | bellard | 2003-05-24 | 1 | -0/+1 |
| | | |||||
| * | update | bellard | 2003-05-24 | 3 | -18/+61 |
| | | |||||
