Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
83b62cbbab29bde83eba40231f307c2a311e73c8
/
none
/
tests
/
amd64
83b62cb
Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch.
by njn
· 16 years ago
61485ab
tests/arch_test is currently being used for two purposes:
by njn
· 16 years ago
5304457
Various build system clean-ups and simplifications:
by njn
· 16 years ago
107bc57
Merge r9175 (don't run inappropriate OS- and platform-specific tests) from
by njn
· 16 years ago
a00febc
SSE3 and SSSE3 are two different things, so add a proper SSSE3 feature
by tom
· 16 years ago
f4f5cd2
Add a test case for #156404 (main thread stack not getting extended
by sewardj
· 16 years ago
03d6900
Try to fix build system breakage w.r.t. ssse3_misaligned. It isn't
by sewardj
· 17 years ago
6d6da5b
Only build the SSSE3 tests on machines whose assemblers know about
by sewardj
· 17 years ago
8231f32
Add SSSE3 tests.
by sewardj
· 17 years ago
728ae1c
Get rid of compiler warnings.
by sewardj
· 17 years ago
0ab5548
Merge (from branches/THRCHECK) misc build-system changes. Nothing significant.
by sewardj
· 17 years ago
0657e1c
Test for decoding of some instructions with redundant REX.W bits in
by sewardj
· 17 years ago
268b2f5
Add regtest for amd64 implementation of maskmovq and maskmovdq.
by sewardj
· 17 years ago
b508d77
Older assemblers on amd64-linux don't do lahf/sahf; work around that.
by sewardj
· 18 years ago
1f456de
Test sahf/lahf on amd64.
by sewardj
· 18 years ago
fa18a26
Don't build SSE3 tests if the configure test determined that the assembler
by sewardj
· 18 years ago
0d9a3ef
Add a test for rc{l,r}{bwlq} on amd64. (from Emmanuel Thomé)
by sewardj
· 18 years ago
1f84dbc
Include missing files in tarball.
by sewardj
· 18 years ago
90527e3
Change a bunch of pointer <-> int casts to pointer <-> long casts so
by sewardj
· 18 years ago
68245ce
Regtest for #133678 (amd64 pextrw with 64-bit dst register)
by sewardj
· 18 years ago
cbc4bdf
Add regtest for #132918 (amd64 fprem).
by sewardj
· 18 years ago
969d89c
64-bit regtest for #132813 (Assertion at priv/guest-x86/toIR.c:652 fails)
by sewardj
· 18 years ago
ec4e607
Hand assemble cmpxchg16b as old assemblers don't understand it.
by tom
· 18 years ago
409e73f
Regtest for #127521 (amd64 cmpxchg8b/16b).
by sewardj
· 18 years ago
c73fe10
Regtest for bug fixed by r6001.
by sewardj
· 18 years ago
c49ae75
Regression tests for SSE3 support.
by sewardj
· 18 years ago
1d47aef
Re-enable regression tests for AMD64 SSE2 'psadbw'.
by sewardj
· 18 years ago
4a99459
Disable tests none/tests/amd64/faultstatus, none/tests/x86/faultstatus
by sewardj
· 18 years ago
0e21d1d
Regression test for clc/stc/cmc on amd64.
by sewardj
· 19 years ago
1b1d752
Re-enable amd64 test for pmaddwd.
by sewardj
· 19 years ago
8d904ee
Add an amd64 test program for 'fxtract' - just a copy of the x86 one.
by sewardj
· 19 years ago
1168428
Test for fcmovnu.
by sewardj
· 19 years ago
3a699b8
amd64-linux adjustments as a followup to r5493.
by sewardj
· 19 years ago
b6d05e6
Use the amd64 tests on amd64 not the x86 ones...
by tom
· 19 years ago
accb353
Run instruction tests under memcheck as well as none.
by tom
· 19 years ago
95f9ed6
Add tests for 64 bit instructions.
by tom
· 19 years ago
516fd46
Sync sse2 tests from x86 to amd64.
by tom
· 19 years ago
6a18161
Add test cases for amd64 vector FP unordered compares.
by sewardj
· 19 years ago
c8d121f
Enable tests for shld/shrd instructions which are now supported on amd64.
by tom
· 19 years ago
7559dbc
Test shrd/shld.
by sewardj
· 19 years ago
1565bce
Add an insn_basic test for amd64. This is based on the x86 one so
by tom
· 19 years ago
7fb9df9
Allow rax/rbx/rcx/rdx (and their narrower counterparts) to be used
by tom
· 19 years ago
78a8fec
Fix the amd64 version of gen_insn_test.pl to strip any b/w/d suffix
by tom
· 19 years ago
be622ec
Also test jecxz.
by sewardj
· 19 years ago
ae8bce9
Split faultstatus into the platform independent tests and those
by tom
· 19 years ago
0d15944
Don't give the heap execute permission - the linux kernel doesn't
by tom
· 19 years ago
7528bd2
Test for jrcxz.
by sewardj
· 19 years ago
dfaa496
Add tests for amd64 LOOP{,E,NE} insn.
by sewardj
· 19 years ago
6c3a219
Rename --smc-support= to --smc-check=.
by sewardj
· 19 years ago
42a65c9
Self-modifying-code check for amd64.
by sewardj
· 19 years ago
0be2610
Add test cases for MOVQ on amd64.
by sewardj
· 20 years ago
9be19da
AMD x87 instruction tests.
by sewardj
· 20 years ago
4fa5e7c
Use hi-half xmm registers (REX.R, REX.B == 1) (%xmm8-%xmm15) in an
by sewardj
· 20 years ago
8c1b7c4
Regression tests for amd64 instructions.
by sewardj
· 20 years ago
c6fa942
* gcc-3.3.4 seems to generate non-working code for eq_double: workaround
by sewardj
· 20 years ago
46b9166
SSE2 tests for amd64.
by sewardj
· 20 years ago
ed5417f
* test cases for amd64 SSE * modify gen_insn_test to handle them
by sewardj
· 20 years ago
a8532a3
Versions of Tom's excellent insn-set test programs modified for the
by sewardj
· 20 years ago
c616819
by njn
· 20 years ago