aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+1498
* Reorganize the source tree.gus knight2015-07-271-1498/+0
* Trim trailing spaces everywhere.gus knight2015-07-271-4/+4
* fix-mixed-struct (patch by Pip Cet)seyko2015-05-141-3/+5
* redo of the -dD optionseyko2015-05-131-0/+2
* restore a max memory usage printing for a new MEM_DEBUG when -benchseyko2015-05-121-1/+1
* a new version of the MEM_DEBUGseyko2015-05-121-5/+15
* tcc_add_dll is not used if TCC_TARGET_PEseyko2015-05-101-0/+4
* tccpp: fix issues, add testsgrischka2015-05-091-17/+28
* a lot simpler VLA codeseyko2015-05-041-6/+0
* tccpp.c: fix GNU comma handlingPhilip2015-05-021-0/+1
* tccpp.c: parse flag to accept stray \Philip2015-05-021-0/+1
* replace PARSE_FLAG_ASM_COMMENTS with PARSE_FLAG_ASM_FILEseyko2015-04-271-2/+1
* Revert "* and #pragma pop_macro("macro_name")"grischka2015-04-231-1/+0
* * 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