wire up 64-bit MCCodeEmitter.
[oota-llvm.git] / lib / Target / X86 / X86MCCodeEmitter.cpp
2010-02-05 Chris Lattnerwire up 64-bit MCCodeEmitter.
2010-02-05 Chris Lattnerreally kill off the last MRMInitReg inst, remove logic...
2010-02-05 Chris Lattnerimplement the rest of the encoding types.
2010-02-05 Chris Lattnermove functions for decoding X86II values into the X86II...
2010-02-05 Chris Lattnerchange getSizeOfImm and getBaseOpcodeFor to just take
2010-02-05 Chris Lattneradd some more encodings.
2010-02-05 Chris Lattnerimplement the non-relocation forms of memory operands
2010-02-05 Chris Lattnerstart adding MRMDestMem, which requires memory form...
2010-02-05 Chris LattnerAdd a few more encodings, we can now encode all of:
2010-02-03 Chris Lattnerenhance new encoder to support prefixes + RawFrm
2010-02-03 Chris Lattnerset up some infrastructure, some minor cleanups.
2010-02-03 Chris Lattnerstub out a new X86 encoder, which can be tried with