aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * and #pragma pop_macro("macro_name")seyko2015-04-213-1/+30
* add missing test from -fdollar-in-identifiers commitRamsay Jones2015-04-202-0/+55
* -fdollar-in-identifiers addonseyko2015-04-202-5/+9
* a bounds checking code for the ARCH=x86_64seyko2015-04-101-5/+56
* fix installation amd bcheck for Windowsseyko2015-04-101-0/+1
* remove a compilation warnings for libtest and test3seyko2015-04-101-0/+2
* A right fix for the array in struct initialization w/o '{'seyko2015-03-233-1/+107
* skip 73_arm64,test on ARCH=x86-64: it fails on this ARCHseyko2015-03-201-0/+3
* Add some missing nocode_wanted guardThomas Preud'homme2015-03-103-0/+3
* tests/Makefile: Quote to avoid: /bin/sh: 1: [: !=: unexpected operatorEdmund Grimley Evans2015-03-071-1/+1
* arm64: Optimise some integer operations with a constant operand.Edmund Grimley Evans2015-03-072-0/+119
* Disable floating-point test for ARM soft-floatseyko2015-03-042-2/+14
* disable-BTESTSseyko2015-03-041-1/+0
* Disable floating-point test for ARM soft-floatseyko2015-03-031-0/+2
* Turn on a implicit-function-declaration warning by default.seyko2015-03-032-0/+3
* arm64: Improve constant generation, with tests.Edmund Grimley Evans2015-03-022-0/+33
* 73_arm64.c: Avoid taking address of return value.Edmund Grimley Evans2015-02-261-21/+42
* Add 73_arm64 for testing some arm64 things, mostly PCS.Edmund Grimley Evans2015-02-253-0/+529
* tests/tcctest.c: Test COMPAT_TYPE(char *, signed char *).Edmund Grimley Evans2015-02-241-0/+2
* The "open a whisky and cut your finger open" patchThomas Preud'homme2015-02-182-3/+21
* Fix macro expansion of empty args.Reimar Döffinger2015-01-183-1/+13
* Allow tcc to understand a setob,... opcodes as alias to seto,...seyko2015-01-061-0/+2
* round() in test (24_math_library) fail because there are no defs included.seyko2015-01-051-0/+2
* Fix parsing of binary floating point numberLee Duhem2014-12-153-1/+132
* 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