Go to file
Hans Wennborg 935d01d80a Use KEY_WOW64_32KEY when reading the registry in WindowsToolChain.cpp (PR17033)
This exposes a 32-bit view of the registry even when Clang is built as a 64-bit
program. Since Visual Studio is a 32-bit application, this is necessary for us
to find it.

llvm-svn: 192331
2013-10-09 23:41:48 +00:00
clang Use KEY_WOW64_32KEY when reading the registry in WindowsToolChain.cpp (PR17033) 2013-10-09 23:41:48 +00:00
clang-tools-extra clang-modernize: Clean up help output 2013-10-08 23:31:05 +00:00
compiler-rt [sanitizer] Fix the parent liveness check in StopTheWorld. 2013-10-09 13:36:20 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows) 2013-10-09 21:49:03 +00:00
libcxxabi [unwind] Fix unw_init_remote_thread() use to void* instead of thread_t for parameter to match other implementations 2013-10-08 22:59:34 +00:00
lld Do not process .objtxt file twice. 2013-10-09 18:14:23 +00:00
lldb Implemented the reverse-lookup API in the AST 2013-10-09 22:33:34 +00:00
llvm [mips] Do not generate INS/EXT nodes if target does not have support for 2013-10-09 23:36:17 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly use -polly-codegen-isl in tests under test/Isl 2013-10-07 16:43:04 +00:00