This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e8669326ae Fix member function call with null 'this' pointer.
new 1dca338024 [CodeGen] Use APInt::lshrInPlace instead of APInt::lshr. NFC
new 65b62ffd3f Revert r300653 and r300650. The underlying commit fixes one [...]
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:
lib/AST/Decl.cpp | 55 +++++++++++++--------------
lib/AST/DeclCXX.cpp | 13 ++-----
lib/CodeGen/CGExprConstant.cpp | 6 +--
lib/Sema/SemaLookup.cpp | 22 ++++++++---
test/Modules/Inputs/template-default-args/a.h | 8 ----
test/Modules/template-default-args.cpp | 15 --------
6 files changed, 49 insertions(+), 70 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 llvm.
from 97b95a7b729 Cleanup some GraphTraits iteration code
new b9fe533b26e [JumpThread] We want to fold (not thread) when all predeces [...]
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/Transforms/Scalar/JumpThreading.cpp | 27 ++++++++++
test/Transforms/JumpThreading/basic.ll | 89 +++++++++++++++++++++++++++++++++
2 files changed, 116 insertions(+)
--
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 e4f4ba41dd9 Daily bump.
new a12210da89f PR target/74563 * mips.md ({return,simple_return}_interna [...]
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/ChangeLog | 6 ++++++
gcc/config/mips/mips.md | 1 -
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/mips/pr74563.c | 14 ++++++++++++++
4 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/mips/pr74563.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 4b58a5066b1 ARM: Use methods to access data stored with frame instructions
new 97b95a7b729 Cleanup some GraphTraits iteration code
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/llvm/Analysis/BlockFrequencyInfoImpl.h | 12 ++---
include/llvm/Analysis/DominanceFrontierImpl.h | 8 ++-
include/llvm/Analysis/LoopInfo.h | 23 +++-----
include/llvm/Analysis/LoopInfoImpl.h | 73 ++++++++------------------
include/llvm/Support/GenericDomTree.h | 56 +++++++++-----------
include/llvm/Support/GraphWriter.h | 7 ++-
6 files changed, 65 insertions(+), 114 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 llvm.
from 4bc9eb623db Remove buggy 'addAttributes(unsigned, AttrBuilder)' overload
new 4b58a5066b1 ARM: Use methods to access data stored with frame instructions
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/ARM/ARMBaseInstrInfo.h | 23 +++++++++++++++++++++++
lib/Target/ARM/ARMFrameLowering.cpp | 7 ++-----
lib/Target/ARM/Thumb1FrameLowering.cpp | 5 ++---
3 files changed, 27 insertions(+), 8 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 6238f20ba One more attempt and Windows
new 9755d858f [CMake] Add configure check for sys/event.h
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:
cmake/modules/LLDBConfig.cmake | 1 +
1 file changed, 1 insertion(+)
--
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 203678e980 [modules] Properly look up the owning module for an instanti [...]
new e8669326ae Fix member function call with null 'this' pointer.
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/AST/Decl.cpp | 10 +++++++---
1 file changed, 7 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 libcxx.
from 2c4b8af9a Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <exception>
new fbca5e054 Fix tests for extended noexcept in the container adaptors tests
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:
.../priority.queue/priqueue.cons/default_noexcept.pass.cpp | 3 ++-
.../priority.queue/priqueue.cons/move_noexcept.pass.cpp | 4 ++--
.../container.adaptors/queue/queue.cons/default_noexcept.pass.cpp | 4 ++--
.../container.adaptors/queue/queue.cons/move_noexcept.pass.cpp | 3 ++-
.../container.adaptors/stack/stack.cons/default_noexcept.pass.cpp | 3 ++-
.../container.adaptors/stack/stack.cons/move_noexcept.pass.cpp | 4 ++--
6 files changed, 12 insertions(+), 9 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 llvm.
from d4cfbc56b18 [libFuzzer] update -help: mention -exact_artifact_path in h [...]
new 4bc9eb623db Remove buggy 'addAttributes(unsigned, AttrBuilder)' overload
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/llvm/IR/Attributes.h | 3 ---
lib/IR/Attributes.cpp | 36 +++++++++++++++---------------------
unittests/IR/AttributesTest.cpp | 5 +++++
3 files changed, 20 insertions(+), 24 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 test-suite.
from c45dfa19 CMakeLists.txt: Allow external dirs in TEST_SUITE_SUBDIRS
new 35480bbc SPEC: Fix typo in CMakeLists
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:
External/SPEC/CINT2006/429.mcf/CMakeLists.txt | 2 +-
External/SPEC/CINT2006/445.gobmk/CMakeLists.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.