| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |