aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Filter-out warning about softfloat in tests2Matteo Cypriani2014-10-171-2/+2
* Clear CFLAGS & LDFLAGS in testsMatteo Cypriani2014-09-072-0/+8
* Rename:jiang2014-07-017-6/+6
* bug:jiang2014-06-295-1/+23
* tests2: fix and enable 46_grep test.minux2014-04-123-8/+13
* tests2: fix 30_hanoi test and enable it.minux2014-04-122-2/+2
* Fix preprocessor concat with empty argThomas Preud'homme2014-04-123-1/+18
* build: ignore and properly clean tests/vla_testminux2014-04-121-1/+1
* Prevent ## to appear at start or end of macroThomas Preud'homme2014-04-085-1/+9
* Add new tests for macro nestingThomas Preud'homme2014-04-073-1/+13
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-073-7/+7
* tests2: cleanupgrischka2014-04-073-23/+25
* win32: libtcc1.a needs to be built with tccgrischka2014-04-071-3/+3
* arm: Provide alloca()Michael Matz2014-04-051-2/+2
* tests2: Build executables as wellMichael Matz2014-04-051-1/+6
* Allow local redefinition of enumeratorThomas Preud'homme2014-03-313-1/+16
* Add tests for previous fixesThomas Preud'homme2014-03-3011-1/+30
* Add the generated executables ending with "-cc" and "-tcc" to the makefile "c...mingodad2014-03-261-3/+4
* Add test for previous commitThomas Preud'homme2014-03-255-4/+10
* Don't hardcode gcc in tests MakefileThomas Preud'homme2014-03-091-7/+7
* Fix and extend *FCAST test in tcctest.cThomas Preud'homme2014-02-051-5/+8
* Don't perform builtin_frame_address on ARMThomas Preud'homme2014-02-031-2/+3
* 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