1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test
Daniel Jasper 80e95dce89 Revert "Codegen: Tail-duplicate during placement."
This reverts commit r283842.

test/CodeGen/X86/tail-dup-repeat.ll causes and llc crash with our
internal testing. I'll share a link with you.

llvm-svn: 283857
2016-10-11 07:36:11 +00:00
..
Analysis [ValueTracking] Fix crash in GetPointerBaseWithConstantOffset() 2016-10-07 14:23:29 +00:00
Assembler Fix IntegerType::MAX_INT_BITS value 2016-10-04 12:43:46 +00:00
Bindings
Bitcode Teach llvm::StripDebugInfo() about global variable !dbg attachments. 2016-10-10 17:53:33 +00:00
BugPoint Revert "Add -strip-nonlinetable-debuginfo capability" 2016-10-06 18:30:26 +00:00
CodeGen Revert "Codegen: Tail-duplicate during placement." 2016-10-11 07:36:11 +00:00
DebugInfo Teach llvm::StripDebugInfo() about global variable !dbg attachments. 2016-10-10 17:53:33 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [ASAN] Add the binder globals on Darwin to llvm.compiler.used to avoid LTO dead-stripping 2016-10-01 00:05:34 +00:00
Integer
JitListener
LibDriver
Linker
LTO Don't drop the llvm. prefix when renaming. 2016-10-03 15:51:42 +00:00
MC AMDGPU/SI: Add support for 8-byte relocations 2016-10-07 20:36:58 +00:00
Object [Object/ELF] - Do not crash on invalid Header->e_shoff value. 2016-10-10 10:51:38 +00:00
ObjectYAML
Other
SymbolRewriter
TableGen
ThinLTO/X86 ThinLTO: don't perform incremental LTO on module without a hash 2016-10-08 04:44:23 +00:00
tools ThinLTO: Fix Gold test after caching fix in r283655 2016-10-08 22:49:28 +00:00
Transforms [InstCombine] Transform !range metadata to !nonnull when combining loads 2016-10-11 01:00:45 +00:00
Unit
Verifier Verifier: Reject any unknown named MD nodes in the llvm.dbg namespace. 2016-10-05 22:15:37 +00:00
YAMLParser
.clang-format
CMakeLists.txt Add an llvm-opt-report tool to generate basic source-annotated optimization summaries 2016-10-05 22:10:35 +00:00
lit.cfg cmake: Install the OCaml libraries into a more correct path 2016-09-30 18:34:23 +00:00
lit.site.cfg.in
TestRunner.sh