This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 378ca53a643 libgcc/ * config/rs6000/float128-ifunc.c: Don't include a [...]
new 2988c5dac28 2017-07-07 Andrew Pinski <apinski(a)cavium.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 | 5 +++++
gcc/config/aarch64/aarch64.c | 4 +++-
2 files changed, 8 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.
from ad020925de [MS] Don't statically initialize dllimport member function pointers
new 9a2ce2505e Revert r307445 as it breaks on certain platforms.
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/CodeGen/Inputs/pgo-sample.prof | 9 ++-------
test/CodeGen/pgo-sample.c | 36 ++++--------------------------------
2 files changed, 6 insertions(+), 39 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 0a9913ccd Update buildgo.sh to pass -isysroot on Darwin.
new 671ef704c Make sure SANITIZER_MIN_OSX_VERSION is defined before using it.
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:
CMakeLists.txt | 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 lnt.
from 06dfa7e db: rename check_json_schema_changes -> check_schema_changes; NFC
new 51a08dd Make LNT client print server's error messages
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/app.py | 25 ++++++++++++++++++++++---
lnt/server/ui/templates/error.html | 20 ++++++++++++++------
lnt/server/ui/views.py | 12 ++++++++++++
lnt/util/ServerUtil.py | 26 ++++++++++++++++++++++----
tests/server/ui/V4Pages.py | 6 ++++++
5 files changed, 76 insertions(+), 13 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 hjl/pr81313/gcc-7-branch
in repository gcc.
at 87041985a1f i386: Avoid stack realignment if possible
This branch includes the following new commits:
new 144c48df7fa x86: Use DRAP only if there are outgoing arguments on stack
new 87041985a1f i386: Avoid stack realignment if possible
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.
--
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 4c2bf23e7c Add testcase for r305850.
new c6ad81f02e Add sample PGO integration test to cover profile annotation [...]
new ad020925de [MS] Don't statically initialize dllimport member function pointers
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/ExprConstant.cpp | 16 ++++++++
lib/Sema/SemaTemplate.cpp | 80 ++++++++++++++++++-------------------
test/CodeGen/Inputs/pgo-sample.prof | 9 ++++-
test/CodeGen/pgo-sample.c | 36 +++++++++++++++--
test/SemaCXX/dllimport-memptr.cpp | 7 ++++
5 files changed, 102 insertions(+), 46 deletions(-)
create mode 100644 test/SemaCXX/dllimport-memptr.cpp
--
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 6cf872658d Enable the new PM + SamlePGO + ThinLTO testing.
new 4c2bf23e7c Add testcase for r305850.
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/Import/import-overrides/Inputs/Hierarchy.cpp | 9 +++++++++
test/Import/import-overrides/test.cpp | 7 +++++++
2 files changed, 16 insertions(+)
create mode 100644 test/Import/import-overrides/Inputs/Hierarchy.cpp
create mode 100644 test/Import/import-overrides/test.cpp
--
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 8c2dc92bd4a ProfData: Fix some unchecked Errors in unit tests
new 36381776b00 [PowerPC] NFC : Common up definitions of isIntS16Immediate [...]
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/PowerPC/PPCISelDAGToDAG.cpp | 27 ++++-----------------------
lib/Target/PowerPC/PPCISelLowering.cpp | 14 +++++++-------
lib/Target/PowerPC/PPCISelLowering.h | 3 +++
3 files changed, 14 insertions(+), 30 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 922a96fd9 Fix-up for r307307: vm_info.max_address is the first non-addr [...]
new 0a9913ccd Update buildgo.sh to pass -isysroot on Darwin.
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/go/buildgo.sh | 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 2beb7fe7045 libcpp: preserve ranges within macro expansions (PR c++/79300)
new 378ca53a643 libgcc/ * config/rs6000/float128-ifunc.c: Don't include a [...]
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:
libgcc/ChangeLog | 8 ++++++-
libgcc/config/rs6000/float128-ifunc.c | 42 +----------------------------------
2 files changed, 8 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.