aboutsummaryrefslogtreecommitdiff
path: root/lib/libtcc1.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing spaces everywhere.gus knight2015-07-271-13/+13
* x86-64: Fix stdarg for large non-float structsMichael Matz2015-03-091-4/+3
* partial revert of the commit 4ad186c5ef61seyko2015-03-041-0/+14
* x86_64-tcc and libtcc1.c: size_t definition is needed for a x86_64-tcc to par...seyko2015-03-031-1/+2
* New implementation of va_list/va_start/var_copy that do not use dynamic memor...mingodad2014-03-281-21/+9
* Fix __clear_cache implementationThomas Preud'homme2014-03-111-1/+2
* Use intptr_t to cast pointerThomas Preud'homme2014-03-091-1/+3
* Undefine __va* in libtcc1 to avoid errors w/ clangThomas Preud'homme2014-03-091-0/+5
* Make condition in libtcc1 based on targetThomas Preud'homme2014-03-091-5/+5
* i386: use __fixdfdi instead of __tcc_cvt_ftolgrischka2014-01-061-18/+21
* Add __clear_cache implementation in libtcc1Thomas Preud'homme2013-11-051-1/+23
* libtcc1.c: Fix __asm__() in __tcc_fpinit and __tcc_cvt_ftolRamsay Jones2013-09-091-3/+3
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-281-6/+17
* Fixed x86-64 long double passing.James Lyon2013-04-261-1/+3
* Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working o...James Lyon2013-04-251-0/+7
* Added cross compilation to CMake build system.James Lyon2013-04-251-7/+3
* Flush caches before -running programThomas Preud'homme2013-03-181-0/+11
* - document -dumpversionUrs Janssen2013-02-151-1/+1
* configure: pass CONFIG_xxxDIR/PATH options via commandlinegrischka2013-02-141-1/+6
* Support struct arguments with stdarg.hShinichiro Hamaji2010-12-281-0/+79
* new subdirs: include, lib, testsgrischka2009-04-181-0/+607