llvm/lib/Target/X86/AsmParser
Tim Northover 049ffbbdf2 TableGen: allow use of uint64_t for available features mask.
ARM in particular is getting dangerously close to exceeding 32 bits worth of
possible subtarget features. When this happens, various parts of MC start to
fail inexplicably as masks get truncated to "unsigned".

Mostly just refactoring at present, and there's probably no way to test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215887 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-18 11:49:42 +00:00
..
CMakeLists.txt AddressSanitizer instrumentation for MOV and MOVAPS. 2014-03-14 08:58:04 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00
X86AsmInstrumentation.cpp [asan] Support x86 REP MOVS asm instrumentation. 2014-07-31 09:11:04 +00:00
X86AsmInstrumentation.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
X86AsmParser.cpp TableGen: allow use of uint64_t for available features mask. 2014-08-18 11:49:42 +00:00
X86AsmParserCommon.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
X86Operand.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00