This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c688c0b [CodeGen] Fix some Clang-tidy modernize and Include What You [...]
new d9de925 [AArch64] Add test case for fusion of AES crypto operations
new bcd633d [AArch64] Add test case for fusion of literal generation
new 6a905f6 [AArch64, X86] Guard against both instrs being wild cards
new 450fce7 [AArch64, X86] Add statistics for the MacroFusion pass
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:
lib/Target/AArch64/AArch64MacroFusion.cpp | 13 +-
lib/Target/X86/X86MacroFusion.cpp | 17 ++-
test/CodeGen/AArch64/misched-fusion-aes.ll | 207 +++++++++++++++++++++++++++++
test/CodeGen/AArch64/misched-fusion-lit.ll | 46 +++++++
4 files changed, 273 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/AArch64/misched-fusion-aes.ll
create mode 100644 test/CodeGen/AArch64/misched-fusion-lit.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 llvm.
from 0f341e4 Try to fix the buildbot on OSX.
new c688c0b [CodeGen] Fix some Clang-tidy modernize and Include What You [...]
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/MachineTraceMetrics.h | 66 +++++++++++++-----------
include/llvm/CodeGen/RegAllocPBQP.h | 80 ++++++++++++++++--------------
include/llvm/CodeGen/RegisterClassInfo.h | 32 ++++++------
include/llvm/CodeGen/RegisterPressure.h | 70 +++++++++++++++-----------
include/llvm/CodeGen/RegisterScavenging.h | 28 ++++++-----
lib/CodeGen/MachineTraceMetrics.cpp | 66 ++++++++++++++++--------
lib/CodeGen/RegAllocPBQP.cpp | 50 +++++++++++++------
lib/CodeGen/RegisterClassInfo.cpp | 18 +++++--
lib/CodeGen/RegisterPressure.cpp | 54 ++++++++++++++------
lib/CodeGen/RegisterScavenging.cpp | 14 ++++--
10 files changed, 296 insertions(+), 182 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 compiler-rt.
from 0fbafbe [asan] Re-enable a test on i386-darwin.
new 7204e5a [compiler-rt] Prevent symbolizer from starting itself.
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/sanitizer_common/sanitizer_symbolizer_libcdep.cc | 16 ++++++++++++++++
1 file changed, 16 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 lld.
from dfa85c3 [ELF] - Do not segfault when using --gc-sections with linker script
new 37deddd Add `-z nocopyreloc` option.
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/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/Relocations.cpp | 8 +++++++-
test/ELF/relocation-nocopy.s | 19 +++++++++++++++++++
4 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/relocation-nocopy.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 83fbeaf Try to fix Android build.
new 0f341e4 Try to fix the buildbot on OSX.
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/Support/Unix/Path.inc | 16 ----------------
1 file changed, 16 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 167b16d [Support] Add a function to check if a file resides locally.
new 83fbeaf Try to fix Android 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:
lib/Support/Unix/Path.inc | 4 +++-
1 file changed, 3 insertions(+), 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 13f0c80 Don't modify archive members unless really needed.
new 97a57b3 Make default value for disable-licm-promotion in licm explicit.
new 167b16d [Support] Add a function to check if a file resides locally.
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/Support/FileSystem.h | 26 +++++++++++++
include/llvm/Support/MemoryBuffer.h | 20 +++++-----
lib/Support/MemoryBuffer.cpp | 34 ++++++++---------
lib/Support/Unix/Path.inc | 66 +++++++++++++++++++++++++++++++--
lib/Support/Windows/Path.inc | 74 +++++++++++++++++++++++++++++++++++++
lib/Transforms/Scalar/LICM.cpp | 3 +-
unittests/Support/Path.cpp | 22 +++++++++++
7 files changed, 213 insertions(+), 32 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 8b744dc PR c++/79535 * cp-tree.h (maybe_reject_flexarray_init): Dec [...]
new fc71eea PR c++/41727 - ICE with partial spec of partial instantiation
new 46b926f PR c++/50308 - wrong deprecated warning with ADL
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:
gcc/cp/ChangeLog | 11 +++++++++++
gcc/cp/pt.c | 3 +++
gcc/cp/semantics.c | 10 +++++++++-
gcc/testsuite/c-c++-common/pr69558.c | 2 +-
.../g++.dg/template/partial-specialization5.C | 22 ++++++++++++++++++++++
gcc/testsuite/g++.dg/warn/deprecated-12.C | 20 ++++++++++++++++++++
6 files changed, 66 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/partial-specialization5.C
create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-12.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 llvm.
from 2c0dd61 Fix PR31896.
new 13f0c80 Don't modify archive members unless really needed.
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/Archive.h | 1 +
lib/Object/ArchiveWriter.cpp | 49 +++++++++++++++++++++++++---------------
test/Object/archive-extract.test | 6 ++---
test/Object/archive-format.test | 19 ++++++++++++----
test/Object/archive-pad.test | 19 ++++++++++++++++
tools/llvm-ar/llvm-ar.cpp | 15 ++++++++----
6 files changed, 80 insertions(+), 29 deletions(-)
create mode 100644 test/Object/archive-pad.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 compiler-rt.
from 796f898 [compiler-rt][asan] Fix incorrect macro preventing ICF with MSVC
new 0fbafbe [asan] Re-enable a test on i386-darwin.
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/sanitizer_common/TestCases/symbolize_pc.cc | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.