aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* output space after TOK_PPNUM which followed by '+' or '-'seyko2016-05-018-5/+65
* Run testcases in sorted orderMichael Matz2016-04-221-1/+1
* Revert "Fix tests Makefiles on Windows"Vlad Vissoultchev2016-04-173-14/+2
* fix preprocessing *.S with ` ' chars in #commentsseyko2016-04-142-0/+12
* tccgen.c: Allow type attributes to prefix enum/struct/union nameVlad Vissoultchev2016-04-062-0/+14
* utf8 in identifiersseyko2016-04-052-0/+11
* nocode_wanted with while/for inside ({})seyko2016-04-052-0/+90
* Identifiers can start and/or contain '.' in *.Sseyko2016-04-054-2/+26
* Fix assignment to/from volatile typesMichael Matz2016-03-261-0/+11
* Fix tokenization of TOK_DOTSMichael Matz2016-03-241-0/+5
* Fix type parsingMichael Matz2016-03-243-1/+10
* Fix tests Makefiles on WindowsVlad Vissoultchev2016-03-143-2/+14
* tccgen.c: Fix flex array members some moreMichael Matz2016-03-112-0/+25
* tccgen.c: In parse_btype, handle type qualifiers applied to arrays.Edmund Grimley Evans2016-01-111-0/+16
* tccgen.c: Try to make sizeof(!x) work.Edmund Grimley Evans2015-11-222-0/+3
* tccgen.c: Bug fix for 992cbda and 3ff77a1: set nocode_wanted.Edmund Grimley Evans2015-11-212-0/+13
* Improve constant propagation with "&&" and "||".Edmund Grimley Evans2015-11-201-1/+5
* tccgen.c: Recognise constant expressions with conditional operator.Edmund Grimley Evans2015-11-201-3/+14
* tests/tests2/79_vla_continue.c: Fix off-by-one error.Edmund Grimley Evans2015-11-131-2/+2
* tests/tcctest.c: Fix up format strings.Edmund Grimley Evans2015-11-041-28/+28
* Enable variable-length arrays on arm64.Edmund Grimley Evans2015-10-311-2/+1
* Revert "fix-mixed-struct (patch by Pip Cet)"gus knight2015-07-291-4/+4
* Revert all of my changes to directories & codingstyle.gus knight2015-07-295-82/+82
* Reorganize the source tree.gus knight2015-07-273-9/+9
* Trim trailing spaces everywhere.gus knight2015-07-272-73/+73
* fix-mixed-struct (patch by Pip Cet)seyko2015-05-141-4/+4
* tccpp: fix issues, add testsgrischka2015-05-0938-145/+266
* VLA fix: save stack pointer right after modificationPhilip2015-04-283-3/+28
* fix VLA/continue issuePhilip2015-04-273-2/+99
* add test case for VLA segfaultsPhilip2015-04-273-1/+25
* fix another x86_64 ABI bugPhilip2015-04-261-0/+68
* x86_64 ABI tests, which currently cause failuresPhilip2015-04-251-0/+86
* a test for the #pragma push/pop_macroseyko2015-04-253-1/+37
* Revert "* and #pragma pop_macro("macro_name")"grischka2015-04-233-30/+1
* fix a subtle x86-64 calling bugPhilip2015-04-231-0/+37
* * 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