Go to file
Benjamin Kramer 165307184a [support] Add a macro wrapper for alignas and simplify some code.
We wrap __attribute((aligned)) for GCC 4.7 and __declspec(align) for
MSVC. The latter behaves weird in some contexts so this should be used
carefully.

llvm-svn: 233910
2015-04-02 11:32:48 +00:00
clang [OPENMP] Fix crash on private variables not used in OpenMP region. 2015-04-02 07:48:16 +00:00
clang-tools-extra [clang-tidy] Clarify message for the google-explicit-constructor check 2015-03-31 16:24:44 +00:00
compiler-rt Add missing " at the end of the #error directive. 2015-04-02 01:13:43 +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 fmax using __builtin_fmax 2015-03-31 16:59:23 +00:00
libcxx Remove statement with no effect inside tests. 2015-04-01 15:49:02 +00:00
libcxxabi Revert r228351 - Dont install header files. 2015-04-01 02:56:13 +00:00
lld ELF: Always use variadic templates in CreateELF.h. 2015-04-02 07:28:19 +00:00
lldb Use objcopy provided next to the compiler on android 2015-04-02 11:09:28 +00:00
llgo llgoi: Fix type identity for imported binary packages. 2015-03-18 08:34:40 +00:00
llvm [support] Add a macro wrapper for alignas and simplify some code. 2015-04-02 11:32:48 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Do not scale tile loops 2015-03-31 07:52:36 +00:00