llvm-6502/test/CodeGen
Rafael Espindola 2fa06b171b Add support for having multiple sections with the same name and comdat.
Using this in combination with -ffunction-sections allows LLVM to output a .o
file with mulitple sections named .text. This saves space by avoiding long
unique names of the form .text.<C++ mangled name>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228980 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-12 23:29:51 +00:00
..
AArch64 [CodeGen] Don't blindly combine (fp_round (fp_round x)) to (fp_round x). 2015-02-12 06:15:29 +00:00
ARM
BPF
CPP
Generic
Hexagon
Inputs
Mips Add bulk of returning of values to Mips fast-isel 2015-02-12 21:05:12 +00:00
MSP430
NVPTX
PowerPC [SDAG] Don't try to use FP_EXTEND/FP_ROUND for int<->fp promotions 2015-02-12 22:43:52 +00:00
R600
SPARC
SystemZ
Thumb
Thumb2
X86 Add support for having multiple sections with the same name and comdat. 2015-02-12 23:29:51 +00:00
XCore