aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add x64 SEH decls. Add exports to kernel32.defVlad Vissoultchev2016-03-132-0/+68
* Move WIN32_LEAN_AND_MEAN to windows.h (silence redeclarations)Vlad Vissoultchev2016-03-132-3/+4
* Win32 build script handles `x64` and `debug` paramsVlad Vissoultchev2016-03-131-6/+11
* Silence FIXME and compiler warningVlad Vissoultchev2016-03-132-1/+4
* tccgen.c: Fix flex array members some moreMichael Matz2016-03-113-2/+31
* tccgen.c: off by one in flexible array membersHenry Kroll III2016-03-101-1/+1
* tccgen.c: In parse_btype, handle type qualifiers applied to arrays.Edmund Grimley Evans2016-01-112-14/+41
* CodingStyle: Remove reference to misaligned struct CString.Edmund Grimley Evans2016-01-061-3/+0
* i386: Add support for new psABI relocationThomas Preud'homme2015-12-272-3/+11
* x86-64: fix shared libsMichael Matz2015-12-171-2/+4
* x86-64: Define symbol constant for new relocsMichael Matz2015-12-172-7/+13
* x86-64: Add support for new psABI relocationsMichael Matz2015-12-171-4/+10
* 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