This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 013ade4ac Fix logging test on windows
new e4a9fae7e Remove Platform references from the Host module
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:
source/Host/common/MonitoringProcessLauncher.cpp | 36 ++++++-------------
source/Host/freebsd/Host.cpp | 1 -
source/Host/macosx/Host.mm | 46 ++++++++++--------------
source/Host/netbsd/Host.cpp | 1 -
source/Host/openbsd/Host.cpp | 1 -
5 files changed, 28 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 master
in repository llvm.
from c99a2c432fc [ValueLattice] Use getters instead of direct accesses (NFC).
new 1cc0555256f [NFC] fix trivial typos in comments
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/IPO/PartialInlining.cpp | 2 +-
lib/Transforms/Scalar/LoopDataPrefetch.cpp | 4 ++--
lib/Transforms/Scalar/MergeICmps.cpp | 4 ++--
lib/Transforms/Utils/LoopUnrollPeel.cpp | 2 +-
lib/Transforms/Utils/LoopUtils.cpp | 2 +-
5 files changed, 7 insertions(+), 7 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 binutils-gdb.
from 88af8ea80b Don't pass -m32 to libcc1 on arm-linux
new ee3fbc1ebb Update French translation in bfd sub-directory
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/ChangeLog | 4 +
bfd/po/fr.po | 3779 ++++++++++++++++++++++++++++++---------------------------
2 files changed, 1979 insertions(+), 1804 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 binutils-2_30-branch
in repository binutils-gdb.
from 24f24a9b84 Automatic date update in version.in
new e2e59bb907 Update French translation in bfd sub-directory
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/ChangeLog | 4 +
bfd/po/fr.po | 3779 ++++++++++++++++++++++++++++++---------------------------
2 files changed, 1979 insertions(+), 1804 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 227887ae724 [arm] Fix gcc.target/arm/pr40956.c
new 83447a6fa1a [arm] Fix gcc.target/arm/negdi-[12].c
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 | 5 +++++
gcc/config/arm/thumb2.md | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/arm/negdi-1.c | 3 +--
gcc/testsuite/gcc.target/arm/negdi-2.c | 3 +--
gcc/testsuite/gcc.target/arm/thumb-16bit-ops.c | 2 +-
6 files changed, 15 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 b3ba8e9df4c [ModRefInfo] Return NoModRef for Must and NoModRef.
new c99a2c432fc [ValueLattice] Use getters instead of direct accesses (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:
include/llvm/Analysis/ValueLattice.h | 6 +++---
1 file changed, 3 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 gcc.
from 1a9bd16aaa7 [libstdc++][testsuite] Fix dg-options/dg-add-options order
new 227887ae724 [arm] Fix gcc.target/arm/pr40956.c
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/arm/pr40956.c | 3 +--
2 files changed, 5 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 llvm.
from 9fcafd067a8 [InstCombine] Make foldSelectOpOp able to handle two-operan [...]
new b3ba8e9df4c [ModRefInfo] Return NoModRef for Must and NoModRef.
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/AliasAnalysis.cpp | 148 +++++++++++++++++++-----------------
lib/Analysis/BasicAliasAnalysis.cpp | 5 +-
2 files changed, 81 insertions(+), 72 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 f9deb3e3bd9 [arm] Fix gcc.target/arm/pr79058.c
new 1a9bd16aaa7 [libstdc++][testsuite] Fix dg-options/dg-add-options order
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:
libstdc++-v3/ChangeLog | 46 ++++++++++++++++++++++
.../ext/special_functions/airy_ai/check_nan.cc | 2 +-
.../ext/special_functions/airy_bi/check_nan.cc | 2 +-
.../ext/special_functions/conf_hyperg/check_nan.cc | 2 +-
.../ext/special_functions/hyperg/check_nan.cc | 2 +-
.../01_assoc_laguerre/check_nan.cc | 2 +-
.../02_assoc_legendre/check_nan.cc | 2 +-
.../special_functions/03_beta/check_nan.cc | 2 +-
.../04_comp_ellint_1/check_nan.cc | 2 +-
.../05_comp_ellint_2/check_nan.cc | 2 +-
.../06_comp_ellint_3/check_nan.cc | 2 +-
.../special_functions/06_comp_ellint_3/pr66689.cc | 2 +-
.../special_functions/07_cyl_bessel_i/check_nan.cc | 2 +-
.../special_functions/08_cyl_bessel_j/check_nan.cc | 2 +-
.../special_functions/09_cyl_bessel_k/check_nan.cc | 2 +-
.../special_functions/10_cyl_neumann/check_nan.cc | 2 +-
.../special_functions/11_ellint_1/check_nan.cc | 2 +-
.../special_functions/12_ellint_2/check_nan.cc | 2 +-
.../special_functions/13_ellint_3/check_nan.cc | 2 +-
.../special_functions/13_ellint_3/pr66689.cc | 2 +-
.../special_functions/14_expint/check_nan.cc | 2 +-
.../special_functions/15_hermite/check_nan.cc | 2 +-
.../special_functions/16_laguerre/check_nan.cc | 2 +-
.../special_functions/17_legendre/check_nan.cc | 2 +-
.../special_functions/18_riemann_zeta/check_nan.cc | 2 +-
.../special_functions/19_sph_bessel/check_nan.cc | 2 +-
.../special_functions/20_sph_legendre/check_nan.cc | 2 +-
.../special_functions/21_sph_neumann/check_nan.cc | 2 +-
28 files changed, 73 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.