This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from db9807d302d [WebAssembly] Revert r342701, "Add WebAssembly to LLVM_ALL_ [...]
new 1269b2af10e Merge clang's isRepeatedBytePattern with LLVM's isBytewiseValue
new 469bae00242 [ADT] restrict bit_cast to trivially-constructible To
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/ADT/bit.h | 18 ++---
include/llvm/Analysis/ValueTracking.h | 3 +-
lib/Analysis/ValueTracking.cpp | 94 ++++++++++++++++---------
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 7 ++
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 5 +-
test/Transforms/MemCpyOpt/fca2memcpy.ll | 33 +++++++--
test/Transforms/MemCpyOpt/memcpy-to-memset.ll | 98 +++++++++++++++++++++++----
7 files changed, 192 insertions(+), 66 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 b24013c5f9 Remove failing test.
new ba1471ee75 [clang-format] Do not merge short case labels if followed by [...]
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/Format/UnwrappedLineFormatter.cpp | 2 ++
unittests/Format/FormatTest.cpp | 24 ++++++++++++++++++++++++
2 files changed, 26 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 4739269956a [MCA] Remove dependency on CodeGen.
new db9807d302d [WebAssembly] Revert r342701, "Add WebAssembly to LLVM_ALL_ [...]
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:
CMakeLists.txt | 1 -
1 file changed, 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 97eaa64e596 [MachineCopyPropagation] Refactor copy tracking into a class. NFC
new da8383a9ebe [Docs] [Support] Correct a missed reference and use up to d [...]
new 4739269956a [MCA] Remove dependency on CodeGen.
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:
docs/SupportLibrary.rst | 21 +++++++++++----------
tools/llvm-mca/lib/CMakeLists.txt | 1 -
tools/llvm-mca/lib/LLVMBuild.txt | 2 +-
tools/llvm-mca/lib/Pipeline.cpp | 1 -
4 files changed, 12 insertions(+), 13 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 5b1329de306 [llvm-objcopy/llvm-strip]: handle --version
new 97eaa64e596 [MachineCopyPropagation] Refactor copy tracking into a class. 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/MachineCopyPropagation.cpp | 232 +++++++++++++++++++--------------
1 file changed, 133 insertions(+), 99 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 a2c30e56a Make a member function non-member. NFC.
new c7e7fedf6 [ELF] Use the Repl point to avoid the segfault when using ICF
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 | 2 +-
test/ELF/emit-relocs-icf1.s | 32 ++++++++++++++++++++++++++++++++
test/ELF/emit-relocs-icf2.s | 36 ++++++++++++++++++++++++++++++++++++
3 files changed, 69 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/emit-relocs-icf1.s
create mode 100644 test/ELF/emit-relocs-icf2.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 b69da1b452d [MachineCopyPropagation] Minor clang-formatting. NFC
new 7b734738932 [WebAssembly] Add WebAssembly to LLVM_ALL_TARGTS.
new 5b1329de306 [llvm-objcopy/llvm-strip]: handle --version
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:
CMakeLists.txt | 1 +
test/tools/llvm-objcopy/objcopy-version.test | 4 ++++
test/tools/llvm-objcopy/strip-version.test | 4 ++++
tools/llvm-objcopy/ObjcopyOpts.td | 3 +++
tools/llvm-objcopy/StripOpts.td | 4 ++++
tools/llvm-objcopy/llvm-objcopy.cpp | 10 ++++++++++
6 files changed, 26 insertions(+)
create mode 100644 test/tools/llvm-objcopy/objcopy-version.test
create mode 100644 test/tools/llvm-objcopy/strip-version.test
--
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 c6a1c98cbc Automatic date update in version.in
new be9a9af906 Fix more fallout from 17f6ade235fc
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:
gas/ChangeLog | 4 ++
gas/testsuite/gas/avr/large-debug-line-table.d | 5 +-
ld/ChangeLog | 4 ++
ld/testsuite/ld-avr/gc-section-debugline.d | 89 +++++++++-----------------
4 files changed, 42 insertions(+), 60 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 gcc.
from 337dfeab879 PR c++/87109 - wrong ctor with maybe-rvalue semantics. * [...]
new af01c91d08e Daily bump.
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:
gcc/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from 0df9714699b * config/pa/pa.md (atomic_storeqi): Restore deleted expand [...]
new 1c62bf7f515 Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.