aboutsummaryrefslogtreecommitdiff
path: root/tccrun.c
Commit message (Expand)AuthorAgeFilesLines
* various stuffgrischka2017-10-111-17/+36
* tcc -dt -run ... : simpler is bettergrischka2017-07-201-0/+2
* win32: adjust new unicode supportgrischka2017-02-181-0/+1
* tccrun: sort sectionsgrischka2017-02-051-12/+26
* tccrun: 'selinux' mmap: use only one mappinggrischka2017-02-051-38/+19
* SECTION_ALIGNMENT -> RUN_SECTION_ALIGNMENT, and tweaksDavid Mertens2017-01-081-4/+5
* Architecture-specific section alignmentDavid Mertens2017-01-061-1/+7
* Control symbol table of which to relocate symbolsThomas Preud'homme2016-12-031-1/+1
* x86_64-asm: =m operand fixesgrischka2016-11-201-0/+2
* remove warningsThomas Stalder2016-11-131-3/+2
* lib/libtcc1.c: cleanupgrischka2016-10-191-7/+6
* tccrun/win64: cleanup runtime function tablegrischka2016-10-191-35/+74
* tccpp_new/delete and other cleanupsgrischka2016-10-171-7/+15
* Start support of OpenBSD, tcc compiler can be produced from source treeChristian Jullien2016-10-151-0/+4
* Misc. fixesgrischka2016-10-051-8/+1
* Revert part of "fix installation amd bcheck for Windows"grischka2016-10-011-12/+8
* allow to compile tcc by pccseyko2016-04-151-0/+4
* Trivial changes to avoid some compiler warnings.Edmund Grimley Evans2015-11-191-1/+1
* Correct prototype: void __clear_cache(void *, void *).Edmund Grimley Evans2015-10-151-1/+1
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+772
* Reorganize the source tree.gus knight2015-07-271-772/+0
* Clean up lots of rogue tabs.gus knight2015-07-271-9/+9
* make a bound checking more compatible with Windows 64seyko2015-03-261-1/+1
* fix a bug #43984: tcc -run reports errno=2seyko2015-03-251-0/+4
* aarch64: Fix -run.Michael Matz2015-02-231-1/+1
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-0/+21
* build: add initial NetBSD support.minux2014-04-121-2/+10
* tccrun: fix build on DragonFly BSD.minux2014-04-121-2/+2
* ELF: Remove traces of old RUNTIME_PLTGOT codeMichael Matz2014-04-061-13/+0
* x86_64: Create proper PLT and GOT also for -runMichael Matz2014-04-061-0/+1
* Fix warning of clangThomas Preud'homme2014-03-091-2/+2
* Fix warning about undeclared __clear_cache function call.Christian Jullien2014-02-081-0/+1
* tccrun: Mark argv area as valid for bcheckKirill Smelkov2014-01-191-0/+17
* Revert "Use anonymous file instead of regular file to back mmap"Iavael2014-01-121-5/+12
* Fix missing mem_size assignment when using mmap()keren2014-01-101-0/+2
* Use anonymous file instead of regular file to back mmapkeren2014-01-091-14/+5
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-281-1/+1
* Fix synchronization between data and instr cachesThomas Preud'homme2013-03-191-1/+1
* Flush caches before -running programThomas Preud'homme2013-03-181-0/+1
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-37/+41
* tests: cleanupgrischka2013-02-051-2/+1
* tccrun.c: unify rt_get_caller_pc prototypegrischka2013-02-041-18/+15
* portability: fix void* <-> target address conversion confusiongrischka2013-02-041-24/+22
* tccrun: another incompatible change to the tcc_relocate APIgrischka2012-09-011-2/+6
* tcc.h: define TCC_IS_NATIVEgrischka2012-03-051-0/+5
* Revert "Multiple fixes for 64 bit sections"Andrew Mulbrook2012-03-031-6/+3
* Multiple fixes for 64 bit sectionsmob2012-02-261-3/+6
* Patch attempting to build OSX TinyCC.Milutin Jovanovic2012-02-091-4/+12
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-2/+2
* libtcc: minor adjustmentsgrischka2011-08-111-7/+18