This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8726dc54e63 [MIRPrinter] Print empty successor lists when they cannot b [...]
new 890c0e43c1a Make lit stop writing pyc files.
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:
utils/lit/lit.py | 3 +++
utils/llvm-lit/llvm-lit.in | 2 ++
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 lld.
from e2669f359 Compact EhSectionPiece from 32 bytes to 16 bytes.
new b184dfbd1 [COFF] Check for sections larger than 4 GiB
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:
COFF/Driver.cpp | 3 +++
COFF/Writer.cpp | 2 ++
test/COFF/section-size.s | 14 ++++++++++++++
3 files changed, 19 insertions(+)
create mode 100644 test/COFF/section-size.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 6199cad8679 [LoopInfo] Make LoopBase and Loop destructors non-public
new 8726dc54e63 [MIRPrinter] Print empty successor lists when they cannot b [...]
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/MIRPrinter.cpp | 10 ++++--
test/CodeGen/MIR/ARM/ifcvt_canFallThroughTo.mir | 3 +-
test/CodeGen/MIR/X86/unreachable_block.ll | 48 +++++++++++++++++++++++++
3 files changed, 58 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/MIR/X86/unreachable_block.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 lld.
from 40b51cc63 Rename CieRecord instance variables.
new e2669f359 Compact EhSectionPiece from 32 bytes to 16 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:
ELF/EhFrame.cpp | 17 +++++++++++------
ELF/EhFrame.h | 4 +++-
ELF/InputSection.cpp | 2 +-
ELF/InputSection.h | 22 +++++++++++++---------
ELF/MarkLive.cpp | 2 +-
ELF/SyntheticSections.cpp | 26 +++++++++++++-------------
ELF/SyntheticSections.h | 7 +++++--
7 files changed, 47 insertions(+), 33 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 e5c43345fbd [WebAssembly] Add support for naming wasm data segments
new 6199cad8679 [LoopInfo] Make LoopBase and Loop destructors non-public
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/LoopInfo.h | 22 +++-
lib/Analysis/LoopInfo.cpp | 4 +-
lib/Transforms/IPO/LoopExtractor.cpp | 2 +-
lib/Transforms/Scalar/LoopDeletion.cpp | 2 +-
lib/Transforms/Utils/LoopUnroll.cpp | 4 +-
unittests/Analysis/ScalarEvolutionTest.cpp | 141 ---------------------
.../Transforms/Scalar/LoopPassManagerTest.cpp | 40 +++---
7 files changed, 40 insertions(+), 175 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 libcxx.
from 7a87049e4 Resubmit "Fix llvm-lit script generation in libcxx."
new bc4474e3b [libc++] Replace __sync_* functions with __libcpp_atomic_* functions
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/exception.cpp | 1 +
src/include/atomic_support.h | 19 +++++++++++++++++++
src/include/refstring.h | 9 +++++----
src/locale.cpp | 3 ++-
src/new.cpp | 1 +
src/support/runtime/exception_fallback.ipp | 9 ++++-----
src/support/runtime/new_handler_fallback.ipp | 4 ++--
7 files changed, 34 insertions(+), 12 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 bc1a94aae18 Revert "Introduce the llvm-cfi-verify tool."
new 093624c347b Allow ORE.emit to take a closure to delay building the rema [...]
new e5c43345fbd [WebAssembly] Add support for naming wasm data segments
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 | 16 ++++-
include/llvm/BinaryFormat/Wasm.h | 2 +
include/llvm/IR/DiagnosticHandler.h | 5 +-
include/llvm/IR/DiagnosticInfo.h | 83 ++++++++++++++++++++--
include/llvm/ObjectYAML/WasmYAML.h | 3 +-
lib/IR/DiagnosticHandler.cpp | 5 ++
lib/IR/DiagnosticInfo.cpp | 16 ++---
lib/MC/WasmObjectWriter.cpp | 19 ++++-
lib/Object/WasmObjectFile.cpp | 9 +++
lib/ObjectYAML/WasmYAML.cpp | 1 +
lib/Transforms/IPO/Inliner.cpp | 18 +++--
lib/Transforms/Utils/LoopUnroll.cpp | 23 +++---
lib/Transforms/Vectorize/LoopVectorize.cpp | 6 +-
test/MC/WebAssembly/array-fill.ll | 14 +++-
test/MC/WebAssembly/bss.ll | 20 ++++++
test/MC/WebAssembly/explicit-sections.ll | 13 ++++
test/MC/WebAssembly/unnamed-data.ll | 9 +++
test/MC/WebAssembly/weak-alias.ll | 5 ++
test/tools/llvm-readobj/sections.test | 6 ++
tools/llvm-readobj/WasmDumper.cpp | 12 ++++
tools/obj2yaml/wasm2yaml.cpp | 12 +++-
tools/yaml2obj/yaml2wasm.cpp | 11 +++
22 files changed, 266 insertions(+), 42 deletions(-)
create mode 100644 test/MC/WebAssembly/bss.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 fdde3c7be7 Fix 32-bit buildbots by removing tests that are dependent on [...]
new 2351bad637 Add override for ClangDiagnosticHandler::isAnyRemarkEnabled()
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 | 6 ++++++
1 file changed, 6 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 54c2f803757 CodeGen: use range based for loops (NFC)
new b3521af5ae2 Introduce the llvm-cfi-verify tool.
new bc1a94aae18 Revert "Introduce the llvm-cfi-verify tool."
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:
--
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 8451f3b13d9 Revert "[MIRPrinter] Print empty successor lists when they [...]
new 54c2f803757 CodeGen: use range based for loops (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/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.