This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2698658 Reapply "[SimplifyCFG] In sinkLastInstruction correctly set d [...]
new 5f405a9 RegionInfo: add new test case
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/Analysis/RegionInfo/bad_node_traversal.ll | 42 ++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 test/Analysis/RegionInfo/bad_node_traversal.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 libcxx.
from 1fbd97c fix elast configuration on Windows targets
new e22af6b Implement the last bit of P0031: 'A Proposal to Add Constexpr [...]
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/array | 28 ++++-----
include/iterator | 66 ++++++++++-----------
.../sequences/array/array.data/data_const.pass.cpp | 14 +++++
.../containers/sequences/array/iterators.pass.cpp | 33 +++++++++++
.../iterators/iterator.range/begin-end.pass.cpp | 68 ++++++++++++++++++++--
www/cxx1z_status.html | 4 +-
6 files changed, 158 insertions(+), 55 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 lld.
from 5e37fda [ELF] Add support for thunks to undefined non-weak symbols
new 7d4d6d6 COFF: tie the execute and the PDB together
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:
COFF/PDB.cpp | 12 ++++++------
COFF/PDB.h | 9 ++++++++-
COFF/Writer.cpp | 2 +-
test/COFF/pdb.test | 6 +++++-
4 files changed, 20 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 llvm.
from 0ce9581 Revert r290970 [SLPVectorizer] Regenerate test.
new 2698658 Reapply "[SimplifyCFG] In sinkLastInstruction correctly set d [...]
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/Utils/SimplifyCFG.cpp | 10 +++-
.../Generic/simplifycfg_sink_last_inst.ll | 70 ++++++++++++++++++++++
2 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 test/DebugInfo/Generic/simplifycfg_sink_last_inst.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-tools-extra.
from a7cbf92 [clang-move] Support moving type alias declarations.
new 9e7c3af [clang-tidy] Ignore default arguments in modernize-default-me [...]
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:
clang-tidy/modernize/UseDefaultMemberInitCheck.cpp | 2 +-
test/clang-tidy/modernize-use-default-member-init.cpp | 6 ++++++
2 files changed, 7 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 binutils-gdb.
from b055631 Use noyywrap option in lex files.
new 387360d Add FreeBSD/mips architecture.
new b268007 Add native target for FreeBSD/mips.
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:
gdb/ChangeLog | 17 +
gdb/Makefile.in | 3 +
gdb/NEWS | 6 +
gdb/config/mips/fbsd.mh | 3 +
gdb/configure.host | 1 +
gdb/configure.tgt | 5 +
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 5 +
gdb/mips-fbsd-nat.c | 136 +++++++
gdb/mips-fbsd-tdep.c | 560 +++++++++++++++++++++++++++++
gdb/{mips-nbsd-tdep.h => mips-fbsd-tdep.h} | 19 +-
11 files changed, 750 insertions(+), 10 deletions(-)
create mode 100644 gdb/config/mips/fbsd.mh
create mode 100644 gdb/mips-fbsd-nat.c
create mode 100644 gdb/mips-fbsd-tdep.c
copy gdb/{mips-nbsd-tdep.h => mips-fbsd-tdep.h} (62%)
--
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 a10f19a * update-copyright.py (GCCCmdLine): Add include, libcc1, lib [...]
new 8ccda24 C FE: implement fix-it hint for -Wmissing-braces
new fd13032 PR c++/77545 PR c++/77284 * constexpr.c (potential_constan [...]
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/c/ChangeLog | 29 +++
gcc/c/c-parser.c | 26 ++-
gcc/c/c-tree.h | 5 +-
gcc/c/c-typeck.c | 53 ++++--
gcc/cp/ChangeLog | 6 +
gcc/cp/constexpr.c | 1 +
gcc/testsuite/ChangeLog | 11 ++
gcc/testsuite/g++.dg/cpp0x/range-for32.C | 16 ++
.../g++.dg/cpp0x/{auto40.C => range-for33.C} | 9 +-
gcc/testsuite/gcc.dg/Wmissing-braces-fixits.c | 202 +++++++++++++++++++++
10 files changed, 333 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for32.C
copy gcc/testsuite/g++.dg/cpp0x/{auto40.C => range-for33.C} (51%)
create mode 100644 gcc/testsuite/gcc.dg/Wmissing-braces-fixits.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 glibc.
from 2b18fe7 Fix MicroBlaze __backtrace get_frame_size namespace (bug 21022).
new f5ee536 Make MIPS soft-fp preserve NaN payloads for NAN2008.
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:
ChangeLog | 4 ++++
sysdeps/mips/mips32/sfp-machine.h | 14 +++++++++++++-
sysdeps/mips/mips64/sfp-machine.h | 14 +++++++++++++-
3 files changed, 30 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 gcc.
from 0aff9f2 * config/i386/i386.md (HI/SImode test with imm to QImode spl [...]
new 4ed499e Make MIPS soft-fp preserve NaN payloads for NAN2008.
new a10f19a * update-copyright.py (GCCCmdLine): Add include, libcc1, lib [...]
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:
contrib/ChangeLog | 5 +++++
contrib/update-copyright.py | 6 ++++++
libgcc/ChangeLog | 5 +++++
libgcc/config/mips/sfp-machine.h | 14 +++++++++++++-
4 files changed, 29 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 31b667e [SLPVectorizer] Regenerate test.
new 0ce9581 Revert r290970 [SLPVectorizer] Regenerate test.
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/Transforms/SLPVectorizer/X86/reduction_loads.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.