aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Makefile.gus knight2015-07-292-3/+3
* Fix formatting breakage from "rogue tabs" commit.gus knight2015-07-299-405/+403
* Add a root Makefile for running targets in subdirectories.gus knight2015-07-291-0/+8
* Relicensing TinyCC.gus knight2015-07-291-2/+7
* typo in RELICENSINGVincent Lefevre2015-07-291-1/+1
* Relicensing TinyCCVincent Lefevre2015-07-291-0/+1
* Reorganize the source tree.gus knight2015-07-2745-91/+90
* clang-format on arm-gen.c and tcccoff.c.gus knight2015-07-272-2034/+2049
* Update CodingStyle.gus knight2015-07-271-1/+5
* Clean up lots of rogue tabs.gus knight2015-07-2710-427/+426
* Trim trailing spaces everywhere.gus knight2015-07-2727-430/+430
* Relicensing TinyCC.gus knight2015-07-271-0/+1
* fix-mixed-struct (patch by Pip Cet)seyko2015-05-148-228/+452
* win32/include/winapi changes from https://github.com/run4flat/tinycc.gitseyko2015-05-1419-34/+2895
* redo of the -dD optionseyko2015-05-134-61/+119
* some -bench fixesseyko2015-05-122-9/+9
* minor pp optimizationsseyko2015-05-123-20/+13
* restore a max memory usage printing for a new MEM_DEBUG when -benchseyko2015-05-122-4/+7
* SYMBOL_NAME_LABEL(X) X##:seyko2015-05-121-1/+3
* a new version of the MEM_DEBUGseyko2015-05-122-30/+195
* 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-112-2/+1
* tcc_add_dll is not used if TCC_TARGET_PEseyko2015-05-102-0/+6
* define __OPTIMIZE__ if -ON (N != 0)seyko2015-05-101-0/+9
* warn if multile -o option is givenseyko2015-05-101-0/+4
* restore "./configure --enable-tcc32-mingw" on linuxseyko2015-05-101-0/+6
* tccpp: fix issues, add testsgrischka2015-05-0949-985/+1057
* VLA code: minor fixPhilip2015-05-041-1/+0
* VLA code minor fixseyko2015-05-041-1/+2
* a lot simpler VLA codeseyko2015-05-044-94/+33
* -traditional and -iwithprefix optionsseyko2015-05-031-0/+27
* fix "tcc test.c -Wl,,--oformat,binary"seyko2015-05-032-4/+5
* fix "tcc test.c -UAAA -UBBB"seyko2015-05-031-1/+0
* Mostly revert "tccpp.c: minor fix I'd accidentally not committed"Philip2015-05-021-40/+17
* tccpp.c: minor fix I'd accidentally not committedPhilip2015-05-021-19/+43
* minor fixPhilip2015-05-021-1/+2
* tccpp.c: unterminated macro argument error messagePhilip2015-05-021-0/+2
* tccpp.c: fix GNU comma handlingPhilip2015-05-022-19/+35
* tccpp.c: restore whitespace after failed macroPhilip2015-05-021-12/+35
* tccpp.c: correct # stringificationPhilip2015-05-021-4/+23
* tccpp.c: parse flag to accept stray \Philip2015-05-022-2/+9
* tccpp.c: fix endless loopPhilip2015-05-021-2/+3
* tccpp.c: reset spc after macro_subst_tok()Philip2015-05-021-0/+1
* tccpp.c: fix ##-in-macros logicPhilip2015-05-021-2/+2
* tccpp.c: fix empty stringifyPhilip2015-05-011-1/+1
* fix a potential end-of-buffer issue in tccelf.cPhilip2015-04-302-3/+6
* fix end-of-buffer error in tccpp.cPhilip2015-04-301-1/+1
* fix vstack leakPhilip2015-04-291-1/+2
* VLA fix: save stack pointer right after modificationPhilip2015-04-284-9/+37
* fix VLA/continue issuePhilip2015-04-274-2/+122