aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* tccgen: inline_functions double free fixgrischka2016-11-111-1/+1
* lib/libtcc1.c: cleanupgrischka2016-10-191-1/+1
* tccrun/win64: cleanup runtime function tablegrischka2016-10-191-7/+3
* configure: --triplet= option, Makefile: cleanupgrischka2016-10-171-18/+13
* tccpp_new/delete and other cleanupsgrischka2016-10-171-38/+38
* tccgen/tccelf: move code from libtcc.cgrischka2016-10-151-26/+33
* Start support of OpenBSD, tcc compiler can be produced from source treeChristian Jullien2016-10-151-1/+3
* tccpp : "tcc -E -P" : suppress empty linesgrischka2016-10-091-73/+35
* Misc. fixesgrischka2016-10-051-3/+6
* tccgen: arm/i386: save_reg_upstackgrischka2016-10-041-0/+1
* configure: fix tcc_lddir, cpugrischka2016-10-031-0/+2
* Revert "-fnormalize-inc-dirs"grischka2016-10-011-1/+0