1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/CodeGen
Akira Hatanaka b6d87c3ef4 [ARM] Define subtarget feature "reserve-r9", which is used to decide
whether register r9 should be reserved.

This change is needed because we cannot use a backend option to set
cl::opt "arm-reserve-r9" when doing LTO.

Out-of-tree projects currently using cl::opt option "-arm-reserve-r9" to
reserve r9 should make changes to add subtarget feature "reserve-r9" to
the IR.

rdar://problem/21529937

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

llvm-svn: 242737
2015-07-20 23:21:30 +00:00
..
AArch64 AArch64: Add aditional Cyclone macroop fusion opportunities 2015-07-20 22:34:47 +00:00
AMDGPU AMDGPU/SI: Add VI patterns to select FLAT instructions for global memory ops 2015-07-20 14:28:41 +00:00
ARM [ARM] Define subtarget feature "reserve-r9", which is used to decide 2015-07-20 23:21:30 +00:00
BPF [bpf] rename triple names bpf_be -> bpfeb 2015-06-05 16:11:14 +00:00
CPP
Generic Targets: commonize some stack realignment code 2015-07-20 22:51:32 +00:00
Hexagon [Hexagon] Generate MUX from conditional transfers when dot-new not possible 2015-07-20 21:23:25 +00:00
Inputs
Mips [SDAG] Optimize unordered comparison in soft-float mode (patch by Anton Nadolskiy) 2015-07-15 08:39:35 +00:00
MIR MIR Serialization: Initial serialization of machine constant pools. 2015-07-20 20:51:18 +00:00
MSP430
NVPTX [NVPTX] make load on global readonly memory to use ldg 2015-07-20 21:28:54 +00:00
PowerPC Add missing test for r242296 (vec_sld) 2015-07-20 15:43:21 +00:00
SPARC [SPARC] Cleanup handling of the Y/ASR registers. 2015-07-08 16:25:12 +00:00
SystemZ [DAGCombiner] Account for getVectorIdxTy() when narrowing vector load 2015-05-05 19:34:10 +00:00
Thumb [ARM] Refactor the prologue/epilogue emission to be more robust. 2015-07-20 21:42:14 +00:00
Thumb2 Revert "ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2" 2015-07-20 23:17:20 +00:00
WebAssembly [WebAssembly] Create a CodeGen unittest directory. 2015-07-06 23:14:57 +00:00
WinEH [WinEH] Strip the \01 character from the __CxxFrameHandler3 thunk name 2015-07-13 17:55:14 +00:00
X86 [ImplicitNullChecks] Work with implicit defs. 2015-07-20 20:31:39 +00:00
XCore Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00