llvm-6502/lib
Charlie Turner 94df8b11bc Add post-decode checking of HVC instruction.
Add checkDecodedInstruction for post-decode checking of instructions, to catch
the corner cases like HVC that don't fit into the general pattern. Needed to
check for an invalid condition field in instruction encoding despite HVC not
taking a predicate.

Patch by Matthew Wahab.

Change-Id: I48e28de981d7a9e43569594da3c45fb478b4f795

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222992 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-01 08:50:27 +00:00
..
Analysis Relax an assert a bit to avoid a crash on unreachable code. 2014-12-01 02:55:24 +00:00
AsmParser
Bitcode
CodeGen [stack protector] Set edge weights for newly created basic blocks. 2014-12-01 04:27:03 +00:00
DebugInfo
ExecutionEngine
IR
IRReader
LineEditor
Linker Change how we keep track of which types are in the dest module. 2014-12-01 04:15:59 +00:00
LTO
MC Commit back the correct bits of r222760 (was r222538). 2014-11-27 17:13:56 +00:00
Object
Option
ProfileData
Support
TableGen
Target Add post-decode checking of HVC instruction. 2014-12-01 08:50:27 +00:00
Transforms [asan] Change dynamic alloca instrumentation to only consider allocas that are dominating all exits from function. 2014-12-01 08:47:58 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile