This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bc8355c726 Driver: extract diagnostics flag handling (NFC)
new 371351289d [CodeGen]Refactor CpuSupports/CPUIs Builtin Code Gen to bett [...]
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/CGBuiltin.cpp | 243 ++++++++++++++++++++++--------------------
lib/CodeGen/CodeGenFunction.h | 4 +
2 files changed, 133 insertions(+), 114 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 dd9106706 [libFuzzer] Enable 8-bit counters test on macOS
new 665cb4327 [libFuzzer] use more iterations for a 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:
test/fuzzer/fuzzer-customcrossover.test | 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 master
in repository binutils-gdb.
from 39946cc227 x86: Add _bfd_x86_elf_mkobject
new c6295c2290 elfxx-x86.h: Fix a typo in comments
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:
bfd/ChangeLog | 5 +++++
bfd/elfxx-x86.h | 2 +-
2 files changed, 6 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 29492fbac5e NewGVN: Make sure we don't incorrectly use PredicateInfo wh [...]
new 7902ceb4434 [TTI] Initialize a value to trigger a crash deterministically.
new f2de8c1c551 llvm-isel-fuzzer: Weak function invoke the ire of PE/COFF
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/TargetTransformInfoImpl.h | 2 +-
tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp | 5 +----
2 files changed, 2 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 757642511df AMDGPU: Add ds_{read|write}_addtid_b32 definitions
new 29492fbac5e NewGVN: Make sure we don't incorrectly use PredicateInfo wh [...]
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/Transforms/Scalar/NewGVN.cpp | 13 +++++++++---
test/Transforms/NewGVN/pr34135.ll | 44 +++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr34135.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 binutils-gdb.
from a6798baba2 x86: Add _bfd_x86_elf_link_setup_gnu_properties
new 39946cc227 x86: Add _bfd_x86_elf_mkobject
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:
bfd/ChangeLog | 12 ++++++++++++
bfd/elf32-i386.c | 10 ----------
bfd/elf64-x86-64.c | 10 ----------
bfd/elfxx-x86.c | 8 ++++++++
bfd/elfxx-x86.h | 7 +++++++
5 files changed, 27 insertions(+), 20 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 14b3ed188bc * class.c (finish_struct): Call set_class_bindings for the [...]
new 7904fe55553 * cp-tree.h (resort_type_method_vec): Move declaration to [...]
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/cp/ChangeLog | 11 ++++++++
gcc/cp/class.c | 79 ++--------------------------------------------------
gcc/cp/cp-tree.h | 2 --
gcc/cp/name-lookup.c | 62 +++++++++++++++++++++++++++++++++++++++--
gcc/cp/name-lookup.h | 4 ++-
5 files changed, 76 insertions(+), 82 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 ee6378b814 [libFuzzer] switch -fsanitize=fuzzer from trace-pc-guard to [...]
new bc8355c726 Driver: extract diagnostics flag handling (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/Driver/ToolChains/Clang.cpp | 223 +++++++++++++++++++++-------------------
1 file changed, 116 insertions(+), 107 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 c58d273d61c llvm-isel-fuzzer: Add link-time dependency on BitWriter
new 6a29a225d2c AMDGPU: Add most d16 load/store instruction definitions
new 01b6128d903 LiveIntervalAnalysis: Fix alias regunit reserved definition
new 757642511df AMDGPU: Add ds_{read|write}_addtid_b32 definitions
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/llvm/CodeGen/MachineRegisterInfo.h | 8 +++
lib/CodeGen/LiveIntervalAnalysis.cpp | 10 ++--
lib/CodeGen/MachineRegisterInfo.cpp | 18 +++++++
lib/CodeGen/MachineVerifier.cpp | 2 +
lib/Target/AMDGPU/AMDGPU.td | 5 ++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 ++
lib/Target/AMDGPU/BUFInstructions.td | 45 ++++++++++++++++
lib/Target/AMDGPU/DSInstructions.td | 35 ++++++++++++
lib/Target/AMDGPU/FLATInstructions.td | 86 ++++++++++++++++++++++++------
test/CodeGen/ARM/no-fpscr-liveness.ll | 49 +++++++++++++++++
test/MC/AMDGPU/ds-gfx9.s | 42 +++++++++++++++
test/MC/AMDGPU/flat-gfx9.s | 32 +++++++++++
test/MC/AMDGPU/flat-global.s | 32 +++++++++++
test/MC/AMDGPU/flat-scratch-instructions.s | 32 +++++++++++
test/MC/AMDGPU/mubuf-gfx9.s | 34 ++++++++++++
15 files changed, 416 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/ARM/no-fpscr-liveness.ll
create mode 100644 test/MC/AMDGPU/ds-gfx9.s
create mode 100644 test/MC/AMDGPU/mubuf-gfx9.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.