aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ability to compile multiple *.c files with -c switchseyko2015-04-121-3/+26
* ability to specify a type of the input file with the -x switchseyko2015-04-121-4/+3
* fix to allow build tcc by build-tcc.batseyko2015-03-191-2/+0
* Report a mingw as a execution environment instead of theseyko2015-03-031-16/+10
* Don't add a slash to the install path of the tcc in display_info()seyko2015-03-031-1/+1
* Use a display_info() to output a header of the tcc help listingseyko2015-03-031-55/+62
* A gcc preprocessor option -dD addedseyko2015-03-031-0/+3
* Added a gcc preprocessor options -P, -P1seyko2015-03-031-0/+2
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-0/+2
* Warn about a conflicting compile options spectified on the command line.seyko2015-01-061-1/+3
* tcc, libtcc: fix build on windows with latest mingw.minux2014-04-111-1/+1
* tests2: cleanupgrischka2014-04-071-1/+0
* Add support for runtime selection of float ABIThomas Preud'homme2014-01-081-1/+1
* Add the possibility to use noname functions by ordinalYX Hao2013-09-191-1/+1
* x86-64 ABI fixes.James Lyon2013-04-191-1/+1
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-171-0/+1
* added CPATH, C_INCLUDE_PATH and LD_LIBRARY_PATHAndrew Aladjev2013-02-191-0/+1
* configure: pass CONFIG_xxxDIR/PATH options via commandlinegrischka2013-02-141-0/+1
* - make clang accept unportable code in libtcc1.cUrs Janssen2013-02-141-0/+1
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-438/+160
* tcc --help: update option summarygrischka2013-02-101-6/+15
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-101-4/+8
* c67: remove global #define's for TRUE/FALSE/BOOLgrischka2013-02-041-1/+1
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-141-97/+0