This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1817431e5ae Add .type and .size directives to riscv libgcc functions.
new c01b410c541 2017-12-09 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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 | 7 +++++++
gcc/fortran/arith.c | 12 ++++++++++++
gcc/fortran/arith.h | 1 +
gcc/fortran/simplify.c | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/minval_char_5.f90 | 18 ++++++++++++++++++
6 files changed, 50 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/minval_char_5.f90
--
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 4f045484f29 Revert and accidentally committed revert commit
new c005469c2e5 [X86] When inserting into the upper bits of a vXi1 vector, [...]
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 | 3 ++-
test/CodeGen/X86/avx512-skx-insert-subvec.ll | 8 ++++----
2 files changed, 6 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 llvm.
from 2d9d3063150 [AVR] Fix two CodeGen tests
new 4f045484f29 Revert and accidentally committed revert commit
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/BinaryFormat/ELFRelocs/AVR.def | 5 +-
include/llvm/MC/MCExpr.h | 8 ++
lib/MC/MCExpr.cpp | 10 +++
lib/Target/AVR/AsmParser/AVRAsmParser.cpp | 92 ++++++++++++++++++++--
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp | 5 +-
lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp | 45 +++++++++--
lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h | 7 +-
lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp | 51 ++++++++++++
lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h | 54 +++++++++++++
lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp | 26 ++++++
lib/Target/AVR/MCTargetDesc/AVRMCExpr.h | 6 +-
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp | 8 +-
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h | 2 +
lib/Target/AVR/MCTargetDesc/CMakeLists.txt | 1 +
test/MC/AVR/relocations.s | 61 ++++++++++++++
15 files changed, 357 insertions(+), 24 deletions(-)
create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp
create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h
--
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 ae8f4e85a8e [X86] Improve lowering of concats of mask vectors to better [...]
new b45d5a85238 Revert "[AVR] Override ParseDirective"
new 2d9d3063150 [AVR] Fix two CodeGen tests
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/llvm/BinaryFormat/ELFRelocs/AVR.def | 5 +-
include/llvm/MC/MCExpr.h | 8 --
lib/MC/MCExpr.cpp | 10 ---
lib/Target/AVR/AsmParser/AVRAsmParser.cpp | 92 ++--------------------
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp | 5 +-
lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp | 45 ++---------
lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h | 7 +-
lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp | 51 ------------
lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h | 54 -------------
lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp | 26 ------
lib/Target/AVR/MCTargetDesc/AVRMCExpr.h | 6 +-
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp | 8 +-
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h | 2 -
lib/Target/AVR/MCTargetDesc/CMakeLists.txt | 1 -
test/CodeGen/AVR/return.ll | 10 +--
.../AVR/select-must-add-unconditional-jump.ll | 4 +-
test/MC/AVR/relocations.s | 61 --------------
17 files changed, 31 insertions(+), 364 deletions(-)
delete mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp
delete mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h
--
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 68063cffdf9 Relax unaligned access assertion when type is byte aligned
new ae8f4e85a8e [X86] Improve lowering of concats of mask vectors to better [...]
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 | 103 ++++++++++--------------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 64 +++++++--------
test/CodeGen/X86/pr34605.ll | 6 +-
3 files changed, 77 insertions(+), 96 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 ce39caef81e [MachineOutliner] Outline calls
new 68063cffdf9 Relax unaligned access assertion when type is byte aligned
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/CodeGen/TargetLowering.h | 13 ++++++++++++-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 3 ++-
lib/CodeGen/TargetLoweringBase.cpp | 1 +
lib/Target/AVR/AVRISelLowering.cpp | 1 +
test/CodeGen/AVR/unaligned-atomic-loads.ll | 19 +++++++++++++++++++
5 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AVR/unaligned-atomic-loads.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 lldb.
from 95b94f47d Change the ordering that we search for kexts and kernels on t [...]
new ebd653fe3 Change uses of strncpy in debugserver to strlcpy for better safety.
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:
tools/debugserver/source/DNB.cpp | 6 +++---
tools/debugserver/source/DNBRegisterInfo.cpp | 4 ++--
tools/debugserver/source/MacOSX/MachThread.cpp | 10 +++++-----
tools/debugserver/source/RNBRemote.cpp | 4 ++--
tools/debugserver/source/debugserver.cpp | 6 +++---
5 files changed, 15 insertions(+), 15 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 b50ada2be Update PlatformDarwin::GetDeveloperDir to handle the two most [...]
new 95b94f47d Change the ordering that we search for kexts and kernels on t [...]
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:
.../Platform/MacOSX/PlatformDarwinKernel.cpp | 29 ++++++++++++++++------
1 file changed, 22 insertions(+), 7 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 03836e919 [MachException] Avoid alignment UB, NFC
new b50ada2be Update PlatformDarwin::GetDeveloperDir to handle the two most [...]
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/Platform/MacOSX/PlatformDarwin.cpp | 21 +++++++++++++--------
1 file changed, 13 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 fd6338b981 Fix Driver/darwin-version.c test
new 6f13dd18c3 Revert r320230 to fix buildbots.
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/AST/Decl.h | 14 +-
include/clang/AST/ODRHash.h | 4 -
.../clang/Basic/DiagnosticSerializationKinds.td | 23 --
include/clang/Serialization/ASTReader.h | 4 -
lib/AST/Decl.cpp | 20 --
lib/AST/ODRHash.cpp | 30 ---
lib/Serialization/ASTReader.cpp | 244 +++------------------
lib/Serialization/ASTReaderDecl.cpp | 3 -
lib/Serialization/ASTWriterDecl.cpp | 3 -
test/Modules/odr_hash.cpp | 160 +-------------
10 files changed, 49 insertions(+), 456 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.