aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
...
* * and #pragma pop_macro("macro_name")seyko2015-04-211-0/+1
* ability to specify a type of the input file with the -x switchseyko2015-04-121-1/+1
* -fdollar-in-identifiers switch which enables '$' in identifiersseyko2015-04-121-0/+1
* option to use an old algorithm of the array in struct initializationseyko2015-04-101-0/+2
* fix a preprocessor for .Sseyko2015-04-101-0/+1
* a bounds checking code for the ARCH=x86_64seyko2015-04-101-1/+1
* handle a -s option by executing sstrip/strip programseyko2015-04-101-0/+1
* fix the bug #31403: parser bug in structureseyko2015-04-101-0/+1
* fix for the previous commit (compilation on RPi)seyko2015-03-261-1/+1
* fix for: x86_64-tcc compiled by i386-tcc is wrongseyko2015-03-231-2/+2
* fix to allow build tcc by build-tcc.batseyko2015-03-191-1/+1
* Fix stack overwrite on structure returnMichael Matz2015-03-091-1/+1
* arm64: Implement __clear_cache.Edmund Grimley Evans2015-03-081-0/+1
* arm-unused-warnings: remove problems with defined but unused wariablesseyko2015-03-031-1/+1
* x86_64-win-tcc elfinterp: a bug correctionseyko2015-03-031-4/+4
* lddir-on-x86-64: let CONFIG_LDDIR=lib64 by default if TCC_TARGET_X86_64seyko2015-03-031-1/+5
* A gcc preprocessor option -dD addedseyko2015-03-031-0/+2
* Added a gcc preprocessor options -P, -P1seyko2015-03-031-0/+5
* Move a line_ref variable from tcc_preprocess() function into struct BufferedF...seyko2015-03-031-0/+1
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-5/+25
* Use RELA relocations properly for R_DATA_PTR on x86_64.Edmund Grimley Evans2015-02-211-0/+2
* Allow tcc to understand a setob,... opcodes as alias to seto,...seyko2015-01-061-31/+31
* tcc.h (BufferedFile): Remove unnecessary static memory allocationLee Duhem2014-12-111-1/+1
* tccpe: adjust for new 'hidden' symbols featuregrischka2014-04-171-0/+4
* Parse and emit hidden visibilityMichael Matz2014-04-141-2/+10
* Fix preprocessor concat with empty argThomas Preud'homme2014-04-121-0/+1
* tcc.h: add ELF interpreter for DragonFly BSD.minux2014-04-121-0/+2
* ELF: Remove traces of old RUNTIME_PLTGOT codeMichael Matz2014-04-061-6/+0
* arm: Use proper PLT/GOT for -run.Michael Matz2014-04-061-1/+1
* x86_64: Create proper PLT and GOT also for -runMichael Matz2014-04-061-1/+2
* tccgen: x86_64: fix garbage in the SValue upper bitsgrischka2014-04-041-37/+39
* x86-64: shared libs improvementMichael Matz2014-03-311-1/+1
* Add __attribute__ ((noreturn)) to tcc_error and expect functions.mingodad2014-03-301-2/+2
* tccpp: reorder some tokensgrischka2014-03-291-15/+18
* Simplify and fix GOT32 + PLT32 reloc commitThomas Preud'homme2014-03-261-0/+1
* Def signedness != signed != unsigned for charThomas Preud'homme2014-02-061-1/+1
* Add support for runtime selection of float ABIThomas Preud'homme2014-01-081-6/+15
* be stricter with aliasinggrischka2014-01-071-31/+26
* misc. fixesgrischka2014-01-061-15/+15
* Fix struct ret in variadic fct with ARM hardfloatThomas Preud'homme2014-01-061-1/+2
* Don't enable bound check if libgcc is usedThomas Preud'homme2014-01-061-1/+2
* Fix CONFIG_TCC_SYSINCLUDEPATHS on !win32 systemsRamsay Jones2013-10-021-2/+4
* Generate an error when a function is redefinedThomas Preud'homme2013-09-161-1/+3
* Fix lib, include, crt and libgcc search pathsThomas Preud'homme2013-09-071-10/+11
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-281-0/+1
* Improved variable length array support.James Lyon2013-04-271-1/+17
* Fixed problems with XMM1 use on Linux/x86-64.James Lyon2013-04-191-4/+0
* Got test1-3 working on x86-64.James Lyon2013-04-191-0/+3
* x86-64 ABI fixes.James Lyon2013-04-191-0/+2
* Tests in abitest.c now work on Win32.James Lyon2013-04-181-0/+1