This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from ba7107d * gcc-interface/utils.c (gnat_internal_attribute_table): Add [...]
new ece6ef1 Fix fallout from: [ARM] PR target/70830: Avoid POP-{reglist}^ [...]
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 | 8 ++++++++
gcc/config/arm/arm.c | 6 ++----
2 files changed, 10 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 llvm.
from 5238dbe [KNL] Fix UMULO lowering.
new 683b746 [LAA] Use load and store vectors (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:
lib/Analysis/LoopAccessAnalysis.cpp | 18 +++++++-----------
1 file changed, 7 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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 382ff73 [clang-tidy] modernize-use-auto: don't remove stars by default
new ca07215 [clang-tidy] Do not try to suggest a fix if the parameter is [...]
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:
clang-tidy/readability/AvoidConstParamsInDecls.cpp | 6 ++++++
1 file changed, 6 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 users/palves/detach-gone-thread-wip
in repository binutils-gdb.
at 3eb8f75 fix hang
This branch includes the following new commits:
new e13c362 Fix failure to detach if threads exit while detaching on linux
new 3eb8f75 fix hang
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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8cab059 [mips] The default ABI depends on the CPU not the Arch on MTI [...]
new 1391e6f Give FileCheck a hint on which ld to match. Under Windows, th [...]
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/Driver/netbsd.c | 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 newlib.
from 97349b7 Allow 'make distclean' to clean winsup/cygwin
new 7239bb7 Return at most one line of input in canonical mode
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:
winsup/cygwin/fhandler_tty.cc | 11 +++++------
1 file changed, 5 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.
Peter Smith pushed a change to branch linaro-local/ARMportforupstream
in repository toolchain/llvm/lld.
discards 5cc31da ARM should define _GLOBAL_OFFSET_TABLE_ to base of .got
discards 426599b Initial support for ARM in lld.
adds 7492842 Delete dead code.
adds 6287d68 Stort lines. NFC.
adds 793dada Simplify. NFC.
adds e645e41 Simplify mask computation.
adds 2356470 Start adding tlsdesc support for aarch64.
adds b2b14c1 [LTO] Add --lto-aa-pipeline.
adds 3f33116 Apply clang-tidy's misc-move-constructor-init to lld.
adds 6d976bb Fix implicit plt creation on aarch64.
adds 41561f4 Add missing REQUIRES.
adds 869ed69 Rename adjustRelaxGotExpr.
adds 6996ef8 Rename TlsGdToLeSkip.
adds f7fa63f Use adjustRelaxExpr for tls relaxations too.
adds 812fef1 Implement gd to ie relaxation for aarch64.
adds 627d409 Attempt to fix non-determinism in test.
adds 5c72653 Include version in --reproduce.
adds 3c151fb Move GlobalDynIndex to SymbolBody.
adds 9879ad4 Add a missing REQUIRES.
adds 98c8d97 add missing REQUIRES
adds 232cce9 [ELF] - Assign sh_link field of SHT_GNU_versym section to Dyn [...]
new 0e36a56 Initial support for ARM in lld.
new 8d0eada ARM should define _GLOBAL_OFFSET_TABLE_ to base of .got
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 (5cc31da)
\
N -- N -- N refs/heads/linaro-local/ARMportforupstream (8d0eada)
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 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:
COFF/Chunks.h | 3 +-
ELF/Config.h | 1 +
ELF/Driver.cpp | 13 +--
ELF/InputSection.cpp | 46 ++++------
ELF/LTO.cpp | 7 ++
ELF/Options.td | 2 +
ELF/OutputSections.cpp | 11 ++-
ELF/Relocations.cpp | 47 +++++++---
ELF/Relocations.h | 7 ++
ELF/ScriptParser.h | 3 +-
ELF/Symbols.h | 3 +-
ELF/Target.cpp | 163 +++++++++++++++++++++++-----------
ELF/Target.h | 7 +-
ELF/Writer.cpp | 13 +--
lib/ReaderWriter/MachO/LayoutPass.cpp | 3 +-
test/ELF/Inputs/aarch64-copy2.s | 5 ++
test/ELF/Inputs/aarch64-tls-gdie.s | 4 +
test/ELF/aarch64-copy2.s | 27 ++++++
test/ELF/aarch64-tls-gdie.s | 34 +++++++
test/ELF/aarch64-tls-ie.s | 1 +
test/ELF/aarch64-tls-static.s | 37 ++++++++
test/ELF/aarch64-tlsdesc.s | 24 +++++
test/ELF/arm-got-relative.s | 5 +-
test/ELF/lto/ltopasses-custom.ll | 3 +-
test/ELF/lto/save-temps.ll | 1 +
test/ELF/reproduce.s | 10 ++-
test/ELF/verneed.s | 20 ++++-
27 files changed, 371 insertions(+), 129 deletions(-)
create mode 100644 test/ELF/Inputs/aarch64-copy2.s
create mode 100644 test/ELF/Inputs/aarch64-tls-gdie.s
create mode 100644 test/ELF/aarch64-copy2.s
create mode 100644 test/ELF/aarch64-tls-gdie.s
create mode 100644 test/ELF/aarch64-tls-static.s
create mode 100644 test/ELF/aarch64-tlsdesc.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 ad53d4d Remove dead function with incredibly broken assert.
new 5238dbe [KNL] Fix UMULO lowering.
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/X86/X86ISelLowering.cpp | 2 +-
test/CodeGen/X86/xaluo.ll | 21 ++++++++++++++++++++-
2 files changed, 21 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 gcc.
from 7e1786b sparc: support for the SPARC M7 and VIS 4.0
new 43ac2f2 gcc/ 2016-06-06 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 19 +++++++++++++++++++
gcc/cfgexpand.c | 31 ++++++++++++++++++++++++++++---
gcc/compare-elim.c | 2 +-
gcc/config/ia64/ia64.c | 1 +
gcc/config/pa/pa.c | 6 +++---
gcc/doc/extend.texi | 6 +++++-
gcc/final.c | 4 ++++
gcc/gimple.c | 4 ++++
gcc/ira.c | 2 +-
gcc/recog.c | 32 +++++++++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr24414.c | 13 +++++++++++++
12 files changed, 111 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr24414.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.