Go to file
Davide Italiano 6b2bba14a9 [lli/COFF] Set the correct alignment for common symbols
Otherwise we set it always to zero, which is not correct,
and we assert inside alignTo (Assertion failed:
Align != 0u && "Align can't be 0.").

Differential Revision:  https://reviews.llvm.org/D26173

llvm-svn: 285841
2016-11-02 17:32:19 +00:00
clang Simplify the test case from r285289. 2016-11-02 16:11:30 +00:00
clang-tools-extra Add a new clang-tidy check for cert-msc50-cpp (and cert-msc30-c) that corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/display/cplusplus/MSC50-CPP.+Do+not+use+std%3A%3Arand%28%29+for+generating+pseudorandom+numbers 2016-11-02 14:16:36 +00:00
compiler-rt [asan] Add more dynamic CRT mode tests 2016-11-02 15:39:08 +00:00
debuginfo-tests
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Implement another part of P0031; adding constexpr to move_iterator 2016-11-02 15:30:26 +00:00
libcxxabi Spell libcxxabi-no-threads correctly 2016-10-31 14:14:04 +00:00
libunwind Add conditions for PPC to libunwind. Fixes PR22200. Thanks to Jeremy for the bug report and the patch. 2016-11-02 16:39:55 +00:00
lld [ELF] - Allow "-Ttext xxx", "-Tbss xxx", "-Tdata bss" commandline. 2016-11-02 16:06:00 +00:00
lldb [CMake] Support LLDB_TEST_CLANG in check-lldb target(s) 2016-11-02 17:19:26 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [lli/COFF] Set the correct alignment for common symbols 2016-11-02 17:32:19 +00:00
openmp Change task stealing to always get task from head of victim's deque. 2016-11-02 16:45:25 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly [ScopInfo] Make memset etc. affine where possible. 2016-11-01 20:53:11 +00:00