This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from ac187dc Always indirect branch to __libc_start_main via GOT
new 59e53a7 Fix ldbl-128 expm1l (sNaN) (bug 20232).
new f8fc4b4 Fix ldbl-128ibm expm1l (sNaN) (bug 20233).
new b7519f6 Fix ldbl-128ibm log1pl (sNaN) (bug 20234).
The 3 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 | 14 ++++++++++++++
sysdeps/ieee754/ldbl-128/s_expm1l.c | 4 ++--
sysdeps/ieee754/ldbl-128ibm/s_expm1l.c | 4 ++--
sysdeps/ieee754/ldbl-128ibm/s_log1pl.c | 2 +-
4 files changed, 19 insertions(+), 5 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 406c47f SelectionDAG: Implement expansion of {S,U}MIN/MAX in integer [...]
new c4c43ea Improve r272262, check that __stack_chk_guard is used.
new a72ade5 Also fix a typo. Need more coffee today.
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:
test/CodeGen/X86/stackguard-internal.ll | 2 ++
1 file changed, 2 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 23b101c PR c/70883 - inconsistent error message for calls to __builti [...]
new 62dbaec config-list.mk: add GCC_SRC_DIR
new 96dc659 config-list.mk: add OPT-enable-obsolete to 4 targets
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 | 11 +++++++++++
contrib/config-list.mk | 43 ++++++++++++++++++++++++++++++++-----------
2 files changed, 43 insertions(+), 11 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.
Peter Smith pushed a change to branch linaro-local/InitialThumbSupport
in repository toolchain/llvm/lld.
discards 63fe4f4 Add support for the static Thumb relocations that are present [...]
adds c6d0c56 [ELF] - Removed excessive variable. NFC.
adds 9e618cd Fix global version handling.
new 97dad0e Add support for the static Thumb relocations that are present [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (63fe4f4)
\
N -- N -- N refs/heads/linaro-local/InitialThumbSupport (97dad0e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/InputFiles.cpp | 8 ++--
ELF/Relocations.cpp | 3 +-
test/ELF/arm-thumb-plt-reloc.s | 101 +++++++++++++++++++++++++++++++++++++++++
test/ELF/version-use.s | 2 +-
4 files changed, 108 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/arm-thumb-plt-reloc.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 lldb.
from a0d9e76 Add a test for the failure described by pr28055. Mark it as xfail.
new be58925 Since our expression parser needs to locate areas of memory t [...]
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/RangeMap.h | 22 +++-
include/lldb/Core/Section.h | 23 +++-
include/lldb/Target/MemoryRegionInfo.h | 31 ++++-
source/Commands/CommandObjectMemory.cpp | 122 ++++++++++++++++--
source/Core/Section.cpp | 143 ++++++++++++---------
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 4 +
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 8 +-
source/Plugins/Process/elf-core/ProcessElfCore.cpp | 54 +++++++-
source/Plugins/Process/elf-core/ProcessElfCore.h | 7 +
.../Plugins/Process/mach-core/ProcessMachCore.cpp | 56 ++++++--
source/Plugins/Process/mach-core/ProcessMachCore.h | 7 +-
11 files changed, 385 insertions(+), 92 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 2ee75e8 MIPS: Stay within 79 columns in `mips_output_jump'
new 23b101c PR c/70883 - inconsistent error message for calls to __builti [...]
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/c-family/ChangeLog | 6 +++++
gcc/c-family/c-common.c | 2 +-
gcc/testsuite/ChangeLog | 8 +++++++
.../c-c++-common/builtin-arith-overflow-1.c | 14 ++++++------
gcc/testsuite/gcc.dg/builtin-constant_p-1.c | 4 ++--
gcc/testsuite/gcc.dg/builtins-error.c | 26 +++++++++++-----------
gcc/testsuite/gcc.dg/pr70859.c | 10 ++++-----
7 files changed, 42 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 clang.
from 023670a Replace an ambiguous "it"
new 4aeabe6 CIndex: add support for static_assert
new 8b33386 Make sizeof and alignof a CXCursor_UnaryExpr
new e88ae9a [CMake] Fix an issue building out-of-tree introduced in r272200
The 3 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:
CMakeLists.txt | 2 ++
include/clang-c/Index.h | 8 ++++++--
lib/Sema/SemaCodeComplete.cpp | 1 +
test/Index/annotate-tokens.c | 6 +++---
tools/libclang/CIndex.cpp | 10 ++++++++++
tools/libclang/CXCursor.cpp | 2 +-
tools/libclang/CursorVisitor.h | 1 +
7 files changed, 24 insertions(+), 6 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 5fe52b9 PDB/Raw/Hash.h: try to fix VS2013 build
new 406c47f SelectionDAG: Implement expansion of {S,U}MIN/MAX in integer [...]
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/LegalizeIntegerTypes.cpp | 53 ++++++
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 2 +
test/CodeGen/AMDGPU/max.ll | 169 +++++++++++++------
test/CodeGen/AMDGPU/min.ll | 197 ++++++++++++++++------
test/CodeGen/AMDGPU/sminmax.ll | 21 +++
5 files changed, 341 insertions(+), 101 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 1857fe7 Print symbol names in comments for LDS/STS disassembly.
new 5c41dbc Fix PR 20221 - adjust syms and relocs only if relax shrunk section.
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/elf32-avr.c | 21 ++++++++++++++++++---
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-avr/avr-prop-5.d | 10 ++++++++++
ld/testsuite/ld-avr/{avr-prop-1.s => avr-prop-5.s} | 4 ++--
5 files changed, 43 insertions(+), 5 deletions(-)
create mode 100644 ld/testsuite/ld-avr/avr-prop-5.d
copy ld/testsuite/ld-avr/{avr-prop-1.s => avr-prop-5.s} (70%)
--
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 svn-tags/RELEASE_381
in repository openmp.
at 35a11e4 Creating release candidate rc1 from release_381 branch
This branch includes the following new commits:
new b4517dd Creating release directory for release_381.
new 35a11e4 Creating release candidate rc1 from release_381 branch
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.