aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/Makefile: filter-out -b flag from XFLAGSseyko2015-11-081-1/+1
* lib/libtcc1.c: Replace "long" with "unsigned int" in union float_long.Edmund Grimley Evans2015-11-041-1/+1
* Correct prototype: void __clear_cache(void *, void *).Edmund Grimley Evans2015-10-152-3/+3
* Revert all of my changes to directories & codingstyle.gus knight2015-07-293-49/+49
* Reorganize the source tree.gus knight2015-07-271-8/+8
* Trim trailing spaces everywhere.gus knight2015-07-272-41/+41
* a bounds checking code for the ARCH=x86_64seyko2015-04-103-54/+119
* fix installation amd bcheck for Windowsseyko2015-04-102-10/+25
* a small revers for bcheck.o changes (d80593bc4d43)seyko2015-03-301-1/+1
* Fix for Microsoft compilersseyko2015-03-291-1/+1
* fix for the bcheck.o (bug #14958)seyko2015-03-291-13/+59
* make a bound checking more compatible with Windows 64seyko2015-03-261-38/+38
* 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