aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
Commit message (Expand)AuthorAgeFilesLines
* partial revert of the commit 4ad186c5ef61seyko2015-03-041-0/+4
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-0/+33
* Add support for .p2align asm directive.Reimar Döffinger2015-01-201-0/+1
* Parse assembler .hidden directiveMichael Matz2014-04-141-0/+1
* Parse and emit hidden visibilityMichael Matz2014-04-141-0/+2
* Create bcheck region for argv and arge argumentThomas Preud'homme2014-03-291-0/+1
* i386: use __fixdfdi instead of __tcc_cvt_ftolgrischka2014-01-061-43/+46
* Revert "Add support for thread-local storage variables"Thomas Preud'homme2013-11-031-1/+0
* Add support for thread-local storage variablesThomas Preud'homme2013-10-291-0/+1
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-281-2/+2
* 64-bit tests now pass (well, nearly).James Lyon2013-04-241-0/+4
* tcctok.h: fix ifdef target/host confusionJoe Soroka2011-04-121-1/+1
* re-apply VLA by Thomas Preud'hommeJoe Soroka2011-04-061-0/+2
* tccgen: handle __attribute((alias("target")))Joe Soroka2011-03-031-0/+2
* Revert "Make TOK_alloca available for x86-64"Thomas Preud'homme2011-02-051-2/+0
* Make TOK_alloca available for x86-64Thomas Preud'homme2011-02-041-0/+2
* Support struct arguments with stdarg.hShinichiro Hamaji2010-12-281-6/+1
* Add nan, snan and inf float constantsThomas Preud'homme2010-05-061-2/+7
* tccasm: Detect (but ignore) .ident directiveDetlef Riekenberg2010-04-051-0/+1
* tccasm: Detect (but ignore) .size directiveDetlef Riekenberg2010-04-051-0/+1
* tccasm: Support .type directive (only name,@function)Detlef Riekenberg2010-04-051-0/+1
* tccasm: Detect (but ignore) the .file directiveDetlef Riekenberg2010-04-051-0/+1
* weak function symbolsManuel Simoni2010-02-271-0/+2
* Add support for the __mode__ attributeDetlef Riekenberg2010-01-261-0/+4
* win32: enable bounds checker & exception handlergrischka2009-12-191-1/+3
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-5/+1
* fixed and added missing file for x86_64 assemblyFrederic Feret2009-11-131-1/+1
* first support of x86_64 assemblyFrederic Feret2009-11-131-215/+6
* added 16-bit x86 assembly supportFrederic Feret2009-11-131-0/+5
* win32: handle __declspec(dllimport)grischka2009-11-131-0/+1
* drop alloca #definegrischka2009-05-161-1/+1
* TOK_builtin_malloc: alternative solutiongrischka2009-04-181-0/+4
* Remove multiple definition error caused by combination of x86-64 and va_list.Shinichiro Hamaji2009-04-181-0/+4
* Add __builtin_frame_address(0)Shinichiro Hamaji2008-12-021-0/+1
* Runtime lib functionsDaniel Glöckner2008-09-121-30/+33
* Import 409,410: ARM EABI by Daniel Glöcknergrischka2007-12-041-2/+31
* Import more changesets from Rob Landley's fork (part 2)grischka2007-11-211-1/+1
* fastcall keywordsbellard2005-09-041-0/+3
* #pragma pack support (grischka)bellard2005-04-131-0/+8
* #include_next support (Bernhard Fischer)bellard2005-04-101-0/+1
* __chkstk supportbellard2005-04-101-0/+1
* initial PE format supportbellard2005-04-101-0/+1
* packed attribute supportbellard2004-10-291-0/+2
* added .quad asm directivebellard2004-10-251-0/+1
* updatebellard2004-10-231-0/+2
* updatebellard2004-10-181-0/+5
* C67 COFF executable format support (TK)bellard2004-10-051-1/+11
* ARM fixes (Daniel Glockner)bellard2004-10-041-0/+7
* both .globl and .global directives are accepted by asbellard2004-10-021-0/+1
* ARM target support (Daniel Glockner) - allow unsigned char as default on ARM...bellard2003-10-141-0/+11