This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e10396a [libFuzzer] try to fix value-profile-strncmp on the Mac bot
new 4922322 Fix typo, defind -> defined.
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/Object/RecordStreamer.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 clang.
from 7b9e8f0 fixup: use CHECK for non-atttribute sets
new b429dfb Fix typo, defind -> defined.
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/Basic/TargetInfo.h | 2 +-
lib/Sema/SemaTemplate.cpp | 2 +-
2 files changed, 2 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 18fdb44 add NetBSD files to Xcode project to resolve failure from r299109
new d715155 Don't add a newline if the object description already has one.
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/DataFormatters/ValueObjectPrinter.cpp | 7 ++++++-
1 file changed, 6 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 022596b [clang-tidy] Reuse FileID in getLocation
new a694264 [clang-tidy] Revert D31406 (Reuse FileID in getLocation)
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-tidy/ClangTidy.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 llvm.
from 2dee627 ModuleSummaryAnalysis: Use a more precise #include. NFC.
new e10396a [libFuzzer] try to fix value-profile-strncmp on the Mac bot
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/Fuzzer/test/value-profile-strncmp.test | 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 libcxxabi.
from 847e4d2 [libc++abi] Delete config.h
new f4745ae [libc++abi] Remove missed use of config.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:
src/cxa_noexception.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 libcxx.
from 2b3c1c4 Fix LWG 2934 - optional<const T> doesn't compare with T
new ccc0f58 Try to fix the libcxx build with mingw64
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 | 5 +++++
1 file 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 546a462 [WebAssembly] Initial linking metadata support
new 2dee627 ModuleSummaryAnalysis: Use a more precise #include. NFC.
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/Analysis/ModuleSummaryAnalysis.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 llvm.
from 21463ca [XRay][docs] Examples for how to use XRay
new 839e869 AMDGPU: Rename isKernel
new 546a462 [WebAssembly] Initial linking metadata support
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/CodeGen/MachineModuleInfoImpls.h | 12 +-
include/llvm/Support/Wasm.h | 18 +++
include/llvm/Support/WasmRelocs/WebAssembly.def | 2 +
lib/MC/WasmObjectWriter.cpp | 146 +++++++++++++++++----
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 17 ++-
lib/Target/AMDGPU/AMDGPUMachineFunction.h | 9 +-
.../InstPrinter/WebAssemblyInstPrinter.cpp | 15 +++
.../InstPrinter/WebAssemblyInstPrinter.h | 2 +
.../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 60 +++++++--
.../MCTargetDesc/WebAssemblyTargetStreamer.h | 13 +-
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 2 +
.../WebAssembly/WebAssemblyFrameLowering.cpp | 11 +-
13 files changed, 262 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 gcc.
from daf498f Fix ICE when expanding MSA constant vectors with replicated values
new bc63a73 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.