aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libtcc1.a while "configure --enable-cross"seyko2015-03-201-1/+1
* "configure --enable-cross" on x86: build a libtcc1.a for x86_64seyko2015-03-191-4/+2
* lib/Makefile: Partial revert of 896a0c881ac3.Edmund Grimley Evans2015-03-101-1/+0
* don't use a *-tcc to compile *.S files for ARM*seyko2015-03-101-0/+2
* x86-64: Fix stdarg for large non-float structsMichael Matz2015-03-091-4/+3
* arm64: Implement __clear_cache.Edmund Grimley Evans2015-03-081-1/+1
* partial revert of the commit 4ad186c5ef61seyko2015-03-041-0/+14
* gcc options and mingw: move a gcc options detection from a makefile to the co...seyko2015-03-041-3/+3
* an unification of the tcc cross names for a windowsseyko2015-03-041-5/+5
* build-libtcc1-by-tcc: use a new tcc to compile a libtcc1.c and alloca.Sseyko2015-03-041-7/+0
* x86_64-tcc and libtcc1.c: size_t definition is needed for a x86_64-tcc to par...seyko2015-03-031-1/+2
* remove a gcc warning for bcheck on x86_64 arch: conversion to pointer from in...seyko2015-03-031-2/+4
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-233-0/+1174
* Don't build libtcc1 with -fstack-protector-strongMatteo Cypriani2014-09-071-0/+4
* Fix mistake. Change jb by jbe. tiny c round (INT_MAX = 0x7FFFFFFF) to a DWORD...Carlos Montiers2014-07-103-3/+3
* Fix problem using alloca function, executable crashed even with a exception h...Carlos Montiers2014-07-103-6/+6
* Specify license of lib/armeabi.cThomas Preud'homme2014-07-011-0/+21
* build: add initial NetBSD support.minux2014-04-121-2/+2
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-071-1/+1
* win32: libtcc1.a needs to be built with tccgrischka2014-04-071-2/+5
* arm: Provide alloca()Michael Matz2014-04-052-2/+13
* shared libs: Build libtcc1.a with -fPICMichael Matz2014-04-021-1/+5
* Create bcheck region for argv and arge argumentThomas Preud'homme2014-03-291-0/+7
* 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
* Round mode of ll -> float conversion to nearestThomas Preud'homme2014-02-051-5/+20
* Fix negative long long to float conversion on ARMThomas Preud'homme2014-02-051-2/+2
* Fix float to long long conversion on ARMThomas Preud'homme2014-02-051-8/+8
* misc. fixesgrischka2014-01-061-3/+0
* i386: use __fixdfdi instead of __tcc_cvt_ftolgrischka2014-01-061-18/+21
* Fix signed integer division in ARM runtime ABIThomas Preud'homme2013-12-151-9/+21
* Add ARM aeabi functions needed to run tcctestThomas Preud'homme2013-12-112-1/+442
* Add __clear_cache implementation in libtcc1Thomas Preud'homme2013-11-052-1/+34
* 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
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-171-0/+3
* Flush caches before -running programThomas Preud'homme2013-03-181-0/+11
* add version number to manpageUrs Janssen2013-02-171-2/+2
* - document -dumpversionUrs Janssen2013-02-151-1/+1
* configure: pass CONFIG_xxxDIR/PATH options via commandlinegrischka2013-02-142-3/+8
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-101-1/+1
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-2/+1
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-062-21/+26
* configure: use relative paths for in-tree buildgrischka2013-01-301-2/+2