aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | tests2: fix 30_hanoi test and enable it.minux2014-04-122-2/+2
* | Make build CPU detection a tad more flexibleThomas Preud'homme2014-04-121-50/+59
* | Fix preprocessor concat with empty argThomas Preud'homme2014-04-125-6/+56
* | build: add initial NetBSD support.minux2014-04-123-4/+13
* | build: ignore and properly clean tests/vla_testminux2014-04-122-1/+2
* | tcc.h: add ELF interpreter for DragonFly BSD.minux2014-04-121-0/+2
* | tccrun: fix build on DragonFly BSD.minux2014-04-121-2/+2
* | win32/include/process.h: update prototypes to match mingw.minux2014-04-121-12/+12
* | tcc, libtcc: fix build on windows with latest mingw.minux2014-04-112-2/+2
* | tiny_impdef: remove artificial length restriction.minux2014-04-111-1/+1
* | add missing prototypesUrs Janssen2014-04-101-4/+8
* | Prevent ## to appear at start or end of macroThomas Preud'homme2014-04-086-4/+20