aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-061-1/+1
* tests: cleanupgrischka2013-02-0511-294/+270
* tests2: move into testsgrischka2013-02-05112-0/+3052
* Don't do builtin_frame_address test with ARM gccThomas Preud'homme2013-01-261-0/+2
* Use gcc to generate tcctest.gccThomas Preud'homme2013-01-251-1/+1
* Stop returning 0 in cmp_comparison_testThomas Preud'homme2013-01-061-1/+0
* build: fix VPATH buildsAkim Demaille2012-12-181-6/+7
* tests: Add tests for compile/run tcc.c with `tcc -b` then compile tcc.c again...Kirill Smelkov2012-12-091-1/+22
* tests: btest should only run on targets supporting bcheckKirill Smelkov2012-11-241-0/+5
* Add support for __builtin_frame_address(level)Kirill Smelkov2012-11-162-1/+28
* Now btest pass!Kirill Smelkov2012-11-131-1/+0
* Honour *FLAGS everywhereThomas Preud'homme2012-11-061-5/+5
* tccrun: another incompatible change to the tcc_relocate APIgrischka2012-09-011-1/+1
* Disable callsave_test for armThomas Preud'homme2012-07-301-0/+2
* tests: Minor adjustments selecting which tests are run on each platform.Milutin Jovanović2012-06-271-9/+31
* x86-64: Fix call saved register restoreMichael Matz2012-06-101-0/+20
* x86_64: Fix compares with NaNs.Michael Matz2012-05-131-0/+66
* Fix comparing comparisonsMichael Matz2012-04-181-0/+30
* Make sizeof() be of type size_tMichael Matz2012-04-181-0/+16
* Fix parsing function macro invocationsMichael Matz2012-04-181-0/+4
* Fix detection of labels with a typedef nameMichael Matz2012-04-181-0/+3
* x86_64: Fix segfault for global dataMichael Matz2012-04-181-0/+30
* x86_64: Fix indirection in struct paramatersMichael Matz2012-04-181-12/+17
* Fix bitfield loads into char/short.Michael Matz2012-04-181-0/+5
* Fix conversion in a?0:ptr.Michael Matz2012-04-181-0/+13
* cleanup some partially broken patchesgrischka2012-04-181-2/+2
* Further changes improving the OSX build. Everything builds. libtest passes.Milutin Jovanovic2012-03-061-2/+8
* Patch attempting to build OSX TinyCC.Milutin Jovanovic2012-02-091-1/+1
* tcctest: switch weak_toolate proto with implgrischka2011-08-061-1/+1
* fixed Makefile test targetsJoe Soroka2011-07-221-1/+1
* re-added negative-array-size testcase and fixed fix for itJoe Soroka2011-07-221-0/+2
* Revert "better constant handling for expr_cond"grischka2011-07-161-2/+0
* Fix array_test: move params to local varsThomas Preud'homme2011-07-121-2/+2
* handle arrays with a flexible member but no initializerJoe Soroka2011-07-111-1/+3
* better constant handling for expr_condJoe Soroka2011-07-111-0/+2
* fix self-referential token pastingJoe Soroka2011-07-081-0/+6
* fix end-of-scope for self-referential macrosJoe Soroka2011-07-081-2/+1
* make test work when LIBTCC1 not definedThomas Preud'homme2011-05-171-1/+5
* VLA fix [1/3]: added testcase demonstrating VLA bugJoe Soroka2011-04-081-1/+6
* VLA bcheck works via bound alloca; add test, remove warningJoe Soroka2011-04-061-1/+33
* re-apply VLA by Thomas Preud'hommeJoe Soroka2011-04-061-0/+22
* sizeof(struct with "flexible array member") is wrongJoe Soroka2011-03-181-0/+1
* fix c99 for-loop init decl scope (thanks: grischka)Joe Soroka2011-03-081-0/+2
* 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