aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
* Simple-minded fix for bug #50847Larry Doolittle2017-04-251-0/+1
* final adjustments for releasegrischka2017-04-251-17/+10
* tcc: early OSX native supportAndrei Warkentin2017-04-251-2/+17
* Add support of musl-libcMarc Vertes2017-04-201-0/+4
* tccgen/win32: let __declspec(dllimport) imply externgrischka2017-04-041-1/+5
* cross-compilers: allow individual configurationgrischka2017-02-231-2/+0
* tcc: re-enable correct option -r supportgrischka2017-02-201-19/+0
* tcc -hh: show more optionsgrischka2017-02-181-0/+4
* tcctools.c: integrate tiny_libmaker/_impdefgrischka2017-02-181-82/+128
* -Wl, --enable-new-dtags for DT_RUNPATH instead of DT_RPATHSteffen Nurpmeso2017-02-181-0/+2
* win32: adjust new unicode supportgrischka2017-02-181-3/+0
* mems & leaksgrischka2017-02-131-4/+15
* fixes & cleanupsgrischka2017-02-131-11/+12
* libtcc: support multiple -Wl,-rpath=...'sgrischka2017-02-111-7/+11
* tcc: don't use pstrcpy, fix win32 spanwn quotinggrischka2017-02-081-4/+4
* win32: support "-Wl,--large-address-aware" optionPavlas, Zdenek2016-12-301-0/+2
* tests: OOT build fixes etc.grischka2016-12-201-1/+1
* libtcc.c: -m option cleanupgrischka2016-12-181-177/+124
* tests: add memory leak testgrischka2016-12-181-10/+13
* Handle multiple -O optionsMichael Matz2016-12-151-3/+5
* x86_64: Add -mno-sse optionMichael Matz2016-12-151-2/+13
* Handle __builtin_extract_return_addrMichael Matz2016-12-151-0/+3
* Fix access-after-free with statement expressionsMichael Matz2016-12-151-2/+2
* Accept -Wp,argsMichael Matz2016-12-151-0/+6
* Add --param, reject -mARG if ARG not 32 or 64Michael Matz2016-12-151-0/+4
* Implement -include cmdline optionMichael Matz2016-12-151-0/+6
* Free defines before gen_inline_functionsMichael Matz2016-12-151-2/+2
* tccelf: some linker cleanupgrischka2016-12-151-1/+0
* Do section relocation in architecture backendThomas Preud'homme2016-12-031-0/+5
* Rename add_elf_sym to set_elf_symThomas Preud'homme2016-12-031-1/+1
* Implement gcc bitfield algorithm; add -mms-bitfieldsDavid Mertens2016-11-281-0/+6
* tccrun/win64: cleanup runtime function tablegrischka2016-10-191-6/+2
* tccpp_new/delete and other cleanupsgrischka2016-10-171-42/+19
* system-hacks: define __GNUC__ for FreeBSDMichael Matz2016-10-171-10/+9
* No 'Thread Storage Local' on FreeBSD with tcc.Christian Jullien2016-10-151-0/+2
* Backslash was missing after reindentation to let code be < 80 col.Christian Jullien2016-10-151-1/+1
* #define __GNUC__ = 2.1grischka2016-10-151-6/+19
* tccgen/tccelf: move code from libtcc.cgrischka2016-10-151-442/+96
* Add more OpenBSD support.Christian Jullien2016-10-151-1/+4
* Misc. fixesgrischka2016-10-051-9/+13
* tccpp: no cache for include if #elif seengrischka2016-10-041-2/+0
* configure: fix tcc_lddir, cpugrischka2016-10-031-3/+5
* Revert "-fnormalize-inc-dirs"grischka2016-10-011-93/+0
* build: revert Makefiles to 0.9.26 state (mostly)grischka2016-10-011-3/+3
* libtcc: reimplement option -Wl,[-no]-whöle-archivegrischka2016-10-011-82/+69
* libtcc: -Wl,... incremental parsinggrischka2016-10-011-34/+27
* Revert "output all sections if we produce an executable file"grischka2016-10-011-2/+1
* Revert part of "fix installation amd bcheck for Windows"grischka2016-10-011-10/+0
* libtcc: filetype cleanupgrischka2016-10-011-39/+36
* tccpp: cleanupgrischka2016-10-011-2/+0