aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
Commit message (Expand)AuthorAgeFilesLines
* tests: Compile asmtest.S without -m32Michael Matz2016-05-111-1/+1
* tccgen: scopes levels for local symbols (update 2)grischka2016-05-061-0/+1
* Revert "Fix tests Makefiles on Windows"Vlad Vissoultchev2016-04-171-2/+1
* Identifiers can start and/or contain '.' in *.Sseyko2016-04-051-1/+5
* Fix tests Makefiles on WindowsVlad Vissoultchev2016-03-141-1/+2
* Enable variable-length arrays on arm64.Edmund Grimley Evans2015-10-311-2/+1
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-5/+5
* Reorganize the source tree.gus knight2015-07-271-5/+5
* tccpp: fix issues, add testsgrischka2015-05-091-15/+10
* -fdollar-in-identifiers addonseyko2015-04-201-1/+1
* tests/Makefile: Quote to avoid: /bin/sh: 1: [: !=: unexpected operatorEdmund Grimley Evans2015-03-071-1/+1
* Disable floating-point test for ARM soft-floatseyko2015-03-041-2/+11
* disable-BTESTSseyko2015-03-041-1/+0
* Clear CFLAGS & LDFLAGS in testsMatteo Cypriani2014-09-071-0/+4
* build: ignore and properly clean tests/vla_testminux2014-04-121-1/+1
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-071-1/+1
* Add the generated executables ending with "-cc" and "-tcc" to the makefile "c...mingodad2014-03-261-3/+4
* Don't hardcode gcc in tests MakefileThomas Preud'homme2014-03-091-7/+7
* tcctest: add back testXb (self compile with -b)grischka2014-01-211-18/+22
* Various Makefile fixes for cross-compilationThomas Preud'homme2014-01-091-1/+14
* misc. fixesgrischka2014-01-061-19/+20
* Improved variable length array support.James Lyon2013-04-271-0/+11
* Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working o...James Lyon2013-04-251-4/+3
* Workaround for MinGWs use of 80-bit long double on Win32.James Lyon2013-04-191-6/+6
* x86-64 ABI fixes.James Lyon2013-04-191-2/+2
* Tests in abitest.c now work on Win32.James Lyon2013-04-181-5/+9
* Added ABI compatibility tests with native compiler using libtcc.James Lyon2013-04-171-0/+10
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-171-9/+12
* 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-051-68/+46
* Use gcc to generate tcctest.gccThomas Preud'homme2013-01-251-1/+1
* 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-161-1/+1
* Now btest pass!Kirill Smelkov2012-11-131-1/+0
* Honour *FLAGS everywhereThomas Preud'homme2012-11-061-5/+5
* tests: Minor adjustments selecting which tests are run on each platform.Milutin Jovanović2012-06-271-9/+31
* 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
* fixed Makefile test targetsJoe Soroka2011-07-221-1/+1
* make test work when LIBTCC1 not definedThomas Preud'homme2011-05-171-1/+5
* support c99 for-loop init declsJoe Soroka2011-03-071-1/+1
* weak definitions overrule non-weak prototypesJoe Soroka2011-02-011-2/+9
* 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
* update Makefilesgrischka2009-12-201-1/+1
* x86-64: chkstk, allocagrischka2009-07-181-2/+2