1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test
Kyle Butt 83411c9c60 Revert "Codegen: Tail-duplicate during placement."
This reverts commit 062ace9764953e9769142c1099281a345f9b6bdc.

Issue with loop info and block removal revealed by polly.
I have a fix for this issue already in another patch, I'll re-roll this
together with that fix, and a test case.

llvm-svn: 283292
2016-10-05 01:39:29 +00:00
..
Analysis Make GlobalsAA ignore dead constant expressions. 2016-10-04 00:03:55 +00:00
Assembler Fix IntegerType::MAX_INT_BITS value 2016-10-04 12:43:46 +00:00
Bindings
Bitcode
BugPoint
CodeGen Revert "Codegen: Tail-duplicate during placement." 2016-10-05 01:39:29 +00:00
DebugInfo Do not pass a superblock to PDBFileBuilder. 2016-09-30 20:52:12 +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 Prevent out of order HashDirective lexing in AsmLexer. 2016-10-03 13:48:27 +00:00
Object Next set of additional error checks for invalid Mach-O files for the 2016-10-04 20:37:43 +00:00
ObjectYAML
Other
SymbolRewriter
TableGen
ThinLTO/X86
tools [LTO] Fix test to not depend on the exact address of symbols, just their linkage 2016-10-03 21:40:50 +00:00
Transforms Don't filter diagnostics written as YAML to the output file 2016-10-04 18:13:45 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
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