summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-08Allow libtcc1-usegcc in lib/Makefileherman ten brugge
2023-11-08Allow make tcov-test on bsd targetsherman ten brugge
2023-10-31Relicensing TinyCCSteffen Nurpmeso
2023-10-30Revert "tests: Add support for codesigning command."Reimar Döffinger
2023-10-29tcctools: delete created ar file on error.Reimar Döffinger
2023-10-29stdatomic.h: Add ATOMIC_VAR_INIT macro.Reimar Döffinger
2023-10-29tests: Add support for codesigning command.Reimar Döffinger
2023-10-29Add support for -dumpmachine option.Reimar Döffinger
2023-10-29Add -MP option.Reimar Döffinger
2023-10-29Relicensing TinyCCReimar Döffinger
2023-10-29tccdefs.h: Apple target requires __has_builtin definition.Reimar Döffinger
2023-10-29arm64-gen.c: Add __AARCH64EL__ target_machine_defs.Reimar Döffinger
2023-10-26tccelf: Do not load all referenced libraries when linking a libraryDetlef Riekenberg
2023-10-25Fix macOS .dylib build when VERSION contains letters.Ben C
2023-10-24ELF Relocatable: make undefined global symbol STT_NOTYPESylvain BERTRAND
2023-10-08Support aliasing static global nonfunction objectsPetr Skocik
2023-10-03Produce better error message on malformed while loopEric Raible
2023-09-17include/tccdefs: Add function renaming with __REDIRECT_NTHNL (0.9.28rc testing)Detlef Riekenberg
2023-09-09Fix typo in atomic_compare_exchange_weak()Sergey Sushilin
2023-09-07Fix tests/tests2/Makefile for win32herman ten brugge
2023-09-07Small fixesherman ten brugge
2023-09-06configury update & bump VERSION to 0.9.28rcgrischka
2023-09-06tcc -g1 : small debug info (lines/functions only)grischka
2023-09-06win32: pe dwarf sections & option -g.pdbgrischka
2023-09-06stuff & fixesgrischka
2023-09-06bcheck: remove "tcc_location()" & x86_64 double fixgrischka
2023-08-31Add tcov support in Makefileherman ten brugge
2023-08-30Add bound checking for test 132herman ten brugge
2023-08-30Undo part of incr_offset patch.herman ten brugge
2023-08-11riscv64-asm.c: add jal/jalrnoneofyourbusiness
2023-08-10riscv64-tok.h: update with more instructions from the specnoneofyourbusiness
2023-07-31tccgen: update "Fix invalid load generated by gfunc_return()"grischka
2023-07-31tccpp: #pragma once normalizedgrischka
2023-07-31Align stack when returning structs.herman ten brugge
2023-07-05Fix test 131 for 32 bits targetsherman ten brugge
2023-07-02Fix invalid load generated by gfunc_return()Yao Zi
2023-06-26Update pragma once for file operationsherman ten brugge
2023-06-26Small update on pragma onceherman ten brugge
2023-06-25Allow different names for pragma onceherman ten brugge
2023-06-12change which to command -vOldWorldOrdr
2023-05-29Update to previous patch (remove the strcpy.)waltje
2023-05-26Small patch to allow for the TCC.EXE (and TCCLIB.DLL) to reside in a (directo...waltje
2023-05-22Add support for constant float compareherman ten brugge
2023-04-25about CONST_WANTED & VT_NONCONSTgrischka
2023-04-25stuff & etc..grischka
2023-04-25CStrings leaklessgrischka
2023-04-25MEM_DEBUG thread-safe & tccdbg leaklessgrischka
2023-04-25tcc_error_noabort(): always use this unless compilinggrischka
2023-04-25lib/armeabi.c: fix zero from/to double conversiongrischka
2023-04-20tccpp: remove unwanted space with __VA_ARGS__grischka