This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bb561ec0608 Use a MutableArrayRef. NFC.
new dfaebc43c98 [ProfileData, Support] Fix some Clang-tidy modernize-use-us [...]
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:
.../llvm/ProfileData/Coverage/CoverageMapping.h | 13 +-
include/llvm/ProfileData/InstrProf.h | 16 +-
include/llvm/ProfileData/InstrProfReader.h | 22 +--
include/llvm/ProfileData/InstrProfWriter.h | 3 +-
include/llvm/ProfileData/SampleProf.h | 13 +-
include/llvm/ProfileData/SampleProfReader.h | 8 +-
include/llvm/Support/GCOV.h | 18 +-
include/llvm/Support/GraphWriter.h | 52 +++---
include/llvm/Support/TargetRegistry.h | 103 ++++++------
include/llvm/Support/YAMLParser.h | 97 +++++------
include/llvm/Support/YAMLTraits.h | 182 +++++++++++----------
lib/ProfileData/Coverage/CoverageMapping.cpp | 7 +-
lib/ProfileData/Coverage/CoverageMappingReader.cpp | 16 +-
lib/ProfileData/InstrProfReader.cpp | 6 +-
lib/ProfileData/InstrProfWriter.cpp | 15 +-
lib/Support/GraphWriter.cpp | 19 ++-
lib/Support/YAMLParser.cpp | 58 ++++---
lib/Support/YAMLTraits.cpp | 31 ++--
18 files changed, 369 insertions(+), 310 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 binutils-2_28-branch
in repository binutils-gdb.
from bf4b4662b3 2017-06-21 Eric Christopher <echristo(a)gmail.com>
new af41704526 2017-06-21 Eric Christopher <echristo(a)gmail.com>
new 785bf16bde 2017-06-21 Eric Christopher <echristo(a)gmail.com>
new b12fcc6e5a 2017-06-21 Eric Christopher <echristo(a)gmail.com>
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:
gold/ChangeLog | 30 ++++++++++++++++++++++++++++++
gold/aarch64.cc | 42 +++++++++++++++++++++++++++---------------
2 files changed, 57 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 binutils-2_28-branch
in repository binutils-gdb.
from 3406c79335 Automatic date update in version.in
new bf4b4662b3 2017-06-21 Eric Christopher <echristo(a)gmail.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:
gold/ChangeLog | 9 +++++++++
gold/layout.cc | 5 +++++
2 files changed, 14 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 d0b66dbf40b [codeview] respect signedness of APSInts when printing to YAML
new 91f66751eba Fix build.
new bb561ec0608 Use a MutableArrayRef. NFC.
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/MC/MCAsmBackend.h | 2 +-
lib/MC/MCAssembler.cpp | 4 ++--
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 10 +++++-----
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 8 ++++----
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 8 ++++----
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h | 2 +-
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp | 6 +++---
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 8 ++++----
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp | 6 +++---
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 6 +++---
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 2 +-
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp | 2 +-
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 6 +++---
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 2 +-
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 8 ++++----
lib/Target/SystemZ/SystemZMachineScheduler.cpp | 2 +-
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 5 ++---
17 files changed, 43 insertions(+), 44 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 gcc-7-branch
in repository gcc.
from b3f6eb55a9b PR target/81151 * config/i386/sse.md (round<mode>2): Renu [...]
new fb980412607 2017-06-21 Michael Meissner <meissner(a)linux.vnet.ibm.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:
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr80510-1.c | 8 +++++---
gcc/testsuite/gcc.target/powerpc/pr80510-2.c | 8 +++++---
3 files changed, 18 insertions(+), 6 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 9ef873b066c compiler: fix missing case in Array_type::get_value_pointer
new b3b7cde0475 debug/elf: handle Alpha relocs
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/go/gofrontend/MERGE | 2 +-
libgo/go/debug/elf/file.go | 51 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 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 llvm.
from b209206d2ce Mark dump() methods as const. NFC
new 6189e647397 [AMDGPU] Combine add and adde, sub and sube
new d0b66dbf40b [codeview] respect signedness of APSInts when printing to YAML
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/ObjectYAML/CodeViewYAMLTypes.cpp | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 88 ++++++++++++++++++++++++++---
lib/Target/AMDGPU/SIISelLowering.h | 2 +
test/CodeGen/AMDGPU/combine-cond-add-sub.ll | 80 ++++++++++++++++++++++++++
test/DebugInfo/PDB/pdbdump-yaml-types.test | 2 +-
5 files changed, 163 insertions(+), 11 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 lnt.
from 4f15aba Don't get regressions with unneeded states
new 50ede6c Don't commit so much, we invalide the results cache
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:
lnt/server/db/fieldchange.py | 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 binutils-gdb.
from 6b73737088 Pass $NOPIE_CFLAGS and $NOPIE_LDFLAGS to some ELF tests
new 194747873f Use DWARF_VMA_FMT to report error
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:
binutils/ChangeLog | 5 +++++
binutils/dwarf.c | 4 ++--
2 files changed, 7 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 gcc.
from 648dc544240 libgo: remove old MIPS architecture names
new 9a64b58c6fe Forgot to remove this file in the last libgo commit.
new 9ef873b066c compiler: fix missing case in Array_type::get_value_pointer
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:
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 7 +++++++
libgo/go/internal/syscall/unix/getrandom_linux_mipso32.go | 11 -----------
3 files changed, 8 insertions(+), 12 deletions(-)
delete mode 100644 libgo/go/internal/syscall/unix/getrandom_linux_mipso32.go
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.