aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tccgen: 32bits: fix PTR +/- long longgrischka2016-10-132-0/+16
* Use ISO C string functions instead of obsolete BSD ones that used to be in st...Christian Jullien2016-10-122-8/+3
* tccpp : "tcc -E -P" : suppress empty linesgrischka2016-10-096-8/+33
* tccgen: arm/i386: save_reg_upstackgrischka2016-10-041-4/+11
* switch: fix label sortingPavlas, Zdenek2016-10-031-0/+3
* tccgen: fix long long -> char/short castgrischka2016-10-022-3/+8
* Incorrect function call code on ARMv6Balazs Kezes2016-10-011-0/+5
* build: restore out-of-tree supportgrischka2016-10-013-22/+27
* build: revert Makefiles to 0.9.26 state (mostly)grischka2016-10-013-89/+53
* test/pp: cleanupgrischka2016-10-016-74/+20
* Remove misc. filesgrischka2016-10-012-138/+510
* Fix test for __*LP*__ predefined macrosChristian Jullien2016-09-251-11/+11
* Add test for __*LP*__ predefined macrosChristian Jullien2016-09-252-0/+39
* win64: fix va_arggrischka2016-07-101-0/+9
* x86-asm: Reject some invalid arith imm8 instructionMichael Matz2016-05-161-0/+16
* x86-asm: Add .fill testMichael Matz2016-05-141-0/+1
* x86-asm: Fix signed constants and opcode orderMichael Matz2016-05-141-0/+7
* x86-64-asm: Add mov[sz]xq opcodesMichael Matz2016-05-121-0/+7
* x86-64-asm: Clean up 64bit immediate supportMichael Matz2016-05-111-0/+10
* x86-64: Run asmtest as wellMichael Matz2016-05-111-13/+27
* tests: Compile asmtest.S without -m32Michael Matz2016-05-111-1/+1
* x86-64 asm: Remove useless jmp opcodeMichael Matz2016-05-111-0/+1
* x86: Improve cmov handlingMichael Matz2016-05-111-0/+4
* [x86] Fix some asm problemsMichael Matz2016-05-091-8/+67
* Insert spaces between certain tokens when tcc is invoked with -E.Edmund Grimley Evans2016-05-092-0/+25
* tccgen: scopes levels for local symbols (update 2)grischka2016-05-062-6/+7
* tccgen: scopes levels for local symbols (update 1)grischka2016-05-051-0/+2
* tests/tests2/Makefile: Make 85-asm-outside-function Intel-only.Edmund Grimley Evans2016-05-041-0/+3
* __asm__() outside functionseyko2016-05-012-0/+7
* 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