aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* support c99 for-loop init declsJoe Soroka2011-03-072-1/+5
* use new weaken_symbol() to fix another real-world corner caseJoe Soroka2011-03-071-0/+3
* weak redefinition of a symbol should weaken the originalJoe Soroka2011-03-071-0/+4
* __typeof(t) should not include storage modifiers of tJoe Soroka2011-03-061-0/+5
* handle post-asm-label attributes on variablesJoe Soroka2011-03-031-0/+14
* tcc: fix weak attribute handlingJoe Soroka2011-03-021-0/+8
* i386-asm: support "pause" opcodeJoe Soroka2011-02-241-0/+1
* tccasm: support alternate .type syntaxesJoe Soroka2011-02-241-0/+14
* tccpp: treat gas comments in .S files as raw text, not tokensJoe Soroka2011-02-231-0/+1
* fix warning for tcctest.c introduced with my last commitJaroslav Kysela2011-02-221-1/+1
* fix another static struct init issue (arrays with unknown size at end)Jaroslav Kysela2011-02-221-26/+43
* Fix complex static initializers (handle additional '}' and '{' brackets)Jaroslav Kysela2011-02-221-0/+26
* Revert "Implement C99 Variable Length Arrays"Thomas Preud'homme2011-02-051-22/+0
* Revert "Disable C99 VLA when alloca is unavailable."Thomas Preud'homme2011-02-051-2/+2
* Disable C99 VLA when alloca is unavailable.Thomas Preud'homme2011-02-041-2/+2
* Implement C99 Variable Length ArraysThomas Preud'homme2011-02-041-0/+22
* 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