This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from be29b10 [DAG] fold negation of sign-bit
new bbe3a73 For llvm-objdump for Mach-O files add printing of the ARM_THR [...]
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:
.../ARM}/Inputs/thumb.armv7m | Bin
.../llvm-objdump/ARM/macho-private-headers.test | 13 ++++
tools/llvm-objdump/MachODump.cpp | 71 ++++++++++++++++++++-
3 files changed, 82 insertions(+), 2 deletions(-)
copy test/tools/{dsymutil => llvm-objdump/ARM}/Inputs/thumb.armv7m (100%)
--
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 f925bfd I hadn't fixed all the instances of the old marker for script [...]
new 91ccadf Add the new stdcpp formatters to the Xcode project.
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:
lldb.xcodeproj/project.pbxproj | 12 ++++++++++++
1 file changed, 12 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 ibm/2.24/master
in repository glibc.
from 2403310 Merge branch release/2.24/master into ibm/2.24/master
new 0271fac powerpc: Add a POWER8 implementation for GET|SET_FLOAT_WORD
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 | 5 +++
.../powerpc/powerpc64/power8/fpu/math_private.h | 49 ++++++++++++++++++++++
2 files changed, 54 insertions(+)
create mode 100644 sysdeps/powerpc/powerpc64/power8/fpu/math_private.h
--
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 ab303d1 Fix incorrect header order introduced in rL284830
new f925bfd I hadn't fixed all the instances of the old marker for script [...]
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:
www/formats.html | 6 +++---
1 file changed, 3 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 binutils-gdb.
from d11261f Fix symbol table file name on AIX
new ac42376 Fix PR 17704.
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:
gold/ChangeLog | 12 +++
gold/icf.cc | 55 ++++++++--
gold/testsuite/Makefile.am | 6 ++
gold/testsuite/Makefile.in | 240 +++++++++++++++++++++++------------------
gold/testsuite/pr17704a_test.s | 23 ++++
5 files changed, 219 insertions(+), 117 deletions(-)
create mode 100644 gold/testsuite/pr17704a_test.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 gcc.
from 0fe7652 Really add the test this time...
new 268e627 2016-10-21 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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:
libgfortran/ChangeLog | 6 ++++++
libgfortran/io/io.h | 1 +
2 files 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 lld.
from 0931c08 [ELF] Add sh_link field to .ARM.exidx sections for relocatable links
new 0db14cd Use FileCheck's -strict-whitespace option instead of sed.
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/ELF/linkerscript/diagnostic.s | 17 ++++++++---------
1 file changed, 8 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 7ff284e [x86] add tests for potential negation folds
new be29b10 [DAG] fold negation of sign-bit
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/SelectionDAG/DAGCombiner.cpp | 38 +++++++++++++++++++++++---------
test/CodeGen/X86/negate.ll | 17 ++++----------
2 files changed, 31 insertions(+), 24 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 0ee6ade Improve stack adjustment by reusing a temporary move immediat [...]
new 0fe7652 Really add the test this time...
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 | 4 ++++
gcc/testsuite/gcc.target/aarch64/test_frame_17.c | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/test_frame_17.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 clang.
from 343e230 Remove unnecessary x86 backend requirements from OpenMP tests
new 0f552af Removed unused function argument. 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:
include/clang/Sema/Sema.h | 2 +-
lib/Sema/SemaCUDA.cpp | 2 +-
lib/Sema/SemaDecl.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.