This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 18b4c37d1e6 This patch fixes https://bugs.llvm.org/show_bug.cgi?id=3235 [...]
new fa690d4e1c6 Change encodeU/SLEB128 to pad to certain number of bytes
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/CodeGen/AsmPrinter.h | 8 +++--
include/llvm/MC/MCStreamer.h | 6 +++-
include/llvm/Support/LEB128.h | 42 +++++++++++++---------
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 13 +++++--
lib/CodeGen/AsmPrinter/EHStreamer.cpp | 15 +++++---
lib/MC/MCStreamer.cpp | 8 +++--
lib/MC/WasmObjectWriter.cpp | 19 ++--------
.../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 7 ++--
unittests/Support/LEB128Test.cpp | 33 ++++++++---------
9 files changed, 85 insertions(+), 66 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 958f7a8d5 cfi: Enable ThinLTO tests on Windows.
new 76cdb7459 ubsan: Unbreak ubsan_cxx runtime library on Windows.
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:
CMakeLists.txt | 13 ++++++----
lib/ubsan/ubsan_handlers.cc | 29 +++++++++++++++++-----
lib/ubsan/ubsan_handlers.h | 7 ++++++
lib/ubsan/ubsan_handlers_cxx.cc | 4 +--
test/cfi/target_uninstrumented.cpp | 1 +
test/ubsan/TestCases/TypeCheck/PR33221.cpp | 1 +
.../TypeCheck/vptr-non-unique-typeinfo.cpp | 1 +
.../TypeCheck/vptr-virtual-base-construction.cpp | 1 +
.../TestCases/TypeCheck/vptr-virtual-base.cpp | 1 +
test/ubsan/TestCases/TypeCheck/vptr.cpp | 1 +
10 files changed, 46 insertions(+), 13 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 clang.
from 88ada1a2d1 This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 [...]
new f5779ed24e [X86] Disable _mm512_maskz_set1_epi64 intrinsic on 32-bit ta [...]
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/BuiltinsX86.def | 1 -
lib/Headers/avx512fintrin.h | 9 ++-------
test/CodeGen/avx512f-builtins.c | 7 +++++++
3 files changed, 9 insertions(+), 8 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 32598e1bf4f [llvm] Fix some typos. NFC.
new 18b4c37d1e6 This patch fixes https://bugs.llvm.org/show_bug.cgi?id=3235 [...]
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/Analysis/OptimizationDiagnosticInfo.h | 11 ++-
.../CodeGen/MachineOptimizationRemarkEmitter.h | 20 +++--
include/llvm/IR/DiagnosticHandler.h | 67 +++++++++++++++++
include/llvm/IR/DiagnosticInfo.h | 14 +---
include/llvm/IR/LLVMContext.h | 41 +++++++----
include/llvm/LTO/Config.h | 17 +++--
include/llvm/LTO/legacy/LTOCodeGenerator.h | 5 +-
lib/IR/CMakeLists.txt | 1 +
lib/IR/Core.cpp | 6 +-
lib/IR/DiagnosticHandler.cpp | 86 ++++++++++++++++++++++
lib/IR/DiagnosticInfo.cpp | 78 ++++----------------
lib/IR/LLVMContext.cpp | 38 +++++++---
lib/IR/LLVMContextImpl.cpp | 3 +-
lib/IR/LLVMContextImpl.h | 3 +-
lib/LTO/LTOCodeGenerator.cpp | 24 ++++--
lib/Transforms/Scalar/GVN.cpp | 3 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 21 +++---
test/Transforms/GVN/opt-remarks.ll | 2 +-
tools/llc/llc.cpp | 40 +++++-----
tools/llvm-dis/llvm-dis.cpp | 43 ++++++-----
tools/llvm-link/llvm-link.cpp | 45 ++++++-----
tools/llvm-lto/llvm-lto.cpp | 66 +++++++++--------
tools/lto/lto.cpp | 35 +++++----
23 files changed, 419 insertions(+), 250 deletions(-)
create mode 100644 include/llvm/IR/DiagnosticHandler.h
create mode 100644 lib/IR/DiagnosticHandler.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 clang.
from eae7634a77 [Sema] Error out early for tags defined inside an enumeration.
new 88ada1a2d1 This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 [...]
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/CodeGenAction.cpp | 43 ++++++++++++++++++++++++++++++++++---------
1 file changed, 34 insertions(+), 9 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 4abccff981a This reverts r313381
new 32598e1bf4f [llvm] Fix some typos. 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/Bitcode/Writer/BitcodeWriter.cpp | 2 +-
lib/MC/MCAsmStreamer.cpp | 4 ++--
lib/MC/MCFragment.cpp | 2 +-
lib/Target/Hexagon/HexagonHardwareLoops.cpp | 2 +-
4 files changed, 5 insertions(+), 5 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 b28017a6b70 Improve comment
new 885ad98e060 [WebAssembly] Pass ArrayRef rather than SmallVector
new 4abccff981a This reverts r313381
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/Analysis/OptimizationDiagnosticInfo.h | 7 +-
.../CodeGen/MachineOptimizationRemarkEmitter.h | 20 ++---
include/llvm/IR/DiagnosticHandler.h | 67 -----------------
include/llvm/IR/DiagnosticInfo.h | 14 +++-
include/llvm/IR/LLVMContext.h | 41 ++++-------
include/llvm/LTO/Config.h | 17 ++---
include/llvm/LTO/legacy/LTOCodeGenerator.h | 5 +-
lib/IR/CMakeLists.txt | 1 -
lib/IR/Core.cpp | 6 +-
lib/IR/DiagnosticHandler.cpp | 86 ----------------------
lib/IR/DiagnosticInfo.cpp | 78 ++++++++++++++++----
lib/IR/LLVMContext.cpp | 38 +++-------
lib/IR/LLVMContextImpl.cpp | 3 +-
lib/IR/LLVMContextImpl.h | 3 +-
lib/LTO/LTOCodeGenerator.cpp | 24 ++----
lib/MC/WasmObjectWriter.cpp | 46 +++++-------
lib/Transforms/Scalar/GVN.cpp | 3 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 21 +++---
test/Transforms/GVN/opt-remarks.ll | 2 +-
tools/llc/llc.cpp | 40 +++++-----
tools/llvm-dis/llvm-dis.cpp | 43 +++++------
tools/llvm-link/llvm-link.cpp | 45 +++++------
tools/llvm-lto/llvm-lto.cpp | 66 ++++++++---------
tools/lto/lto.cpp | 35 ++++-----
24 files changed, 268 insertions(+), 443 deletions(-)
delete mode 100644 include/llvm/IR/DiagnosticHandler.h
delete mode 100644 lib/IR/DiagnosticHandler.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 clang.
from 086aba792d [CUDA] Work around a new quirk in CUDA9 headers.
new 860b42686d [Analyzer] Check function name size before indexing.
new eae7634a77 [Sema] Error out early for tags defined inside an enumeration.
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/clang/Basic/DiagnosticSemaKinds.td | 2 ++
lib/Sema/SemaDecl.cpp | 6 ++++++
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 3 ++-
test/Analysis/retain-release.mm | 2 ++
test/Sema/enum.c | 11 +++++++++++
test/SemaCXX/enum.cpp | 10 ++++++++++
6 files changed, 33 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 d3108e59e53 [WebAssembly] MC: Fix crash in getProvitionalValue on weak [...]
new bb8204f26f9 This patch fixes https://bugs.llvm.org/show_bug.cgi?id=3235 [...]
new b28017a6b70 Improve comment
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/Analysis/OptimizationDiagnosticInfo.h | 11 ++-
.../CodeGen/MachineOptimizationRemarkEmitter.h | 20 +++--
include/llvm/IR/DiagnosticHandler.h | 67 +++++++++++++++++
include/llvm/IR/DiagnosticInfo.h | 14 +---
include/llvm/IR/LLVMContext.h | 41 +++++++----
include/llvm/LTO/Config.h | 17 +++--
include/llvm/LTO/legacy/LTOCodeGenerator.h | 5 +-
lib/IR/CMakeLists.txt | 1 +
lib/IR/Core.cpp | 6 +-
lib/IR/DiagnosticHandler.cpp | 86 ++++++++++++++++++++++
lib/IR/DiagnosticInfo.cpp | 78 ++++----------------
lib/IR/LLVMContext.cpp | 38 +++++++---
lib/IR/LLVMContextImpl.cpp | 3 +-
lib/IR/LLVMContextImpl.h | 3 +-
lib/LTO/LTOCodeGenerator.cpp | 24 ++++--
lib/Transforms/Scalar/GVN.cpp | 3 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 21 +++---
test/Transforms/GVN/opt-remarks.ll | 2 +-
tools/llc/llc.cpp | 40 +++++-----
tools/llvm-dis/llvm-dis.cpp | 43 ++++++-----
tools/llvm-link/llvm-link.cpp | 45 ++++++-----
tools/llvm-lto/llvm-lto.cpp | 66 +++++++++--------
tools/lto/lto.cpp | 35 +++++----
23 files changed, 419 insertions(+), 250 deletions(-)
create mode 100644 include/llvm/IR/DiagnosticHandler.h
create mode 100644 lib/IR/DiagnosticHandler.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.