This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 455d6e4 hurd: fix fcntl visibility
new a292f45 Add <limits.h> integer width macros.
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 | 20 +++++++++++++
NEWS | 4 +++
include/limits.h | 51 +++++++++++++++++++++++++++++++-
manual/lang.texi | 50 +++++++++++++++++++++++++++++++
stdlib/Makefile | 2 +-
stdlib/tst-width.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 212 insertions(+), 2 deletions(-)
create mode 100644 stdlib/tst-width.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 binutils-gdb.
from 2387dd9 nm handling of synthetic symbols
new b19753c bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC
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-sparc.c | 16 ++++++++--------
2 files changed, 14 insertions(+), 8 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 40a68ac Recommit r281457 "Supports adding insertion around non-insert [...]
new bd7adaf Reverting r281714 due to causing an assert when calling built [...]
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/Sema/SemaExpr.cpp | 22 +++-------------------
lib/Sema/SemaType.cpp | 3 +--
test/CodeGenOpenCL/fpmath.cl | 13 -------------
test/SemaOpenCL/extensions.cl | 11 +----------
4 files changed, 5 insertions(+), 44 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 c6887d3 Fix zero-length parameter bug in pex_run.
new 891196d 2016-09-19 Fritz Reese <fritzoreese(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:
gcc/fortran/ChangeLog | 6 +++++
gcc/fortran/decl.c | 65 ++++++++++++++++++++++++++-----------------------
gcc/testsuite/ChangeLog | 5 ++++
3 files changed, 46 insertions(+), 30 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 21fcdfd [AMDGPU] Fix s_branch with -1 offset
new 1494db6 [AArch64] Fix encoding for lsl #12 in add/sub immediates
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/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp | 4 ++--
test/MC/AArch64/darwin-reloc-addsubimm.s | 12 ++++++++++++
test/MC/AArch64/elf-reloc-addsubimm.s | 15 +++++++++------
test/MC/AArch64/tls-relocs.s | 8 ++++----
4 files changed, 27 insertions(+), 12 deletions(-)
create mode 100644 test/MC/AArch64/darwin-reloc-addsubimm.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 llvm.
from 383922d Add @llvm.dbg.value entries for the phi node created by -mem2reg
new 21fcdfd [AMDGPU] Fix s_branch with -1 offset
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/MCTargetDesc/AMDGPUAsmBackend.cpp | 7 ++-----
test/MC/AMDGPU/labels-branch.s | 7 +++++++
2 files changed, 9 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 gcc.
from 8ee8fe7 2016-09-16 Richard Biener <rguenther(a)suse.de>
new c6887d3 Fix zero-length parameter bug in pex_run.
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:
libiberty/ChangeLog | 5 +++++
libiberty/pex-win32.c | 4 ++++
libiberty/testsuite/test-pexecute.c | 14 ++++++++++++++
3 files changed, 23 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 llvm.
from 8d46442 [Thumb] Set correct initial mapping symbol for big-endian thumb
new 383922d Add @llvm.dbg.value entries for the phi node created by -mem2reg
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/Transforms/Utils/Local.h | 11 ++++
lib/Transforms/Utils/Local.cpp | 45 ++++++++++++++
lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 2 +
test/Transforms/Util/mem2reg-dbg.ll | 76 ++++++++++++++++++++++++
4 files changed, 134 insertions(+)
create mode 100644 test/Transforms/Util/mem2reg-dbg.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 llvm.
from ab6de7f ARM: check alignment before transforming ldr -> ldm (or similar).
new 8d46442 [Thumb] Set correct initial mapping symbol for big-endian thumb
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/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 3 ++-
test/MC/ARM/mapping-initial.s | 9 +++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 test/MC/ARM/mapping-initial.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 llvm.
from 0173661 [X86 Codegen Test] Divided masked_memop into several files. NFC.
new ab6de7f ARM: check alignment before transforming ldr -> ldm (or similar).
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/ARM/ARMISelDAGToDAG.cpp | 32 ++++++++++++++++++++++++--------
lib/Target/ARM/Thumb2SizeReduction.cpp | 4 ++++
test/CodeGen/ARM/thumb2-size-opt.ll | 13 +++++++++++++
3 files changed, 41 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.