This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 3d5f18c03 [StackFrame] Add doxygen comments to the StackFrameList API (NFC)
new 14b125029 Don't ignore byte_order in Stream::PutMaxHex64
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:
source/Utility/Stream.cpp | 6 +++---
unittests/Utility/StreamTest.cpp | 26 ++++++++++++++++++++++++++
2 files changed, 29 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 gcc.
from eed7570c0b2 [AArch64] Update expected output for sve/var_stride_[24].c
new 8da91d6a295 Cherry-pick compiler-rt revision 318044 and 319180.
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:
libsanitizer/ChangeLog | 7 ++
libsanitizer/tsan/tsan_platform.h | 122 ++++++++++++++++++++++---------
libsanitizer/tsan/tsan_platform_linux.cc | 4 +-
3 files changed, 95 insertions(+), 38 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 lldb.
from a98bce74c Removed failing StreamTest case
new 9f4857b63 [StackFrame] Factor GetOnlyConcreteFramesUpTo out of GetFrame [...]
new 04d8f01bb [StackFrame] Use early returns in ResetCurrentInlinedDepth (NFC)
new 3d5f18c03 [StackFrame] Add doxygen comments to the StackFrameList API (NFC)
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:
include/lldb/Target/StackFrameList.h | 64 +++-
source/Target/StackFrameList.cpp | 573 +++++++++++++++++------------------
2 files changed, 330 insertions(+), 307 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 release_70
in repository lldb.
at 70c4484ad Creating release_70 branch off revision 338536
This branch includes the following new commits:
new 70c4484ad Creating release_70 branch off revision 338536
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.
--
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 dc21a6f3288 [NFC][FunctionAttrs] Remove duplication in old/new PM pipeline
new a2d22f73a3f [SelectionDAG] Make binop reduction matcher available to al [...]
new 887eb8d03ab [x86] add tests to show miscompile for funnel shift with we [...]
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/CodeGen/SelectionDAG.h | 9 ++++
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 58 +++++++++++++++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 71 +++----------------------------
test/CodeGen/X86/funnel-shift-rot.ll | 29 +++++++++++++
4 files changed, 102 insertions(+), 65 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 08b4b50725a [llvm-mca][x86] Add PCLMUL instruction resource tests
new 4619b05f78c [llvm-mca][x86] Add PREFETCHW instruction resource tests
new dc21a6f3288 [NFC][FunctionAttrs] Remove duplication in old/new PM pipeline
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/IPO/FunctionAttrs.cpp | 62 ++++++++++------------
.../llvm-mca/X86/Broadwell/resources-prefetchw.s | 38 +++++++++++++
.../llvm-mca/X86/BtVer2/resources-prefetchw.s | 42 +++++++++++++++
.../llvm-mca/X86/Generic/resources-prefetchw.s | 36 +++++++++++++
test/tools/llvm-mca/X86/SLM/resources-prefetchw.s | 36 +++++++++++++
.../X86/SkylakeClient/resources-prefetchw.s | 38 +++++++++++++
.../X86/SkylakeServer/resources-prefetchw.s | 38 +++++++++++++
.../llvm-mca/X86/Znver1/resources-prefetchw.s | 40 ++++++++++++++
8 files changed, 297 insertions(+), 33 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/Broadwell/resources-prefetchw.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/resources-prefetchw.s
create mode 100644 test/tools/llvm-mca/X86/Generic/resources-prefetchw.s
create mode 100644 test/tools/llvm-mca/X86/SLM/resources-prefetchw.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/resources-prefetchw.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeServer/resources-prefetchw.s
create mode 100644 test/tools/llvm-mca/X86/Znver1/resources-prefetchw.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 9e6a27fb0cb [llvm-mca] Correctly update the rank in `Scheduler::select()`.
new 742c679d08b [llvm-objcopy] Add support for --rename-section flags from [...]
new 08b4b50725a [llvm-mca][x86] Add PCLMUL instruction resource tests
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:
.../llvm-mca/X86/Broadwell/resources-pclmul.s | 38 +++++++
.../{resources-clmul.s => resources-pclmul.s} | 0
test/tools/llvm-mca/X86/Generic/resources-pclmul.s | 36 +++++++
test/tools/llvm-mca/X86/Haswell/resources-pclmul.s | 38 +++++++
test/tools/llvm-mca/X86/SLM/resources-pclmul.s | 36 +++++++
.../{resources-clmul.s => resources-pclmul.s} | 0
.../llvm-mca/X86/SkylakeClient/resources-pclmul.s | 38 +++++++
.../llvm-mca/X86/SkylakeServer/resources-pclmul.s | 38 +++++++
test/tools/llvm-mca/X86/Znver1/resources-pclmul.s | 40 +++++++
.../rename-section-flag-osproc-mask.test | 115 +++++++++++++++++++++
.../rename-section-flag-preserved.test | 74 +++++++++++++
test/tools/llvm-objcopy/rename-section-flag.test | 60 +++++++++++
test/tools/llvm-objcopy/rename-section.test | 4 +-
tools/llvm-objcopy/ObjcopyOpts.td | 10 +-
tools/llvm-objcopy/llvm-objcopy.cpp | 111 ++++++++++++++++++--
15 files changed, 625 insertions(+), 13 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/Broadwell/resources-pclmul.s
rename test/tools/llvm-mca/X86/BtVer2/{resources-clmul.s => resources-pclmul.s} (100%)
create mode 100644 test/tools/llvm-mca/X86/Generic/resources-pclmul.s
create mode 100644 test/tools/llvm-mca/X86/Haswell/resources-pclmul.s
create mode 100644 test/tools/llvm-mca/X86/SLM/resources-pclmul.s
copy test/tools/llvm-mca/X86/SandyBridge/{resources-clmul.s => resources-pclmul.s} (100%)
create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/resources-pclmul.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeServer/resources-pclmul.s
create mode 100644 test/tools/llvm-mca/X86/Znver1/resources-pclmul.s
create mode 100644 test/tools/llvm-objcopy/rename-section-flag-osproc-mask.test
create mode 100644 test/tools/llvm-objcopy/rename-section-flag-preserved.test
create mode 100644 test/tools/llvm-objcopy/rename-section-flag.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 test-suite.
from d0359faf Make Misc-C++-EH test to compiple with -static
new 4e3c9203 [mips] Fix compile options for tramp3d-v4 test
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:
MultiSource/Benchmarks/tramp3d-v4/CMakeLists.txt | 3 +++
MultiSource/Benchmarks/tramp3d-v4/Makefile | 1 +
2 files changed, 4 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 release_70
in repository test-suite.
at 184193a1 Creating release_70 branch off revision 338536
This branch includes the following new commits:
new 184193a1 Creating release_70 branch off revision 338536
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.
--
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 openmp.
from e539d64 [test] Convert test for PR36720 to c89
new c6a4932 [OMPT,tests] Fix taskloop testcase scheduling effects
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:
runtime/test/ompt/tasks/taskloop.c | 33 +++++++++++++++++++++++----------
1 file changed, 23 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.