1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test
Eric Christopher 5675044024 As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there.
This change doesn't include any change to move from selection dag to fast isel
and that will come with other numbers that should help inform that decision.
There also haven't been any real debuggability studies with this pipeline yet,
this is just the initial start done so that people could see it and we could start
tweaking after.

Test updates: Outside of the newpm tests most of the updates are coming from either
optimization passes not run anymore (and without a compelling argument at the moment)
that were largely used for canonicalization in clang.

Original post:

http://lists.llvm.org/pipermail/llvm-dev/2019-April/131494.html

Tags: #llvm
Differential Revision: https://reviews.llvm.org/D65410
2019-11-25 17:16:46 -08:00
..
Analysis Revert "[DDG] Data Dependence Graph - Topological Sort" 2019-11-25 16:17:41 -05:00
Assembler [DebugInfo] Remove the DIFlagArgumentNotModified debug info flag 2019-11-20 13:18:40 +01:00
Bindings [Test] Fix freeze ocaml test failure 2019-11-22 22:34:37 +09:00
Bitcode
BugPoint
CodeGen As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there. 2019-11-25 17:16:46 -08:00
DebugInfo [DebugInfo] Avoid register coalesing unsoundly changing DBG_VALUE locations 2019-11-25 13:47:06 +00:00
Demangle
Examples
ExecutionEngine ExecutionEngine: add preliminary support for COFF ARM64 2019-11-20 10:59:42 +02:00
Feature As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there. 2019-11-25 17:16:46 -08:00
FileCheck [FileCheck] Make FILECHECK_OPTS useful for its test suite 2019-11-21 18:01:12 -05:00
Instrumentation
Integer
JitListener
Linker
LTO
MachineVerifier
MC [mips] Split test into MIPS and microMIPS parts. NFC 2019-11-25 00:19:31 +03:00
Object [llvm-objdump] Print relocation addends in hexadecimal 2019-11-19 12:27:18 +00:00
ObjectYAML
Other As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there. 2019-11-25 17:16:46 -08:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen Tablegen: Remove the error for duplicate include files. 2019-11-20 18:24:10 -08:00
ThinLTO/X86 [ThinLTO] Make ValueInfo::operator bool() explicit 2019-11-19 12:46:09 +03:00
tools Fix new llvm-symbolizer tests on Windows. 2019-11-25 15:59:13 -08:00
Transforms As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there. 2019-11-25 17:16:46 -08:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Introduce llvm-install-name-tool 2019-11-19 23:42:37 -08:00
lit.cfg.py Introduce llvm-install-name-tool 2019-11-19 23:42:37 -08:00
lit.site.cfg.py.in
TestRunner.sh