Go to file
Rui Ueyama 8a789e0204 ELF: Use StringRef instead of std::string.
All MemoryBuffers for archive files are guaranteed to exist as long
as their children are used in the linker. So we don't need to copy
strings here. Thanks to Sean Silva for pointing this out.

llvm-svn: 259554
2016-02-02 20:24:31 +00:00
clang ARM: allow both vfma and vfms intrinsics on v7. 2016-02-02 18:02:10 +00:00
clang-tools-extra [clang-tidy] Removed unnecessary parameters in the test 2016-02-02 17:27:08 +00:00
compiler-rt Reverting r259529 (Marking the mmap_stress.cc TSan test as unsupported on OS X) 2016-02-02 18:52:48 +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 Implement modf math builtin 2016-01-27 14:52:10 +00:00
libcxx [docs] Remove references to autoconf build. 2016-01-30 01:11:42 +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 ELF: Use StringRef instead of std::string. 2016-02-02 20:24:31 +00:00
lldb Re-write many skip decorators to use shared code. 2016-02-02 18:50:34 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [X86] Fix the merging of SP updates in prologue/epilogue insertions. 2016-02-02 20:11:17 +00:00
openmp Fix task dependency performance problem 2016-01-28 23:10:44 +00:00
polly ScopInfo: Split memory access construction into different cases 2016-02-02 16:46:49 +00:00