This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 75ce95f Skip TestStepOverBreakpoint on windows
new 71a29f2 Fix Xcode project.
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:
lldb.xcodeproj/project.pbxproj | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 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 binutils-gdb.
from 773fb66 [AArch64] Add SVE system registers
new f98d33b Add SFENCE.VMA instruction
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/ChangeLog | 6 ++++++
include/opcode/riscv-opc.h | 3 +++
opcodes/ChangeLog | 5 +++++
opcodes/riscv-opc.c | 3 +++
4 files changed, 17 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 lldb.
from 710fd32 Revert "Refactor log channel registration mechanism"
new 75ce95f Skip TestStepOverBreakpoint on windows
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:
.../breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py | 2 ++
1 file changed, 2 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 llvm.
from 120c82e [Inline] add tests to show attribute information loss; NFC
new 3ea75c6 Expose getBaseDiscriminatorFromDiscriminator, getDuplicationF [...]
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/IR/DebugInfoMetadata.h | 83 ++++++++++++++++++++++---------------
1 file changed, 49 insertions(+), 34 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 aae1337 [AMDGPU] Revert failed scheduling
new be2cd40 [X86][SSE] Propagate undef upper elements from scalar_to_vect [...]
new 120c82e [Inline] add tests to show attribute information loss; 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:
lib/Target/X86/X86ISelLowering.cpp | 8 +++-
test/CodeGen/X86/shrink_vmul.ll | 4 +-
test/CodeGen/X86/vec_extract-mmx.ll | 2 +-
test/CodeGen/X86/vec_int_to_fp.ll | 2 +-
test/CodeGen/X86/vector-half-conversions.ll | 56 +++++++++++---------------
test/CodeGen/X86/vector-sext.ll | 4 +-
test/CodeGen/X86/widen_conv-3.ll | 4 --
test/CodeGen/X86/widen_conv-4.ll | 4 --
test/Transforms/Inline/arg-attr-propagation.ll | 50 +++++++++++++++++++++++
9 files changed, 87 insertions(+), 47 deletions(-)
create mode 100644 test/Transforms/Inline/arg-attr-propagation.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 clang-tools-extra.
from 783ba73 Fixed indentation issue in release notes
new 11af989 [clang-tidy] Fix test modernize-return-braced-init-list
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/clang-tidy/modernize-return-braced-init-list.cpp | 3 +--
1 file changed, 1 insertion(+), 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 llvm.
from 49d7488 Revert "[JumpThreading] Thread through guards"
new aae1337 [AMDGPU] Revert failed scheduling
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/AMDGPUTargetMachine.cpp | 3 +-
lib/Target/AMDGPU/GCNSchedStrategy.cpp | 117 +++-
lib/Target/AMDGPU/GCNSchedStrategy.h | 23 +-
test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll | 19 +-
test/CodeGen/AMDGPU/mul.ll | 32 +-
test/CodeGen/AMDGPU/schedule-regpressure-limit.ll | 589 +++++++++++++++++++++
.../AMDGPU/vgpr-spill-emergency-stack-slot.ll | 19 +-
7 files changed, 732 insertions(+), 70 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/schedule-regpressure-limit.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 openmp.
from 4726583 [OpenMP] New Tsan annotations to remove false positive on red [...]
new 1aaa414 Enable yield cycle on Linux
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/src/kmp.h | 6 +++++-
runtime/src/kmp_global.cpp | 2 +-
runtime/src/kmp_settings.cpp | 4 ----
runtime/src/z_Linux_util.cpp | 13 ++++++++-----
4 files changed, 14 insertions(+), 11 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-tools-extra.
from 929f8cc [clang-tidy] Add check 'modernize-return-braced-init-list'
new 783ba73 Fixed indentation issue in release notes
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:
docs/ReleaseNotes.rst | 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 libunwind.
from 0e14fd1 [libunwind][CMake] Use libc++ headers when available
new 3d49b5d Revert "[libunwind][CMake] Use libc++ headers when available"
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 | 20 --------------------
1 file changed, 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.