1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/include/llvm
Matthias Braun 5693b1e8e8 RegisterScavenging: Add ScavengerTest pass
This pass allows to run the register scavenging independently of
PrologEpilogInserter to allow targeted testing.

Also adds some basic register scavenging tests.

llvm-svn: 304606
2017-06-02 23:01:42 +00:00
..
ADT Tidy up a bit of r304516, use SmallVector::assign rather than for loop 2017-06-02 17:24:26 +00:00
Analysis [OrderedBasicBlock] Return false for comesBefore(A, A) 2017-06-02 13:10:31 +00:00
AsmParser
Bitcode Remove ignore-empty-index-file option 2017-05-12 19:32:11 +00:00
CodeGen [RABasic] Properly initialize the pass 2017-06-02 22:46:26 +00:00
Config
DebugInfo [CodeView] Support CodeView subsections in any order. 2017-06-02 19:49:14 +00:00
Demangle
ExecutionEngine [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH 2017-05-09 21:32:18 +00:00
IR Skip CFI for dead functions. 2017-06-02 18:24:23 +00:00
IRReader
LineEditor
Linker
LTO [ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change it to -use-new-pm. 2017-06-01 23:13:44 +00:00
MC [MC] Fix constant pools with DenseMap sentinel values 2017-05-30 09:37:11 +00:00
Object Re-land "COFF: migrate def parser from LLD to LLVM" 2017-06-02 17:53:06 +00:00
ObjectYAML [CodeView] Support CodeView subsections in any order. 2017-06-02 19:49:14 +00:00
Option [GSoC] Shell autocompletion for clang 2017-05-23 18:39:08 +00:00
Passes [PM/ThinLTO] Port the ThinLTO pipeline (both components) to the new PM. 2017-06-01 11:39:39 +00:00
ProfileData [InstrProf] Use more ArrayRef/StringRef. 2017-05-28 13:23:02 +00:00
Support Make mcpu=generic the default for armv7-a and armv8-a. 2017-06-01 07:31:43 +00:00
TableGen [TableGen] Remove a couple unused methods from Record that take a StringRef argument. NFC 2017-06-02 05:56:47 +00:00
Target TargetMachine: Indicate whether machine verifier passes. 2017-05-31 18:41:23 +00:00
ToolDrivers/llvm-lib Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI. 2017-05-13 22:06:46 +00:00
Transforms Reapply "[Cloning] Take another pass at properly cloning debug info" 2017-06-01 23:02:12 +00:00
XRay
CMakeLists.txt
InitializePasses.h RegisterScavenging: Add ScavengerTest pass 2017-06-02 23:01:42 +00:00
LinkAllIR.h
LinkAllPasses.h [X86] Relocate code of replacement of subtarget unsupported masked memory intrinsics to run also on -O0 option. 2017-05-15 11:30:54 +00:00
module.modulemap Fix CodeView-related modules build failures post-r304248 2017-05-31 01:08:43 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h [LegacyPassManager] Remove TargetMachine constructors 2017-05-18 17:21:13 +00:00
PassRegistry.h
PassSupport.h [LegacyPassManager] Remove TargetMachine constructors 2017-05-18 17:21:13 +00:00