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 8e2f54bcee Add bfd_get_file_size to get archive element size
new 37cd38778d [ARC] Remove duplicate ARC600 entry
new 64984c22f7 [ARC] Implement compatible function for ARC BFD architectures
new 940171d086 [ARC] Add arc-cpu.def with processor definitions
new 10045478d9 [ARC] Allow CPU to be enforced via disassemble_info options
new 8c65b54f18 Fix calculation of R_ARM_RHM_ALU_PREL_11_0 relocation when u [...]
The 5 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 | 14 +++++
bfd/cpu-arc.c | 60 ++++++++++++++++++---
bfd/elf32-arm.c | 4 +-
binutils/ChangeLog | 4 ++
binutils/doc/binutils.texi | 8 +++
gas/ChangeLog | 4 ++
gas/config/tc-arc.c | 29 ++--------
include/ChangeLog | 4 ++
include/elf/arc-cpu.def | 49 +++++++++++++++++
opcodes/ChangeLog | 9 ++++
opcodes/arc-dis.c | 131 ++++++++++++++++++++++++++++++++++++---------
11 files changed, 255 insertions(+), 61 deletions(-)
create mode 100644 include/elf/arc-cpu.def
--
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 d397538e04 [ARM] Update long-test after r304201.
new ec2430ea27 Fix issue with test that caused bildbot failure
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/CodeGen/union-align.c | 4 ++--
test/CodeGenOpenCL/bool_cast.cl | 2 +-
2 files 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 08c3f6d234 btrace: Store function segments as objects.
new 8e2f54bcee Add bfd_get_file_size to get archive element size
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/bfd-in2.h | 2 +
bfd/bfdio.c | 23 ++++
binutils/ChangeLog | 13 ++
binutils/objdump.c | 2 +-
binutils/testsuite/binutils-all/objdump.exp | 178 +++++++++++++++++++---------
6 files changed, 170 insertions(+), 54 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 78d07aaf92e 2017-05-30 Olivier Hainque <hainque(a)adacore.com>
new 119a8852afc 2017-05-30 Richard Biener <rguenther(a)suse.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 | 15 +++++++++++++++
gcc/tree-parloops.c | 4 ++--
gcc/tree-vect-loop.c | 46 +++++++++++++++++++++++++---------------------
gcc/tree-vectorizer.h | 11 ++++++++++-
4 files changed, 52 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 llvm.
from e840b9f2442 [SCEV][NFC] Remove redundant params from isAvailableAtLoopEntry
new a31800bb047 This patch closes PR28513: an optimization of multiplicatio [...]
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 | 80 +-
test/CodeGen/X86/mul-constant-i16.ll | 141 ++-
test/CodeGen/X86/mul-constant-i32.ll | 1589 +++++++++++++++++++++++++++++----
test/CodeGen/X86/mul-constant-i64.ll | 1612 ++++++++++++++++++++++++++++++----
4 files changed, 3061 insertions(+), 361 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 0289cea07c Allow for unfinished #if blocks in preambles
new d397538e04 [ARM] Update long-test after r304201.
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/CodeGen/arm_neon_intrinsics.c | 1236 ++++++++++++++++++------------------
1 file changed, 618 insertions(+), 618 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 f613235fb14 PR libgomp/80822 * config/linux/affinity.c (gomp_affinity [...]
new 78d07aaf92e 2017-05-30 Olivier Hainque <hainque(a)adacore.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:
libgcc/ChangeLog | 5 +++++
libgcc/config/t-vxworks | 2 +-
2 files changed, 6 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 master
in repository gcc.
from d1af79c68d6 2017-05-30 Richard Biener <rguenther(a)suse.de>
new f613235fb14 PR libgomp/80822 * config/linux/affinity.c (gomp_affinity [...]
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:
libgomp/ChangeLog | 8 ++
libgomp/config/linux/affinity.c | 173 +++++++++++++++++++++-------------------
2 files changed, 98 insertions(+), 83 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 bccb6a479f [PPC] Make altivec conversion function macros.
new 0289cea07c Allow for unfinished #if blocks in preambles
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/Lex/Preprocessor.h | 64 +++++++++++++++++++++++++++++++
include/clang/Lex/PreprocessorLexer.h | 6 +++
include/clang/Lex/PreprocessorOptions.h | 10 ++++-
include/clang/Serialization/ASTBitCodes.h | 3 ++
lib/Frontend/ASTUnit.cpp | 1 +
lib/Lex/Lexer.cpp | 39 ++++++-------------
lib/Lex/PPLexerChange.cpp | 6 +++
lib/Lex/Preprocessor.cpp | 9 +++++
lib/Serialization/ASTReader.cpp | 15 ++++++++
lib/Serialization/ASTWriter.cpp | 13 +++++++
test/Lexer/preamble.c | 11 +++---
test/Lexer/preamble2.c | 19 +++++++++
12 files changed, 161 insertions(+), 35 deletions(-)
create mode 100644 test/Lexer/preamble2.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 lld.
from 84c994681 [ELF] - Fix comment. NFC.
new 3710f10de [ELF] Add .ARM.exidx sentinel section to an OutputSectionDescription
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/Writer.cpp | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.