aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Test long long to float conversionsThomas Preud'homme2014-02-011-0/+8
* tcctest: add back testXb (self compile with -b)grischka2014-01-211-18/+22
* tcctest: One more signed zero testMichael Matz2014-01-121-0/+6
* Fix floating point unary minus and plusMichael Matz2014-01-121-0/+24
* Various Makefile fixes for cross-compilationThomas Preud'homme2014-01-091-1/+14
* misc. fixesgrischka2014-01-063-23/+21
* Add ARM aeabi functions needed to run tcctestThomas Preud'homme2013-12-111-0/+67
* Make abitest.c have predictable resultThomas Preud'homme2013-11-251-2/+2
* Improved variable length array support.James Lyon2013-04-273-5/+105
* Fixed x86-64 long double passing.James Lyon2013-04-261-0/+19
* Fixed silly error in Windows build of tests (abitest-cc not linking to libtcc)James Lyon2013-04-262-33/+34
* Fixed i386 calling convention issue and CMake build on i386.James Lyon2013-04-261-2/+2
* Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working o...James Lyon2013-04-253-19/+49
* Added cross compilation to CMake build system.James Lyon2013-04-252-17/+37
* 64-bit tests now pass (well, nearly).James Lyon2013-04-242-8/+103
* Added CMake build system (to facilitate Win64 builds)James Lyon2013-04-211-0/+98
* Workaround for MinGWs use of 80-bit long double on Win32.James Lyon2013-04-192-8/+27
* Fixed 64-bit integer bug introduced by x86-64 ABI work.James Lyon2013-04-191-7/+7
* Most x86-64 tests now work; only on error in test1-3.James Lyon2013-04-191-2/+2
* Got test1-3 working on x86-64.James Lyon2013-04-191-0/+110
* x86-64 ABI fixes.James Lyon2013-04-192-6/+61
* Added some additional tests to abitest.cJames Lyon2013-04-181-13/+51
* Tests in abitest.c now work on Win32.James Lyon2013-04-182-17/+60
* Added ABI compatibility tests with native compiler using libtcc.James Lyon2013-04-172-0/+90
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-173-28/+49
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-101-4/+9
* 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