| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | allow tcc be build from separate objects | grischka | 2009-12-20 | 1 | -8/+10 |
| | | | | | If you want that, run: make NOTALLINONE=1 | ||||
| * | tccasm: make VT_VOID symbols ST_NOTYPE, elf-wise | grischka | 2009-12-19 | 1 | -0/+6 |
| | | | | | | | | This was confusing objdump such that it did not print disassembly with -d. Also, put filename as with C compilation | ||||
| * | first support of x86_64 assembly | Frederic Feret | 2009-11-13 | 1 | -0/+6 |
| | | |||||
| * | added 16-bit x86 assembly support | Frederic Feret | 2009-11-13 | 1 | -0/+14 |
| | | |||||
| * | fix some warning | grischka | 2009-07-18 | 1 | -4/+4 |
| | | |||||
| * | Import more changesets from Rob Landley's fork (part 2) | grischka | 2007-11-21 | 1 | -1/+1 |
| | | |||||
| * | support for empty input register section in asm (Filip Navara) | bellard | 2005-09-03 | 1 | -13/+15 |
| | | |||||
| * | added -f[no-]leading-underscore | bellard | 2005-06-15 | 1 | -1/+1 |
| | | |||||
| * | pool for symbol allocation | bellard | 2004-11-07 | 1 | -1/+1 |
| | | |||||
| * | copyright update | bellard | 2004-10-27 | 1 | -1/+1 |
| | | |||||
| * | added .quad asm directive | bellard | 2004-10-25 | 1 | -0/+27 |
| | | |||||
| * | added .ascii and .asciz directives | bellard | 2004-10-23 | 1 | -7/+20 |
| | | |||||
| * | absolute symbols support - .org, .fill and .previous directives | bellard | 2004-10-18 | 1 | -36/+189 |
| | | |||||
| * | both .globl and .global directives are accepted by as | bellard | 2004-10-02 | 1 | -0/+1 |
| | | |||||
| * | changed license to LGPL | bellard | 2003-05-24 | 1 | -11/+11 |
| | | |||||
| * | various asm directives - char support (Dave Long) | bellard | 2003-04-28 | 1 | -1/+77 |
| | | |||||
| * | asm number parsing (thanks to Dave Long) | bellard | 2003-04-21 | 1 | -2/+2 |
| | | |||||
| * | fixed inline asm without operand case | bellard | 2003-04-14 | 1 | -3/+8 |
| | | |||||
| * | asm support | bellard | 2003-01-06 | 1 | -0/+744 |
