hanchenye-llvm-project/llvm/lib/Target/X86/AsmParser
Tim Northover 26bb14e6a7 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.

llvm-svn: 215887
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
Makefile
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