1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CodeGen
Easwaran Raman 08f026523a Remove .hot and .unlikely prefixes from function section names.
This code currently relies on static methods in ProfileSummary to determine whether a function is hot or unlikley. I am refactoring the ProfileSummary code and these methods will be removed. As discussed offline, the right way to re-introduce this is to add a pass to annotate functions with unlikely/hot hints and use the hints to determine the prefix here.

llvm-svn: 269726
2016-05-16 23:59:04 +00:00
..
AArch64 [llc] New diagnostic handler 2016-05-16 14:28:02 +00:00
AMDGPU AMDGPU/R600: Use correct number of vector elements when lowering private loads 2016-05-16 23:56:32 +00:00
ARM [llc] New diagnostic handler 2016-05-16 14:28:02 +00:00
BPF [llc] New diagnostic handler 2016-05-16 14:28:02 +00:00
Generic llc: Rework -run-pass option 2016-05-10 01:32:44 +00:00
Hexagon [Hexagon] Simplify HexagonInstrInfo::isPredicable 2016-05-16 16:56:10 +00:00
Inputs
Lanai
Mips [mips] Enable IAS by default for 32-bit MIPS targets (O32). 2016-05-14 12:43:08 +00:00
MIR [llc] New diagnostic handler 2016-05-16 14:28:02 +00:00
MSP430
NVPTX [NVPTX] Fix sign/zero-extending ldg/ldu instruction selection 2016-05-02 18:12:02 +00:00
PowerPC [llc] New diagnostic handler 2016-05-16 14:28:02 +00:00
SPARC [Sparc][LEON] Itineraries unit test. 2016-05-10 09:09:20 +00:00
SystemZ [SystemZ] Support LRVH and STRVH opcodes 2016-05-16 20:32:22 +00:00
Thumb ARM: stop emitting blx instructions for most calls on MachO. 2016-05-10 19:17:47 +00:00
Thumb2 ARM: stop emitting blx instructions for most calls on MachO. 2016-05-10 19:17:47 +00:00
WebAssembly [WebAssembly] Mark COPY_LOCAL and TEE_LOCAL instructions has having no side effects. 2016-05-16 19:16:32 +00:00
WinEH
X86 Remove .hot and .unlikely prefixes from function section names. 2016-05-16 23:59:04 +00:00
XCore