llvm-6502/test
Duncan P. N. Exon Smith d3ec0ca17e Verifier: Add operand checks for MDLexicalBlock
Add operand checks for `MDLexicalBlock` and `MDLexicalBlockFile`.  Like
`MDLocalVariable` and `MDLocation`, these nodes always require a scope.

There was no test bitrot to fix here (just updated the serialization
tests in test/Assembler/mdlexicalblock.ll).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233561 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-30 16:37:48 +00:00
..
Analysis Revert "[SCEV] Look at backedge dominating conditions." 2015-03-30 09:30:02 +00:00
Assembler Verifier: Add operand checks for MDLexicalBlock 2015-03-30 16:37:48 +00:00
Bindings
Bitcode
BugPoint bugpoint: Verify input files 2015-03-26 05:03:10 +00:00
CodeGen [X86] Ensure integer domain on scalar i64 load/store stack folding tests. NFC 2015-03-30 15:25:51 +00:00
DebugInfo DebugInfo: Fix testcases with invalid MDSubprogram nodes 2015-03-28 02:26:45 +00:00
ExecutionEngine Make exit-code test use same mechanism as existing one. 2015-03-25 14:35:40 +00:00
Feature
FileCheck
Instrumentation DebugInfo: Fix bad debug info for compile units and types 2015-03-27 20:46:33 +00:00
Integer
JitListener
Linker DebugInfo: Fix testcases with invalid MDSubprogram nodes 2015-03-28 02:26:45 +00:00
LTO
MC [PowerPC] Add asm parser support for bitmask forms of rotate-and-mask instructions 2015-03-28 19:42:41 +00:00
Object
Other
SymbolRewriter
TableGen
tools [Objdump] Pass the correct subtarget to printInst. 2015-03-28 20:44:05 +00:00
Transforms [ConstantFold] Don't fold ppc_fp128 <-> int bitcasts 2015-03-28 16:44:57 +00:00
Unit
Verifier Verifier: Check fields of MDVariable subclasses 2015-03-27 17:29:58 +00:00
YAMLParser
.clang-format
CMakeLists.txt test: Fix the dependencies for the check-llvm-* targets 2015-03-25 08:07:47 +00:00
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh