This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4953772ecf1 gcc/ChangeLog:
new dc38f1d9eb4 2018-03-22 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/decl.c | 29 ++++++++++++++++++++---------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/interface_42.f90 | 24 ++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/interface_43.f90 | 25 +++++++++++++++++++++++++
5 files changed, 82 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/interface_42.f90
create mode 100644 gcc/testsuite/gfortran.dg/interface_43.f90
--
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 21d9c7a33c5 Revert "Revert "[InstrProf] Support for external functions [...]
new 238a3389d05 [MIR] Making MIR Printing, opt -dot-cfg, and -debug printin [...]
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/IR/AsmWriter.cpp | 114 +++++++++++++++++++++++++++++----------------
unittests/IR/ValueTest.cpp | 15 +++++-
2 files changed, 87 insertions(+), 42 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 9f11cb2c3a Fix test failure on Windows caused by different underlying e [...]
new 8dec9f5f26 [analyzer] Make symbol_iterator iterate over SVal's symbolic base.
new 8f8f301be5 [CFG] [analyzer] Add C++17-specific variable and return cons [...]
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:
include/clang/Analysis/CFG.h | 32 +-
include/clang/Analysis/ConstructionContext.h | 123 +++++++-
.../StaticAnalyzer/Core/PathSensitive/SVals.h | 2 +-
lib/Analysis/CFG.cpp | 27 +-
lib/Analysis/ConstructionContext.cpp | 40 ++-
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 6 +-
test/Analysis/cfg-rich-constructors.cpp | 322 +++++++++++++--------
test/Analysis/symbol-reaper.c | 56 ++++
8 files changed, 448 insertions(+), 160 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 b7f27d421 Un-XFAIL a test under new GCC version; the GCC bug has been fixed
new b06c8f07b Use DoNotOptimize to prevent new/delete elision.
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:
.../new.delete.array/delete_align_val_t_replace.pass.cpp | 11 ++++++-----
.../new.delete.array/new_align_val_t_replace.pass.cpp | 5 ++++-
.../new.delete/new.delete.array/new_array.pass.cpp | 6 ++++--
.../new.delete/new.delete.array/new_array_nothrow.pass.cpp | 5 ++++-
.../new.delete.array/new_array_nothrow_replace.pass.cpp | 8 ++++----
.../new.delete/new.delete.array/new_array_replace.pass.cpp | 8 ++++----
.../sized_delete_array_calls_unsized_delete_array.pass.cpp | 6 +++---
.../new.delete.single/delete_align_val_t_replace.pass.cpp | 11 ++++++-----
.../new.delete.single/new_align_val_t_replace.pass.cpp | 5 ++++-
.../new.delete.single/new_nothrow_replace.pass.cpp | 6 +++---
.../new.delete/new.delete.single/new_replace.pass.cpp | 6 +++---
.../new.delete/new.delete.single/sized_delete11.pass.cpp | 6 +++---
.../new.delete/new.delete.single/sized_delete14.pass.cpp | 6 +++---
.../sized_delete_calls_unsized_delete.pass.cpp | 6 +++---
.../sized_delete_fsizeddeallocation.sh.cpp | 6 +++---
.../default.allocator/allocator.members/allocate.pass.cpp | 6 +++++-
test/support/test_macros.h | 14 ++++++++++++--
17 files changed, 74 insertions(+), 47 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 d2172848309 [X86][SkylakeClient] Fix a bunch of instructions that were [...]
new 21d9c7a33c5 Revert "Revert "[InstrProf] Support for external functions [...]
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/ProfileData/InstrProf.h | 43 ++++++++++++++++++----
include/llvm/ProfileData/InstrProfReader.h | 2 +-
lib/ProfileData/InstrProf.cpp | 3 +-
lib/ProfileData/InstrProfReader.cpp | 19 +++++-----
lib/ProfileData/InstrProfWriter.cpp | 4 +--
test/tools/llvm-profdata/invalid-profdata.test | 50 ++++++++++++++++++++++++++
unittests/ProfileData/InstrProfTest.cpp | 3 --
7 files changed, 99 insertions(+), 25 deletions(-)
create mode 100644 test/tools/llvm-profdata/invalid-profdata.test
--
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 d8ad3cf8c91 [MachineOutliner][NFC] Refactoring + comments in runOnModule
new d2172848309 [X86][SkylakeClient] Fix a bunch of instructions that were [...]
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/X86/X86SchedSkylakeClient.td | 204 +++++++++++++++-----------------
test/CodeGen/X86/avx-schedule.ll | 30 ++---
test/CodeGen/X86/avx2-schedule.ll | 16 +--
test/CodeGen/X86/sse-schedule.ll | 24 ++--
test/CodeGen/X86/sse2-schedule.ll | 32 ++---
test/CodeGen/X86/sse41-schedule.ll | 24 ++--
test/CodeGen/X86/ssse3-schedule.ll | 4 +-
7 files changed, 158 insertions(+), 176 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 a6aa18ecdc Set dso_local on vtables.
new 54f294dae9 Revert "Set dso_local on vtables."
new 9f11cb2c3a Fix test failure on Windows caused by different underlying e [...]
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/CodeGen/ItaniumCXXABI.cpp | 5 ++---
test/CodeGenCXX/dllexport.cpp | 2 --
test/SemaCXX/builtin-operator-new-delete.cpp | 8 ++++++--
3 files changed, 8 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 llvm.
from af566830199 [CodeGen] Add a new pass for PostRA sink
new d8ad3cf8c91 [MachineOutliner][NFC] Refactoring + comments in runOnModule
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/CodeGen/MachineOutliner.cpp | 45 ++++++++++++++++++++++++++++++-----------
1 file changed, 33 insertions(+), 12 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 f8d3fb24f [sanitizer] Split coverage into separate RT in sanitizer_common
new d794921df More OpenBSD fixes
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_linux.cc | 34 +++++++++++++++++++++++++--------
1 file changed, 26 insertions(+), 8 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 48f819f244 Set dso_local on builtin functions.
new a6aa18ecdc Set dso_local on vtables.
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/CodeGen/ItaniumCXXABI.cpp | 5 +++--
test/CodeGenCXX/dllexport.cpp | 2 ++
2 files changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.