llvm-6502/lib
Bruno Cardoso Lopes 61505907f5 Create two new generic classes to represent the following VMRS/VMSR variations:
vmrs  reg, fpexc
vmrs  reg, fpsid
vmsr  fpexc, reg
vmsr  fpsid, reg



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123783 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-18 21:58:20 +00:00
..
Analysis Teach BasicAA to return PartialAlias in cases where both pointers 2011-01-18 21:16:06 +00:00
Archive
AsmParser
Bitcode
CodeGen Add RAGreedy methods for splitting live ranges around regions. 2011-01-18 21:13:27 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Use common style for .cfi directives 2011-01-14 21:57:39 +00:00
Object
Support Support/CommandLine: Add "Did you mean" print for mismatched operands. 2011-01-18 01:59:24 +00:00
Target Create two new generic classes to represent the following VMRS/VMSR variations: 2011-01-18 21:58:20 +00:00
Transforms fix rdar://8878965, a regression I introduced with the recent 2011-01-18 20:53:04 +00:00
VMCore Remove an unnecessary #include. 2011-01-18 06:07:18 +00:00
Makefile