aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* build: revert Makefiles to 0.9.26 state (mostly)grischka2016-10-011-3/+8
* libtcc: reimplement option -Wl,[-no]-whöle-archivegrischka2016-10-011-6/+14
* libtcc: -Wl,... incremental parsinggrischka2016-10-011-4/+1
* Revert "output all sections if we produce an executable file"grischka2016-10-011-1/+0
* libtcc: filetype cleanupgrischka2016-10-011-5/+14
* tccpp: cleanupgrischka2016-10-011-93/+48
* libtcc: cleanup @listfilegrischka2016-10-011-11/+5
* libtcc: cleanup -x<filetype> switch codegrischka2016-10-011-1/+5
* tccpp: #pragma once: make it workgrischka2016-10-011-2/+2
* Revert "--whole-archive support"grischka2016-10-011-1/+0
* gtst_addr(): short conditional jumps (i386, x86_64)Pavlas, Zdenek2016-09-301-0/+5
* Rein in unintended external functions on Windows.Jean-Claude Beaudoin2016-09-271-1/+1
* pstrcpy looks to be needed by Windows win32/win64 builds. Reverted as PUB_FUN...Christian Jullien2016-09-261-1/+1
* Rein in unintended external functions.Jean-Claude Beaudoin2016-09-251-3/+3
* --whole-archive supportseyko2016-05-201-0/+1
* x86-64-asm: Clean up 64bit immediate supportMichael Matz2016-05-111-1/+1
* tccpp: cleanup options -dD -dM, remove -Cgrischka2016-05-051-4/+1
* tccgen: scope levels for local symbolsgrischka2016-05-051-2/+4
* -fno-type-redefinition-checkseyko2016-05-041-0/+1
* Reduce allocations overheadVlad Vissoultchev2016-04-171-0/+42