aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
...
* Improve hash performanceVlad Vissoultchev2016-04-171-3/+4
* preprocessor oprtion -C (keep comments)seyko2016-04-151-1/+2
* fix for thev "#pragna once" guardseyko2016-04-141-0/+1
* Move utility functions `trimfront/back` to tccpp.cVlad Vissoultchev2016-04-131-0/+2
* correct version of "Identifiers can start and/or contain"seyko2016-04-131-1/+3
* Allow tcc arguments to be read from @listfilesseyko2016-04-131-0/+9
* VS2015 solution and project filesseyko2016-04-131-0/+7
* revert of the 'Identifiers can start and/or contain'seyko2016-04-131-3/+1
* Implement -dM preprocessor option as in gccVlad Vissoultchev2016-04-061-1/+2
* Identifiers can start and/or contain '.' in *.Sseyko2016-04-051-1/+3
* -fnormalize-inc-dirsseyko2016-04-031-1/+2
* reverse of the "Identifiers can start and/or contain '.'"seyko2016-04-031-3/+1
* Move all GAS directives under TOK_ASMDIR prefix to include leading '.'Vlad Vissoultchev2016-03-151-1/+3
* Change the way struct CStrings are handled.Edmund Grimley Evans2015-11-261-1/+5
* tcc.h: Change order of built-in include paths: put TCC's own dir first.Edmund Grimley Evans2015-11-231-3/+3
* tccpp: cleanup #include_nextgrischka2015-11-201-1/+1
* 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