This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 95b0f5e 2016-07-15 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 54ee8ab Remove redundant std::move in std::for_each
new fb9ff4c 2016-07-15 Jerry DeLisle <jvdelisle(a)gcc.gnu.org> Marco [...]
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/symbol.c | 6 +++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/pr62125.f90 | 32 ++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 3 +++
libstdc++-v3/include/bits/stl_algo.h | 4 ++--
6 files changed, 55 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr62125.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 a6cb710 Revert "[AMDGPU] Add metadata for runtime"
new 17ea6c1 Fix calls to SelectionDAG::getStore
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/WebAssembly/WebAssemblyISelLowering.cpp | 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 llvm.
from d5ecd00 [Hexagon] Replace postprocessDAG with a more elaborate DAG mutation
new a6cb710 Revert "[AMDGPU] Add metadata for runtime"
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/AMDGPU/AMDGPUAsmPrinter.cpp | 229 --------
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 4 -
lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 138 -----
test/CodeGen/AMDGPU/runtime-metadata.ll | 848 ------------------------------
4 files changed, 1219 deletions(-)
delete mode 100644 lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
delete mode 100644 test/CodeGen/AMDGPU/runtime-metadata.ll
--
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 753944f [AST] Keep track of the left brace source location of a tag decl.
new 2527e4e [objcmt] Fix a buffer overflow crash than can occur while mod [...]
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/ARCMigrate/ObjCMT.cpp | 44 ++++++++++++--------------------
test/ARCMT/objcmt-ns-enum-crash.m | 14 ++++++++++
test/ARCMT/objcmt-ns-enum-crash.m.result | 14 ++++++++++
test/ARCMT/objcmt-ns-macros.m.result | 2 +-
4 files changed, 46 insertions(+), 28 deletions(-)
create mode 100644 test/ARCMT/objcmt-ns-enum-crash.m
create mode 100644 test/ARCMT/objcmt-ns-enum-crash.m.result
--
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 9f7e6d2 [ReassociateGEP] Update tests to allow missing "inbounds" on [...]
new d5ecd00 [Hexagon] Replace postprocessDAG with a more elaborate DAG mutation
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/Hexagon/HexagonMachineScheduler.cpp | 86 +++++++++++++++++++++++---
1 file changed, 76 insertions(+), 10 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 24011c2 PR c++/71511 - ICE on decltype scope in declaration.
new 65b0e48 PR c++/71117 - core 2189 and generic lambda
new ab09908 PR c++/71092 - ICE with array and constexpr.
new 1913be16 c++/58796 Make nullptr match exception handlers of pointer type
new 2aaed7b PR c++/71495 - spurious note during SFINAE.
new 95b0f5e 2016-07-15 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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/cp/ChangeLog | 13 +++++
gcc/cp/call.c | 8 ++-
gcc/cp/constexpr.c | 14 +++++-
gcc/cp/semantics.c | 2 +-
gcc/testsuite/ChangeLog | 11 ++++
gcc/testsuite/g++.dg/cpp0x/constexpr-array17.C | 61 +++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/conv-tmpl1.C | 1 +
gcc/testsuite/g++.dg/cpp0x/nullptr21.C | 4 --
gcc/testsuite/g++.dg/cpp0x/nullptr35.C | 52 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/sfinae57.C | 16 ++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-conv2.C | 26 ++++++++++
gcc/testsuite/gcc.target/powerpc/divkc3-1.c | 1 +
gcc/testsuite/gcc.target/powerpc/mulkc3-1.c | 1 +
libstdc++-v3/ChangeLog | 6 +++
libstdc++-v3/libsupc++/pbase_type_info.cc | 25 ++++++++++
15 files changed, 233 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array17.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr35.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/sfinae57.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-conv2.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 aafccf0 [MBP] Clean up of the comments, and a first attempt to better [...]
new 9f7e6d2 [ReassociateGEP] Update tests to allow missing "inbounds" on [...]
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:
.../AMDGPU/split-gep-and-gvn-addrspace-addressing-modes.ll | 7 +++----
.../SeparateConstOffsetFromGEP/NVPTX/split-gep-and-gvn.ll | 11 ++++++-----
2 files changed, 9 insertions(+), 9 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 aff36bd [compiler-rt] Fix 64-bits exception handlers in ASAN 64-bits runtime
new 35348de [Profile] instroduce portability macro for dir separator(s
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/profile/GCDAProfiling.c | 8 +++++---
lib/profile/InstrProfilingFile.c | 6 +++++-
lib/profile/InstrProfilingPort.h | 14 ++++++++++++++
3 files changed, 24 insertions(+), 4 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 b2d6ad7 [SelectionDAG] Get rid of bool parameters in SelectionDAG::ge [...]
new df5741e [SCCP] Merge two conditions into one. NFCI.
new a3bb4fa add tests for associative ops blocked by a cast
new aafccf0 [MBP] Clean up of the comments, and a first attempt to better [...]
The 3 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/MachineBlockPlacement.cpp | 77 ++++++++++++++---------
lib/Transforms/Scalar/SCCP.cpp | 4 +-
test/Transforms/InstCombine/assoc-cast-assoc.ll | 82 +++++++++++++++++++++++++
3 files changed, 132 insertions(+), 31 deletions(-)
create mode 100644 test/Transforms/InstCombine/assoc-cast-assoc.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.