Go to file
Reid Kleckner 229d32abfc [AMDGPU] Give enum an explicit 64-bit type to fix MSVC 2013 failures
Recall that MSVC always gives enums the type 'int', nothing else.  MSVC
2015 does not appear to have this problem anymore.

Clang-cl -Wmicrosoft-enum-value flags this, FWIW, so now I have a true
positive for my warning. :)

llvm-svn: 278762
2016-08-15 23:54:44 +00:00
clang [CUDA] Raise an error if a wrong-side call is codegen'ed. 2016-08-15 23:00:49 +00:00
clang-tools-extra [clang-rename] cleanup `auto` usages 2016-08-15 23:20:05 +00:00
compiler-rt [CMake] Renaming test variable to be consistent 2016-08-15 20:12: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 Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx libcxx: Fix path.compare.pass expected result 2016-08-15 21:24:50 +00:00
libcxxabi Fix ASAN failures in the demangler 2016-08-13 00:02:33 +00:00
libunwind Allow building both shared and static library 2016-08-08 22:55:48 +00:00
lld [ELF] Linkerscript: fix bug in assignOffsets (check Sym for non-null) 2016-08-15 09:19:51 +00:00
lldb Fix expression evaluation with operator new 2016-08-15 14:32:32 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [AMDGPU] Give enum an explicit 64-bit type to fix MSVC 2013 failures 2016-08-15 23:54:44 +00:00
openmp Fixes for hierarchical barrier (possible hang if team size changed). 2016-08-11 13:04:00 +00:00
parallel-libs [StreamExecutor] Add DeviceMemory and kernel arg packing 2016-08-08 16:45:19 +00:00
polly [ScopDetect] Do not assert in case of AddRecs with non-constant start expression 2016-08-15 20:59:30 +00:00