This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 64a0af2 [X86][AVX2] Passing the appropriate memory operand class to V [...]
new b94ac0f [AMDGPU] Disassembler: fix for disaasembling v_mac_f32/16_dpp/sdwa
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/AMDGPU/VOP1Instructions.td | 8 +++++++-
lib/Target/AMDGPU/VOP2Instructions.td | 15 +++++++++++----
lib/Target/AMDGPU/VOPCInstructions.td | 5 +++++
lib/Target/AMDGPU/VOPInstructions.td | 3 +++
test/MC/Disassembler/AMDGPU/dpp_vi.txt | 7 ++++++-
test/MC/Disassembler/AMDGPU/sdwa_vi.txt | 7 +++++--
6 files changed, 37 insertions(+), 8 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 ff50d1d Do not return null or Undefined from find{All,}ByVersion.
new 3c8a509 [ELF] - Use error() instead of fatal() during relaxation of R [...]
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/Target.cpp | 2 +-
test/ELF/invalid/Inputs/broken-relaxation-x64.elf | Bin 0 -> 688 bytes
test/ELF/invalid/broken-relaxation-x64.s | 46 ++++++++++++++++++++++
3 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/invalid/Inputs/broken-relaxation-x64.elf
create mode 100644 test/ELF/invalid/broken-relaxation-x64.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 lld.
from fa5e4cf Make -color-diagnostics an alias to -color-diagnostics=always.
new ff50d1d Do not return null or Undefined from find{All,}ByVersion.
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/SymbolTable.cpp | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 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 d1f4bc9 Daily bump.
new 81e99ce PR bootstrap/78817 * vec.h (vec<T, va_heap, vl_ptr>::safe_g [...]
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/ChangeLog | 6 ++++++
gcc/vec.h | 14 ++++----------
2 files changed, 10 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 4bc31e9 [PM] Loosen the check ever so slightly -- MSVC appears to not [...]
new 64a0af2 [X86][AVX2] Passing the appropriate memory operand class to V [...]
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/X86InstrSSE.td | 2 +-
test/MC/X86/intel-syntax-x86-64-avx.s | 56 +++++++++++++++++++++++++++++++++
test/MC/X86/x86_64-avx-encoding.s | 58 +++++++++++++++++++++++++++++++++++
3 files changed, 115 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 lld.
from 88ef826 Define a getter function for a lazily-created object.
new fa5e4cf Make -color-diagnostics an alias to -color-diagnostics=always.
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/DriverUtils.cpp | 7 +++++--
ELF/Options.td | 6 ++++--
test/ELF/color-diagnostics.test | 7 ++++++-
3 files changed, 15 insertions(+), 5 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 95a32c8 [PM] Make a couple of CHECK lines a bit more precise, NFC.
new 4bc31e9 [PM] Loosen the check ever so slightly -- MSVC appears to not [...]
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/Other/new-pass-manager.ll | 8 ++++----
1 file changed, 4 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 compiler-rt.
from f652bfa Increase the treshold in unit test to accomodate for qurantin [...]
new f1243a1 [XRay] [compiler-rt] Move machine-dependent code into machine [...]
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/xray/xray_AArch64.cc | 14 +++
lib/xray/xray_arm.cc | 14 +++
lib/xray/xray_emulate_tsc.h | 40 ++++++++
lib/xray/xray_inmemory_log.cc | 185 +++++++++----------------------------
lib/xray/xray_interface_internal.h | 2 +
lib/xray/xray_x86_64.cc | 61 ++++++++++++
lib/xray/xray_x86_64.h | 32 +++++++
7 files changed, 209 insertions(+), 139 deletions(-)
create mode 100644 lib/xray/xray_emulate_tsc.h
create mode 100644 lib/xray/xray_x86_64.h
--
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 08b243e [CrashReproducer] Add support for merging -ivfsoverlay
new edb9d32 Speculative revert of r290310 to see if that's the change tha [...]
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/SemaTemplateDeduction.cpp | 61 +++++++++++++++++++++-----------------
1 file changed, 34 insertions(+), 27 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 2ffea51 [PM] Introduce a reasonable port of the main per-module pass [...]
new 4ed09f0 [PM] Remove now-dead extern template and explicit instantiati [...]
new 95a32c8 [PM] Make a couple of CHECK lines a bit more precise, NFC.
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/Analysis/CGSCCPassManager.h | 5 -----
lib/Analysis/CGSCCPassManager.cpp | 2 --
test/Other/new-pass-manager.ll | 8 ++++----
3 files changed, 4 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.