3240 Commits (c03d59eae0f2183016960aacf1a9d23ae45d644e)
 

Author SHA1 Message Date
Ziyao 3715f1d7ee
Optimize small structure copying on x86_64 1 year ago
Detlef Riekenberg fe7ee1105c libtcc: Let "-Wl,*" also accept "--entry=xxx" as alias for "--e=xxx" 1 year ago
Michael Matz 73c22f831f Fix fallthrough of non-entered stmt expressions 1 year ago
Michael Matz ebb4e71236 flexarray: Accept empty ones 1 year ago
Reinhard Urban 9712541156 Add missing ELFOSABI constants 2 years ago
herman ten brugge cd627c6c40 Fix riscv assembler 2 years ago
herman ten brugge afc136262e Fix core dump in case -static is used 2 years ago
herman ten brugge a4e0f7ef05 Fix bitfield long types for stabs/dwarf 2 years ago
herman ten brugge e301a0ba8d Removed __bound_exit_dll from lib/bt-dll.c 2 years ago
herman ten brugge aaec564a82 Fix bound checking dlcose problem 2 years ago
herman ten brugge 4c82b00342 Update for elflint problems 2 years ago
Detlef Riekenberg a4f9e3cf4c configure: Use the environment variable CC when compiling tcc (resend) 2 years ago
herman ten brugge 0e47167cbe New dwarf update 2 years ago
herman ten brugge 53dd065daf Fix unicode compiler warning again 2 years ago
herman ten brugge 19cc80788d Fix unicode compiler warning 2 years ago
herman ten brugge e7396c99b0 Dwarf update 2 years ago
herman ten brugge 748e38ad99 Fix stupid typo. 2 years ago
herman ten brugge 9a81e6366b Fix vla type bug for stabs/dwarf 2 years ago
grischka 2caaff20fb tccdbg.c: new file 2 years ago
grischka 56481d554f bored... 2 years ago
Detlef Riekenberg 1cd7998905 tccmacho: avoid warnings with strncpy and always terminate the target string 2 years ago
herman ten brugge 0241120b54 Dwarf update for readelf 2 years ago
herman ten brugge 499cf2305b Add dwarf clang support 2 years ago
herman ten brugge 18808e325f Update dwarf2 support 2 years ago
herman ten brugge f0df48fcdd Fix dwarf on 32 bits targets 2 years ago
herman ten brugge 2f2708a769 Add dwarf support 2 years ago
illiliti d3e940c71c include/float.h: Define DECIMAL_DIG 2 years ago
Detlef Riekenberg fa9c31c3db tcc.h: Extend search path for include, lib and crt. 2 years ago
Detlef Riekenberg 9ac128c0bd Makefile: Add a comment with an option to debug the Makefile 2 years ago
Christian Jullien 5a3d1024d9 Update global help to tell that obj files are now optional with -ar driver 2 years ago
Ziyao 39ea340a31
Add option -e for setting ELF file's entry 2 years ago
Ziyao 0366924047
Add support of ldmxcsr and stmxcsr instructions on x86_64 and i386 2 years ago
Ziyao 8777ae984c
Allowing 'tcc -ar' to create empty archives 2 years ago
herman ten brugge d3e4664629 Optimize prolog code on arm64 2 years ago
herman ten brugge e86aae4f6d Add default case to relocate function for x86_64 2 years ago
herman ten brugge c1725a8f6e Only define alloca on i386/x86_64 2 years ago
herman ten brugge a5588501ab Fix vla support for arrays with no size 2 years ago
Detlef Riekenberg aea68dbb40 arm-asm, arm64-link: Silence warnings for unused functions 2 years ago
Detlef Riekenberg ac42d6826b tccgen: Avoid warnings in callers of the type_size() function. 2 years ago
Detlef Riekenberg ecf8e5a00e tccelf: Avoid a compiler warning with snprintf 2 years ago
Detlef Riekenberg fe6b5c08dc configure: Use the environment variable CC when compiling tcc 2 years ago
herman ten brugge 6bb41a05d7 Update for gcc12 on x86_64 2 years ago
Detlef Riekenberg 5fb582ab7f libtcc: Accept "-g0" to disable debug in addition to "-g", "-g1", "-g2" and "-g3" 2 years ago
Detlef Riekenberg 3ce7bc6efc Accept option "-Os" and define "__OPTIMIZE_SIZE__" 2 years ago
Detlef Riekenberg b3bebdb20a libtcc: Allow more values for the -std= option 2 years ago
Detlef Riekenberg 8759b2581d Makefile: Use the .exe extension only on Windows for the c2str helper program 2 years ago
Detlef Riekenberg e2e5377e7b Makefile: Add a doc target. 2 years ago
herman ten brugge 4a03f1fb20 Fix bounds checking struct return on arm/arm64 2 years ago
herman ten brugge 0244320b88 Add vla support for arrays with no size 2 years ago
Christian Jullien 750f0a3e3f As suggested by Herman, move comment to the next line otherwise it incorrectly handles --config-bcheck=no --config-backtrace=no 2 years ago