2015-11-20 |
Edmund Grimley Evans | CodingStyle: Add notes on language and testing.
|
commit | commitdiff | tree |
2015-11-20 |
Edmund Grimley Evans | Improve constant propagation with "&&" and "||".
|
commit | commitdiff | tree |
2015-11-20 |
Edmund Grimley Evans | tccelf.c: On arm64, use read64le, and use uint64_t...
|
commit | commitdiff | tree |
2015-11-20 |
Edmund Grimley Evans | Bug fix for commit 553242c18a2387fb896df66eb9b5a502f0e87ff0.
|
commit | commitdiff | tree |
2015-11-20 |
Edmund Grimley Evans | tccgen.c: Recognise constant expressions with conditional...
|
commit | commitdiff | tree |
2015-11-19 |
Edmund Grimley Evans | tccgen.c: In parse_btype, handle typedef types with...
|
commit | commitdiff | tree |
2015-11-19 |
Edmund Grimley Evans | tccgen.c: Improvements to type_to_str (only used for...
|
commit | commitdiff | tree |
2015-11-19 |
Edmund Grimley Evans | Trivial changes to avoid some compiler warnings.
|
commit | commitdiff | tree |
2015-11-19 |
Edmund Grimley Evans | Replace pointer casts with calls to (read|write)(16...
|
commit | commitdiff | tree |
2015-11-17 |
Edmund Grimley Evans | tccgen.c: Avoid undefined behaviour in constant propagation.
|
commit | commitdiff | tree |
2015-11-17 |
Edmund Grimley Evans | Merge the integer members of union CValue into "uint64_t i".
|
commit | commitdiff | tree |
2015-11-13 |
Edmund Grimley Evans | tests/tests2/79_vla_continue.c: Fix off-by-one error.
|
commit | commitdiff | tree |
2015-11-11 |
Edmund Grimley Evans | libtcc.c: Completely replace tcc_normalize_inc_dirs.
|
commit | commitdiff | tree |
2015-11-09 |
Edmund Grimley Evans | arm64-gen.c: Avoid some cases of undefined behaviour.
|
commit | commitdiff | tree |
2015-11-09 |
Edmund Grimley Evans | tccelf.c: Avoid two trivial instances of undefined...
|
commit | commitdiff | tree |
2015-11-05 |
Edmund Grimley Evans | tcctok.h: Put TOK_memmove in the correct places (I...
|
commit | commitdiff | tree |
2015-11-05 |
Edmund Grimley Evans | tcctok.h: Revert 41408f2, which moved TOK_memmove.
|
commit | commitdiff | tree |
2015-11-04 |
Edmund Grimley Evans | lib/libtcc1.c: Replace "long" with "unsigned int" in...
|
commit | commitdiff | tree |
2015-11-04 |
Edmund Grimley Evans | tccpp.c: In TOK_GET, add comment warning about illegal...
|
commit | commitdiff | tree |
2015-11-04 |
Edmund Grimley Evans | tccpp.c: Define and use tok_last for checking if last...
|
commit | commitdiff | tree |
2015-11-04 |
Edmund Grimley Evans | tccgen.c: Use memmove for struct assignment: dest and...
|
commit | commitdiff | tree |
2015-11-04 |
Edmund Grimley Evans | tccgen.c: Fix memory leak involving asm_label.
|
commit | commitdiff | tree |
2015-11-04 |
Edmund Grimley Evans | tests/tcctest.c: Fix up format strings.
|
commit | commitdiff | tree |
2015-10-31 |
Edmund Grimley Evans | Enable variable-length arrays on arm64.
|
commit | commitdiff | tree |
2015-10-16 |
Edmund Grimley Evans | tccelf.c: Reset sym after call to build_got.
|
commit | commitdiff | tree |
2015-10-15 |
Edmund Grimley Evans | tccpp.c: Avoid infinite loop on: printf '/**' | ./tcc -
|
commit | commitdiff | tree |
2015-10-15 |
Edmund Grimley Evans | tccgen.c: Remove undefined shift of negative signed...
|
commit | commitdiff | tree |
2015-10-15 |
Edmund Grimley Evans | Correct prototype: void __clear_cache(void *, void *).
|
commit | commitdiff | tree |
2015-03-11 |
Edmund Grimley Evans | Convert some lines from ISO-8859-1 to UTF-8.
|
commit | commitdiff | tree |
2015-03-10 |
Edmund Grimley Evans | .gitignore: Add lib/arm64.
|
commit | commitdiff | tree |
2015-03-10 |
Edmund Grimley Evans | tccgen.c: (!nocode_wanted) -> (nocode_wanted) in arm64...
|
commit | commitdiff | tree |
2015-03-10 |
Edmund Grimley Evans | lib/Makefile: Partial revert of 896a0c881ac3.
|
commit | commitdiff | tree |
2015-03-08 |
Edmund Grimley Evans | arm64: Implement __clear_cache.
|
commit | commitdiff | tree |
2015-03-07 |
Edmund Grimley Evans | tests/Makefile: Quote to avoid: /bin/sh: 1: [: !=:...
|
commit | commitdiff | tree |
2015-03-07 |
Edmund Grimley Evans | arm64: Optimise some integer operations with a constant...
|
commit | commitdiff | tree |
2015-03-07 |
Edmund Grimley Evans | tccgen.c: Optimise 0<<x, 0>>x, -1>>x, x&0, x*0, x...
|
commit | commitdiff | tree |
2015-03-07 |
Edmund Grimley Evans | arm64-gen.c: In load(), do not sign-extend 32-bit VT_CONST.
|
commit | commitdiff | tree |
2015-03-06 |
Edmund Grimley Evans | Add __builtin_return_address.
|
commit | commitdiff | tree |
2015-03-04 |
Edmund Grimley Evans | tccelf.c: File path component is "arm64", not "ARM64".
|
commit | commitdiff | tree |
2015-03-02 |
Edmund Grimley Evans | arm64-gen.c: Improve generation of stack offsets.
|
commit | commitdiff | tree |
2015-03-02 |
Edmund Grimley Evans | arm64-gen.c: Rename some functions and add comments.
|
commit | commitdiff | tree |
2015-03-02 |
Edmund Grimley Evans | arm64: Improve constant generation, with tests.
|
commit | commitdiff | tree |
2015-03-01 |
Edmund Grimley Evans | arm64-gen.c: Better explanation of relocation choice.
|
commit | commitdiff | tree |
2015-02-26 |
Edmund Grimley Evans | 73_arm64.c: Avoid taking address of return value.
|
commit | commitdiff | tree |
2015-02-25 |
Edmund Grimley Evans | Add 73_arm64 for testing some arm64 things, mostly...
|
commit | commitdiff | tree |
2015-02-25 |
Edmund Grimley Evans | arm64-gen.c: In gen_va_arg, handle the remaining HFA...
|
commit | commitdiff | tree |
2015-02-25 |
Edmund Grimley Evans | Relicensing TinyCC
|
commit | commitdiff | tree |
2015-02-24 |
Edmund Grimley Evans | tests/tcctest.c: Test COMPAT_TYPE(char *, signed char *).
|
commit | commitdiff | tree |
2015-02-23 |
Edmund Grimley Evans | tccgen.c: Make sure that gen_op always returns an rvalue.
|
commit | commitdiff | tree |
2015-02-23 |
Edmund Grimley Evans | Add arm64 (AArch64) as a target architecture.
|
commit | commitdiff | tree |
2015-02-21 |
Edmund Grimley Evans | Use RELA relocations properly for R_DATA_PTR on x86_64.
|
commit | commitdiff | tree |
2015-02-20 |
Edmund Grimley Evans | tcc-doc.texi: Explain VT_LLOCAL a bit better.
|
commit | commitdiff | tree |
2015-02-20 |
Edmund Grimley Evans | Fix handling of case_reg in switch statement.
|
commit | commitdiff | tree |