This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from f9122c3 Removed dead code. NFC.
new 4bace6e Simplify handling of R_PPC64_TOC. NFC.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/Target.cpp | 2 ++
ELF/Writer.cpp | 19 +++++++++----------
2 files changed, 11 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ff118bb [modules] Fix Decl's Used invariant.
new 4b30f82 [OPENMP] Fix crash on initialization of classes with no init [...]
new 7e12e09 [Clang][BuiltIn][AVX512] Adding intrinsics without mask for V [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Basic/BuiltinsX86.def | 14 ++
lib/CodeGen/CGStmtOpenMP.cpp | 6 +-
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/avx512cdintrin.h | 13 ++
lib/Headers/avx512fintrin.h | 185 ++++++++++++++++++++++++
lib/Headers/{rtmintrin.h => avx512vlcdintrin.h} | 48 +++---
lib/Headers/immintrin.h | 2 +
test/CodeGen/avx512cdintrin.c | 12 ++
test/CodeGen/avx512f-builtins.c | 132 +++++++++++++++++
test/CodeGen/avx512vlcd-builtins.c | 30 ++++
test/OpenMP/declare_reduction_codegen.cpp | 30 ++--
11 files changed, 438 insertions(+), 35 deletions(-)
copy lib/Headers/{rtmintrin.h => avx512vlcdintrin.h} (60%)
create mode 100644 test/CodeGen/avx512vlcd-builtins.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ee2b792 2016-04-27 Hristian Kirtchev <kirtchev(a)adacore.com>
new f0e35aa PR middle-end/49889 gcc * varasm.c (merge_weak): Generate an [...]
new 1e979d9 * doc/invoke.texi (-frename-registers): Also enabled at -Os.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 10 ++++++++++
gcc/doc/invoke.texi | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr49899.c | 3 +++
gcc/varasm.c | 5 +++++
5 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr49899.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 80ebcca [mips][microMIPS] Add CodeGen support for SLL16, SRL16, SLL, [...]
new 8c34bb0 [mips][microMIPS] Add CodeGen support for SUBU16, SUB, SUBU, [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/Mips/MicroMips32r6InstrInfo.td | 6 +-
lib/Target/Mips/MicroMips64r6InstrInfo.td | 40 ++++++++
lib/Target/Mips/MicroMipsInstrInfo.td | 2 +
lib/Target/Mips/Mips64InstrInfo.td | 32 +++---
lib/Target/Mips/MipsInstrInfo.td | 10 +-
test/CodeGen/Mips/llvm-ir/sub.ll | 114 +++++++++++++++-------
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 6 ++
test/MC/Mips/micromips64r6/invalid.s | 4 +
test/MC/Mips/micromips64r6/valid.s | 6 ++
9 files changed, 163 insertions(+), 57 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from c441d9e Update ChangeLog and version files for release
new f2ffbec * BASE-VER: Set to 6.1.1.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/BASE-VER | 2 +-
gcc/ChangeLog | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5f2b68d Use DL preferred alignment for alloca in Value::getPointerAlignment
new aeb3be1 isSafeToLoadUnconditionally support queries without a context
new 80ebcca [mips][microMIPS] Add CodeGen support for SLL16, SRL16, SLL, [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Analysis/Loads.h | 6 ++--
lib/Analysis/Loads.cpp | 9 +++--
lib/Target/Mips/MicroMips32r6InstrInfo.td | 10 +++---
lib/Target/Mips/MicroMipsInstrInfo.td | 27 +++++++++++++++
lib/Target/Mips/MipsInstrInfo.td | 16 +++++----
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 4 +--
lib/Transforms/Scalar/SROA.cpp | 9 +++--
lib/Transforms/Scalar/ScalarReplAggregates.cpp | 10 ++++--
lib/Transforms/Scalar/TailRecursionElimination.cpp | 3 +-
test/CodeGen/Mips/llvm-ir/ashr.ll | 40 ++++++++++++++++++++--
test/CodeGen/Mips/llvm-ir/lshr.ll | 37 ++++++++++++++++++--
test/CodeGen/Mips/llvm-ir/shl.ll | 37 ++++++++++++++++++++
test/CodeGen/Mips/micromips-shift.ll | 2 ++
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 5 +++
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 6 ++++
test/MC/Mips/micromips-shift-instructions.s | 27 +++++++++++++++
test/MC/Mips/micromips/invalid.s | 5 +++
test/MC/Mips/micromips32r6/invalid.s | 12 +++++++
test/MC/Mips/micromips32r6/valid.s | 14 ++++++++
test/MC/Mips/micromips64r6/invalid.s | 12 +++++++
test/MC/Mips/micromips64r6/valid.s | 14 ++++++++
21 files changed, 275 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e57bbbe [Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovn [...]
new ff118bb [modules] Fix Decl's Used invariant.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/AST/DeclBase.h | 7 ++---
include/clang/Serialization/ASTWriter.h | 11 ++++++++
lib/AST/DeclBase.cpp | 18 ++++++++-----
lib/Sema/SemaExpr.cpp | 12 +--------
lib/Serialization/ASTReaderDecl.cpp | 25 ++++++++++++------
lib/Serialization/ASTWriter.cpp | 9 +++++--
lib/Serialization/ASTWriterDecl.cpp | 10 --------
test/Modules/Inputs/PR27401/a.h | 17 +++++++++++++
test/Modules/Inputs/PR27401/b.h | 21 +++++++++++++++
test/Modules/Inputs/PR27401/module.modulemap | 1 +
test/Modules/pr27401.cpp | 38 ++++++++++++++++++++++++++++
11 files changed, 128 insertions(+), 41 deletions(-)
create mode 100644 test/Modules/Inputs/PR27401/a.h
create mode 100644 test/Modules/Inputs/PR27401/b.h
create mode 100644 test/Modules/Inputs/PR27401/module.modulemap
create mode 100644 test/Modules/pr27401.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c81188d [InstCombine][SSE] Added DemandedBits tests for MOVMSK instructions
new 5f2b68d Use DL preferred alignment for alloca in Value::getPointerAlignment
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/IR/Value.cpp | 9 +++++++--
test/Analysis/ValueTracking/memory-dereferenceable.ll | 8 +++++++-
2 files changed, 14 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 513adbd Committing patch from <Michael Woerister <michaelwoerister@po [...]
new 0dcd863 Fix compiler warnings in SymbolFilePDBTests
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 40 ++++++++++++-------------
1 file changed, 20 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.