1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib
Matthias Braun 6cfbb846b5 LiveRegUnits: Add accumulateBackward() function
This function can be used to accumulate the set of all read and modified
register in a sequence of instructions.

Use this code in AArch64A57FPLoadBalancing::scavengeRegister() to prove
the concept.

- The AArch64A57LoadBalancing code is using a backwards analysis now
  which is irrespective of kill flags. This is the main motivation for
  this change.

Differential Revision: http://reviews.llvm.org/D22082

llvm-svn: 292543
2017-01-20 00:16:17 +00:00
..
Analysis Revert "[InlineCost] Use TTI to check if GEP is free." 2017-01-19 22:51:03 +00:00
AsmParser
Bitcode [ThinLTO] Add a recursive step in Metadata lazy-loading 2017-01-18 18:36:21 +00:00
CodeGen LiveRegUnits: Add accumulateBackward() function 2017-01-20 00:16:17 +00:00
DebugInfo Fix a few more build errors. 2017-01-19 23:44:14 +00:00
Demangle
ExecutionEngine [Orc][RPC] Add an RPCFunctionNotSupported error type and return it from 2017-01-15 06:34:25 +00:00
Fuzzer [libFuzzer] ensure that entries in PersistentAutoDictionary are not empty 2017-01-19 21:14:47 +00:00
IR Reverted: Track validity of pass results 2017-01-15 10:23:18 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO LTO: Flush the resolution file after writing to it. 2017-01-19 23:10:14 +00:00
MC [Assembler] Improve error when unable to evaluate expression. 2017-01-19 20:06:32 +00:00
Object Add support for the new LC_NOTE load command. 2017-01-19 17:36:31 +00:00
ObjectYAML Add support for the new LC_NOTE load command. 2017-01-19 17:36:31 +00:00
Option
Passes [PM] Add LoopVectorize to the default module pipeline 2017-01-19 02:21:54 +00:00
ProfileData [WebAssembly] Add triple support for the new wasm object format 2017-01-17 20:34:09 +00:00
Support raw_fd_ostream: Make file handles non-inheritable by default 2017-01-18 15:46:50 +00:00
TableGen
Target LiveRegUnits: Add accumulateBackward() function 2017-01-20 00:16:17 +00:00
Transforms clang-format SampleProfile.cpp (NFC) 2017-01-19 23:20:31 +00:00
XRay Avoid std::errc::protocol_* to appease mingw 2017-01-12 18:33:14 +00:00
CMakeLists.txt [XRay] Define the library for XRay trace logs 2017-01-11 06:39:09 +00:00
LLVMBuild.txt