| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | allow to use MEM_DEBUG with libtcc | seyko | 2015-05-11 | 1 | -0/+1 |
| * | tcc_add_dll is not used if TCC_TARGET_PE | seyko | 2015-05-10 | 1 | -0/+2 |
| * | define __OPTIMIZE__ if -ON (N != 0) | seyko | 2015-05-10 | 1 | -0/+9 |
| * | warn if multile -o option is given | seyko | 2015-05-10 | 1 | -0/+4 |
| * | tccpp: fix issues, add tests | grischka | 2015-05-09 | 1 | -55/+28 |
| * | -traditional and -iwithprefix options | seyko | 2015-05-03 | 1 | -0/+27 |
| * | fix "tcc test.c -Wl,,--oformat,binary" | seyko | 2015-05-03 | 1 | -1/+5 |
| * | fix "tcc test.c -UAAA -UBBB" | seyko | 2015-05-03 | 1 | -1/+0 |
| * | replace PARSE_FLAG_ASM_COMMENTS with PARSE_FLAG_ASM_FILE | seyko | 2015-04-27 | 1 | -1/+1 |
| * | preprocess: "assign PARSE_FLAG_ASM_COMMENTS only for asm files" | seyko | 2015-04-27 | 1 | -1/+1 |
| * | clarify error message when library not found | seyko | 2015-04-16 | 1 | -1/+1 |
| * | implement #pragma comment(lib,...) | Steven G. Messervey | 2015-04-15 | 1 | -0/+18 |
| * | Revert "implement #pragma comment(lib,...)" | Steven G. Messervey | 2015-04-15 | 1 | -31/+13 |
| * | implement #pragma comment(lib,...) | Steven G. Messervey | 2015-04-15 | 1 | -13/+31 |
| * | ability to specify a type of the input file with the -x switch | seyko | 2015-04-12 | 1 | -19/+55 |
| * | -fdollar-in-identifiers switch which enables '$' in identifiers | seyko | 2015-04-12 | 1 | -0/+1 |
| * | replace a method to force bcheck.o linking | seyko | 2015-04-12 | 1 | -5/+8 |
| * | Fix for Microsoft compilers | seyko | 2015-04-11 | 1 | -1/+1 |
| * | option to use an old algorithm of the array in struct initialization | seyko | 2015-04-10 | 1 | -0/+1 |
| * | fix a preprocessor for .S | seyko | 2015-04-10 | 1 | -1/+4 |
| * | fix a preprocessor for .S | seyko | 2015-04-10 | 1 | -2/+2 |
| * | fix installation amd bcheck for Windows | seyko | 2015-04-10 | 1 | -0/+11 |
| * | handle a -s option by executing sstrip/strip program | seyko | 2015-04-10 | 1 | -1/+3 |
| * | fix the bug #31403: parser bug in structure | seyko | 2015-04-10 | 1 | -0/+1 |
| * | Fix for Microsoft compilers | seyko | 2015-03-29 | 1 | -1/+1 |
| * | fix for the previous commit (compilation on RPi) | seyko | 2015-03-26 | 1 | -1/+1 |
| * | make a bound checking more compatible with Windows 64 | seyko | 2015-03-26 | 1 | -2/+2 |
| * | fix for a -dumpversion option: move it before -dD | seyko | 2015-03-23 | 1 | -2/+2 |
| * | fix for: x86_64-tcc compiled by i386-tcc is wrong | seyko | 2015-03-23 | 1 | -1/+1 |
| * | fix to allow build tcc by build-tcc.bat | seyko | 2015-03-19 | 1 | -0/+2 |
| * | Turn on a implicit-function-declaration warning by default. | seyko | 2015-03-03 | 1 | -0/+1 |
| * | -std=c99 option for the tcc: allow to use a tcc as a reference compiler for "... | seyko | 2015-03-03 | 1 | -0/+6 |
| * | A reverse of the commit 14745bdeb because of the problems while compiling lin... | seyko | 2015-03-03 | 1 | -0/+1 |
| * | tcc_free(table_ident) in preprocess_new() if table_ident != NULL | seyko | 2015-03-03 | 1 | -0/+1 |
| * | tcc_undefine_symbol(): free an alloced symbol | seyko | 2015-03-03 | 1 | -0/+1 |
| * | A gcc preprocessor option -dD added | seyko | 2015-03-03 | 1 | -0/+10 |
| * | Added a gcc preprocessor options -P, -P1 | seyko | 2015-03-03 | 1 | -0/+5 |
| * | Add arm64 (AArch64) as a target architecture. | Edmund Grimley Evans | 2015-02-23 | 1 | -1/+6 |
| * | Use RELA relocations properly for R_DATA_PTR on x86_64. | Edmund Grimley Evans | 2015-02-21 | 1 | -2/+8 |
| * | Warn about a conflicting compile options spectified on the command line. | seyko | 2015-01-06 | 1 | -1/+11 |
| * | .i as file extension | seyko | 2015-01-06 | 1 | -1/+1 |
| * | libtcc.c (put_extern_sym2): Extend the scope of buf to match its use | Lee Duhem | 2014-12-11 | 1 | -2/+1 |
| * | tccgen: nocode_wanted: do not output constants | grischka | 2014-08-01 | 1 | -1/+0 |
| * | win64: try to fix linkage | grischka | 2014-06-24 | 1 | -1/+0 |
| * | tccpe: adjust for new 'hidden' symbols feature | grischka | 2014-04-17 | 1 | -7/+5 |
| * | Parse assembler .hidden directive | Michael Matz | 2014-04-14 | 1 | -0/+3 |
| * | tcc, libtcc: fix build on windows with latest mingw. | minux | 2014-04-11 | 1 | -1/+1 |
| * | tests2: cleanup | grischka | 2014-04-07 | 1 | -8/+1 |
| * | Declare wint_t in <stddef.h> when needed | Michael Matz | 2014-04-07 | 1 | -0/+9 |
| * | Remove the fix from my last commit, it was pointed by scan-build and is a fal... | mingodad | 2014-03-28 | 1 | -1/+1 |