This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 38e3958 ThinLTOBitcodeWriter: Write available_externally copies of VC [...]
new 81a8ce8 [RISCV] Fix unused variable in RISCVMCTargetDesc. NFC
new 0f17e9d [RISCV] Pseudo instructions are isCodeGenOnly, have blank asmstr
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/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp | 5 ++---
lib/Target/RISCV/RISCVInstrFormats.td | 3 ++-
2 files changed, 4 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 52cc4c3 Fix buildbots.
new f39758b Before returning a pc value for a stack frame, run it through [...]
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:
.../Process/Utility/RegisterContextLLDB.cpp | 24 +++++++++++++++++++---
1 file changed, 21 insertions(+), 3 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 8db8c72 Fix checks for R_386_8 and R_386_16.
new 36c7259 Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.
new 7267164 Add file comments for ScriptParser.cpp.
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:
ELF/CMakeLists.txt | 2 +-
ELF/LinkerScript.cpp | 6 +--
ELF/{ScriptParser.cpp => ScriptLexer.cpp} | 67 ++++++++++++++++++++++---------
ELF/{ScriptParser.h => ScriptLexer.h} | 10 ++---
4 files changed, 57 insertions(+), 28 deletions(-)
rename ELF/{ScriptParser.cpp => ScriptLexer.cpp} (65%)
rename ELF/{ScriptParser.h => ScriptLexer.h} (83%)
--
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 e515c29 Daily bump.
new 0529b8f PR middle-end/79496 - call to snprintf with zero size elimina [...]
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/gimple-ssa-sprintf.c | 15 +++++++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-2.c | 24 ++++++++++++++++++++++
4 files changed, 47 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-2.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 9053d35 [ThinLTO] Make a copy of buffer identifier in ThinLTOCodeGenerator
new 38e3958 ThinLTOBitcodeWriter: Write available_externally copies of VC [...]
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/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 92 +++++++++++++++++++---
.../ThinLTOBitcodeWriter/split-vfunc-internal.ll | 21 +++++
.../Transforms/ThinLTOBitcodeWriter/split-vfunc.ll | 75 ++++++++++++++++++
3 files changed, 175 insertions(+), 13 deletions(-)
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/split-vfunc-internal.ll
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/split-vfunc.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 clang.
from 298af83 Canonicalize implicit deduction guide parameter types when fo [...]
new c09a849 clang/test/Parser/cxx1z-class-template-argument-deduction.cpp [...]
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:
test/Parser/cxx1z-class-template-argument-deduction.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 zorg.
from 026256c Fix PATH issue on Windows sanitizer bot
new e80f4e7 Rename llvmbb to llvmbb-llvm-build in #llvm-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:
buildbot/osuosl/master/config/status.py | 11 ++++++++++-
1 file changed, 10 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 33ee99a [LICM] Make store promotion work in the face of unordered atomics
new 9053d35 [ThinLTO] Make a copy of buffer identifier in ThinLTOCodeGenerator
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/LTO/legacy/ThinLTOCodeGenerator.h | 19 +++++++++++++++-
lib/LTO/ThinLTOCodeGenerator.cpp | 31 ++++++++++++++------------
2 files changed, 35 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 compiler-rt.
from c57f0f5 Add cmake build support for lsan on OS X
new 79f4c39 Re-commit r294826 and r294781, with a fix on the cmake file 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:
cmake/config-ix.cmake | 2 +-
lib/xray/CMakeLists.txt | 6 +
lib/xray/xray_interface.cc | 2 +
lib/xray/xray_powerpc64.cc | 95 +++++++++++++
lib/xray/{xray_x86_64.inc => xray_powerpc64.inc} | 22 +--
lib/xray/xray_trampoline_powerpc64.S | 171 +++++++++++++++++++++++
lib/xray/xray_trampoline_powerpc64.cc | 15 ++
lib/xray/xray_tsc.h | 2 +
8 files changed, 305 insertions(+), 10 deletions(-)
create mode 100644 lib/xray/xray_powerpc64.cc
copy lib/xray/{xray_x86_64.inc => xray_powerpc64.inc} (60%)
create mode 100644 lib/xray/xray_trampoline_powerpc64.S
create mode 100644 lib/xray/xray_trampoline_powerpc64.cc
--
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 ee8fbfe [c++1z] Add some more tests for class template argument deduc [...]
new 298af83 Canonicalize implicit deduction guide parameter types when fo [...]
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/Sema/SemaTemplate.cpp | 28 +++++++++++++++-------
.../cxx1z-class-template-argument-deduction.cpp | 13 ++++++++++
2 files changed, 32 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.