1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/test/CodeGen
Kyle Butt 7a8a4c3cae [Codegen] Decrease minimum jump table density.
Minimum density for both optsize and non optsize are now options
-sparse-jump-table-density (default 10) for non optsize functions
-dense-jump-table-density (default 40) for optsize functions, which
matches the current default. This improves several benchmarks at google
at the cost of a small codesize increase. For code compiled with -Os,
the old behavior continues

llvm-svn: 264689
2016-03-29 00:23:41 +00:00
..
AArch64 [AArch64] Do not lower scalar sdiv/udiv to a shifts + mul sequence when optimizing for minsize 2016-03-28 18:17:07 +00:00
AMDGPU fix checks: *_DAG -> *-DAG 2016-03-28 22:11:06 +00:00
ARM [Codegen] Decrease minimum jump table density. 2016-03-29 00:23:41 +00:00
BPF BPF: emit an error message for unsupported signed division operation 2016-03-18 22:02:47 +00:00
CPP
Generic [Codegen] Decrease minimum jump table density. 2016-03-29 00:23:41 +00:00
Hexagon [Hexagon] Improve handling of unaligned vector loads and stores 2016-03-28 15:43:03 +00:00
Inputs
Lanai [lanai] Add Lanai backend. 2016-03-28 13:09:54 +00:00
Mips fix CHECK_DAG -> CHECK-DAG 2016-03-28 22:00:38 +00:00
MIR fix CHECK_NEXT -> CHECK-NEXT 2016-03-28 22:03:07 +00:00
MSP430
NVPTX [NVPTX] Adds a new address space inference pass. 2016-03-20 20:59:20 +00:00
PowerPC [Codegen] Decrease minimum jump table density. 2016-03-29 00:23:41 +00:00
SPARC
SystemZ [SystemZ] Avoid LER on z13 due to partial register dependencies 2016-03-14 13:50:03 +00:00
Thumb
Thumb2 [Codegen] Decrease minimum jump table density. 2016-03-29 00:23:41 +00:00
WebAssembly [WebAssembly] Implement the rotate instructions. 2016-03-22 18:01:49 +00:00
WinEH
X86 [Codegen] Decrease minimum jump table density. 2016-03-29 00:23:41 +00:00
XCore