implement (and document!) the first kind of MC assembler alias, which
authorChris Lattner <sabre@nondot.org>
Sat, 30 Oct 2010 17:36:36 +0000 (17:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Oct 2010 17:36:36 +0000 (17:36 +0000)
commit674c1dcca21f5edf9f7380902971fc5471c0bd4a
treeb25b3b65baa600caf962eb7b8b666d378dfdcc40
parent905b8f76142b43cd33c36c554d359ee8740f51d5
implement (and document!) the first kind of MC assembler alias, which
just remaps one mnemonic to another.  Convert a few of the X86 aliases
from .cpp to .td code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117815 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CodeGenerator.html
include/llvm/Target/Target.td
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/X86InstrInfo.td
utils/TableGen/AsmMatcherEmitter.cpp