Go to file
Eric Christopher 20ac943748 Remove an unnecessary duplicate initialization of TLOF from the Mips
AsmPrinter. This was reinitializing the Mangler after we moved the
Mangler down to TLOF and causing us to have two different unnamed
global values accessed with the same name.

This should fix the problems on the ubsan tests here:
http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/15307

llvm-svn: 282675
2016-09-29 02:03:52 +00:00
clang Mark P0127R3 as done, and replace its __has_feature check with the corresponding SD-6 macro. 2016-09-29 00:08:05 +00:00
clang-tools-extra [clang-tidy] fix false-positive for cppcoreguidelines-pro-type-member-init with in-class initializers 2016-09-28 20:06:18 +00:00
compiler-rt Add build script for symbolizer which can be linked into instrumented process. 2016-09-28 18:46:52 +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 Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Partially revert overflow checking in last_write_time 2016-09-29 01:01:26 +00:00
libcxxabi [libc++abi] Default to DLL annotations on Windows 2016-09-27 03:44:09 +00:00
libunwind libunwind: Add OpenBSD case for _Unwind_Ptr typedef 2016-09-28 15:37:21 +00:00
lld [AArch64] Fix test case ELF/aarch64-tls-le.s 2016-09-29 02:01:27 +00:00
lldb Re-commit the changes from r282565 that I had to back out because of 2016-09-29 01:00:16 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Remove an unnecessary duplicate initialization of TLOF from the Mips 2016-09-29 02:03:52 +00:00
openmp Mixed type atomic routines for unsigned integers. 2016-09-27 17:38:48 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly www: add new code coverage link to Polly website 2016-09-25 08:03:38 +00:00