aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
...
* tccgen: asm_label cleanupgrischka2015-11-201-1/+2
* Trivial changes to avoid some compiler warnings.Edmund Grimley Evans2015-11-191-4/+4
* Replace pointer casts with calls to (read|write)(16|32|64)le.Edmund Grimley Evans2015-11-191-0/+45
* Merge the integer members of union CValue into "uint64_t i".Edmund Grimley Evans2015-11-171-6/+1
* tcc.h: remove CONFIG_TCCBOOT partseyko2015-11-051-7/+0
* fix for the previous commitseyko2015-11-051-0/+1
* normalize inc dirs, symplify include_nextseyko2015-11-051-0/+1
* Define CONFIG_TCC_ELFINTERP on NetBSD as /usr/libexec/ld.elf_soKamil Rytarowski2015-10-111-0/+2
* Revert "fix-mixed-struct (patch by Pip Cet)"gus knight2015-07-291-5/+3
* 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