Go to file
Rafael Espindola 284a750c5f 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.

llvm-svn: 240130
2015-06-19 12:16:55 +00:00
clang clang-format: Make exception to AlwaysBreakBeforeMultilineStrings more 2015-06-19 10:32:28 +00:00
clang-tools-extra clang-tidy: Remove an unused private field. NFC 2015-06-18 04:15:04 +00:00
compiler-rt CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Delete dead code. NFCI 2015-06-17 23:31:45 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Code cleanup: Reindent statements. 2015-05-30 14:00:39 +00:00
lld COFF: Add /nodefaultlib and /merge for .drectve. 2015-06-18 23:22:39 +00:00
lldb [LLDB][MIPS] ABI Plugin for MIPS64 2015-06-19 04:25:07 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm Make all temporary symbols unnamed. 2015-06-19 12:16:55 +00:00
openmp Have CMake error out on Windows when user wants OMPT support 2015-06-17 15:43:34 +00:00
polly Add NVIDIA vprintf printing to RuntimeDebugBuilder 2015-06-19 02:33:45 +00:00