Kevin Enderby
|
d2030e38a6
|
Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes
for the encoding and is not the same as vmptrld.
llvm-svn: 97992
|
2010-03-08 22:17:26 +00:00 |
Chris Lattner
|
f83726f6ba
|
add encoder support and tests for rdtscp
llvm-svn: 96076
|
2010-02-13 03:42:24 +00:00 |
Chris Lattner
|
140caa7240
|
remove special cases for vmlaunch, vmresume, vmxoff, and swapgs
fix swapgs to be spelled right.
llvm-svn: 96058
|
2010-02-13 00:41:14 +00:00 |
Chris Lattner
|
34749d879d
|
add some disassemble testcases for weird instructions
llvm-svn: 96045
|
2010-02-12 23:46:48 +00:00 |
Chris Lattner
|
f6d4129c76
|
specify a triple to use, fixing the test on non-x86-64 hosts.
llvm-svn: 91900
|
2009-12-22 07:01:12 +00:00 |
Chris Lattner
|
dd0c01b5de
|
various cleanups, make the disassemble reject lines with too much
data on them, for example:
addb %al, (%rax)
simple-tests.txt:11:5: error: excess data detected in input
0 0 0 0 0
^
llvm-svn: 91896
|
2009-12-22 06:56:51 +00:00 |
Chris Lattner
|
dc9845b79a
|
rewrite the file parser for the disassembler, implementing support for
comments. Also, check in a simple testcase for the disassembler,
including a test for r91864
llvm-svn: 91894
|
2009-12-22 06:37:58 +00:00 |