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 329b5ba137 Pass $NOPIE_CFLAGS/$NOPIE_LDFLAGS to "Run pr19031"
new e652757bad 2017-06-22 Eric Christopher <echristo(a)gmail.com>
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 | 5 +++++
bfd/elf32-arm.c | 2 +-
2 files changed, 6 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 binutils-2_28-branch
in repository binutils-gdb.
from 3ea5aedfeb Automatic date update in version.in
new 8e92292ba6 2017-06-22 Eric Christopher <echristo(a)gmail.com>
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 | 8 ++++++++
bfd/elf32-arm.c | 2 +-
2 files changed, 9 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 d9802349026 Silence warnings about hidden virtual methods.
new ff51fdebece MC: Fix dumping of MCFragment values
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/MC/MCFragment.cpp | 6 ++++--
1 file changed, 4 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 6f1c76b0b9f Add a common error checking for some invalid expressions.
new 96e8b4cb368 Updated llvm-objdump symbolic disassembly with x86_64 Mach- [...]
new d9802349026 Silence warnings about hidden virtual methods.
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:
.../llvm/DebugInfo/CodeView/TypeRecordMapping.h | 1 +
include/llvm/DebugInfo/CodeView/TypeSerializer.h | 1 +
include/llvm/Object/MachO.h | 6 +++
lib/Object/MachOObjectFile.cpp | 39 ++++++++++++++-----
.../X86/Inputs/kextbundle.macho-x86_64} | Bin 4208 -> 4152 bytes
.../X86/macho-disassembly-kextbundle.test | 9 +++++
tools/llvm-objdump/MachODump.cpp | 42 +++++++++++++++++++--
7 files changed, 85 insertions(+), 13 deletions(-)
copy test/{Object/Inputs/macho-no-exports.dylib => tools/llvm-objdump/X86/Inputs/k [...]
create mode 100644 test/tools/llvm-objdump/X86/macho-disassembly-kextbundle.test
--
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 74e9cdba4 [ELF] Add an apostrophe after a file name when reporting disc [...]
new 8fbdd7a97 Keep the original symbol name when renamed.
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:
ELF/Config.h | 2 +-
ELF/SymbolTable.cpp | 24 +++++++++++++-----------
ELF/Symbols.h | 1 +
test/ELF/defsym.s | 2 +-
test/ELF/lto/wrap-2.ll | 2 +-
test/ELF/wrap.s | 8 ++++++++
6 files changed, 25 insertions(+), 14 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 9fc13e64afe runtime: make NumGoroutine wait for system goroutines t [...]
new a5daa5971c2 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range [...]
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/config/aarch64/aarch64.c | 18 +++++++++++++-----
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.c-torture/compile/stack-check-1.c | 2 ++
4 files changed, 24 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/stack-check-1.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 9066575ebea [AMDGPU] Add intrinsics for tbuffer load and store - build [...]
new 6f1c76b0b9f Add a common error checking for some invalid expressions.
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/MC/ELFObjectWriter.cpp | 3 ---
lib/MC/MCAssembler.cpp | 17 +++++++++++++----
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp | 3 +--
test/MC/AArch64/label-arithmetic-diags-darwin.s | 4 ++--
test/MC/ELF/bad-expr.s | 6 +++++-
test/MC/X86/macho-reloc-errors-x86_64.s | 2 +-
6 files changed, 22 insertions(+), 13 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 ea114fd5191 [x86] add tests for select --> sbb transform; NFC
new 9066575ebea [AMDGPU] Add intrinsics for tbuffer load and store - 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:
lib/Target/AMDGPU/SIISelLowering.cpp | 3 +--
1 file changed, 1 insertion(+), 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 dad6e61ce7f [AMDGPU] Add intrinsics for tbuffer load and store
new ea114fd5191 [x86] add tests for select --> sbb transform; 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/CodeGen/X86/sbb.ll | 62 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
create mode 100644 test/CodeGen/X86/sbb.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 ac0f61a33a [index] Add the "SpecializationOf" relation to the forward d [...]
new 0900716ae2 [Sema] Add -Wunguarded-availability-new
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/DiagnosticGroups.td | 4 +-
include/clang/Basic/DiagnosticSemaKinds.td | 10 ++
lib/Sema/SemaDeclAttr.cpp | 60 ++++++++++-
test/SemaObjC/unguarded-availability-new.m | 160 +++++++++++++++++++++++++++++
4 files changed, 228 insertions(+), 6 deletions(-)
create mode 100644 test/SemaObjC/unguarded-availability-new.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.