aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* tccasm: synch C and asm symtab tighterMichael Matz2017-11-221-0/+2
* various stuffgrischka2017-10-111-23/+8
* Fix Windows++ compilation of previous (YX Hao, Joel Bodenmann)Steffen Nurpmeso2017-10-091-0/+2
* Introduce VIP sysinclude paths which are always searched firstSteffen Nurpmeso2017-10-031-5/+13
* Use more conventional punctuation for sequential assignmentsLarry Doolittle2017-09-251-6/+6
* Spelling fixesLarry Doolittle2017-09-241-1/+1
* 'long' reviewgrischka2017-09-241-12/+11
* tccgen: nodata_wanted fix, default ONE_SOURCE, etc...grischka2017-07-231-23/+36
* mutiples fix for _Genericmatthias2017-07-211-2/+11
* tcc -dt -run ... : simpler is bettergrischka2017-07-201-22/+9
* tccgen: nodata_wantedgrischka2017-07-161-0/+1
* #pragma comment(option,"-..."), bitfields test, etc...grischka2017-07-141-0/+1
* Fix statement exprs returning a local labelMichael Matz2017-07-101-1/+1
* refactor bitfieldsgrischka2017-07-091-0/+1
* refactor enumsgrischka2017-07-091-13/+18
* refactor sym & attributesgrischka2017-07-091-72/+77
* unsorted adjustmentsgrischka2017-07-091-12/+10
* tccpp: allow "#define X defined Y ..."grischka2017-07-091-0/+1
* configure: --config-musl/-uClibc switch & misc cleanupsgrischka2017-05-131-31/+28
* bitfields: one more hack and a "-Wgcc-compat" switchgrischka2017-05-091-0/+1
* C string litteral is const, fix return type of default_elfinterp. Remove #ifn...Christian Jullien2017-05-081-1/+1
* Spelling fixes in C comments onlyLarry Doolittle2017-05-071-6/+6
* Cleanups (float consts, sections, symbols)Michael Matz2017-05-021-1/+2
* Remove VT_REFMichael Matz2017-05-021-1/+0
* Simple-minded fix for bug #50847Larry Doolittle2017-04-251-0/+1
* tcc: fixup clang warningsAndrei Warkentin2017-04-251-2/+3
* Add support of musl-libcMarc Vertes2017-04-201-4/+16
* tccgen/win32: let __declspec(dllimport) imply externgrischka2017-04-041-0/+1
* makefile: unify cross with native buildsgrischka2017-02-251-1/+1
* cross-compilers: allow individual configurationgrischka2017-02-231-27/+26
* tcc: re-enable correct option -r supportgrischka2017-02-201-5/+8
* tcc -hh: show more optionsgrischka2017-02-181-0/+1
* tcctools.c: integrate tiny_libmaker/_impdefgrischka2017-02-181-7/+27
* -Wl, --enable-new-dtags for DT_RUNPATH instead of DT_RPATHSteffen Nurpmeso2017-02-181-0/+1
* fixes & cleanupsgrischka2017-02-131-4/+2
* tcc: don't use pstrcpy, fix win32 spanwn quotinggrischka2017-02-081-3/+3
* tccgen: factor out gfunc_returngrischka2017-02-081-2/+1
* win32: support "-Wl,--large-address-aware" optionPavlas, Zdenek2016-12-301-0/+1
* tests: OOT build fixes etc.grischka2016-12-201-0/+3
* libtcc.c: -m option cleanupgrischka2016-12-181-1/+1
* tests: add memory leak testgrischka2016-12-181-0/+1
* Support large alignment requestsMichael Matz2016-12-151-1/+1
* Fix 64bit enums and switch casesMichael Matz2016-12-151-3/+3
* tccpp: Fix token pastingMichael Matz2016-12-151-0/+1
* Fix initializing members multiple timesMichael Matz2016-12-151-0/+2
* Support local register variablesMichael Matz2016-12-151-3/+5
* x86_64: Add -mno-sse optionMichael Matz2016-12-151-0/+3
* x86-64: relocation addend is 64bitMichael Matz2016-12-151-2/+2
* tccasm: Support refs to anon symbols from asmMichael Matz2016-12-151-0/+1
* tccasm: Don't ignore # in preprocessor directivesMichael Matz2016-12-151-0/+6