Chris Lattner 693173feef Implement (and document!) support for MnemonicAlias's to have Requires
directives, allowing things like this:

def : MnemonicAlias<"pop", "popl">, Requires<[In32BitMode]>;
def : MnemonicAlias<"pop", "popq">, Requires<[In64BitMode]>;

Move the rest of the X86 MnemonicAliases over to the .td file.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117830 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-30 19:23:13 +00:00
..
2010-10-29 16:42:37 +00:00
2010-10-06 07:19:18 +00:00
2010-10-28 15:02:40 +00:00
2010-09-14 20:49:00 +00:00
2010-07-22 21:51:30 +00:00
2010-03-16 10:59:48 +00:00
2010-10-20 01:54:44 +00:00
2010-08-07 01:18:18 +00:00
2010-10-20 01:54:44 +00:00
2010-09-15 00:52:23 +00:00
2010-09-14 21:25:38 +00:00