This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 13d4e72 [ELF] Fix DT_NEEDED value.
new 1366301 Define writeUint and use it. 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:
ELF/OutputSections.cpp | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 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 01b876d [RDF] Further improve handling of multiple phis reached from shadows
new 92544c4 [InstCombine] regenerate checks
new 97ea58e [LV] Ensure proper handling of multi-use case when collecting [...]
new 53d514f [InstCombine] regenerate checks
The 3 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/Vectorize/LoopVectorize.cpp | 10 +-
test/Transforms/InstCombine/or-xor.ll | 137 +++---
test/Transforms/InstCombine/sub.ll | 512 ++++++++++++---------
.../LoopVectorize/consecutive-ptr-uniforms.ll | 5 +-
4 files changed, 370 insertions(+), 294 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 fd00d37 ELF: clarify error when we don't know the output format
new 13d4e72 [ELF] Fix DT_NEEDED value.
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/InputFiles.cpp | 3 ++-
test/ELF/as-needed-no-reloc.s | 2 +-
test/ELF/shared.s | 1 -
3 files changed, 3 insertions(+), 3 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 8d471ec Allow PROCESSOR_IAMCU for Intel MCU
new f5c4fcd Remove some unneeded casts from remote.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:
gdb/ChangeLog | 5 +++++
gdb/remote.c | 8 ++++----
2 files changed, 9 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 bd4db03 Reduce templating. NFC.
new fd00d37 ELF: clarify error when we don't know the output format
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 | 2 +-
test/ELF/no-obj.s | 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 libcxx.
from b9e6e89 Added 'inline' attribute to basic_string's destructor
new 4665893 support: clean up MSVC support
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/support/win32/support.h | 22 ++--------------------
1 file changed, 2 insertions(+), 20 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 111f4fb [llvm-cov] Fix issues with segment highlighting in the html view
new 01b876d [RDF] Further improve handling of multiple phis reached from shadows
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/Hexagon/RDFLiveness.cpp | 47 ++++++++++------------------
test/CodeGen/Hexagon/rdf-multiple-phis-up.ll | 40 +++++++++++++++++++++++
2 files changed, 56 insertions(+), 31 deletions(-)
create mode 100644 test/CodeGen/Hexagon/rdf-multiple-phis-up.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 8b1e3a3 Define '-undefined foo' as an alias to '-undefined=foo'.
new bd4db03 Reduce templating. 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:
ELF/LinkerScript.cpp | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 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 7ccc62b Revert "[XRay] ARM 32-bit no-Thumb support in Clang"
new e80eb12 [modules] Apply ODR merging for function scoped tags only 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:
lib/Sema/SemaLookup.cpp | 7 ++++++-
test/Modules/Inputs/merge-fn-prototype-tags/a.h | 2 ++
test/Modules/Inputs/merge-fn-prototype-tags/b.h | 1 +
test/Modules/Inputs/merge-fn-prototype-tags/c.h | 4 ++++
test/Modules/Inputs/merge-fn-prototype-tags/module.modulemap | 5 +++++
test/Modules/merge-fn-prototype-tags.c | 8 ++++++++
6 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 test/Modules/Inputs/merge-fn-prototype-tags/a.h
create mode 100644 test/Modules/Inputs/merge-fn-prototype-tags/b.h
create mode 100644 test/Modules/Inputs/merge-fn-prototype-tags/c.h
create mode 100644 test/Modules/Inputs/merge-fn-prototype-tags/module.modulemap
create mode 100644 test/Modules/merge-fn-prototype-tags.c
--
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 971ca22 ELF: Report original emulation name in "unknown emulation" error
new 8b1e3a3 Define '-undefined foo' as an alias to '-undefined=foo'.
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/Options.td | 3 ++-
test/ELF/undefined-opt.s | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.