llvm-6502/test/CodeGen
Rafael Espindola ec77d9ad83 Make all temporary symbols unnamed.
What this does is make all symbols that would otherwise start with a .L
(or L on MachO) unnamed.

Some of these symbols still show up in the symbol table, but we can just
make them unnamed.

In order to make sure we produce identical results when going thought assembly,
all .L (not just the compiler produced ones), are now unnamed.

Running llc on llvm-as.opt.bc, the peak memory usage goes from 208.24MB to
205.57MB.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240130 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-19 12:16:55 +00:00
..
AArch64 Fix "the the" in comments. 2015-06-19 01:53:21 +00:00
AMDGPU Fix "the the" in comments. 2015-06-19 01:53:21 +00:00
ARM [ARM] Look through concat when lowering in-place shuffles (VZIP, ..) 2015-06-19 02:32:35 +00:00
BPF
CPP
Generic
Hexagon
Inputs
Mips Fix "the the" in comments. 2015-06-19 01:53:21 +00:00
MIR
MSP430
NVPTX
PowerPC
SPARC Make all temporary symbols unnamed. 2015-06-19 12:16:55 +00:00
SystemZ
Thumb
Thumb2
WinEH
X86 Fix "the the" in comments. 2015-06-19 01:53:21 +00:00
XCore