This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 109c6e02f7c Insert IMPLICIT_DEFS for undef uses in tail merging
new 518513de7ec Removes redundant `llvm::`, add comments and simplify a ret [...]
new 9f8cb471ac8 [WebAssembly] Only treat imports/exports as symbols when re [...]
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/Object/Wasm.h | 4 +
lib/Object/WasmObjectFile.cpp | 100 ++++++++++++++-------
lib/ObjectYAML/WasmYAML.cpp | 2 +-
lib/ToolDrivers/llvm-lib/LibDriver.cpp | 61 +++++++------
test/MC/WebAssembly/unnamed-data.ll | 1 -
test/tools/llvm-nm/wasm/exports.yaml | 8 +-
test/tools/llvm-nm/wasm/imports.yaml | 4 +
test/tools/llvm-nm/wasm/weak-symbols.yaml | 4 +-
.../llvm-objdump/WebAssembly/symbol-table.test | 6 +-
test/tools/llvm-readobj/symbols.test | 12 +--
10 files changed, 125 insertions(+), 77 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 da189bc Remove debug prints
new 1404ca8 Make machine selection/update more flexible
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/lnttool/admin.py | 10 +-
lnt/lnttool/common.py | 5 +-
lnt/lnttool/import_data.py | 7 +-
lnt/lnttool/main.py | 6 +-
lnt/lnttool/viewcomparison.py | 4 +-
lnt/server/db/testsuitedb.py | 119 +++++++++++++--------
lnt/server/ui/api.py | 4 +-
lnt/server/ui/templates/submit_run.html | 16 ++-
lnt/server/ui/views.py | 12 ++-
lnt/tests/builtintest.py | 2 +-
lnt/util/ImportData.py | 31 ++++--
lnt/util/ServerUtil.py | 24 +++--
... => compile_submission_machine_diff_split.json} | 6 +-
tests/lnttool/submit.shtest | 19 +++-
tests/server/db/search.py | 2 +-
15 files changed, 170 insertions(+), 97 deletions(-)
copy tests/lnttool/Inputs/{compile_submission_machine_diff_reject.json => compile_ [...]
--
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 73b9be8b53 Introduce dw2_linkage_name and dw2_linkage_name_attr.
new eae49211e1 Remove make_cleanup_clear_parser_state
new 5613c5857a Remove last cleanups from d-exp.y
new fef704bfec Remove last cleanups from go-exp.y
new 69c1e056df Change funcall_chain to be a std::vector
The 4 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:
gdb/ChangeLog | 28 ++++++++++++++++++++++++++++
gdb/ada-exp.y | 8 ++------
gdb/c-exp.y | 2 +-
gdb/d-exp.y | 27 +++++++++------------------
gdb/f-exp.y | 8 ++------
gdb/go-exp.y | 13 ++-----------
gdb/m2-exp.y | 9 ++-------
gdb/p-exp.y | 8 ++------
gdb/parse.c | 46 +++++++---------------------------------------
gdb/utils.c | 18 ------------------
gdb/utils.h | 4 ----
11 files changed, 55 insertions(+), 116 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 bd0dda548 Detect linker script INCLUDE cycles.
new 7a03d36c1 [ELF/Writer] Fix english in a comment. NFCI.
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/Writer.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 41915c0baa7 [docs] Add a note on iteration of unordered containers to c [...]
new 109c6e02f7c Insert IMPLICIT_DEFS for undef uses in tail merging
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/LivePhysRegs.h | 18 ++-
lib/CodeGen/BranchFolding.cpp | 144 ++++++++++++++-------
lib/CodeGen/BranchFolding.h | 8 +-
lib/CodeGen/BranchRelaxation.cpp | 4 +-
lib/CodeGen/LivePhysRegs.cpp | 22 +++-
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 22 ++--
lib/Target/ARM/ARMExpandPseudoInsts.cpp | 22 ++--
.../CodeGen/Hexagon/branchfolder-insert-impdef.mir | 87 +++++++++++++
test/CodeGen/Hexagon/livephysregs-lane-masks2.mir | 6 +-
9 files changed, 240 insertions(+), 93 deletions(-)
create mode 100644 test/CodeGen/Hexagon/branchfolder-insert-impdef.mir
--
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 9ca441aa442 Disable jump threading into loop headers
new 41915c0baa7 [docs] Add a note on iteration of unordered containers to c [...]
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:
docs/CodingStandards.rst | 15 +++++++++++++++
1 file changed, 15 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 lldb.
from ba23b4162 Fix DW_FORM_strp parsing
new 366c847e7 [CMake] Need to set WITH_LOCKDOWN on debugserver target
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:
tools/debugserver/source/CMakeLists.txt | 5 +++++
unittests/debugserver/CMakeLists.txt | 19 +++++++++++++++++++
2 files changed, 24 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 clang.
from 9b9fbbe14f Fix ARM bare metal driver to support atomics
new 04ff083706 [modules ts] Emit global variables in a module interface uni [...]
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/Serialization/ASTReader.h | 2 +-
lib/AST/ASTContext.cpp | 40 ++++++++++++++++------
lib/Serialization/ASTReader.cpp | 4 +--
lib/Serialization/ASTReaderDecl.cpp | 11 +++---
lib/Serialization/ASTWriterDecl.cpp | 19 ++++++++++
.../modules-ts/basic/basic.def.odr/p4/module.cpp | 10 +++---
.../CXX/modules-ts/basic/basic.def.odr/p4/user.cpp | 6 ++--
7 files changed, 64 insertions(+), 28 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 binutils-gdb.
from 5c887dd5f6 Honor an existing CC_FOR_BUILD in the environment for sim.
new 73b9be8b53 Introduce dw2_linkage_name and dw2_linkage_name_attr.
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:
gdb/ChangeLog | 8 +++++++
gdb/dwarf2read.c | 64 +++++++++++++++++++++++++++++++++-----------------------
2 files changed, 46 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.