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 0a0640e Fix debug output in record_full_open_1
new ee881e5 [ARC] Fix disassembler option.
new abe7c33 [ARC] Add checking for LP_COUNT reg usage, improve error reporting.
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:
binutils/ChangeLog | 5 +
binutils/testsuite/binutils-all/arc/objdump.exp | 2 +-
gas/ChangeLog | 9 +
gas/config/tc-arc.c | 35 +-
gas/testsuite/gas/arc/add_s-err.s | 2 +-
gas/testsuite/gas/arc/lpcount-err.s | 9 +
include/ChangeLog | 5 +
include/opcode/arc.h | 5 +
opcodes/ChangeLog | 54 +
opcodes/arc-dis.c | 99 +-
opcodes/arc-opc.c | 83 +-
opcodes/arc-tbl.h | 4472 +++++++++++------------
12 files changed, 2444 insertions(+), 2336 deletions(-)
create mode 100644 gas/testsuite/gas/arc/lpcount-err.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 clang.
from bcf3461 Correct comment: we are creating a canonicla decltypetype.
new b249b64 Removed DEBUG_TYPE from TokenAnalyzer.h
new 375cbe6 [OpenCL] Prohibit using reserve_id_t in program scope.
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:
include/clang/Basic/DiagnosticSemaKinds.td | 4 +-
lib/Format/TokenAnalyzer.h | 2 -
lib/Sema/SemaDecl.cpp | 105 +++++++++++++++-------------
test/SemaOpenCL/event_t.cl | 2 +-
test/SemaOpenCL/invalid-clk-events-cl2.0.cl | 3 +
test/SemaOpenCL/invalid-pipes-cl2.0.cl | 8 +++
6 files changed, 69 insertions(+), 55 deletions(-)
create mode 100644 test/SemaOpenCL/invalid-clk-events-cl2.0.cl
--
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 eba5d05 [ELF] - Implemented -N (-omagic) command line option.
new 7a02b7f [ELF][MIPS] Fix calculation of GOT "page address" entries number
new f646ae3 [ELF][MIPS] Replace the magic number of GOT header entries by [...]
new 3de9f33 [ELF][MIPS] Do not change MipsGotSection state in the getPage [...]
new c1d5c71 [ELF][MIPS] Restore Config->Threads for MIPS targets
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:
ELF/Driver.cpp | 6 ---
ELF/InputSection.cpp | 2 +-
ELF/SyntheticSections.cpp | 88 +++++++++++++++++++++++--------------------
ELF/SyntheticSections.h | 13 ++++---
test/ELF/mips-64-got.s | 17 ++++++---
test/ELF/mips-got-page.s | 40 ++++++++++++++++++++
test/ELF/mips-got-redundant.s | 6 +++
test/ELF/mips-got16.s | 40 +++++++++++++-------
test/ELF/mips-xgot-order.s | 17 +++++----
9 files changed, 148 insertions(+), 81 deletions(-)
create mode 100644 test/ELF/mips-got-page.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 clang.
from f34c48f clang-format: [JS] Properly format dict literals that skip labels.
new bcf3461 Correct comment: we are creating a canonicla decltypetype.
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/AST/ASTContext.cpp | 2 +-
1 file changed, 1 insertion(+), 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 glibc.
from f11e220 Refactor FP_FAST_* into bits/fp-fast.h.
new 76388b2 powerpc: Remove unintended __longjmp symbol from ABI
new b365289 powerpc: Add hidden definition for __sigsetjmp
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:
ChangeLog | 15 +++++++++++++++
sysdeps/powerpc/powerpc32/fpu/__longjmp.S | 4 +---
sysdeps/powerpc/powerpc32/fpu/setjmp.S | 1 +
sysdeps/powerpc/powerpc32/setjmp.S | 1 +
sysdeps/powerpc/powerpc64/setjmp-common.S | 11 +++++++++++
.../unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist | 1 -
6 files changed, 29 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 lldb.
from f6ab3ee Fix a typo.
new 40ecd4d Remove ConnectionSharedMemory
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/ConnectionSharedMemory.h | 61 ------------
lldb.xcodeproj/project.pbxproj | 6 --
source/Core/CMakeLists.txt | 1 -
source/Core/ConnectionSharedMemory.cpp | 146 -----------------------------
4 files changed, 214 deletions(-)
delete mode 100644 include/lldb/Core/ConnectionSharedMemory.h
delete mode 100644 source/Core/ConnectionSharedMemory.cpp
--
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 9ee0283 clang-format: Fix unnnecessary line break.
new b6911af clang-format: Wrap complex binary expressions on the RHS of a comma.
new f34c48f clang-format: [JS] Properly format dict literals that skip labels.
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:
lib/Format/ContinuationIndenter.cpp | 2 +-
lib/Format/TokenAnnotator.cpp | 3 +++
unittests/Format/FormatTest.cpp | 54 ++++++++++++++++++++-----------------
unittests/Format/FormatTestJS.cpp | 7 +++++
4 files changed, 40 insertions(+), 26 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 lld.
from 29a478d [ELF] Refactor target error messages
new eba5d05 [ELF] - Implemented -N (-omagic) command line option.
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/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/Options.td | 4 ++++
ELF/Writer.cpp | 2 ++
test/ELF/segments.s | 20 ++++++++++++++++++++
5 files changed, 28 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 lldb.
from 6bc92b0 Remove ConnectionMachPort
new f6ab3ee Fix a typo.
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:
source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp | 2 +-
1 file changed, 1 insertion(+), 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 release_39
in repository clang.
from 0046e3c Merging r287999:
new 1fff61c Merging r281975:
new 8b07a7c Merging r284620:
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:
include/clang/Basic/DiagnosticSemaKinds.td | 2 +
include/clang/Sema/Sema.h | 2 +
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/msa.h | 583 ++++++++++++
lib/Sema/SemaChecking.cpp | 198 +++-
test/CodeGen/builtins-mips-msa-error.c | 421 +++++++++
test/CodeGen/builtins-mips-msa.c | 1409 ++++++++++++++--------------
7 files changed, 1904 insertions(+), 712 deletions(-)
create mode 100644 lib/Headers/msa.h
create mode 100644 test/CodeGen/builtins-mips-msa-error.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.