llvm-project/llvm/lib/Target/X86/MCTargetDesc
Asaf Badouh 7f6968ed0a [LMT] Restrict nop length to one
not all lakemont MCU support long nop.
we can't assume we can generate long nop by default for MCU.

Differential Revision: https://reviews.llvm.org/D26895

llvm-svn: 288363
2016-12-01 15:19:10 +00:00
..
CMakeLists.txt Delete MCRelocationInfo::createExprForRelocation. 2016-01-15 02:24:12 +00:00
LLVMBuild.txt
X86AsmBackend.cpp [LMT] Restrict nop length to one 2016-12-01 15:19:10 +00:00
X86BaseInfo.h [AVX-512] Add support for commuting VPTERNLOG instructions. 2016-09-22 03:00:50 +00:00
X86ELFObjectWriter.cpp Add initial support for R_386_GOT32X. 2016-07-06 21:19:11 +00:00
X86FixupKinds.h Add initial support for R_386_GOT32X. 2016-07-06 21:19:11 +00:00
X86MCAsmInfo.cpp Turn cl::values() (for enum) from a vararg function to using C++ variadic template 2016-10-08 19:41:06 +00:00
X86MCAsmInfo.h Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 16:17:27 +00:00
X86MCCodeEmitter.cpp [X86] Rename predicate function that detects if requires one of the REX.B, REX.X or REX.R bits. It's old name conflicted with a function in X8II namespace that doesnt' quite do the same thing. NFC 2016-08-27 17:13:43 +00:00
X86MCTargetDesc.cpp Move the global variables representing each Target behind accessor function 2016-10-09 23:00:34 +00:00
X86MCTargetDesc.h Move the global variables representing each Target behind accessor function 2016-10-09 23:00:34 +00:00
X86MachObjectWriter.cpp Add initial support for R_386_GOT32X. 2016-07-06 21:19:11 +00:00
X86WinCOFFObjectWriter.cpp Don't crash trying to relax 32 loads on COFF. 2016-07-07 14:00:07 +00:00
X86WinCOFFStreamer.cpp Revert r283690, "MC: Remove unused entities." 2016-10-10 22:49:37 +00:00