aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tcctest: plugged memleak (was polluting valgrind reports)Joe Soroka2011-02-011-0/+1
* tccasm: accept bracketed offset expressionsJoe Soroka2011-02-011-0/+1
* tccasm: accept "fmul/fadd st(0),st(n)" (dietlibc ipow/atanh)Joe Soroka2011-02-011-0/+4
* tccasm: allow one-line prefix+op things like "rep stosb"Joe Soroka2011-02-012-0/+61
* tccasm: define __ASSEMBLER__ for .S files, like gcc doesJoe Soroka2011-02-011-0/+4
* tccpp: fix bug in handling of recursive macrosJoe Soroka2011-02-011-0/+31
* weak definitions overrule non-weak prototypesJoe Soroka2011-02-012-2/+15
* support weak attribute on variablesJoe Soroka2011-02-011-0/+18
* asmtest: avoid testing against complex nop alignment in gasJoe Soroka2011-01-231-1/+2
* i386-asm: accept retl as a synonym for retJoe Soroka2011-01-211-0/+2
* accept multiple comma separated symbols for .globl/.global directives, like g...Joe Soroka2011-01-201-0/+5
* Support struct arguments with stdarg.hShinichiro Hamaji2010-12-281-0/+23
* Test va_copy in tcctest.cShinichiro Hamaji2010-12-281-2/+4
* Copy tcclib.h to tests directory so GCC uses its own headers.Shinichiro Hamaji2010-12-071-1/+3
* make: new lib/Makefile for libtcc1.a on more platformsgrischka2010-12-041-11/+13
* Fix casts from 32bit integer types to 64bit integer types.Shinichiro Hamaji2010-08-311-0/+8
* Fix alignment around struct for SSE.Shinichiro Hamaji2010-08-271-3/+3
* Fix bashims in configure and gcctestsuite.sh.Thomas Preud'homme2010-05-261-4/+4
* update Makefilesgrischka2009-12-201-1/+1
* tcc_relocate: revert to 0.9.24 behaviorgrischka2009-12-191-13/+5
* x86-64: change the type of size_t and ptrdiff_t.Shinichiro Hamaji2009-08-241-0/+2
* x86-64: chkstk, allocagrischka2009-07-182-2/+21
* fix asmtest (somehow), update Makefilesgrischka2009-07-182-7/+8
* bcheck: restore malloc hooks when donegrischka2009-07-181-6/+7
* drop alloca #definegrischka2009-05-162-2/+17
* cleanup makefilesgrischka2009-04-191-2/+2
* Fixes for tests/Makefile.Shinichiro Hamaji2009-04-181-3/+3
* fix makefiles etc for subdirsgrischka2009-04-182-1/+145
* new subdirs: include, lib, testsgrischka2009-04-185-0/+3077