Go to file
Craig Topper 99e60e9f1f [AVX512] Add popcount support for v32i16 and v64i8.
llvm-svn: 266858
2016-04-20 05:18:55 +00:00
clang [OPENMP] Codegen for untied tasks. 2016-04-20 04:01:36 +00:00
clang-tools-extra [Clang-tidy] Fix extra semicolon warning in cppcoreguidelines/ProTypeMemberInitCheck.cpp. 2016-04-19 18:49:21 +00:00
compiler-rt [compiler-rt] Remove unwanted --check-prefix=CHECK from unit tests. NFC. 2016-04-19 20:29:59 +00:00
debuginfo-tests
libclc prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Add cxx_runtime_root options for testing against a different libc++ at runtime 2016-04-20 04:17:39 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Revert "[ELF] - Avoid using memset for zero-initialization of struct member. NFC." 2016-04-20 04:26:16 +00:00
lldb llvm::sys::path::home_directory() relies on having "HOME" set in the environment and that might not always be set. Our FileSpec class uses this function to resolve any paths that start with "~/" on systems that support home directories as '~'. I have modified FileSpec::ResolveUsername (llvm::SmallVectorImpl<char> &path) to deal with the cases where llvm::sys::path::home_directory() returns false by digging a little further on unix systems and setting "HOME" in the environment so that subsequent calls to llvm::sys::path::home_directory() will succeed. 2016-04-19 23:04:35 +00:00
llgo benchcomp: Add a mode for analyzing rule execution time in ninja log files. 2016-04-08 22:42:22 +00:00
llvm [AVX512] Add popcount support for v32i16 and v64i8. 2016-04-20 05:18:55 +00:00
openmp [ITTNOTIFY] Remove serialized parallel regions from frame notification 2016-04-19 16:55:17 +00:00
polly Relate domains to statements during construction [NFC] 2016-04-19 14:53:13 +00:00