1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/CodeGen
Rafael Espindola aea6192f20 Add back r201608, r201622, r201624 and r201625
r201608 made llvm corretly handle private globals with MachO. r201622 fixed
a bug in it and r201624 and r201625 were changes for using private linkage,
assuming that llvm would do the right thing.

They all got reverted because r201608 introduced a crash in LTO. This patch
includes a fix for that. The issue was that TargetLoweringObjectFile now has
to be initialized before we can mangle names of private globals. This is
trivially true during the normal codegen pipeline (the asm printer does it),
but LTO has to do it manually.

llvm-svn: 201700
2014-02-19 17:23:20 +00:00
..
AArch64 [AArch64] Expanded sin, cos, pow with FP vector types inputs 2014-02-18 20:31:05 +00:00
ARM Use 16 byte stack alignment for NaCl on ARM 2014-02-16 18:59:48 +00:00
CPP Begin adding docs and IR-level support for the inalloca attribute 2013-12-19 02:14:12 +00:00
Generic Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call 2014-02-13 14:44:26 +00:00
Hexagon Fix broken CHECK lines 2014-02-16 07:31:05 +00:00
Inputs
Mips [mips] Use multiple FileCheck prefixes rather than run the test multiple times 2014-02-19 16:27:36 +00:00
MSP430 Fix known typos 2014-01-24 17:20:08 +00:00
NVPTX [NVPTX] Fix emitting aggregate parameters 2014-01-28 18:35:29 +00:00
PowerPC Add back r201608, r201622, r201624 and r201625 2014-02-19 17:23:20 +00:00
R600 Fix more broken CHECK lines 2014-02-16 13:28:39 +00:00
SPARC [Sparc] Remove spurious checks from a testcase. 2014-02-19 15:57:49 +00:00
SystemZ Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call 2014-02-13 14:44:26 +00:00
Thumb Add triples to try to fix the windows bots. 2014-02-13 16:49:47 +00:00
Thumb2 Add extra CHECK prefix to tests with explicit prefix 2014-02-16 13:28:15 +00:00
X86 Add back r201608, r201622, r201624 and r201625 2014-02-19 17:23:20 +00:00
XCore XCore target: Handle common linkage 2014-02-18 11:21:59 +00:00