aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Delete a = (a > = 0)? A: -a; \jiang2014-05-201-5/+16
* clean '\t'jiang2014-05-201-93/+93
* 1 macro_push and macro_pop work I made a mistake, no matter the definition do...jiang2014-05-171-16/+28
* add push_macro test againjiang2014-05-161-0/+13
* fix push_macro, asked Tom to help me testfix push_macrojiang2014-05-161-0/+7
* When tcc.exe update, abitest-tcc.exe not updated. For security, you must firs...jiang2014-05-151-1/+1
* clean '\t'jiang2014-05-141-14/+14
* restore 2dd8587c2f32d17a2cd0443a60a614a3fa9bbe29jiang2014-05-131-6/+25
* Revert "update static void parse_number()"grischka2014-05-061-0/+3
* Return to: e20c1eb99e1003c1e59522c136dbb15c52d7cc7cjiang2014-05-044-56/+22
* Fixes include the double quotes bugjiang2014-05-021-6/+25
* fix its own making bug. Improved init_putz (). Modify the tests / Makefile to...jiang2014-05-011-3/+7
* rename libtcc1.cjiang2014-04-303-7/+7
* Fix va_arg bug, Fix type conversion bug, an increase of loc_stack () function...jiang2014-04-301-6/+17
* fix abitest.c for x86_64 bugjiang2014-04-281-2/+0
* add test for abitest.cjiang2014-04-281-5/+53
* 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