This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7537039010e 2018-09-12 Richard Biener <rguenther(a)suse.de>
new c55843761ee Fix Fortran STOP.
new 4cd947bb413 Fix interleaving of Fortran STOP messages
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:
libgfortran/ChangeLog | 8 ++++++++
libgfortran/runtime/minimal.c | 4 +++-
2 files changed, 11 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 clang-tools-extra.
from 320c6b65 [clang-tidy] Abseil: Add more directories that are slated for [...]
new 9588776f Fix MSVC "not all control paths return a value" warnings. NFCI.
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-doc/MDGenerator.cpp | 2 ++
1 file changed, 2 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 561f37224 Remove another unused mislayered include.
new 917115c96 Move SafeMachO from Utility to Host
new 38ef5fc93 Fix two issues in PDBASTParser
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/lldb/{Utility => Host}/SafeMachO.h | 0
include/lldb/module.modulemap | 1 +
source/Host/common/Symbols.cpp | 2 --
source/Host/macosx/Symbols.cpp | 2 --
source/Host/macosx/objcxx/HostInfoMacOSX.mm | 1 -
.../Darwin-Kernel/DynamicLoaderDarwinKernel.h | 2 +-
.../MacOSX-DYLD/DynamicLoaderDarwin.h | 2 +-
.../DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h | 1 -
.../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 2 +-
.../ObjectContainerUniversalMachO.h | 2 +-
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 2 +-
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 2 +-
source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp | 2 +-
.../GDBRemoteCommunicationServerCommon.cpp | 2 +-
.../Plugins/Process/mach-core/ProcessMachCore.cpp | 2 +-
.../Plugins/Process/mach-core/ThreadMachCore.cpp | 2 --
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 33 +++++++++++-----------
17 files changed, 26 insertions(+), 34 deletions(-)
rename include/lldb/{Utility => Host}/SafeMachO.h (100%)
--
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 76d3c908f50 [DWARF] Refactoring range list dumping to fold DWARF v4 fun [...]
new 6e42e3146cf [AArch64] Implement aarch64_vector_pcs codegen support.
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/AArch64/AArch64CallingConvention.td | 8 +
lib/Target/AArch64/AArch64FrameLowering.cpp | 119 ++++++++----
lib/Target/AArch64/AArch64RegisterInfo.cpp | 6 +-
test/CodeGen/AArch64/aarch64-vector-pcs.mir | 253 +++++++++++++++++++++++++
4 files changed, 345 insertions(+), 41 deletions(-)
create mode 100644 test/CodeGen/AArch64/aarch64-vector-pcs.mir
--
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 18537f76d8d S/390: Use proper rounding mode for DFP to BFD conversions
new 7537039010e 2018-09-12 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 | 6 +++++
gcc/testsuite/ChangeLog | 8 +++++++
gcc/testsuite/gcc.dg/torture/pr87266-1.c | 32 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr87266-2.c | 32 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr87266-3.c | 32 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr87266-4.c | 38 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 12 +++++++++-
7 files changed, 159 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87266-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87266-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87266-3.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87266-4.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 llvm.
from 2bd27f32fe0 [ADT] Made numerous methods of ImmutableList const
new 76d3c908f50 [DWARF] Refactoring range list dumping to fold DWARF v4 fun [...]
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/DebugInfo/DWARF/DWARFContext.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 86 -----------
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 39 ++++-
include/llvm/DebugInfo/DWARF/DWARFListTable.h | 166 +++++++++++++++------
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 7 -
lib/DebugInfo/DWARF/CMakeLists.txt | 1 -
lib/DebugInfo/DWARF/DWARFContext.cpp | 56 +++----
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 96 ------------
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 97 +++++++++---
lib/DebugInfo/DWARF/DWARFDie.cpp | 1 -
lib/DebugInfo/DWARF/DWARFListTable.cpp | 72 ++++++---
lib/DebugInfo/DWARF/DWARFUnit.cpp | 99 ++++++------
test/DebugInfo/Generic/cu-ranges.ll | 24 +--
test/DebugInfo/Inputs/gmlt.ll | 2 +-
test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s | 19 +++
test/DebugInfo/X86/dwarfdump-ranges-unrelocated.s | 11 +-
test/DebugInfo/dwarfdump-ranges.test | 24 ++-
test/MC/ARM/dwarf-asm-multiple-sections.s | 11 +-
tools/dsymutil/DwarfLinker.cpp | 21 +--
tools/dsymutil/DwarfStreamer.cpp | 15 +-
tools/dsymutil/DwarfStreamer.h | 4 +-
21 files changed, 438 insertions(+), 417 deletions(-)
delete mode 100644 include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
delete mode 100644 lib/DebugInfo/DWARF/DWARFDebugRangeList.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 lldb.
from aae632204 Remove unused include that's also a layering violation.
new 561f37224 Remove another unused mislayered include.
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/Target/CPPLanguageRuntime.cpp | 1 -
1 file changed, 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 llvm.
from b2cbb982a6b [CGP] Ensure splitgep gives deterministic output
new 2bd27f32fe0 [ADT] Made numerous methods of ImmutableList const
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/ADT/ImmutableList.h | 7 +++++--
unittests/ADT/ImmutableListTest.cpp | 30 ++++++++++++++++++++++++++++++
2 files changed, 35 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 lldb.
from 1e29eb479 Remove manual byte counting from internal Stream methods.
new aae632204 Remove unused include that's also a layering violation.
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/Target/CPPLanguageRuntime.cpp | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.