llvm-6502/lib/Target/X86/MCTargetDesc
Craig Topper 3bc4397f1f [X86] Remove the single AdSize indicator and replace it with separate AdSize16/32/64 flags.
This removes a hardcoded list of instructions in the CodeEmitter. Eventually I intend to remove the predicates on the affected instructions since in any given mode two of them are valid if we supported addr32/addr16 prefixes in the assembler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224809 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-24 06:05:22 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmBackend.cpp [CompactUnwind] Fix register encoding logic 2014-12-08 18:18:32 +00:00
X86BaseInfo.h [X86] Remove the single AdSize indicator and replace it with separate AdSize16/32/64 flags. 2014-12-24 06:05:22 +00:00
X86ELFObjectWriter.cpp X86, MC: Tidy up some whitespace in GetRelocType 2014-11-06 08:10:37 +00:00
X86ELFRelocationInfo.cpp
X86FixupKinds.h
X86MachObjectWriter.cpp [X86] Clean up whitespace as well as minor coding style 2014-12-04 05:20:33 +00:00
X86MachORelocationInfo.cpp
X86MCAsmInfo.cpp Add the ExceptionHandling::MSVC enumeration 2014-12-19 22:19:48 +00:00
X86MCAsmInfo.h
X86MCCodeEmitter.cpp [X86] Remove the single AdSize indicator and replace it with separate AdSize16/32/64 flags. 2014-12-24 06:05:22 +00:00
X86MCTargetDesc.cpp Revert "ADT: correctly report isMSVCEnvironment for windows itanium" 2014-11-17 22:55:59 +00:00
X86MCTargetDesc.h [X86] Clean up whitespace as well as minor coding style 2014-12-04 05:20:33 +00:00
X86WinCOFFObjectWriter.cpp
X86WinCOFFStreamer.cpp