1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test
Michael Kuperstein 173ab48710 [LICM] When promoting scalars, allow inserting stores to thread-local allocas.
This is similar to the allocfn case - if an alloca is not captured, then it's
necessarily thread-local.

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

llvm-svn: 290738
2016-12-30 01:03:17 +00:00
..
Analysis [TBAAVerifier] Be stricter around verifying scalar nodes 2016-12-29 15:47:05 +00:00
Assembler [DebugInfo] Added support for Checksum debug info feature. 2016-12-25 10:12:09 +00:00
Bindings
Bitcode Add an index for Module Metadata record in the bitcode 2016-12-28 22:30:28 +00:00
BugPoint
CodeGen [AVR] Optimize 16-bit ORs with '0' 2016-12-30 00:21:56 +00:00
DebugInfo [TBAAVerifier] Be stricter around verifying scalar nodes 2016-12-29 15:47:05 +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 Renumber testcase metadata nodes after r290153. 2016-12-22 00:45:21 +00:00
LTO Renumber testcase metadata nodes after r290153. 2016-12-22 00:45:21 +00:00
MC [AMDGPU][mc] Enable absolute expressions in .hsa_code_object_isa directive 2016-12-29 15:41:52 +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 Replace test from using llvm-lto to use llvm-link (NFC) 2016-12-30 00:45:26 +00:00
tools [sancov] hash prefix results in huge merge files, use shorter prefix 2016-12-21 22:09:57 +00:00
Transforms [LICM] When promoting scalars, allow inserting stores to thread-local allocas. 2016-12-30 01:03:17 +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
TestRunner.sh