Go to file
Coby Tayree 41a5b55f50 [X86][AsmParser][MS-compatability] Binary/Unary operators enhancements
Introducing MOD binary operator
https://msdn.microsoft.com/en-us/library/hha180wt.aspx

Enhancing unary operators NEG and NOT, to support more complex patterns

Differential Revision: https://reviews.llvm.org/D33876

llvm-svn: 306425
2017-06-27 16:58:27 +00:00
clang [OPENMP] Use MapVector instead of DenseMap for stable codegen, NFC. 2017-06-27 15:46:42 +00:00
clang-tools-extra [clang-tidy] Handle new array expressions in modernize-make-unique check. 2017-06-27 16:25:05 +00:00
compiler-rt Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is used 2017-06-27 15:22:56 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +00:00
libcxx [libcxx] Annotate c++17 aligned new/delete operators with availability 2017-06-26 17:39:48 +00:00
libcxxabi Add some catch(...) blocks to the tests so that if they fail, we get a good error message. No functional change. 2017-06-22 00:49:03 +00:00
libunwind Change -1LL to -1ULL to silence a gcc warning about left shifting a negative value. Fixes https://bugs.llvm.org/show_bug.cgi?id=33358 2017-06-21 16:02:53 +00:00
lld Sort lit.cfg architectures 2017-06-27 12:21:50 +00:00
lldb Fix windows build for the Connection move 2017-06-27 11:45:32 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [X86][AsmParser][MS-compatability] Binary/Unary operators enhancements 2017-06-27 16:58:27 +00:00
openmp Make test/parallel/omp_nested.c not use so many threads 2017-06-27 03:04:25 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [NFC][CodeGen] Use the ExitBlock explicitly. 2017-06-27 11:33:22 +00:00