aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
Commit message (Expand)AuthorAgeFilesLines
* cross-compilers: allow individual configurationgrischka2017-02-231-0/+1
* tcc: re-enable correct option -r supportgrischka2017-02-201-25/+27
* tcc -hh: show more optionsgrischka2017-02-181-67/+114
* tcctools.c: integrate tiny_libmaker/_impdefgrischka2017-02-181-216/+119
* updates & cleanups (tcc-doc/Changelog/TODO ...)grischka2017-02-131-0/+1
* tcc: don't use pstrcpy, fix win32 spanwn quotinggrischka2017-02-081-18/+50
* libtcc.c: -m option cleanupgrischka2016-12-181-17/+21
* Change dependency file format a bitMichael Matz2016-12-151-1/+1
* Implement gcc bitfield algorithm; add -mms-bitfieldsDavid Mertens2016-11-281-0/+1
* tccpp_new/delete and other cleanupsgrischka2016-10-171-10/+7
* Actual complete name for DragonFly is 'DragonFly BSD'.Christian Jullien2016-10-161-1/+1
* World is not reduced to either Windows or LinuxChristian Jullien2016-10-151-1/+14
* tcc -E: add one space in cases: tiny solutiongrischka2016-10-011-1/+5
* libtcc: reimplement option -Wl,[-no]-whöle-archivegrischka2016-10-011-2/+4
* libtcc: -Wl,... incremental parsinggrischka2016-10-011-0/+3
* libtcc: filetype cleanupgrischka2016-10-011-2/+4
* libtcc: cleanup @listfilegrischka2016-10-011-17/+19
* libtcc: cleanup -x<filetype> switch codegrischka2016-10-011-13/+7
* Revert "ability to compile multiple *.c files with -c switch"grischka2016-10-011-32/+19
* Revert "--whole-archive support"grischka2016-10-011-16/+2
* --whole-archive supportseyko2016-05-201-2/+16
* Microsoft says that _spawnp must be used instead of spawnp. It fixes a warnin...Christian Jullien2016-05-161-1/+1
* tccpp: cleanup options -dD -dM, remove -Cgrischka2016-05-051-3/+2
* Improve hash performanceVlad Vissoultchev2016-04-171-3/+4
* preprocessor oprtion -C (keep comments)seyko2016-04-151-15/+3
* Better pragma once guardVlad Vissoultchev2016-04-131-1/+1
* tccpp.c: Guard against ppfp being NULLVlad Vissoultchev2016-04-131-7/+2
* Allow tcc arguments to be read from @listfilesseyko2016-04-131-0/+1
* Fix pragma once guardseyko2016-04-131-1/+1
* fix for the -dM patchseyko2016-04-131-2/+7
* document -dM in "tcc -h" outputseyko2016-04-131-1/+1
* Skip math library if not found when -lm option is usedVlad Vissoultchev2016-04-081-2/+5
* Implement -dM preprocessor option as in gccVlad Vissoultchev2016-04-061-0/+3
* Revert spawnvp param cast and use `no-incompatible-pointer-types` in build-tc...Vlad Vissoultchev2016-03-141-1/+1
* Silence FIXME and compiler warningVlad Vissoultchev2016-03-131-1/+1
* tcc help output for the -xc -xa - optionsseyko2015-10-241-0/+2
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+365
* Reorganize the source tree.gus knight2015-07-271-365/+0
* Trim trailing spaces everywhere.gus knight2015-07-271-1/+1
* redo of the -dD optionseyko2015-05-131-0/+1
* some -bench fixesseyko2015-05-121-8/+8
* minor pp optimizationsseyko2015-05-121-17/+9
* a mem leak fix for "ability to compile multiple *.c files with -c switch"seyko2015-05-121-5/+4
* allow to use MEM_DEBUG with libtccseyko2015-05-111-2/+0
* tccpp: fix issues, add testsgrischka2015-05-091-16/+11
* fix "tcc test.c -Wl,,--oformat,binary"seyko2015-05-031-3/+0
* clarify error message when library not foundseyko2015-04-161-1/+1
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-151-1/+1
* Revert "implement #pragma comment(lib,...)"Steven G. Messervey2015-04-151-2/+2
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-151-2/+2