This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 240627e [AMDGPU][mc][tests][NFC] Add coverage/smoke tests for Gfx7 and Gfx8.
new a441aef [X86][SSE] Add explicit braces to avoid -Wdangling-else warning.
new 59fff99 [PM] Introduce a PoisoningVH as a (more expensive) alternativ [...]
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/IR/ValueHandle.h | 136 ++++++++++++++++++++++++++++++++++++-
lib/Target/X86/X86ISelLowering.cpp | 3 +-
unittests/IR/ValueHandleTest.cpp | 93 +++++++++++++++++++++++++
3 files changed, 228 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 llvm.
from 930bc2d Fix unused variable warning
new 240627e [AMDGPU][mc][tests][NFC] Add coverage/smoke tests for Gfx7 and Gfx8.
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/MC/AMDGPU/gfx7_asm_all.s | 63301 +++++++++++++++++
test/MC/AMDGPU/gfx8_asm_all.s | 90229 ++++++++++++++++++++++++
test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt | 87676 +++++++++++++++++++++++
3 files changed, 241206 insertions(+)
create mode 100644 test/MC/AMDGPU/gfx7_asm_all.s
create mode 100644 test/MC/AMDGPU/gfx8_asm_all.s
create mode 100644 test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt
--
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 1a3bde1 Revert yet another accidental change caused by r292684
new a49c64f Revert "[libcxx] Never use <cassert> within libc++"
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 | 3 +--
include/__config | 2 --
include/__threading_support | 1 +
src/condition_variable.cpp | 1 +
src/experimental/filesystem/path.cpp | 4 ++++
src/mutex.cpp | 7 ++++---
src/system_error.cpp | 4 ++--
7 files changed, 13 insertions(+), 9 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 b9c01fb [X86][SSE] Add support for constant folding vector arithmetic [...]
new 930bc2d Fix unused variable warning
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/X86/X86ISelLowering.cpp | 4 ++--
1 file 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 glibc.
from 3e1b518 Bug 21053: sh: Reduce namespace pollution from sys/ucontext.h
new 5845ce0 Add missing bugzilla reference in previous ChangeLog entry
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:
ChangeLog | 1 +
1 file changed, 1 insertion(+)
--
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 b3b7bbc [PR 79198] Call ipa-prop func summary destructor
new b4ec981 PR libstdc++/79206 check string_view sizes in operator==
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/include/experimental/string_view | 6 +++---
libstdc++-v3/include/std/string_view | 6 +++---
3 files changed, 12 insertions(+), 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 4dfe27f Fix fs::set_current_path unit test
new b9c01fb [X86][SSE] Add support for constant folding vector arithmetic [...]
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/X86/X86ISelLowering.cpp | 25 +++++++++++++----
test/CodeGen/X86/pmul.ll | 47 +++++++++++++++-----------------
test/CodeGen/X86/vector-idiv-sdiv-128.ll | 33 ++++++++++------------
test/CodeGen/X86/vector-idiv-udiv-128.ll | 3 +-
4 files changed, 57 insertions(+), 51 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 bf8d31f Fix the last commit; compression was being enabled on mac nat [...]
new 0945e65 Add format_provider for lldb::StateType
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/lldb/Core/State.h | 14 ++++++++++----
source/Core/State.cpp | 5 +----
source/Plugins/Process/Linux/NativeProcessLinux.cpp | 10 +++++-----
unittests/Core/CMakeLists.txt | 1 +
unittests/Core/StateTest.cpp | 21 +++++++++++++++++++++
5 files changed, 38 insertions(+), 13 deletions(-)
create mode 100644 unittests/Core/StateTest.cpp
--
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_40
in repository clang-tools-extra.
from fc0afbd ReleaseNotes: remove 'if you're reading on trunk' warning
new 93fb62b Merging r291892: -------------------------------------------- [...]
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-fixer/SymbolIndexManager.h | 11 +++++++++++
include-fixer/plugin/CMakeLists.txt | 1 +
2 files changed, 12 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.