llvm/test/MC
Chris Lattner 9e8528fc5c fix X86 encoder to output [disp] only addresses with no SIB byte
in X86-32 mode.  This is still required in x86-64 mode to avoid
forming [disp+rip] encoding.  Rewrite the SIB byte decision logic
to be actually understandable.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95693 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-09 21:47:19 +00:00
..
AsmParser fix X86 encoder to output [disp] only addresses with no SIB byte 2010-02-09 21:47:19 +00:00
Disassembler specify a triple to use, fixing the test on non-x86-64 hosts. 2009-12-22 07:01:12 +00:00
MachO MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch of 2010-02-02 22:00:15 +00:00