aboutsummaryrefslogtreecommitdiff
path: root/tccasm.c
Commit message (Expand)AuthorAgeFilesLines
* Trivial changes to avoid some compiler warnings.Edmund Grimley Evans2015-11-191-1/+4
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+1130
* Reorganize the source tree.gus knight2015-07-271-1130/+0
* Clean up lots of rogue tabs.gus knight2015-07-271-17/+17
* Trim trailing spaces everywhere.gus knight2015-07-271-25/+25
* tccpp: fix issues, add testsgrischka2015-05-091-1/+1
* replace PARSE_FLAG_ASM_COMMENTS with PARSE_FLAG_ASM_FILEseyko2015-04-271-1/+1
* Revert "* and #pragma pop_macro("macro_name")"grischka2015-04-231-3/+0
* * and #pragma pop_macro("macro_name")seyko2015-04-211-1/+4
* -fdollar-in-identifiers addonseyko2015-04-201-1/+1
* Add support for .p2align asm directive.Reimar Döffinger2015-01-201-0/+8
* Parse assembler .hidden directiveMichael Matz2014-04-141-4/+8
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-071-1/+1
* configure: cleanupgrischka2013-02-141-2/+1
* Compile tccasm.c conditionally (TCC_CONFIG_ASM)Thomas Preud'homme2012-01-061-0/+2
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-23/+23
* Remove unused variablesThomas Preud'homme2011-05-161-2/+1
* tccasm: support alternate .type syntaxesJoe Soroka2011-02-241-8/+9
* tccasm: support .weak labelsJoe Soroka2011-02-011-0/+4
* accept multiple comma separated symbols for .globl/.global directives, like g...Joe Soroka2011-01-201-2/+2
* libtcc: new function tcc_open_bf to create BufferedFilegrischka2010-11-251-16/+6
* Move asm label functions from tccasm.c to tccgen.cThomas Preud'homme2010-09-141-35/+0
* Add support of asm label for functions.Thomas Preud'homme2010-09-101-0/+20
* Revert "tccpp: Allow local labels to start with a dot"Daniel Glöckner2010-05-061-4/+1
* tccasm: Detect (but ignore) .ident directiveDetlef Riekenberg2010-04-051-0/+18
* tccasm: Detect (but ignore) .size directiveDetlef Riekenberg2010-04-051-0/+21
* tccasm: Support .type directive (only name,@function)Detlef Riekenberg2010-04-051-0/+31
* tccpp: Allow local labels to start with a dotDetlef Riekenberg2010-04-051-1/+4
* tccasm: Detect (but ignore) the .file directiveDetlef Riekenberg2010-04-051-0/+18
* tccpp: convert TOK_GET macro into functiongrischka2010-01-141-1/+2
* allow tcc be build from separate objectsgrischka2009-12-201-8/+10
* tccasm: make VT_VOID symbols ST_NOTYPE, elf-wisegrischka2009-12-191-0/+6
* first support of x86_64 assemblyFrederic Feret2009-11-131-0/+6
* added 16-bit x86 assembly supportFrederic Feret2009-11-131-0/+14
* fix some warninggrischka2009-07-181-4/+4
* Import more changesets from Rob Landley's fork (part 2)grischka2007-11-211-1/+1
* support for empty input register section in asm (Filip Navara)bellard2005-09-031-13/+15
* added -f[no-]leading-underscorebellard2005-06-151-1/+1
* pool for symbol allocationbellard2004-11-071-1/+1
* copyright updatebellard2004-10-271-1/+1
* added .quad asm directivebellard2004-10-251-0/+27
* added .ascii and .asciz directivesbellard2004-10-231-7/+20
* absolute symbols support - .org, .fill and .previous directivesbellard2004-10-181-36/+189
* both .globl and .global directives are accepted by asbellard2004-10-021-0/+1
* changed license to LGPLbellard2003-05-241-11/+11
* various asm directives - char support (Dave Long)bellard2003-04-281-1/+77
* asm number parsing (thanks to Dave Long)bellard2003-04-211-2/+2
* fixed inline asm without operand casebellard2003-04-141-3/+8
* asm supportbellard2003-01-061-0/+744