This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 88b9251b30 Don't assume constructors return void.
new d69715d7e4 Remove two unnecessary -I flags passed to clang-tblgen.
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/clang/Basic/CMakeLists.txt | 2 --
1 file changed, 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 gcc-6-branch
in repository gcc.
from 2499775bce9 Daily bump.
new a8c7c51b516 PR target/85196 * config/sparc/sparc.c (sparc_expand_move [...]
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 | 16 +++++++
gcc/config/sparc/sparc.c | 36 +++++++++------
gcc/config/sparc/sparc.md | 12 ++---
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/g++.dg/opt/pr85196.C | 89 ++++++++++++++++++++++++++++++++++++++
5 files changed, 137 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr85196.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 gcc.
from 2a6bf2c0bb7 Fix ChangeLog
new b5a9e383ca1 PR target/85196 * config/sparc/sparc.c (sparc_expand_move [...]
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 | 16 +++++++
gcc/config/sparc/sparc.c | 36 +++++++++------
gcc/config/sparc/sparc.md | 12 ++---
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/g++.dg/opt/pr85196.C | 89 ++++++++++++++++++++++++++++++++++++++
5 files changed, 137 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr85196.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 gcc-7-branch
in repository gcc.
from e77bc357753 2018-04-06 Amaan Cheval <amaan.cheval(a)gmail.com>
new ce1de0a3fd5 PR target/85196 * config/sparc/sparc.c (sparc_expand_move [...]
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 | 16 +++++++
gcc/config/sparc/sparc.c | 36 +++++++++------
gcc/config/sparc/sparc.md | 12 ++---
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/g++.dg/opt/pr85196.C | 89 ++++++++++++++++++++++++++++++++++++++
5 files changed, 137 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr85196.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 af98dad7c6c Fix warning by cl::opt<int> -> cl::opt<unsigned>
new 08846e25c57 [NVPTX] add support for initializing fp16 arrays.
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/NVPTX/NVPTXAsmPrinter.cpp | 8 +++++++-
test/CodeGen/NVPTX/half.ll | 4 ++++
2 files changed, 11 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 llvm.
from b67d0963889 Runtime flag to control branch funnel threshold
new af98dad7c6c Fix warning by cl::opt<int> -> cl::opt<unsigned>
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/WholeProgramDevirt.cpp | 9 +++++----
1 file changed, 5 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 binutils-gdb.
from 7f8a5d38ed Add -Wno-error=deprecated-register to gdb build flags
new 22bc8444e6 Introduce a gdb_ref_ptr specialization for struct value
new 850645cfe8 Change breakpoints to use value_ref_ptr
new 9b5587295b Change last_examine_value to value_ref_ptr
new b4d61099ba Change varobj to use value_ref_ptr
new 4d0266a0e0 Change value history to use value_ref_ptr
new b562120198 Remove free_all_values
new a6535de190 Remove free_value_chain
new 062d818d25 Remove value::next and value::released
new 466ce3aea9 Use new and delete for values
new 2c8331b987 Change value::parent to a value_ref_ptr
new 0c7e6dd852 Remove range_s VEC
new 14c88955a1 Change value::contents to be a unique_xmalloc_ptr
The 12 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:
gdb/ChangeLog | 153 ++++++++++++++
gdb/ada-varobj.c | 16 +-
gdb/alpha-tdep.c | 2 -
gdb/breakpoint.c | 114 +++++------
gdb/breakpoint.h | 5 +-
gdb/c-varobj.c | 15 +-
gdb/dwarf2loc.c | 9 +-
gdb/dwarf2read.c | 1 -
gdb/eval.c | 15 +-
gdb/findvar.c | 1 -
gdb/frame.c | 6 -
gdb/guile/scm-value.c | 5 +-
gdb/m68hc11-tdep.c | 2 -
gdb/m88k-tdep.c | 1 -
gdb/mep-tdep.c | 3 -
gdb/mi/mi-main.c | 2 -
gdb/opencl-lang.c | 2 +-
gdb/ppc-linux-nat.c | 33 +--
gdb/printcmd.c | 21 +-
gdb/python/py-value.c | 8 +-
gdb/stack.c | 1 -
gdb/value.c | 541 +++++++++++++++++++-------------------------------
gdb/value.h | 67 ++++---
gdb/varobj.c | 47 ++---
gdb/varobj.h | 3 +-
25 files changed, 523 insertions(+), 550 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 7edf726dc36 Revert r324557, "gold-plugin: Do not set codegen opt level [...]
new b67d0963889 Runtime flag to control branch funnel threshold
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/WholeProgramDevirt.cpp | 8 ++-
...branch-funnel.ll => branch-funnel-threshold.ll} | 73 ++--------------------
2 files changed, 11 insertions(+), 70 deletions(-)
copy test/Transforms/WholeProgramDevirt/{branch-funnel.ll => branch-funnel-thresho [...]
--
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 ece1de865 Mark <span> as "In progress"
new 24258c441 Implement P0768r1: Library support for the Spaceship Operator.
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/CMakeLists.txt | 1 -
include/__config | 5 +
include/compare | 679 +++++++++++++++++++++
include/module.modulemap | 4 +
test/libcxx/double_include.sh.cpp | 1 +
.../set => language.support/cmp}/version.pass.cpp | 4 +-
.../cmp.common/common_comparison_category.pass.cpp | 93 +++
.../cmp/cmp.partialord/partialord.pass.cpp | 164 +++++
.../cmp/cmp.strongeq/cmp.strongeq.pass.cpp | 96 +++
.../cmp/cmp.strongord/strongord.pass.cpp | 212 +++++++
.../cmp/cmp.weakeq/cmp.weakeq.pass.cpp | 70 +++
.../cmp/cmp.weakord/weakord.pass.cpp | 169 +++++
test/support/test_macros.h | 5 +
13 files changed, 1500 insertions(+), 3 deletions(-)
create mode 100644 include/compare
copy test/libcxx/{containers/associative/set => language.support/cmp}/version.pass [...]
create mode 100644 test/std/language.support/cmp/cmp.common/common_comparison_cate [...]
create mode 100644 test/std/language.support/cmp/cmp.partialord/partialord.pass.cpp
create mode 100644 test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp
create mode 100644 test/std/language.support/cmp/cmp.strongord/strongord.pass.cpp
create mode 100644 test/std/language.support/cmp/cmp.weakeq/cmp.weakeq.pass.cpp
create mode 100644 test/std/language.support/cmp/cmp.weakord/weakord.pass.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.