Go to file
Anton Korobeynikov 2810a0ab80 Windows TLS: Section name prefix to ensure correct order
The linker sorts the .tls$<xyz> sections by name, and we need
to make sure any extra sections we produce (e.g. for weak globals) 
always end up between .tls$AAA and .tls$ZZZ, even if the name 
starts with e.g. an underscore.

Patch by David Nadlinger!

llvm-svn: 177256
2013-03-18 08:10:10 +00:00
clang Make sure to use same EABI version for external assembler as for integrated as. 2013-03-18 07:59:20 +00:00
clang-tools-extra Don't include outer-most explicit cast in nullptr replacement 2013-03-15 20:18:08 +00:00
compiler-rt tsan: fix huge stack frames 2013-03-18 08:09:42 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx This should be nothing but a load-time optimization. I'm trying to reduce load time initializers and this is a big one. No visible functionality change intended. 2013-03-16 00:17:53 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [lld] remove trailing whitespace 2013-03-14 16:09:49 +00:00
lldb When built with cmake, only call the string functions when the previous commands (utils/GetSourceVersion & utils/GetRepositoryPath successed). Otherwise, they fail when not launched from a repository 2013-03-16 17:01:13 +00:00
llvm Windows TLS: Section name prefix to ensure correct order 2013-03-18 08:10:10 +00:00
polly tests: Properly check if asserts are available 2013-03-12 21:27:39 +00:00