aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libtcc: cleanup @listfilegrischka2016-10-011-127/+100
* libtcc: cleanup -x<filetype> switch codegrischka2016-10-011-21/+18
* Revert "ability to compile multiple *.c files with -c switch"grischka2016-10-011-16/+5
* tccpp: restore -D symbols for multiple sourcesgrischka2016-10-011-8/+2
* Revert "--whole-archive support"grischka2016-10-011-13/+1
* Prevent tail spin crash when option -pthread is used.Jean-Claude Beaudoin2016-09-291-2/+4
* Rein in unintended external functions on Windows.Jean-Claude Beaudoin2016-09-271-2/+2
* pstrcpy looks to be needed by Windows win32/win64 builds. Reverted as PUB_FUN...Christian Jullien2016-09-261-1/+1
* Merge branch 'mob' of git://repo.or.cz/tinycc into mypatchChristian Jullien2016-09-261-6/+6
|\
| * Rein in unintended external functions.Jean-Claude Beaudoin2016-09-251-6/+6
* | Add Microsoft processor identificationChristian Jullien2016-09-261-0/+6
|/
* Improve __*LP*__ predefined macrosChristian Jullien2016-09-251-2/+9
* Redo "fix line number in macro redefined message"grischka2016-05-251-1/+1
* --whole-archive supportseyko2016-05-201-1/+13
* memory model macros __{L,}LP64__seyko2016-05-151-0/+2
* tccpp: cleanup options -dD -dM, remove -Cgrischka2016-05-051-36/+14
* tccgen: scope levels for local symbolsgrischka2016-05-051-1/+0
* -fno-type-redefinition-checkseyko2016-05-041-0/+1