Go to file
Craig Topper 7b5925a5b6 [X86] Fix a bug in LOCK arithmetic operation pattern matching where the wrong immediate predicate check was being used for 64-bit instructions with 8-bit immediates.
This didn't cause a bug because the order of the patterns ensured that the 64-bit instructions with 32-bit immediates were selected first.

llvm-svn: 268212
2016-05-02 05:44:21 +00:00
clang [clang][Builtin][AVX512] Adding intrinsics for vmovshdup and vmovsldup instruction set 2016-05-01 14:43:43 +00:00
clang-tools-extra [Release Notes] Mention Clang-tidy cert-err34-c check. 2016-04-30 00:11:10 +00:00
compiler-rt [ASan] Add shadow offset for SystemZ. 2016-04-30 10:02:12 +00:00
debuginfo-tests
libclc prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Replace one more occurrence of non-standard std:launch::any. Patch from STL@microsoft.com 2016-04-30 02:30:18 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld Should fix all remaining MSVC problems. 2016-05-01 06:00:09 +00:00
lldb Add support for synthetic child providers to optionally return a customized typename for display 2016-05-02 00:41:24 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [X86] Fix a bug in LOCK arithmetic operation pattern matching where the wrong immediate predicate check was being used for 64-bit instructions with 8-bit immediates. 2016-05-02 05:44:21 +00:00
openmp Remove architecture dependent Hwloc DEBUG section 2016-04-25 21:11:26 +00:00
polly doc: A source code with Polly does not use a separate module (by default) 2016-04-29 12:35:46 +00:00