This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1727fbdd70d * config/i386/i386.md (*bt<mode>): Use nonimmediate_operan [...]
new 4750dcdd812 * doc/generic.texi (OpenACC): Adjust URL. * doc/invoke.te [...]
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/doc/generic.texi | 2 +-
gcc/doc/invoke.texi | 2 +-
3 files changed, 7 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 lldb.
from ecaa1bd88 Add test case for attach-by-pid from different cwd
new 61186e8a1 [Core/Value] Remove dead code that hasn't been touched in yea [...]
new 2bd818f95 [Interpreter] Simplify else after return. NFCI.
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:
source/Core/Value.cpp | 25 -------------------------
source/Interpreter/ScriptInterpreter.cpp | 5 ++---
2 files changed, 2 insertions(+), 28 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 0e30d99180 x86-64: Set tlsdesc_plt if GOT_TLS_GDESC_P is true
new 1ccbe9985f Return std::string from memory_error_message
new 7ffd83d70f Use std::string thread.c
new e91a1fa7d4 Use unique_xmalloc_ptr in env_execute_cli_command
new 56496dd4d6 Use std::string in mi_cmd_interpreter_exec
new 6eecf35f97 Use unique_xmalloc_ptr in cd_command
new b57af50345 Use std::string in do_set_command
new 453437863c Use std::string and unique_xmalloc_ptr in demangle_command
new 18e9961f02 Return std::string from perror_string
new 8f84fb0ee8 Use std::string and unique_xmalloc_ptr in compile/ code
new 0638b7f902 Use std::string in reopen_exec_file
The 10 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 | 64 +++++++++++++++++++++++++++++++++++++++++
gdb/breakpoint.c | 6 ++--
gdb/cli/cli-cmds.c | 20 ++++++-------
gdb/cli/cli-setshow.c | 16 +++--------
gdb/compile/compile-c-support.c | 16 +++++------
gdb/compile/compile-c-symbols.c | 32 +++++++++------------
gdb/compile/compile-c-types.c | 7 ++---
gdb/compile/compile-internal.h | 16 +++++------
gdb/compile/compile-loc2c.c | 16 ++++-------
gdb/compile/compile.c | 4 +--
gdb/corefile.c | 27 +++++++----------
gdb/demangle.c | 36 +++++++++--------------
gdb/gdbcore.h | 8 +++---
gdb/mi/mi-cmd-env.c | 12 +++-----
gdb/mi/mi-interp.c | 12 +++-----
gdb/thread.c | 33 +++++++--------------
gdb/utils.c | 28 +++++-------------
gdb/valprint.c | 7 ++---
18 files changed, 171 insertions(+), 189 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 5a3763032ae Daily bump.
new 1727fbdd70d * config/i386/i386.md (*bt<mode>): Use nonimmediate_operan [...]
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 | 15 ++++++++++++---
gcc/config/i386/i386.md | 8 ++++----
2 files changed, 16 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 glibc.
from 492cbbed86 hurd: Fix build ot misc/tst-preadvwritev2-common.c
new 6547ec0ad8 hurd: fix resolv/tst-resolv-res_init-skeleton.c build
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 | 2 ++
resolv/tst-resolv-res_init-skeleton.c | 4 ++++
2 files changed, 6 insertions(+)
--
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 cfe18e70e7 Test commit access in clang.
new 7ede89db2c [CodeGen] Treat all vector fields as mayalias
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/CGExpr.cpp | 4 ++--
test/CodeGen/tbaa-vec.cpp | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/tbaa-vec.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 binutils-gdb.
from 1cf58434bf PR22067, x86 check_relocs invalid read
new 0e30d99180 x86-64: Set tlsdesc_plt if GOT_TLS_GDESC_P is true
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:
bfd/ChangeLog | 6 ++
bfd/elfxx-x86.c | 6 +-
ld/ChangeLog | 7 +++
ld/testsuite/ld-x86-64/{pr19939b.d => pr22071.d} | 4 +-
ld/testsuite/ld-x86-64/pr22071.s | 78 ++++++++++++++++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 1 +
6 files changed, 99 insertions(+), 3 deletions(-)
copy ld/testsuite/ld-x86-64/{pr19939b.d => pr22071.d} (62%)
create mode 100644 ld/testsuite/ld-x86-64/pr22071.s
--
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 cae3d71212 hurd: Fix rtld's strtoul_internal use through hurdlookup
new 492cbbed86 hurd: Fix build ot misc/tst-preadvwritev2-common.c
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 ++++
misc/tst-preadvwritev2-common.c | 14 +++++++++++++-
2 files changed, 17 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 1ee1fb60462 [X86] Add -mtriple option to LIT tests added in https://rev [...]
new 74c232b75f3 [InstCombine] add tests for fcmp ord/uno canonicalization; NFC
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/InstCombine/and-fcmp.ll | 24 ++++++
test/Transforms/InstCombine/fcmp-special.ll | 123 ++++++++++++++++++++++++++++
test/Transforms/InstCombine/or-fcmp.ll | 24 ++++++
3 files changed, 171 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.