1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test
Peter Collingbourne 714dbaced0 IR: Module summary representation for type identifiers; summary test scaffolding for lowertypetests.
Set up basic YAML I/O support for module summaries, plumb the summary into
the pass and add a few command line flags to test YAML I/O support. Bitcode
support to come separately, as will the code in LowerTypeTests that actually
uses the summary. Also add a couple of tests that pass by virtue of the pass
doing nothing with the summary (which happens to be the correct thing to do
for those tests).

Differential Revision: https://reviews.llvm.org/D28041

llvm-svn: 291069
2017-01-05 03:39:00 +00:00
..
Analysis Add missing CHECK: line to test case added in 29097 2017-01-04 19:35:38 +00:00
Assembler [DebugInfo] Added support for Checksum debug info feature. 2016-12-25 10:12:09 +00:00
Bindings
Bitcode Add llvm-bcanalyzer support for new metadata node types. 2017-01-03 19:17:49 +00:00
BugPoint
CodeGen [AVX-512] Update vextract64x4 intrinsic upgrade test cases to use a legal immediate so they test the instruction selection correctly. 2017-01-05 01:34:55 +00:00
DebugInfo Reapply "[SimplifyCFG] In sinkLastInstruction correctly set debugloc of common inst" 2017-01-04 17:40:32 +00:00
Examples
ExecutionEngine RuntimeDyldELF: add R_AARCH64_ADD_ABS_LO12_NC reloc 2016-12-27 09:51:38 +00:00
Feature
FileCheck
Instrumentation [sanitizer-coverage] sort the switch cases 2016-12-27 21:20:06 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC [MC/COFF] Fix a test to actually check the relocation. 2017-01-04 13:12:00 +00:00
Object
ObjectYAML [ObjectYAML] Support for DWARF debug_info section 2016-12-22 22:44:27 +00:00
Other [PM] Introduce a devirtualization iteration layer for the new PM. 2016-12-28 11:07:33 +00:00
SymbolRewriter
TableGen
ThinLTO/X86 Mark test that is testing statistics output as requiring Assertions 2017-01-05 01:08:01 +00:00
tools Fix x86 gold tests on non-x86 targets. 2017-01-04 14:43:51 +00:00
Transforms IR: Module summary representation for type identifiers; summary test scaffolding for lowertypetests. 2017-01-05 03:39:00 +00:00
Unit
Verifier [TBAAVerifier] Be stricter around verifying scalar nodes 2016-12-29 15:47:05 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in [cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfig 2017-01-02 18:19:35 +00:00
TestRunner.sh