llvm-6502/lib/Target/X86/MCTargetDesc
Jim Grosbach e9525d8624 Mark jump tables in code sections with DataRegion directives.
Even out-of-line jump tables can be in the code section, so mark them
as data-regions for those targets which support the directives.

rdar://12362871&12362974

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164571 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-24 23:06:27 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmBackend.cpp When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend 2012-09-18 16:08:49 +00:00
X86BaseInfo.h
X86ELFObjectWriter.cpp
X86FixupKinds.h
X86MachObjectWriter.cpp
X86MCAsmInfo.cpp Mark jump tables in code sections with DataRegion directives. 2012-09-24 23:06:27 +00:00
X86MCAsmInfo.h
X86MCCodeEmitter.cpp Remove code for setting the VEX L-bit as a function of operand size from the code emitters and the disassembler table builder. Fix a couple instructions that were still missing VEX_L. 2012-09-19 06:37:45 +00:00
X86MCTargetDesc.cpp
X86MCTargetDesc.h When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend 2012-09-18 16:08:49 +00:00
X86WinCOFFObjectWriter.cpp