This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e903c8a Fix gcc.dg/attr-alloc_size-4.c on i?86 (PR testsuite/79051)
new ebc686f PR67085 move comparison functions in heap operations
new f6a6552 gcc/ 2017-01-19 Tamar Christina <tamar.christina(a)arm.com>
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/ChangeLog | 8 ++++++
gcc/config/aarch64/aarch64-protos.h | 2 +-
gcc/config/aarch64/aarch64-simd.md | 18 ++++++++++++++
gcc/config/aarch64/aarch64.c | 6 +++--
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/lib/target-supports.exp | 3 ++-
libstdc++-v3/ChangeLog | 8 ++++++
libstdc++-v3/include/bits/stl_heap.h | 29 ++++++++++++++--------
.../priority_queue/{77528.cc => 67085.cc} | 17 +++++++++----
9 files changed, 77 insertions(+), 19 deletions(-)
copy libstdc++-v3/testsuite/23_containers/priority_queue/{77528.cc => 67085.cc} (71%)
--
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 d6e935b Remove this test from the r292500 commit till Chris and I fig [...]
new 38e046e [X86][SSE] Improve comments describing combineTruncatedArithm [...]
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/X86ISelLowering.cpp | 7 +++++++
1 file changed, 7 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 newlib.
from dd353aa Add release message for commit 4652cc4
new e6e6622 Fix copy/paste buglet in comment
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:
winsup/cygwin/fhandler_console.cc | 2 +-
1 file changed, 1 insertion(+), 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 045015e Add support for the new LC_NOTE load command.
new d6e935b Remove this test from the r292500 commit till Chris and I fig [...]
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/ObjectYAML/MachO/note_command.yaml | 50 ---------------------------------
1 file changed, 50 deletions(-)
delete mode 100644 test/ObjectYAML/MachO/note_command.yaml
--
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 newlib.
from 9626731 devctl.h: Use __restrict not restrict
new 4652cc4 Handle Alt+Numpad key sequences in console input and select
new dd353aa Add release message for commit 4652cc4
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:
winsup/cygwin/fhandler_console.cc | 12 ++++++++++++
winsup/cygwin/release/2.7.0 | 3 +++
winsup/cygwin/select.cc | 26 +++++++++++++++++++++++---
3 files changed, 38 insertions(+), 3 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 2d628ee [X86][SSE] Attempt to pre-truncate arithmetic operations that [...]
new 045015e Add support for the new LC_NOTE load command.
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/Object/MachO.h | 2 +
include/llvm/Support/MachO.def | 2 +
include/llvm/Support/MachO.h | 15 +++++++
lib/Object/MachOObjectFile.cpp | 33 ++++++++++++++
lib/ObjectYAML/MachOYAML.cpp | 8 ++++
test/Object/Inputs/macho-invalid-note | Bin 0 -> 76 bytes
test/Object/macho-invalid.test | 3 ++
test/ObjectYAML/MachO/note_command.yaml | 50 +++++++++++++++++++++
test/tools/llvm-objdump/X86/Inputs/note.macho-x86 | Bin 0 -> 76 bytes
.../llvm-objdump/X86/macho-private-headers.test | 8 ++++
tools/llvm-objdump/MachODump.cpp | 16 +++++++
11 files changed, 137 insertions(+)
create mode 100644 test/Object/Inputs/macho-invalid-note
create mode 100644 test/ObjectYAML/MachO/note_command.yaml
create mode 100644 test/tools/llvm-objdump/X86/Inputs/note.macho-x86
--
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 f8e7f56 Refactor logging in NativeProcessLinux
new 14cd146 Provide a substitute to load command of gdb.
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/lldb/Core/Module.h | 14 ++++++++++++++
include/lldb/Symbol/ObjectFile.h | 14 ++++++++++++++
source/Commands/CommandObjectTarget.cpp | 28 ++++++++++++++++++++++++++++
source/Core/Module.cpp | 4 ++++
source/Symbol/ObjectFile.cpp | 31 +++++++++++++++++++++++++++++++
5 files changed, 91 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 gcc.
from 8950f92 Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the default
new e903c8a Fix gcc.dg/attr-alloc_size-4.c on i?86 (PR testsuite/79051)
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/attr-alloc_size-4.c | 2 +-
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 clang.
from dbbfaa6 [Sema] Fix PR28181 by avoiding calling BuildOverloadedBinOp i [...]
new 32236fa [Sema] Reword unused lambda capture warning
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/DiagnosticSemaKinds.td | 2 +-
test/SemaCXX/warn-unused-lambda-capture.cpp | 10 +++++++---
2 files changed, 8 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 gcc.
from 57b3db0 * config/rs6000/power9.md (power9-alu): Remove 'cmp' type an [...]
new 8950f92 Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the default
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 | 7 ++++++
gcc/jit/ChangeLog | 5 +++++
gcc/jit/dummy-frontend.c | 52 --------------------------------------------
gcc/langhooks-def.h | 2 ++
gcc/langhooks.c | 50 ++++++++++++++++++++++++++++++++++++++++++
gcc/lto/ChangeLog | 8 +++++++
gcc/lto/lto-lang.c | 56 +-----------------------------------------------
7 files changed, 73 insertions(+), 107 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.