Go to file
Andrey Churbanov 74bf17b8ff Replace some unsafe API calls with safe alternatives on Windows, prepare code for similar actions on other platforms - wrap unsafe API calls into macros.
llvm-svn: 233915
2015-04-02 13:27:08 +00:00
clang [OPENMP] Fix crash on private variables not used in OpenMP region in templates. 2015-04-02 13:07:08 +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 Replace some unsafe API calls with safe alternatives on Windows, prepare code for similar actions on other platforms - wrap unsafe API calls into macros. 2015-04-02 13:27:08 +00:00
polly Do not scale tile loops 2015-03-31 07:52:36 +00:00