llvm-6502/test
Manman Ren 2bd885aa97 [Debug Info] unique MDNodes in the enum types of each compile unit.
The enum types array by design contains pointers to MDNodes rather than DIRefs.
Unique them when handling the enum types in DwarfDebug.

rdar://17628609


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214139 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-28 23:04:20 +00:00
..
Analysis Add @llvm.assume, lowering, and some basic properties 2014-07-25 21:13:35 +00:00
Assembler
Bindings [OCaml] Don't truncate constants over 32 bits in Llvm.const_int. 2014-07-22 13:55:20 +00:00
Bitcode Bitcode: Serialize (and recover) use-list order 2014-07-28 21:19:41 +00:00
BugPoint
CodeGen [Debug Info] add DISubroutineType and its creation takes DITypeArray. 2014-07-28 22:24:06 +00:00
DebugInfo [Debug Info] unique MDNodes in the enum types of each compile unit. 2014-07-28 23:04:20 +00:00
ExecutionEngine [MCJIT] Remove extraneous parentheses in test case. 2014-07-28 21:00:48 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker Remove extra ; in testing case. 2014-07-28 22:46:46 +00:00
LTO
MC [SKX] Enabling mask logic instructions: encoding, lowering 2014-07-28 13:46:45 +00:00
Object Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A). 2014-07-24 23:31:52 +00:00
Other
TableGen Revert of r213521. This change introduced a non-hermetic test (depending on a 2014-07-22 02:32:12 +00:00
tools Test the linker plugin handling of llvm.used. 2014-07-28 20:42:29 +00:00
Transforms Canonicalization for @llvm.assume 2014-07-25 21:45:17 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Move -verify-use-list-order into llvm-uselistorder 2014-07-25 17:13:03 +00:00
lit.cfg Start adding some tests for the gold plugin. 2014-07-27 23:11:06 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh