| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add warning 4 | jiang | 2014-05-14 | 1 | -5/+29 |
| * | Add warning 3 | jiang | 2014-05-14 | 1 | -0/+2 |
| * | clean '\t' | jiang | 2014-05-14 | 5 | -177/+177 |
| * | restore 2dd8587c2f32d17a2cd0443a60a614a3fa9bbe29 | jiang | 2014-05-13 | 6 | -111/+248 |
| * | Modify tcc_error ("invalid type",); | jiang | 2014-05-13 | 1 | -1/+1 |
| * | fix 14d0aa450f9a926a852ea01fbdecf27425264d14 | jiang | 2014-05-13 | 1 | -1/+1 |
| * | Add warning 2 | jiang | 2014-05-09 | 1 | -0/+2 |
| * | Add warning | jiang | 2014-05-09 | 1 | -0/+2 |
| * | win64: try to fix linkage | grischka | 2014-05-08 | 3 | -18/+23 |
| * | fix bug if (seen_reg_num + reg_count <= 8) | jiang | 2014-05-08 | 1 | -1/+1 |
| * | Revert "update static void parse_number()" | grischka | 2014-05-06 | 2 | -138/+247 |
| * | Return to: e20c1eb99e1003c1e59522c136dbb15c52d7cc7c | jiang | 2014-05-04 | 23 | -1809/+1411 |
| * | tcc on i386 are still having problems at work.Thank Roy report again. Struck ... | jiang | 2014-05-03 | 6 | -38/+32 |
| * | forget commit tccge.c for i386 | jiang | 2014-05-03 | 1 | -1/+1 |
| * | Modify i386-gen.c, | jiang | 2014-05-03 | 1 | -54/+113 |
| * | Fix x86-64 vla | jiang | 2014-05-02 | 3 | -190/+321 |
| * | Fixes include the double quotes bug | jiang | 2014-05-02 | 6 | -111/+248 |
| * | gen_putz () and struct_copy (), is to reduce the third-party call that | jiang | 2014-05-02 | 1 | -23/+30 |
| * | Add a comment. | jiang | 2014-05-02 | 1 | -3/+3 |
| * | Attention: never use hard tabs other than 8 (eight) wide | grischka | 2014-05-01 | 1 | -56/+56 |
| * | update for x86_64-gen.c | jiang | 2014-05-01 | 4 | -326/+304 |
| * | clean | jiang | 2014-05-01 | 1 | -9/+0 |
| * | fix its own making bug. Improved init_putz (). Modify the tests / Makefile to... | jiang | 2014-05-01 | 4 | -51/+67 |
| * | Expansion code again for x86_64-gen | jiang | 2014-05-01 | 3 | -201/+129 |
| * | rename i386-tok.h i386-asm.c, add PRINTF_ASM_CODE | jiang | 2014-04-30 | 7 | -52/+53 |
| * | rename libtcc1.c | jiang | 2014-04-30 | 10 | -47/+47 |
| * | Fix va_arg bug, Fix type conversion bug, an increase of loc_stack () function... | jiang | 2014-04-30 | 5 | -154/+236 |
| * | Restore eda2c756edc4dca004ba217d5bf361235dd9de1f | jiang | 2014-04-30 | 6 | -67/+148 |
| * | Reduce the generation of machine code for x86_64, Less of size | jiang | 2014-04-29 | 3 | -251/+244 |
| * | So that the generated code, and more short | jiang | 2014-04-29 | 78 | -3577/+6326 |
| |\ |
|
| | * | fix test3 for x86_64-gen.c | jiang | 2014-04-28 | 1 | -1/+1 |
| | * | fix abitest.c for x86_64 bug | jiang | 2014-04-28 | 2 | -3/+1 |
| | * | fix tccpp.c | jiang | 2014-04-28 | 1 | -24/+0 |
| | * | update static void parse_number(const char *p) for tccpp.c | jiang | 2014-04-28 | 1 | -220/+138 |
| | * | add test for abitest.c | jiang | 2014-04-28 | 1 | -5/+53 |
| | * | tccpe: adjust for new 'hidden' symbols feature | grischka | 2014-04-17 | 3 | -15/+17 |
| | * | Improve efficiency of macro concatenation | Thomas Preud'homme | 2014-04-14 | 1 | -26/+2 |
| | * | Remove unused variable | Michael Matz | 2014-04-14 | 1 | -1/+0 |
| | * | x86_64: Handle PLT relocs to hidden symbols | Michael Matz | 2014-04-14 | 1 | -2/+9 |
| | * | Parse assembler .hidden directive | Michael Matz | 2014-04-14 | 3 | -4/+12 |
| | * | Parse and emit hidden visibility | Michael Matz | 2014-04-14 | 3 | -5/+69 |
| | * | tccpe: speed up .def file loading | grischka | 2014-04-13 | 1 | -17/+7 |
| | * | tests2: fix and enable 46_grep test. | minux | 2014-04-12 | 3 | -8/+13 |
| | * | tests2: fix 30_hanoi test and enable it. | minux | 2014-04-12 | 2 | -2/+2 |
| | * | Make build CPU detection a tad more flexible | Thomas Preud'homme | 2014-04-12 | 1 | -50/+59 |
| | * | Fix preprocessor concat with empty arg | Thomas Preud'homme | 2014-04-12 | 5 | -6/+56 |
| | * | build: add initial NetBSD support. | minux | 2014-04-12 | 3 | -4/+13 |
| | * | build: ignore and properly clean tests/vla_test | minux | 2014-04-12 | 2 | -1/+2 |