aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* add test case for VLA segfaultsPhilip2015-04-273-1/+25
* replace PARSE_FLAG_ASM_COMMENTS with PARSE_FLAG_ASM_FILEseyko2015-04-274-11/+10
* warn about declarations after statements when compiling with gcc.Philip2015-04-271-0/+5
* fixes for "tcc -E -dD"seyko2015-04-271-2/+16
* preprocess: "assign PARSE_FLAG_ASM_COMMENTS only for asm files"seyko2015-04-272-4/+3
* fix another x86_64 ABI bugPhilip2015-04-262-2/+68
* Fix zero-length struct/union test. Remove nonsensical test.Philip2015-04-251-5/+1
* x86_64 ABI tests, which currently cause failuresPhilip2015-04-251-0/+86
* a test for the #pragma push/pop_macroseyko2015-04-253-1/+37
* tccpp: alternative #pragma push/pop_macrogrischka2015-04-232-11/+38
* Revert "* and #pragma pop_macro("macro_name")"grischka2015-04-238-68/+2
* fix a subtle x86-64 calling bugPhilip2015-04-232-1/+38
* Bugfix: 32-bit vs 64-bit bug in x86_64-gen.c:gcall_or_jmpPhilip2015-04-231-1/+2
* "#pragma once" implementationseyko2015-04-212-1/+4
* * and #pragma pop_macro("macro_name")seyko2015-04-218-3/+71
* add missing test from -fdollar-in-identifiers commitRamsay Jones2015-04-202-0/+55
* -fdollar-in-identifiers addonseyko2015-04-204-13/+21
* Fix program symbols exported in dynsym sectionThomas Preud'homme2015-04-181-12/+11
* clarify error message when library not foundseyko2015-04-163-4/+3
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-154-1/+48
* Revert "implement #pragma comment(lib,...)"Steven G. Messervey2015-04-154-74/+15
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-154-15/+74