| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused variables | Thomas Preud'homme | 2011-05-16 | 1 | -2/+1 |
| | | | | | | Remove unused local variables and declare them conditionally when they are used only on some architectures. | ||||
| * | tccasm: support alternate .type syntaxes | Joe Soroka | 2011-02-24 | 1 | -8/+9 |
| | | |||||
| * | tccasm: support .weak labels | Joe Soroka | 2011-02-01 | 1 | -0/+4 |
| | | |||||
| * | accept multiple comma separated symbols for .globl/.global directives, like ↵ | Joe Soroka | 2011-01-20 | 1 | -2/+2 |
| | | | | | gas does | ||||
| * | libtcc: new function tcc_open_bf to create BufferedFile | grischka | 2010-11-25 | 1 | -16/+6 |
| | | | | | | | | | Use it in: - tcc_open - tcc_compile_string - tcc_define_symbol - tcc_assemble_inline | ||||
| * | Move asm label functions from tccasm.c to tccgen.c | Thomas Preud'homme | 2010-09-14 | 1 | -35/+0 |
| | | | | | | | | | | | * Move functions parse_asm_str and asm_label_instr from tccasm.c to tccgen.c * Remove CONFIG_TCC_ASM_LABEL macro as asm label are available on all archs. See: http://lists.nongnu.org/archive/html/tinycc-devel/2010-09/msg00026.html for the rationale. | ||||
| * | Add support of asm label for functions. | Thomas Preud'homme | 2010-09-10 | 1 | -0/+20 |
| | | | | | | | Add support for asm labels for functions, that is the ability to rename a function at assembly level with __asm__ ("newname") appended in function declaration. | ||||
| * | Revert "tccpp: Allow local labels to start with a dot" | Daniel Glöckner | 2010-05-06 | 1 | -4/+1 |
| | | | | | | | This reverts commit f740485a5ab2ecef741bf1161b9feeea9c18cac0. It breaks access to structure elements starting with L | ||||
| * | tccasm: Detect (but ignore) .ident directive | Detlef Riekenberg | 2010-04-05 | 1 | -0/+18 |
| | | | | | | | | tcc is now able to compile many asm files generated by gcc -- By by ... Detlef | ||||
| * | tccasm: Detect (but ignore) .size directive | Detlef Riekenberg | 2010-04-05 | 1 | -0/+21 |
| | | | | | | -- By by ... Detlef | ||||
| * | tccasm: Support .type directive (only name,@function) | Detlef Riekenberg | 2010-04-05 | 1 | -0/+31 |
| | | | | | | -- By by ... Detlef | ||||
| * | tccpp: Allow local labels to start with a dot | Detlef Riekenberg | 2010-04-05 | 1 | -1/+4 |
| | | | | | | -- By by ... Detlef | ||||
| * | tccasm: Detect (but ignore) the .file directive | Detlef Riekenberg | 2010-04-05 | 1 | -0/+18 |
| | | | | | | | | | | Some patches, to allow tcc to compile asm sources generated by gcc and help tcc with the autoconf stuff used in Wine ( http://source.winehq.org/git/wine.git/ ) -- By by ... Detlef | ||||
| * | tccpp: convert TOK_GET macro into function | grischka | 2010-01-14 | 1 | -1/+2 |
| | | |||||
| * | 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 |
