This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from bba065a Automatic date update in version.in
new ba27b51 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from 57d9eb2 Automatic date update in version.in
new 6bf8838 Automatic date update in version.in
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:
bfd/version.h | 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 lld.
from 818ed59 Factor out common code to a header.
new d181420 Add comments about the use of threads in LLD.
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/Threads.h | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 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 98c02f7 [WebAssembly] Revert r288447.
new 135e2ef Add the --no-color option to the git call in the doc when usi [...]
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/ClangFormat.rst | 2 +-
tools/clang-format/clang-format-diff.py | 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 llvm.
from 46db4b2 AMDGPU: remove a couple of unused variables
new 2a88a6d [WebAssembly] Eliminate an ad-hoc command-line argument.
new 728c815 DAG: Fold out out of bounds insert_vector_elt
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 7 +++
.../WebAssembly/WebAssemblyExplicitLocals.cpp | 5 ++
.../WebAssembly/WebAssemblyTargetMachine.cpp | 8 +--
test/CodeGen/PowerPC/vec_add_sub_quadword.ll | 57 ++++++++++++----------
test/CodeGen/X86/avx512-insert-extract.ll | 6 +--
5 files changed, 48 insertions(+), 35 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 5cd7433 [libclang] Fix python tests
new 98c02f7 [WebAssembly] Revert r288447.
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/Driver/Options.td | 2 --
lib/Basic/Targets.cpp | 4 ----
2 files changed, 6 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 0b69b1f build: allow specifying the component to `llvm_install_symlink`
new 46db4b2 AMDGPU: remove a couple of unused variables
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/Target/AMDGPU/SIRegisterInfo.cpp | 16 ++--------------
1 file changed, 2 insertions(+), 14 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 d0aaae3 [PM] Rename lookupPass to lookUpPass.
new 0b69b1f build: allow specifying the component to `llvm_install_symlink`
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/modules/AddLLVM.cmake | 12 ++++++++----
1 file changed, 8 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 083dae3 Ignone SHF_INFO_LINK.
new 818ed59 Factor out common code to a header.
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/Driver.cpp | 23 ++++++++++-------------
ELF/ICF.cpp | 7 +++----
ELF/OutputSections.cpp | 7 ++-----
ELF/SyntheticSections.cpp | 11 +++--------
ELF/Threads.h | 41 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 59 insertions(+), 30 deletions(-)
create mode 100644 ELF/Threads.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 ad37a58 [AVX-512] Add many of the VPERM instructions to the load fold [...]
new c8f08d8 [PM] Make PreservedAnalyses::preserved take its parameter by [...]
new bd6d576 [PM] Make PassManager's constructor explicit.
new 0f33f07 [PM] Make AnalysisManager::registerPass take its parameter by [...]
new 6f16e4a [PM] Don't walk the AM's ResultsList if nothing was invalidated.
new 6aaaf4a [PM] Consistently use curly braces rather than std::make_pair [...]
new 8645bc7 [PM] Get rid of an unused variable in AnalysisManager::clear( [...]
new d0aaae3 [PM] Rename lookupPass to lookUpPass.
The 7 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/IR/PassManager.h | 60 +++++++++++++++++++++----------------------
1 file changed, 30 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.