Go to file
Rafael Espindola e2c2461a6b Merge identical strings.
This avoids the need to have reserve and addString in sync.

We avoid hashing the global symbols again. This means that we don't
merge a global symbol that has the same name as some other string, but
that doesn't seem very common. The string table size is the same in
clang an scylladb with or without hashing global symbols again.

llvm-svn: 259136
2016-01-29 01:24:25 +00:00
clang [CUDA] Generate CUDA's printf alloca in its function's entry block. 2016-01-28 23:58:28 +00:00
clang-tools-extra docs/conf.py: update copyright year 2016-01-27 18:29:16 +00:00
compiler-rt [cfi] Simplify the code in CfiSlowPathCommon. 2016-01-28 19:58:26 +00:00
debuginfo-tests
libclc Implement modf math builtin 2016-01-27 14:52:10 +00:00
libcxx Remove autoconf support. 2016-01-28 21:00:21 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld Merge identical strings. 2016-01-29 01:24:25 +00:00
lldb Fix a bug where type <formatter> list would ignore the -w argument 2016-01-29 01:12:13 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [AArch64] Fix i64 nontemporal high-half extraction. 2016-01-29 01:08:41 +00:00
openmp Fix task dependency performance problem 2016-01-28 23:10:44 +00:00
polly Remove autotools build system 2016-01-28 12:00:33 +00:00