This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 78dc4c5 Add helpers for the notion of a type scavenger that is "eithe [...]
new d23ccbe Switch SBWatchpoint::SetEnabled over to using Process::{Enabl [...]
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/lldb/Breakpoint/Watchpoint.h | 4 ++++
.../watchpoint_disable/TestWatchpointDisable.py | 23 +++++++++++++++++-----
.../watchpoint/watchpoint_disable/main.c | 1 +
source/API/SBWatchpoint.cpp | 15 +++++++++++---
4 files changed, 35 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 c36be93 Fix llvm-shlib cmake build
new c24244e Use the existing std::error_code out parameter.
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/Object/ELF.h | 7 ++++---
test/Object/invalid.test | 2 +-
2 files changed, 5 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 lld.
from f176081 [ELF/GC] Fix pending references to garbage collected sections.
new c320e5b Update for llvm change.
new 980b743 Create SyntheticSections.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 | 1 +
ELF/InputSection.cpp | 91 ---------------------------
ELF/InputSection.h | 52 ---------------
ELF/OutputSections.h | 2 -
ELF/SyntheticSections.cpp | 126 +++++++++++++++++++++++++++++++++++++
ELF/SyntheticSections.h | 74 ++++++++++++++++++++++
ELF/Writer.cpp | 1 +
test/ELF/invalid/invalid-e_shnum.s | 2 +-
8 files changed, 203 insertions(+), 146 deletions(-)
create mode 100644 ELF/SyntheticSections.cpp
create mode 100644 ELF/SyntheticSections.h
--
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 388fc0c GC empty subdirectories.
new c36be93 Fix llvm-shlib cmake 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:
tools/llvm-shlib/CMakeLists.txt | 42 ++++++++++++++++++++---------------------
1 file changed, 20 insertions(+), 22 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 4b01db7 Implement R_PPC_ADDR32.
new f176081 [ELF/GC] Fix pending references to garbage collected sections.
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/InputSection.cpp | 6 ++++--
test/ELF/gc-debuginfo-tls.s | 23 +++++++++++++++++++++++
2 files changed, 27 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/gc-debuginfo-tls.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 lldb.
from cad9884 Implement a general type scavenger that can dig types from de [...]
new 78dc4c5 Add helpers for the notion of a type scavenger that is "eithe [...]
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/lldb/Target/Language.h | 28 +++++++
source/Plugins/Language/ObjC/ObjCLanguage.cpp | 105 ++++++++++++++------------
2 files changed, 83 insertions(+), 50 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 e010191 [RISCV] Add RISCV.def to module.modulemap
new b40f34e [InstCombine] allow splat vector folds in adjustMinMax()
new 388fc0c GC empty subdirectories.
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/Transforms/InstCombine/InstCombineSelect.cpp | 24 +++----
test/Transforms/InstCombine/adjust-for-minmax.ll | 80 ++++++++++--------------
2 files changed, 42 insertions(+), 62 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 d0d9036 [OpenCL] Mark group functions as convergent in opencl-c.h
new 7b6c787 clang/test/CodeGenOpenCL/convergent.cl: Satisfy -Asserts with [...]
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/CodeGenOpenCL/convergent.cl | 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-tools-extra.
from 82a4f2e [Clang-tidy] Fix copy-paste error in misc-redundant-expressio [...]
new 8f85977 [clang-query] Fix Clang-tidy readability-redundant-string-cst [...]
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-query/tool/ClangQuery.cpp | 4 ++--
1 file 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 llvm.
from e7291ef [InstCombine] Fold nuw left-shifts in `ugt`/`ule` comparisons.
new e010191 [RISCV] Add RISCV.def to module.modulemap
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/module.modulemap | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.