aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* section alignmentseyko2016-04-221-1/+1
* Improve hash performanceVlad Vissoultchev2016-04-171-7/+8
* allow to compile tcc by pccseyko2016-04-151-1/+1
* preprocessor oprtion -C (keep comments)seyko2016-04-151-0/+20
* Simplify @listfiles parsingVlad Vissoultchev2016-04-131-39/+17
* Allow tcc arguments to be read from @listfilesseyko2016-04-131-27/+84
* Implement -dM preprocessor option as in gccVlad Vissoultchev2016-04-061-2/+4
* -fnormalize-inc-dirsseyko2016-04-031-0/+93
* tccpp: cleanup #include_nextgrischka2015-11-201-92/+0
* tccgen: asm_label cleanupgrischka2015-11-201-1/+1