summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/ppindirect.asm: test token pasting inside %[...]indirectH. Peter Anvin2008-10-191-0/+3
* test: better smartalign testsH. Peter Anvin2008-10-194-34/+108
* test: add test for preprocessor indirection constructH. Peter Anvin2008-10-191-0/+39
* test/elf64so.asm: demonstrate a case where we bind to the wrong symbolH. Peter Anvin2008-10-171-1/+6
* test/Makefile: enable debugging info for elftest/elftest64H. Peter Anvin2008-10-171-6/+6
* elftest64: both Small PIC and Medium PIC model testsH. Peter Anvin2008-10-172-10/+35
* test/Makefile: the elftest objects depend on $(NASM)H. Peter Anvin2008-10-171-2/+2
* Test and Makefile rules for 32- and 64-bit ELF shared librariesH. Peter Anvin2008-10-174-0/+160
* Test for BR 2172659H. Peter Anvin2008-10-161-0/+15
* Test for various ELF64 GOT referencesH. Peter Anvin2008-10-151-0/+25
* test/pushseg.asm: add "pop cs"H. Peter Anvin2008-10-081-1/+1
* test/pushseg.asm: test for push/pop of segment registersH. Peter Anvin2008-10-081-0/+17
* test/imul.asm: remove obsolete ERROR markerH. Peter Anvin2008-10-071-1/+1
* Test for various IMUL patternsH. Peter Anvin2008-10-071-2/+3
* Add missing IMUL pattern: reg64,imm8H. Peter Anvin2008-10-071-0/+89
* New opcode for 32->64 bit sign-extended immediate with warningH. Peter Anvin2008-10-071-1/+1
* test/immwarn.asm: add a few more non-warning testsH. Peter Anvin2008-10-071-0/+2
* Avoid double warning for signed dword immediateH. Peter Anvin2008-10-061-1/+1
* New opcodes to deal with 8-bit immediate sign extended to opsizeH. Peter Anvin2008-10-061-4/+3
* BR 2148448: Fix RIP-relative addressing with an immediateH. Peter Anvin2008-10-061-0/+11
* immwarn: more immediate warnings test, with notes of where we failH. Peter Anvin2008-10-061-5/+41
* test: change .stdout/.stderr to stdout/stderrH. Peter Anvin2008-10-0668-141/+141
* test/br2148476.asm: comprehensive test of the CVT* instructionsH. Peter Anvin2008-10-061-0/+221
* test/immwarn.asm: new test for immediate warningsH. Peter Anvin2008-10-051-0/+54
* test/Makefile: rule to run performtest --diffH. Peter Anvin2008-10-041-0/+3
* performtest: use -u with diffH. Peter Anvin2008-10-041-1/+1
* test/Makefile: add rules for the automatic testsH. Peter Anvin2008-10-041-2/+13
* Already aligned aligns should be 0 bytes, not %1.Victor van den Elzen2008-10-011-0/+1
* Apply patch from BR 890790Victor van den Elzen2008-10-012-0/+8
* Add more 64-bit jump testsH. Peter Anvin2008-09-251-1/+12
* Clean up unterminated linesH. Peter Anvin2008-09-252-5/+3
* Actually make non-power-of-2 alignments workH. Peter Anvin2008-09-252-0/+33
* test/fwdoptpp: test %error, %warning, %fatalH. Peter Anvin2008-09-241-2/+19
* %error, %warning out on the final pass, add %fatalH. Peter Anvin2008-09-241-0/+133
* test: test for code that relies on the optimizer to be validH. Peter Anvin2008-09-231-0/+133
* BR 1239818 - handle multiple %else clausesVictor van den Elzen2008-09-181-0/+46
* Remove obsolete ROL-EQU hackVictor van den Elzen2008-09-112-0/+0
* test/new: clean up whitespaceH. Peter Anvin2008-08-291-1/+0
* Script to create new test case boilerplateH. Peter Anvin2008-08-291-0/+10
* Accept implicit memory size for VMREAD/VMWRITEH. Peter Anvin2008-08-281-0/+4
* BR 2029472: Wrong operand size for VMREAD/VMWRITE in 64-bit modeH. Peter Anvin2008-08-281-0/+22
* BR 2028995: Missing MOVNTI m64, r64H. Peter Anvin2008-08-281-0/+10
* Testcase for XCRYPTH. Peter Anvin2008-08-281-0/+24
* BR 2039212: Handle indirect far jumps in 64-bit modeH. Peter Anvin2008-08-281-0/+10
* test: Fix file with no final newlineH. Peter Anvin2008-08-241-1/+1
* BR 2030823: Problem with the 256-bit FMA instructionsH. Peter Anvin2008-08-131-0/+5
* minor bugfix in performtest.plVictor van den Elzen2008-08-061-1/+1
* Add macro-defaults warning class and documentation.Victor van den Elzen2008-08-061-0/+64
* BR 2034542: fix crash when touching __FILE__H. Peter Anvin2008-07-311-0/+5
* Improve checking and documentation for %ifctxVictor van den Elzen2008-07-231-1/+1