This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 19937b0 [LVI] Extract a helper function
new 7c651d6 [LVI] Remove dead code in mergeIn
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/Analysis/LazyValueInfo.cpp | 18 ------------------
1 file changed, 18 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 ab3b56e [LVI] Hide the last markX function on LVILatticeVal
new 19937b0 [LVI] Extract a helper function
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/Analysis/LazyValueInfo.cpp | 54 +++++++++++++++++-------------------------
1 file changed, 22 insertions(+), 32 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 36c7a94 [LVI] Hide a confusing internal interface
new ab3b56e [LVI] Hide the last markX function on LVILatticeVal
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/Analysis/LazyValueInfo.cpp | 20 ++++++++++----------
1 file changed, 10 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 llvm.
from 9196899 [llvm] Fix D26214: Move error handling out of MC and to the callers.
new 36c7a94 [LVI] Hide a confusing internal interface
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/Analysis/LazyValueInfo.cpp | 35 +++++++++++++++++++----------------
1 file changed, 19 insertions(+), 16 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 newlib.
from df2ea99 Add missing crt0 symbols for RTEMS
new 1a27415 Add <devctl.h> per POSIX 1003.26-2003
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:
.../monetary.h => newlib/libc/include/devctl.h | 45 +++++++++++-----------
newlib/libc/include/sys/features.h | 3 ++
newlib/libc/include/sys/unistd.h | 1 +
3 files changed, 27 insertions(+), 22 deletions(-)
copy winsup/cygwin/include/monetary.h => newlib/libc/include/devctl.h (65%)
--
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 d37747e [LVI] Remove duplicate code using existing helper function
new 9196899 [llvm] Fix D26214: Move error handling out of MC and to the callers.
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/MC/MCContext.h | 2 +-
lib/MC/MCContext.cpp | 19 +++++--------------
tools/llvm-mc/llvm-mc.cpp | 17 +++++++++++++++--
3 files changed, 21 insertions(+), 17 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 39afaeb Clean up some Sema checking code. NFC
new e9895ed [clang] Fix D26214: Move error handling out of MC and to the [...]
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/Basic/DiagnosticDriverKinds.td | 2 ++
lib/Driver/Tools.cpp | 18 ++++++++++++++++++
test/Driver/defsym.s | 19 +++++++++++++++++--
tools/driver/cc1as_main.cpp | 11 +++++++----
4 files changed, 44 insertions(+), 6 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 4b6e5ec Revert "[SCCP] Remove manual folding of terminator instructions."
new d37747e [LVI] Remove duplicate code using existing helper function
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/Analysis/LazyValueInfo.cpp | 8 ++------
1 file changed, 2 insertions(+), 6 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 1e11739 Introduces cmake option `LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING`
new 1af757c Refactor TargetParserTests.
new 4b6e5ec Revert "[SCCP] Remove manual folding of terminator instructions."
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/Transforms/Scalar/SCCP.cpp | 29 +-
unittests/Support/TargetParserTest.cpp | 844 +++++++++++++++++++--------------
2 files changed, 525 insertions(+), 348 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 74c9d6a Fix C++03 modules build
new 86e9c5f std::get<0>([std::variant constant expression]) *is* noexcept.
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:
.../variant/variant.get/get_index.pass.cpp | 21 ++++++++++++++++++++-
.../utilities/variant/variant.get/get_type.pass.cpp | 21 ++++++++++++++++++++-
2 files changed, 40 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.