1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/lib/Target/X86/AsmParser
David Majnemer 296cfbf069 [MC] Don't crash when .word is given bogus values
We didn't validate that the .word directive was given a sane value,
leading to crashes when we attempt to write out the object file.

Instead, perform some validation and issue a diagnostic pointing at the
start of the diagnostic.

llvm-svn: 251270
2015-10-26 02:45:50 +00:00
..
CMakeLists.txt [CMake] X86AsmParser: Prune redundant LINK_LIBS. 2015-09-29 01:25:01 +00:00
LLVMBuild.txt [asan-assembly-instrumentation] Prologue and epilogue are moved out from InstrumentMemOperand(). 2014-09-01 12:51:00 +00:00
Makefile
X86AsmInstrumentation.cpp Untabify. 2015-09-22 11:15:07 +00:00
X86AsmInstrumentation.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
X86AsmParser.cpp [MC] Don't crash when .word is given bogus values 2015-10-26 02:45:50 +00:00
X86AsmParserCommon.h [X86] Simplify immediate range checking code. 2015-10-11 16:38:14 +00:00
X86Operand.h AVX-512: Added all SKX forms of GATHER instructions. 2015-06-28 10:53:29 +00:00