aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix access-after-free with statement expressionsMichael Matz2016-12-151-1/+1
* enums and ints are compatibleMichael Matz2016-12-151-1/+2
* inline asm: accept concatenated strings in constraintsMichael Matz2016-12-151-0/+1
* x86-64-asm: Accept expressions for .quadMichael Matz2016-12-151-0/+3
* Accept more asm expressionsMichael Matz2016-12-151-0/+1
* tccasm: Implement .pushsection and .popsectionMichael Matz2016-12-151-2/+2
* Implement -include cmdline optionMichael Matz2016-12-151-0/+4
* tccelf: some linker cleanupgrischka2016-12-151-18/+11
* Use functions to get relocation infoThomas Preud'homme2016-12-101-20/+14
* Remove now useless pltoff_addend reloc infoThomas Preud'homme2016-12-101-3/+2
* Error on unrecognized relocationsThomas Preud'homme2016-12-051-1/+2
* Fix relocs_info declaration in tcc.hThomas Preud'homme2016-12-051-1/+6
* Control symbol table of which to relocate symbolsThomas Preud'homme2016-12-031-1/+1
* Allow to get sym attr and fail if no entryThomas Preud'homme2016-12-031-2/+4
* Make build_got_entries more target independentThomas Preud'homme2016-12-031-0/+20
* Do section relocation in architecture backendThomas Preud'homme2016-12-031-0/+5
* Improve put_got_entry doc and structureThomas Preud'homme2016-12-031-0/+3
* 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/+1
* tccelf: introduce add32/64le()grischka2016-11-201-0/+6
* remove warningsThomas Stalder2016-11-131-1/+1
* tccgen: fix inline_functions double free fixgrischka2016-11-111-1/+2