aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "partial revert of the commit 4ad186c5ef61"grischka2017-02-051-1/+0
* tccasm: Implement .set sym, exprMichael Matz2016-12-151-0/+1
* Implement __builtin_choose_exprMichael Matz2016-12-151-0/+1
* tccasm: Accept .balignMichael Matz2016-12-151-0/+1
* tccasm: Implement .pushsection and .popsectionMichael Matz2016-12-151-0/+2
* lib/libtcc1.c: cleanupgrischka2016-10-191-3/+0
* #define __GNUC__ = 2.1grischka2016-10-151-0/+4
* Revert part of "fix installation amd bcheck for Windows"grischka2016-10-011-1/+0
* .rept asm directiveseyko2016-04-221-0/+2
* __builtin_expect no-opseyko2016-04-161-0/+1
* correct version of "Identifiers can start and/or contain"seyko2016-04-131-26/+31
* revert of the 'Identifiers can start and/or contain'seyko2016-04-131-31/+26
* Identifiers can start and/or contain '.' in *.Sseyko2016-04-051-26/+31
* reverse of the "Identifiers can start and/or contain '.'"seyko2016-04-031-31/+26
* Move all GAS directives under TOK_ASMDIR prefix to include leading '.'Vlad Vissoultchev2016-03-151-26/+31
* tcctok.h: Put TOK_memmove in the correct places (I hope).Edmund Grimley Evans2015-11-051-1/+2
* tcctok.h: Revert 41408f2, which moved TOK_memmove.Edmund Grimley Evans2015-11-051-1/+1
* fix for the "tccgen.c: Use memmove for struct assignment"seyko2015-11-051-1/+1
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+335
* Reorganize the source tree.gus knight2015-07-271-335/+0
* Trim trailing spaces everywhere.gus knight2015-07-271-1/+1
* tccpp: alternative #pragma push/pop_macrogrischka2015-04-231-0/+2
* Revert "* and #pragma pop_macro("macro_name")"grischka2015-04-231-2/+0
* "#pragma once" implementationseyko2015-04-211-0/+1
* * and #pragma pop_macro("macro_name")seyko2015-04-211-0/+2
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-151-0/+2
* Revert "implement #pragma comment(lib,...)"Steven G. Messervey2015-04-151-3/+0
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-151-0/+3
* replace a method to force bcheck.o linkingseyko2015-04-121-0/+1
* arm64: Implement __clear_cache.Edmund Grimley Evans2015-03-081-0/+1
* Add __builtin_return_address.Edmund Grimley Evans2015-03-061-0/+1
* 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