This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from bd8abfd Update Go OS Plugin for newer runtimes.
new f7fa71d Update comment in lldb-enumerations.h
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/lldb-enumerations.h | 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 lld.
from dbf4444 This reverts commit r267154 and r267161.
new 6caeee9 GC entries of SHF_MERGE sections.
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/InputSection.cpp | 73 +++++++++++++++++++++++++---
ELF/InputSection.h | 6 ++-
ELF/MarkLive.cpp | 37 ++++++++++----
ELF/OutputSections.cpp | 44 ++++++-----------
test/ELF/gc-sections-merge-addend.s | 39 +++++++++++++++
test/ELF/gc-sections-merge-implicit-addend.s | 39 +++++++++++++++
test/ELF/gc-sections-merge.s | 61 +++++++++++++++++++++++
7 files changed, 251 insertions(+), 48 deletions(-)
create mode 100644 test/ELF/gc-sections-merge-addend.s
create mode 100644 test/ELF/gc-sections-merge-implicit-addend.s
create mode 100644 test/ELF/gc-sections-merge.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 c6ee1a0 [EarlyCSE/CVP] Add stats for CVPs and make sure to account fo [...]
new 14c1739 MachineScheduler: Limit the size of the ready list.
new 702039b [LoopUtils] Extend findStringMetadataForLoop to return the va [...]
new bc2216c MachineScheduler: Move code to initialize a Candidate out of [...]
The 3 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/MachineScheduler.h | 8 ++-
include/llvm/Transforms/Utils/LoopUtils.h | 10 +++-
lib/CodeGen/MachineScheduler.cpp | 77 ++++++++++++++-----------
lib/Transforms/Utils/LoopUtils.cpp | 25 +++++---
test/CodeGen/AArch64/arm64-misched-basic-A53.ll | 1 +
5 files changed, 74 insertions(+), 47 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 c4f4f71 Revert r267098 - [MachineCombiner] Support for floating-point [...]
new 2321e60 Fix -Wunused-variable in non-asserts build.
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/CodeGen/GlobalISel/RegisterBankInfo.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 c42b2f3 AMDGPU/SI: Add test missed in rL266865
new cd2984f Revert r267049, r26706[16789], r267071 - Refactor raw pdb dum [...]
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/PDB/IPDBSession.h | 1 -
include/llvm/DebugInfo/PDB/PDBTypes.h | 31 ++-
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 62 -----
include/llvm/DebugInfo/PDB/Raw/PDBStream.h | 46 ----
include/llvm/DebugInfo/PDB/Raw/RawSession.h | 72 -----
lib/DebugInfo/PDB/CMakeLists.txt | 6 +-
lib/DebugInfo/PDB/PDB.cpp | 11 +-
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 238 -----------------
lib/DebugInfo/PDB/Raw/PDBStream.cpp | 90 -------
lib/DebugInfo/PDB/Raw/RawSession.cpp | 126 ---------
test/DebugInfo/PDB/pdbdump-headers.test | 2 +-
tools/llvm-pdbdump/BuiltinDumper.h | 1 -
tools/llvm-pdbdump/llvm-pdbdump.cpp | 396 ++++++++++++++++++++++------
13 files changed, 346 insertions(+), 736 deletions(-)
delete mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBFile.h
delete mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBStream.h
delete mode 100644 include/llvm/DebugInfo/PDB/Raw/RawSession.h
delete mode 100644 lib/DebugInfo/PDB/Raw/PDBFile.cpp
delete mode 100644 lib/DebugInfo/PDB/Raw/PDBStream.cpp
delete mode 100644 lib/DebugInfo/PDB/Raw/RawSession.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 llvm.
from 47534d9 Document source_filename in LangRef.
new ad461d6 [mips] Fix select patterns for MIPS64
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/Mips/Mips64InstrInfo.td | 2 +-
test/CodeGen/Mips/llvm-ir/select-int.ll | 50 +++++++++++++++++++++++++++++++++
2 files changed, 51 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 gcc-5-branch
in repository gcc.
from a46198b Daily bump.
new 5e2d4a4 Replace -skip-rax-setup with -mskip-rax-setup
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 | 7 +++++++
gcc/doc/invoke.texi | 2 +-
2 files changed, 8 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 gcc-6-branch
in repository gcc.
from ec8c949 [PATCH 2/2] (header usage fix) include c++ headers in system.h
new 5f458d2 Replace -skip-rax-setup with -mskip-rax-setup
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 | 7 +++++++
gcc/doc/invoke.texi | 2 +-
2 files changed, 8 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 426c75c [testsuite] gcc-dg: handle all return values when shouldfail is set
new c268ae8 Add myself as maintainer for the PowerPC port
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:
ChangeLog | 4 ++++
MAINTAINERS | 1 +
2 files changed, 5 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 llvm.
from f8d640b AMDGPU: Fix crash when dumping unknown opcode
new 1e4609e Update discriminator assignment algorithm in clang assembler.
new 4fc8e6f llvm-symbolizer: prefer .dwo contents over fission-gmlt-like- [...]
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/DebugInfo/DWARF/DWARFUnit.cpp | 19 ++++++--------
lib/MC/MCDwarf.cpp | 7 +++++-
test/DebugInfo/Inputs/split-dwarf-test | Bin 9379 -> 9208 bytes
test/DebugInfo/Inputs/split-dwarf-test-nogmlt | Bin 0 -> 9128 bytes
test/DebugInfo/Inputs/split-dwarf-test.cc | 13 ++++++----
test/DebugInfo/Inputs/split-dwarf-test.dwo | Bin 1609 -> 1377 bytes
test/DebugInfo/llvm-symbolizer.test | 34 +++++++++++++++++++-------
7 files changed, 46 insertions(+), 27 deletions(-)
create mode 100755 test/DebugInfo/Inputs/split-dwarf-test-nogmlt
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.