llvm-mirror/test
David Blaikie db75149683 Verifier: Don't crash on null entries in debug info retained types list
There was already a good error path for this. Added a test for it & made
a minor code change to ensure the error path was actually reached,
rather than crashing before we got that far.

llvm-svn: 245795
2015-08-22 22:36:40 +00:00
..
Analysis Fix how DependenceAnalysis calls delinearization 2015-08-19 02:56:36 +00:00
Assembler [IR] Add token types 2015-08-14 05:09:07 +00:00
Bindings [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
Bitcode [test] Testing write access to llvm 2015-08-14 17:42:50 +00:00
BugPoint Fix typo in comment 2015-07-26 11:37:05 +00:00
CodeGen [NVPTX] Allow undef value as global initializer 2015-08-22 05:40:26 +00:00
DebugInfo delete more dead code from this testcase. 2015-08-21 00:02:04 +00:00
ExecutionEngine [mips] Expand JAL instructions when PIC is enabled. 2015-08-18 16:18:09 +00:00
Feature [IR] Give catchret an optional 'return value' operand 2015-08-15 02:46:08 +00:00
FileCheck
Instrumentation [msan] Fix handling of musttail calls. 2015-08-14 22:03:50 +00:00
Integer
JitListener DI: Disallow uniquable DICompileUnits 2015-08-03 17:26:41 +00:00
LibDriver Add support for producing thin archives in llvm-lib. 2015-07-17 16:01:11 +00:00
Linker Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE. 2015-08-11 21:36:45 +00:00
LTO Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
MC [llvm-readobj] Test --macho-data-in-code option. 2015-08-22 20:30:56 +00:00
Object Add a test showing that objdump (and so ObjectFIle) can handle shndx. 2015-08-10 21:00:15 +00:00
Other Update test suite to make "ninja check" succeed without native backend builtin 2015-08-04 06:32:54 +00:00
SymbolRewriter
TableGen TableGen: Support folding casts from bits to int 2015-07-31 01:12:06 +00:00
tools TransformUtils: Introduce module splitter. 2015-08-21 02:48:20 +00:00
Transforms Improve the determinism of MergeFunctions 2015-08-21 23:27:24 +00:00
Unit
Verifier Verifier: Don't crash on null entries in debug info retained types list 2015-08-22 22:36:40 +00:00
YAMLParser
.clang-format
CMakeLists.txt TransformUtils: Introduce module splitter. 2015-08-21 02:48:20 +00:00
lit.cfg TransformUtils: Introduce module splitter. 2015-08-21 02:48:20 +00:00
lit.site.cfg.in Improve lit "native" feature to check if the native backend is builtin 2015-08-04 06:32:31 +00:00
Makefile
Makefile.tests
TestRunner.sh