aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed a dependency (error with make -j8).Vincent Lefevre2015-12-151-1/+1
* Change the way struct CStrings are handled.Edmund Grimley Evans2015-11-266-66/+67
* TODO: Add two issues.Edmund Grimley Evans2015-11-261-0/+2
* tccgen.c: Give error if statement expression found when const wanted.Edmund Grimley Evans2015-11-261-6/+2
* tcc.h: Change order of built-in include paths: put TCC's own dir first.Edmund Grimley Evans2015-11-231-3/+3
* tccgen.c: Try to make sizeof(!x) work.Edmund Grimley Evans2015-11-223-3/+4
* tccgen.c: Bug fix for 992cbda and 3ff77a1: set nocode_wanted.Edmund Grimley Evans2015-11-213-8/+39
* TODO: Add note on handling of floating-point values.Edmund Grimley Evans2015-11-211-0/+3
* TODO: Add some issues.Edmund Grimley Evans2015-11-211-0/+15
* CodingStyle: Add notes on language and testing.Edmund Grimley Evans2015-11-201-1/+69
* Improve constant propagation with "&&" and "||".Edmund Grimley Evans2015-11-203-52/+58
* tccelf.c: On arm64, use read64le, and use uint64_t to check range.Edmund Grimley Evans2015-11-201-3/+2
* Bug fix for commit 553242c18a2387fb896df66eb9b5a502f0e87ff0.Edmund Grimley Evans2015-11-202-10/+14
* tccpp: allow .. in token streamgrischka2015-11-201-4/+7
* tccpp: cleanup #include_nextgrischka2015-11-203-127/+46
* tccgen: asm_label cleanupgrischka2015-11-204-42/+42
* tccgen.c: Recognise constant expressions with conditional operator.Edmund Grimley Evans2015-11-202-10/+21
* tccgen.c: In parse_btype, handle typedef types with added type qualifiers.Edmund Grimley Evans2015-11-191-1/+11
* tccgen.c: Improvements to type_to_str (only used for error messages).Edmund Grimley Evans2015-11-191-0/+9
* Trivial changes to avoid some compiler warnings.Edmund Grimley Evans2015-11-195-9/+12
* Replace pointer casts with calls to (read|write)(16|32|64)le.Edmund Grimley Evans2015-11-195-170/+185
* tccgen.c: Avoid undefined behaviour in constant propagation.Edmund Grimley Evans2015-11-171-31/+38
* Merge the integer members of union CValue into "uint64_t i".Edmund Grimley Evans2015-11-1710-145/+133
* tests/tests2/79_vla_continue.c: Fix off-by-one error.Edmund Grimley Evans2015-11-131-2/+2
* libtcc.c: Completely replace tcc_normalize_inc_dirs.Edmund Grimley Evans2015-11-111-73/+26
* arm64-gen.c: Avoid some cases of undefined behaviour.Edmund Grimley Evans2015-11-091-44/+55
* tccelf.c: Avoid two trivial instances of undefined behaviour.Edmund Grimley Evans2015-11-091-2/+4
* win: include dirs: add some docs, minor refactorAvi Halachmi (:avih)2015-11-081-4/+18
* lib/Makefile: filter-out -b flag from XFLAGSseyko2015-11-081-1/+1
* fix tcc_mormalize_inc_dirs namingseyko2015-11-081-2/+2
* win: fix incorrect directory detectionAvi Halachmi (:avih)2015-11-081-1/+2
* win: fix dir comparison during include dirs processingAvi Halachmi (:avih)2015-11-081-16/+60
* win: libm: add implementation for round/fmin/fmax and variantsAvi Halachmi (:avih)2015-11-071-0/+113
* win: math.h: fix fpclassify/signbit/etc - use C instead of broken asmAvi Halachmi (:avih)2015-11-072-22/+97
* win: math.h: isnan: use macro, similar to others (still broken)Avi Halachmi (:avih)2015-11-071-32/+1
* Revert "win32/include/math.h: remoing a "t" modifier usage"Avi Halachmi (:avih)2015-11-071-31/+10
* TOK_INCLUDE: fix for the "normalize inc dirs"seyko2015-11-061-1/+1
* TOK_INCLUDE: streamlineseyko2015-11-061-12/+5
* tcctok.h: Put TOK_memmove in the correct places (I hope).Edmund Grimley Evans2015-11-051-1/+2
* tcctok.h: Revert 41408f2, which moved TOK_memmove.Edmund Grimley Evans2015-11-051-1/+1
* tcc.h: remove CONFIG_TCCBOOT partseyko2015-11-051-7/+0
* fix for the "tccgen.c: Use memmove for struct assignment"seyko2015-11-051-1/+1
* fix for the previous commitseyko2015-11-051-0/+1
* normalize inc dirs, symplify include_nextseyko2015-11-053-71/+97
* win32/include/math.h: remoing a "t" modifier usageseyko2015-11-051-10/+31
* lib/libtcc1.c: Replace "long" with "unsigned int" in union float_long.Edmund Grimley Evans2015-11-041-1/+1
* tccpp.c: In TOK_GET, add comment warning about illegal cast.Edmund Grimley Evans2015-11-041-8/+11
* tccpp.c: Define and use tok_last for checking if last token is space.Edmund Grimley Evans2015-11-041-1/+16
* tccgen.c: Use memmove for struct assignment: dest and src may be equal.Edmund Grimley Evans2015-11-041-1/+2
* tccgen.c: Fix memory leak involving asm_label.Edmund Grimley Evans2015-11-041-5/+9