| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix macro expansion of empty args. | Reimar Döffinger | 2015-01-18 | 4 | -2/+14 |
| * | Set CONFIG_MULTIARCHDIR for cross compilers. | Reimar Döffinger | 2015-01-18 | 1 | -4/+4 |
| * | Build also WinCE cross compiler when cross compilers enabled. | Reimar Döffinger | 2015-01-18 | 1 | -5/+5 |
| * | Allow tcc to understand a setob,... opcodes as alias to seto,... | seyko | 2015-01-06 | 5 | -34/+39 |
| * | Warn about a conflicting compile options spectified on the command line. | seyko | 2015-01-06 | 3 | -7/+19 |
| * | .i as file extension | seyko | 2015-01-06 | 1 | -1/+1 |
| * | round() in test (24_math_library) fail because there are no defs included. | seyko | 2015-01-05 | 1 | -0/+2 |
| * | crt1.c revision | Carlos Montiers | 2014-12-30 | 1 | -23/+53 |
| * | Fix parsing of binary floating point number | Lee Duhem | 2014-12-15 | 4 | -2/+133 |
| * | tcc.h (BufferedFile): Remove unnecessary static memory allocation | Lee Duhem | 2014-12-11 | 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 |
| * | .gitignore: Ignore Emacs temporary files | Lee Duhem | 2014-12-11 | 1 | -1/+2 |
| * | Makefile: Add rules to create tags and TAGS. | Lee Duhem | 2014-11-28 | 1 | -2/+9 |
| * | .gitignore: Ignore generated files. | Lee Duhem | 2014-11-28 | 1 | -0/+4 |
| * | little optimization to crt1 | Carlos Montiers | 2014-11-23 | 1 | -5/+6 |
| * | __getmainargs compatibility checking success | Carlos Montiers | 2014-11-22 | 1 | -10/+14 |
| * | win32: fix implicit function warning | James Buren | 2014-11-03 | 1 | -0/+2 |
| * | Filter-out warning about softfloat in tests2 | Matteo Cypriani | 2014-10-17 | 1 | -2/+2 |
| * | tccgen: use lvalue as result from bitfield assignment | grischka | 2014-09-23 | 1 | -7/+5 |
| * | Accept CPPFLAGS from the environment | Matteo Cypriani | 2014-09-07 | 1 | -1/+1 |
| * | tccelf: layout_sections: add missing param strsec | Matteo Cypriani | 2014-09-07 | 1 | -3/+4 |
| * | Clear CFLAGS & LDFLAGS in tests | Matteo Cypriani | 2014-09-07 | 2 | -0/+8 |
| * | Don't build libtcc1 with -fstack-protector-strong | Matteo Cypriani | 2014-09-07 | 1 | -0/+4 |
| * | tccgen: nocode_wanted: do not output constants | grischka | 2014-08-01 | 2 | -16/+18 |
| * | win64: fix resource file support | grischka | 2014-08-01 | 2 | -31/+33 |
| * | Removed the error message and minor changes. | Carlos Montiers | 2014-07-17 | 1 | -9/+11 |
| * | __getmainargs return int, not void, and on error, it return -1 and let argv u... | Carlos Montiers | 2014-07-16 | 1 | -2/+7 |
| * | Fix mistake. Change jb by jbe. tiny c round (INT_MAX = 0x7FFFFFFF) to a DWORD... | Carlos Montiers | 2014-07-10 | 3 | -3/+3 |
| * | Fix problem using alloca function, executable crashed even with a exception h... | Carlos Montiers | 2014-07-10 | 3 | -6/+6 |
| * | Rename: | jiang | 2014-07-01 | 7 | -6/+6 |
| * | Specify license of lib/armeabi.c | Thomas Preud'homme | 2014-07-01 | 1 | -0/+21 |
| * | bug: | jiang | 2014-06-29 | 6 | -5/+26 |
| * | Revert the many un-reviewed commits starting from early April | David Mertens | 2014-06-24 | 0 | -0/+0 |
| |\ |
|
| | * | revert vstore() | jiang | 2014-06-23 | 1 | -0/+8 |
| | * | Revert "Win: Enable use "*.def + *.c" files as library instead of *.a by "-l"... | Thomas Coudray | 2014-06-20 | 1 | -9/+2 |
| | * | Win: Enable use "*.def + *.c" files as library instead of *.a by "-l" option | YX Hao | 2014-06-16 | 1 | -2/+9 |
| | * | Let init_putz one-time generation. | jiang | 2014-05-28 | 1 | -51/+63 |
| | * | Considering the effect of CH_EOF on line_num | jiang | 2014-05-28 | 1 | -1/+1 |
| | * | Modify the 66_macro_concat_end.expect | jiang | 2014-05-28 | 1 | -1/+1 |
| | * | The number of rows to display warning is wrong | jiang | 2014-05-23 | 1 | -2/+5 |
| | * | forget Delete __va_ld_reg | jiang | 2014-05-21 | 1 | -1/+1 |
| | * | Delete a = (a > = 0)? A: -a; \ | jiang | 2014-05-20 | 2 | -26/+40 |
| | * | clean '\t' | jiang | 2014-05-20 | 2 | -275/+275 |
| | * | In the local use of local stack, use a global stack in the global time | jiang | 2014-05-20 | 1 | -1/+1 |
| | * | int main() | jiang | 2014-05-17 | 1 | -17/+10 |
| | * | Improved '\ n' output effect (# pragma pack (push, 8), # pragma pack (pop)) | jiang | 2014-05-17 | 1 | -3/+3 |
| | * | 1 macro_push and macro_pop work I made a mistake, no matter the definition do... | jiang | 2014-05-17 | 3 | -32/+40 |
| | * | add push_macro test again | jiang | 2014-05-16 | 2 | -1/+14 |
| | * | fix push_macro, asked Tom to help me testfix push_macro | jiang | 2014-05-16 | 3 | -3/+10 |
| | * | When tcc.exe update, abitest-tcc.exe not updated. For security, you must firs... | jiang | 2014-05-15 | 1 | -1/+1 |