aboutsummaryrefslogtreecommitdiff
path: root/tccrun.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tccrun: win32: improve exception handlergrischka2011-07-141-28/+29
* tccrun: win32: improve rt_get_caller_pcgrischka2011-07-141-18/+13
* tccrun: rt_printline: fix no-stabs casegrischka2011-07-141-10/+23
* tccrun: improve rt_printline output formatgrischka2011-07-141-16/+18
* tccrun: win64: add unwind function table for dynamic codegrischka2011-07-141-0/+19
* selinux: correct ftruncate, fix bus error in tcc -runHenry Kroll III2010-10-271-2/+3
* Remove ifdef STT_GNU_IFUNC test in tccrun.cThomas Preud'homme2010-10-101-5/+1
* Add support for __FreeBSD_kernel__ kernelThomas Preud'homme2010-09-101-4/+4
* Add support for indirect functions as externals.Thomas Preud'homme2010-08-091-1/+5
* ARM: implement rt_get_caller_pcDaniel Glöckner2010-05-141-0/+44
* ARM: allow jumps > 32MB on -runDaniel Glöckner2010-05-141-2/+2
* make --with-selinux work with libtcc, tooHenry Kroll III2010-04-241-34/+26
* Use mmap instead of exec mem for Selinux machines. Fixes crash on Fedora.Henry Kroll III2010-04-201-4/+33
* build from multiple objects: fix other targetsgrischka2009-12-201-2/+2
* win64: add tiny unwind data for setjmp/longjmpgrischka2009-12-201-0/+7
* allow tcc be build from separate objectsgrischka2009-12-201-21/+22
* win32: enable bounds checker & exception handlergrischka2009-12-191-242/+321
* tcc_relocate: revert to 0.9.24 behaviorgrischka2009-12-191-15/+20
* tccrun: new filegrischka2009-12-191-0/+518