aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable variable-length arrays on arm64.Edmund Grimley Evans2015-10-312-5/+12
* defined twice: revertseyko2015-10-291-1/+1
* comment out tcc_error_noabort("'%s' defined twice"...seyko2015-10-251-1/+1
* include/stddef.h: define NULL only if undefinedseyko2015-10-251-0/+3
* tcc help output for the -xc -xa - optionsseyko2015-10-241-0/+2
* fix for the #include_next, v4 (final)seyko2015-10-201-19/+54
* fix for the #include_next, v3seyko2015-10-191-14/+4
* fix for the #include_next, v2seyko2015-10-171-1/+15
* reverse a previous patchseyko2015-10-171-1/+3
* fix for the #include_nextseyko2015-10-171-3/+1
* parsing "..." sequenceseyko2015-10-171-3/+1
* tccelf.c: Reset sym after call to build_got.Edmund Grimley Evans2015-10-161-1/+3
* tccpp.c: Avoid infinite loop on: printf '/**' | ./tcc -Edmund Grimley Evans2015-10-151-0/+2
* tccgen.c: Remove undefined shift of negative signed value.Edmund Grimley Evans2015-10-151-3/+4
* Correct prototype: void __clear_cache(void *, void *).Edmund Grimley Evans2015-10-153-4/+4
* Define CONFIG_TCC_ELFINTERP on NetBSD as /usr/libexec/ld.elf_soKamil Rytarowski2015-10-111-0/+2
* Define __WINT_TYPE__ as int in NetBSDKamil Rytarowski2015-10-111-1/+1
* Add support for -D__NetBSD__Kamil Rytarowski2015-10-111-0/+5
* win32: UUID typedef addedseyko2015-09-251-0/+5
* a number as a field name (part 2)seyko2015-09-251-0/+2
* a number as a field nameseyko2015-09-251-2/+4
* SSE opcodes to TCC assembler (i386, x86_64)seyko2015-09-232-2/+54
* Adding two more people to the RELICENSING file.gus knight2015-07-311-0/+2
* Revert "fix-mixed-struct (patch by Pip Cet)"gus knight2015-07-298-452/+228
* Revert all of my changes to directories & codingstyle.gus knight2015-07-2952-4461/+4438
* 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