aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* libtcc: cleanup -x<filetype> switch codegrischka2016-10-011-1/+5
* tccpp: #pragma once: make it workgrischka2016-10-011-2/+2
* Revert "--whole-archive support"grischka2016-10-011-1/+0
* gtst_addr(): short conditional jumps (i386, x86_64)Pavlas, Zdenek2016-09-301-0/+5
* Rein in unintended external functions on Windows.Jean-Claude Beaudoin2016-09-271-1/+1
* pstrcpy looks to be needed by Windows win32/win64 builds. Reverted as PUB_FUN...Christian Jullien2016-09-261-1/+1
* Rein in unintended external functions.Jean-Claude Beaudoin2016-09-251-3/+3
* --whole-archive supportseyko2016-05-201-0/+1
* x86-64-asm: Clean up 64bit immediate supportMichael Matz2016-05-111-1/+1
* tccpp: cleanup options -dD -dM, remove -Cgrischka2016-05-051-4/+1
* tccgen: scope levels for local symbolsgrischka2016-05-051-2/+4
* -fno-type-redefinition-checkseyko2016-05-041-0/+1
* Reduce allocations overheadVlad Vissoultchev2016-04-171-0/+42
* 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