aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Improved '\ n' output effect (# pragma pack (push, 8), # pragma pack (pop))jiang2014-05-171-3/+3
| * 1 macro_push and macro_pop work I made a mistake, no matter the definition do...jiang2014-05-173-32/+40
| * add push_macro test againjiang2014-05-162-1/+14
| * fix push_macro, asked Tom to help me testfix push_macrojiang2014-05-163-3/+10
| * When tcc.exe update, abitest-tcc.exe not updated. For security, you must firs...jiang2014-05-151-1/+1
| * Add warning 4jiang2014-05-141-5/+29
| * Add warning 3jiang2014-05-141-0/+2
| * clean '\t'jiang2014-05-145-177/+177
| * restore 2dd8587c2f32d17a2cd0443a60a614a3fa9bbe29jiang2014-05-136-111/+248
| * Modify tcc_error ("invalid type",);jiang2014-05-131-1/+1
| * fix 14d0aa450f9a926a852ea01fbdecf27425264d14jiang2014-05-131-1/+1
| * Add warning 2jiang2014-05-091-0/+2
| * Add warningjiang2014-05-091-0/+2
| * win64: try to fix linkagegrischka2014-05-083-18/+23
| * fix bug if (seen_reg_num + reg_count <= 8)jiang2014-05-081-1/+1
| * Revert "update static void parse_number()"grischka2014-05-062-138/+247
| * Return to: e20c1eb99e1003c1e59522c136dbb15c52d7cc7cjiang2014-05-0423-1809/+1411
| * tcc on i386 are still having problems at work.Thank Roy report again. Struck ...jiang2014-05-036-38/+32
| * forget commit tccge.c for i386jiang2014-05-031-1/+1
| * Modify i386-gen.c,jiang2014-05-031-54/+113
| * Fix x86-64 vlajiang2014-05-023-190/+321
| * Fixes include the double quotes bugjiang2014-05-026-111/+248
| * gen_putz () and struct_copy (), is to reduce the third-party call thatjiang2014-05-021-23/+30
| * Add a comment.jiang2014-05-021-3/+3
| * Attention: never use hard tabs other than 8 (eight) widegrischka2014-05-011-56/+56
| * update for x86_64-gen.cjiang2014-05-014-326/+304
| * cleanjiang2014-05-011-9/+0
| * fix its own making bug. Improved init_putz (). Modify the tests / Makefile to...jiang2014-05-014-51/+67
| * Expansion code again for x86_64-genjiang2014-05-013-201/+129
| * rename i386-tok.h i386-asm.c, add PRINTF_ASM_CODEjiang2014-04-307-52/+53
| * rename libtcc1.cjiang2014-04-3010-47/+47
| * Fix va_arg bug, Fix type conversion bug, an increase of loc_stack () function...jiang2014-04-305-154/+236
| * Restore eda2c756edc4dca004ba217d5bf361235dd9de1fjiang2014-04-306-67/+148
| * Reduce the generation of machine code for x86_64, Less of sizejiang2014-04-293-251/+244
| * So that the generated code, and more shortjiang2014-04-2978-3577/+6326
| |\
| | * fix test3 for x86_64-gen.cjiang2014-04-281-1/+1
| | * fix abitest.c for x86_64 bugjiang2014-04-282-3/+1
| | * fix tccpp.cjiang2014-04-281-24/+0
| | * update static void parse_number(const char *p) for tccpp.cjiang2014-04-281-220/+138
| | * add test for abitest.cjiang2014-04-281-5/+53
| * | Add support for load/store of _Bool valueThomas Preud'homme2014-04-293-4/+4
* | | win64: try to fix linkagegrischka2014-06-243-18/+23
| |/ |/|
* | tccpe: adjust for new 'hidden' symbols featuregrischka2014-04-173-15/+17
* | Improve efficiency of macro concatenationThomas Preud'homme2014-04-141-26/+2
* | Remove unused variableMichael Matz2014-04-141-1/+0
* | x86_64: Handle PLT relocs to hidden symbolsMichael Matz2014-04-141-2/+9
* | Parse assembler .hidden directiveMichael Matz2014-04-143-4/+12
* | Parse and emit hidden visibilityMichael Matz2014-04-143-5/+69
* | tccpe: speed up .def file loadinggrischka2014-04-131-17/+7
* | tests2: fix and enable 46_grep test.minux2014-04-123-8/+13