This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from b1f63ce Fix typos in comments and debug output in select_stuff::wait
new a6a7398 Declare crypt, encrypt, and setkey per Posix
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:
newlib/libc/include/stdlib.h | 3 +++
newlib/libc/include/sys/unistd.h | 6 ++++++
2 files changed, 9 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.
Peter Smith pushed a change to branch linaro-local/InitialThumbSupport
in repository toolchain/llvm/lld.
discards 88e473e Add support for the static Thumb relocations that are present [...]
adds 6efebfd Use StringSwitch. NFC.
adds e4a2058 Merge duplicate code. NFC.
adds 38d02c0 Define a helper function to get a relocation name. NFC.
adds 2b98bfe Remove break after return.
adds a3c48da [ELF] - Tweak verneed.s test to use new llvm-readobj functionality
adds 4e0d89d [ELF] - Replaced hardcode with named constants. NFC.
adds 6587f0e [ELF] - Replaced one more hardcode with named constant. NFC.
adds 0304735 [ELF] Simplify shouldMerge() result calculation. NFC.
adds 87a79b8 [ELF] Replace getELFRelocationTypeName() calls with getRelNam [...]
adds baf0f32 [ELF] - Fixed mistype in comment. NFC.
adds c94a924 [ELF] - Removed includeInGnuHashTable() function. NFC.
adds ee2a7b3 Move a function declaration to a header.
adds db56bd6 Handle gd tls relocs pointing to local symbols.
adds 1950276 Update to match LLVM r272232.
new 63fe4f4 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 (88e473e)
\
N -- N -- N refs/heads/linaro-local/InitialThumbSupport (63fe4f4)
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/Driver.cpp | 49 +++++-----
ELF/InputFiles.cpp | 8 +-
ELF/OutputSections.cpp | 15 +--
ELF/Relocations.cpp | 28 +++---
ELF/Target.cpp | 90 +++++++++++-------
ELF/Target.h | 1 +
test/ELF/Inputs/arm-thumb-blx-targets.s | 20 ++++
test/ELF/Inputs/far-arm-thumb-abs.s | 24 +++++
test/ELF/arm-blx.s | 87 +++++++++++++++++
test/ELF/arm-thumb-blx.s | 63 +++++++++++++
...arm-branch-error.s => arm-thumb-branch-error.s} | 12 +--
test/ELF/verneed.s | 103 ++++++++++++++++-----
test/ELF/x86-64-tls-gd-local.s | 52 +++++++++++
tools/lld/lld.cpp | 2 +-
14 files changed, 431 insertions(+), 123 deletions(-)
create mode 100644 test/ELF/Inputs/arm-thumb-blx-targets.s
create mode 100644 test/ELF/Inputs/far-arm-thumb-abs.s
create mode 100644 test/ELF/arm-blx.s
create mode 100644 test/ELF/arm-thumb-blx.s
copy test/ELF/{arm-branch-error.s => arm-thumb-branch-error.s} (50%)
create mode 100644 test/ELF/x86-64-tls-gd-local.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 188d6bb 2016-06-09 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@a [...]
new 2ee75e8 MIPS: Stay within 79 columns in `mips_output_jump'
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 | 4 ++++
gcc/config/mips/mips.c | 5 +++--
2 files changed, 7 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 221d208 [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC in [...]
new cb6cf5b [CodeGen] Change getSDagStackGuard to get an internal sym.
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/TargetLoweringBase.cpp | 2 +-
test/CodeGen/Generic/stackguard-internal.ll | 13 +++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Generic/stackguard-internal.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 gcc.
from ff8886b /cp 2016-06-09 Paolo Carlini <paolo.carlini(a)oracle.com>
new 188d6bb 2016-06-09 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@a [...]
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 | 11 +++++++++++
gcc/testsuite/gcc.c-torture/execute/bswap-2.c | 2 ++
gcc/testsuite/gcc.dg/stack-usage-1.c | 6 +++++-
gcc/testsuite/gcc.dg/torture/pr68067-1.c | 1 +
gcc/testsuite/gcc.dg/torture/pr68067-2.c | 1 +
5 files changed, 20 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 hsa
in repository gcc.
from cd34a92 New HSA builtins needed for tiling
new 60f4af2 OMP lowering/expansion changes to gridify tiled loops
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.hsa | 44 ++
gcc/gimple.h | 21 +
gcc/omp-low.c | 1057 ++++++++++++++++++++-------
gcc/testsuite/ChangeLog.hsa | 4 +
gcc/testsuite/c-c++-common/gomp/gridify-2.c | 66 ++
gcc/testsuite/c-c++-common/gomp/gridify-3.c | 68 ++
libgomp/ChangeLog.hsa | 5 +
libgomp/testsuite/libgomp.hsa.c/tiling-1.c | 212 ++++++
libgomp/testsuite/libgomp.hsa.c/tiling-2.c | 258 +++++++
9 files changed, 1487 insertions(+), 248 deletions(-)
create mode 100644 gcc/testsuite/ChangeLog.hsa
create mode 100644 gcc/testsuite/c-c++-common/gomp/gridify-2.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/gridify-3.c
create mode 100644 libgomp/testsuite/libgomp.hsa.c/tiling-1.c
create mode 100644 libgomp/testsuite/libgomp.hsa.c/tiling-2.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-tools-extra.
from 2a25dcd Update to match LLVM r272232.
new 8fcd861 [include-fixer] do not index friend function declaration.
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-fixer/find-all-symbols/FindAllSymbols.cpp | 11 ++++++++---
.../find-all-symbols/FindAllSymbolsTests.cpp | 21 +++++++++++++++++++++
2 files changed, 29 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 hsa
in repository gcc.
from dcf7cad Fix issue with an undefined builtin
new eb1738e Allow putting local variables into group and global segments
new 910e7f1 Make emit_insn_operands handle zero operands
new 690c72f Reorganize HSA branches representation
new cd34a92 New HSA builtins needed for tiling
The 4 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.hsa | 38 ++++++++++++++++++++++
gcc/hsa-brig.c | 48 +++++++++++++++++++--------
gcc/hsa-builtins.def | 4 +++
gcc/hsa-dump.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++--
gcc/hsa-gen.c | 92 ++++++++++++++++++++++++++++++++++++++++------------
gcc/hsa.c | 6 ++--
gcc/hsa.h | 49 +++++++++++++++++++++++-----
7 files changed, 281 insertions(+), 48 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 hsa
in repository gcc.
from 3be0f30 Merged trunk revision 237133 into the hsa branch
new dcf7cad Fix issue with an undefined builtin
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.hsa | 4 ++++
gcc/builtins.def | 4 ----
2 files changed, 4 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 clang.
from 1f6336d clang/test/CodeGenCXX/debug-info-method.cpp: Tweak for thisca [...]
new 023670a Replace an ambiguous "it"
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:
docs/ReleaseNotes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.