This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from ff3d98f3fe Automatic date update in version.in
new 7e25e55a4e Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 8302eff5aab * vr-values.h: New file with vr_values class. * tree-vrp. [...]
new 80c1d5061d4 PR rtl-optimization/82913 * compare-elim.c (try_merge_com [...]
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/compare-elim.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr82913.c | 23 +++++++++++++++++++++++
4 files changed, 36 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr82913.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 clang.
from 8d1304a4c4 [analyzer] do not crash when trying to convert an APSInt to [...]
new 2a7c3a534f [analyzer] [NFC] Minor ExprEngineC refactoring
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/StaticAnalyzer/Core/ExprEngineC.cpp | 37 ++++++++++++++++++++-------------
1 file changed, 22 insertions(+), 15 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 gcc.
from 03a28fc2e61 * tree-vrp.c (vrp_prop): Move class to earlier point in th [...]
new 8302eff5aab * vr-values.h: New file with vr_values class. * tree-vrp. [...]
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 | 76 ++++++++++
gcc/tree-vrp.c | 452 ++++++++++++++++++++++++++++++++------------------------
gcc/vr-values.h | 119 +++++++++++++++
3 files changed, 453 insertions(+), 194 deletions(-)
create mode 100644 gcc/vr-values.h
--
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 aoliva/SFN
in repository gcc.
from 2b4a9c997e4 Merge remote-tracking branch 'remotes/trunk' into lxoliva/SFN
new 9d95f86da8f SFN: rework cp/constexpr per jason's suggestion
new 9d0d9c9c05c IEPM: detail comments around block_within_block_p
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/cp/constexpr.c | 21 +++++++++++++--------
gcc/dwarf2out.c | 19 ++++++++++++++++---
2 files changed, 29 insertions(+), 11 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 2f88f54e970 Add a wrapper function to set branch weights metadata.
new 68d2cebf106 [SimplifyCFG] Fix a test case.
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:
test/Transforms/SimplifyCFG/suppress-zero-branch-weights.ll | 3 ++-
1 file changed, 2 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 gcc.
from 021f9aecca3 * tree-vrp.c (set_value_range): Do not reference vrp_equiv [...]
new 03a28fc2e61 * tree-vrp.c (vrp_prop): Move class to earlier point in th [...]
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 | 3 +++
gcc/tree-vrp.c | 28 ++++++++++++++--------------
2 files changed, 17 insertions(+), 14 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 compiler-rt.
from 5918d76da [msan] Extract signal_impl and sigaction_impl
new 8cabd3f05 [sanitizer] Fix signal interceptors build on Windows
new c711f1d49 [sanitizer] Remove unneeded "struct"
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/sanitizer_common/sanitizer_signal_interceptors.inc | 4 ++--
1 file changed, 2 insertions(+), 2 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 gcc.
from eeca2a437d4 sync/atomic, runtime/internal/atomic: don't assume read [...]
new 021f9aecca3 * tree-vrp.c (set_value_range): Do not reference vrp_equiv [...]
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/tree-vrp.c | 11 ++++++++---
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 llvm.
from e69c03b3a1f [Reassociate] regenerate test checks; NFC
new 2f88f54e970 Add a wrapper function to set branch weights metadata.
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/Utils/SimplifyCFG.cpp | 62 ++++++++++++----------
...ked-bits.ll => suppress-zero-branch-weights.ll} | 50 +++--------------
2 files changed, 40 insertions(+), 72 deletions(-)
copy test/Transforms/SimplifyCFG/{switch-masked-bits.ll => suppress-zero-branch-we [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.