aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tccpp: Implement __BASE_FILE__ macroMichael Matz2016-12-152-0/+16
* Implement __builtin_choose_exprMichael Matz2016-12-151-0/+13
* x86-asm: Implement prefetchw opcodeMichael Matz2016-12-151-0/+1
* x86-asm: Fix lar opcode operandsMichael Matz2016-12-151-0/+7
* x86-asm: More opcodesMichael Matz2016-12-151-0/+11
* x86-asm: Add [sl][ig]dtq opcodesMichael Matz2016-12-151-4/+10
* x86-asm: Implement fxrstorq and fxsaveqMichael Matz2016-12-151-0/+2
* Fix parsing attributes for struct declsMichael Matz2016-12-151-0/+33
* x86-asm: Implement clflush opcodeMichael Matz2016-12-151-0/+1
* inline asm: accept concatenated strings in constraintsMichael Matz2016-12-151-1/+1
* Accept symbols in initializers also on 64 bitMichael Matz2016-12-151-0/+7
* x86-64-asm: More opcodesMichael Matz2016-12-151-0/+7
* tccasm: Implement compare expressionsMichael Matz2016-12-151-0/+6
* x86-64-asm: Accept expressions for .quadMichael Matz2016-12-151-0/+1
* inline asm: Accept 'p' constraint and 'P' template modMichael Matz2016-12-151-0/+9
* tccasm: Accept .balignMichael Matz2016-12-151-0/+1
* Accept more asm expressionsMichael Matz2016-12-151-0/+13
* tccasm: Implement .pushsection and .popsectionMichael Matz2016-12-151-0/+10
* Accept empty struct member declsMichael Matz2016-12-151-0/+5
* x86-asm: Accept 'q' modifierMichael Matz2016-12-151-0/+11
* tccpp: Fix macro_is_equalMichael Matz2016-12-152-0/+5
* x86-64-asm: TidyMichael Matz2016-12-151-0/+1
* x86-asm: Correct mem64->xmm movqMichael Matz2016-12-151-0/+1
* x86-asm: Add more SSE2 instructionsMichael Matz2016-12-151-0/+102
* tests: add .so/.dll creation testgrischka2016-12-152-9/+20
* tccelf: some linker cleanupgrischka2016-12-151-2/+6
* Implement gcc bitfield algorithm; add -mms-bitfieldsDavid Mertens2016-11-281-0/+9
* x86_64-asm: =m operand fixesgrischka2016-11-201-3/+25
* OpenBSD does not support -v option in rm command.Christian Jullien2016-10-151-1/+1
* 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