Go to file
Reid Kleckner 1bd5e3ec56 Use 'unsigned long' to match the APIs of the MS bitscan intrinsics
We were getting warnings about how 'uint32_t*' is different from
'unsigned long*' even though they are effectively the same on Windows.

llvm-svn: 277363
2016-08-01 18:39:27 +00:00
clang [Parse] Let declarations follow labels in -fms-extensions mode 2016-08-01 16:39:29 +00:00
clang-tools-extra [clang-rename] handle overridden functions correctly 2016-08-01 17:15:57 +00:00
compiler-rt Use 'unsigned long' to match the APIs of the MS bitscan intrinsics 2016-08-01 18:39:27 +00:00
debuginfo-tests
libclc Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx Improve shared_ptr dtor performance 2016-08-01 17:51:26 +00:00
libcxxabi Attempt to bring peace to -Werror buildbots. 2016-07-19 20:35:09 +00:00
libunwind libunwind: correct return code in unwinding trace log message 2016-07-29 21:24:19 +00:00
lld Remove dead ctor. 2016-07-30 00:13:30 +00:00
lldb [asan] Remove unused #include (NFC) 2016-08-01 18:02:56 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [CFLAA] Make CFLAnders more conservative with new Values. 2016-08-01 18:27:33 +00:00
openmp Make balanced affinity work on AArch64. 2016-07-29 20:55:03 +00:00
parallel-libs [StreamExecutor] Add error handling library 2016-07-29 20:45:52 +00:00
polly Add missing prefixes. 2016-07-30 11:15:00 +00:00