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 bcf9970 tsan: fix darwin Go build
new 9721f9a tsan: fix windows Go support
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/tsan/rtl/tsan_sync.cc | 6 ++++++
1 file changed, 6 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 lnt.
from 6d1bfc0 [profile] fix unbalanced comment.
new 91256d7 [profile] Do not use string.startsWith
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:
lnt/server/ui/static/lnt_profile.js | 6 +++++-
1 file 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 melt-branch
in repository gcc.
from 7cd42a4 2016-04-26 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new ec981df 2016-04-27 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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.MELT | 9 ++++
gcc/melt-run.proto.h | 10 +---
gcc/melt-runtime.cc | 136 +++------------------------------------------------
gcc/melt-runtime.h | 21 ++------
4 files changed, 20 insertions(+), 156 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 f3b7fe4 2016-04-27 Richard Biener <rguenther(a)suse.de>
new a18e4d4 X86: Fix a typo in call_insn_operand
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 | 9 +++++++++
gcc/config/i386/predicates.md | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/i386/pr70750-1.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr70750-2.c | 11 +++++++++++
5 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-2.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 compiler-rt.
from 2a2a42a tsan: make windows shadow mapping a bijection
new bcf9970 tsan: fix darwin Go build
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/sanitizer_common/sanitizer_mac.cc | 2 ++
1 file changed, 2 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 b7fdb20 2016-04-27 Arnaud Charlet <charlet(a)adacore.com>
new 21647c2 2016-04-27 Arnaud Charlet <charleT(a)adacore.com>
new 2606272 2016-04-27 Arnaud Charlet <charlet(a)adacore.com>
new 8b8be17 2016-04-27 Arnaud Charlet <charlet(a)adacore.com>
new 886d546 cp/ * constexpr.c (get_fundef_copy): Use the original funct [...]
new 46b58ce PR sanitizer/70683 * tree-core.h (enum operand_equal_flag): [...]
The 5 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 | 9 +
gcc/ada/ChangeLog | 60 +++
gcc/ada/aa_util.adb | 458 ----------------------
gcc/ada/aa_util.ads | 145 -------
gcc/ada/errout.adb | 1 +
gcc/ada/errutil.adb | 3 +-
gcc/ada/exp_ch5.adb | 5 +-
gcc/ada/exp_util.adb | 44 ---
gcc/ada/exp_util.ads | 9 +-
gcc/ada/init.c | 11 +-
gcc/ada/sem_case.adb | 7 +-
gcc/ada/sem_case.ads | 7 +-
gcc/ada/sem_ch10.adb | 4 +-
gcc/ada/sem_ch13.adb | 36 +-
gcc/ada/sem_ch4.adb | 273 ++++++++++++-
gcc/ada/sem_prag.adb | 12 +
gcc/ada/sinput-l.ads | 4 +-
gcc/cp/ChangeLog | 6 +
gcc/cp/constexpr.c | 26 +-
gcc/fold-const.c | 19 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/cpp0x/constexpr-recursion3.C | 14 +
gcc/testsuite/g++.dg/ubsan/pr63956.C | 4 +-
gcc/tree-core.h | 4 +-
24 files changed, 468 insertions(+), 698 deletions(-)
delete mode 100644 gcc/ada/aa_util.adb
delete mode 100644 gcc/ada/aa_util.ads
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-recursion3.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 25f648c NFC. Introduce Value::getPointerDerferecnceableBytes
new 8777897 [ThinLTO] Use valueid instead of bitcode offsets in combined [...]
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/Bitcode/LLVMBitCodes.h | 10 +--
include/llvm/IR/ModuleSummaryIndex.h | 18 +++++
lib/Bitcode/Reader/BitcodeReader.cpp | 85 ++++++++--------------
lib/Bitcode/Writer/BitcodeWriter.cpp | 84 ++++++---------------
test/Bitcode/thinlto-alias.ll | 10 +--
.../thinlto-function-summary-callgraph-pgo.ll | 6 +-
test/Bitcode/thinlto-function-summary-callgraph.ll | 6 +-
.../thinlto-function-summary-originalnames.ll | 6 +-
test/Bitcode/thinlto-summary-linkage-types.ll | 16 ++--
test/Bitcode/thinlto-summary-section.ll | 2 +-
test/tools/gold/X86/thinlto.ll | 4 +-
test/tools/llvm-lto/thinlto.ll | 4 +-
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1 -
13 files changed, 101 insertions(+), 151 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 ca36bb3 tsan: fix build
new 2a2a42a tsan: make windows shadow mapping a bijection
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/tsan/rtl/tsan_platform.h | 5 ++++-
1 file changed, 4 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 clang-tools-extra.
from 0dcfb3a Fix a crash in cppcoreguidelines-pro-type-member-init when ch [...]
new defdbb3 Remove explain-config testcase that detect hard-coded check.
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/clang-tidy/explain-checks.cpp | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.