This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 8283ba2b4 [NativePDB] Fix lldb-x64-windows-ninja after r352464
new 1a394974b BreakpadRecords: Add parsing code for FILE and LINE records
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:
.../ObjectFile/Breakpad/BreakpadRecords.cpp | 59 ++++++++++++++++++++++
.../Plugins/ObjectFile/Breakpad/BreakpadRecords.h | 32 ++++++++++++
.../ObjectFile/Breakpad/BreakpadRecordsTest.cpp | 16 ++++++
3 files changed, 107 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_80
in repository lldb.
from c3187588f Merging r352116: -------------------------------------------- [...]
new 7a035a43c Merging r352382: -------------------------------------------- [...]
new ba89ea3b6 Merging r352374: -------------------------------------------- [...]
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:
cmake/modules/AddLLDB.cmake | 4 +++-
cmake/modules/LLDBStandalone.cmake | 2 +-
lit/CMakeLists.txt | 11 ++++++++---
3 files changed, 12 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 gcc-8-branch
in repository gcc.
from cd119509573 Daily bump.
new 0d5ba57508c Backport ARC patches.
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 | 10 ++++++++++
gcc/config.gcc | 5 ++++-
gcc/config/arc/atomic.md | 2 +-
3 files changed, 15 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 gcc.
from b4371b277f1 [ARC] Enable init_array support.
new 780422ff1b0 runtime: fix sigprof frame counting
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/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/proc.go | 3 +--
2 files changed, 2 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 llvm.
from d99c98b3dd5 [llvm-objcopy] Implement --set-section-flags.
new c00cde6ade5 [SelectionDAGBuilder] Remove redundant variable. NFCI.
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/SelectionDAG/SelectionDAGBuilder.cpp | 10 +++-------
1 file changed, 3 insertions(+), 7 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 25b414dfc07 Mark gdc.dg/pr89042?.d as compile tests
new b4371b277f1 [ARC] Enable init_array support.
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 | 4 ++++
gcc/config.gcc | 5 ++++-
2 files changed, 8 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 67a2922523a gn build: Merge r352444, r352431, r352430
new db95f488001 Reversing the checkin for version 352484 as tests are failing.
new d99c98b3dd5 [llvm-objcopy] Implement --set-section-flags.
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 75 ++++++++-----
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 5 +-
test/CodeGen/AArch64/switch-unreachable-default.ll | 124 ---------------------
test/CodeGen/X86/pr38743.ll | 72 ++++++------
test/CodeGen/X86/switch-jump-table.ll | 8 +-
.../ELF/set-section-flags-and-rename.test | 14 +++
.../ELF/set-section-flags-multiple.test | 32 ++++++
...me-section-flag.test => set-section-flags.test} | 42 ++++---
tools/llvm-objcopy/COFF/COFFObjcopy.cpp | 8 +-
tools/llvm-objcopy/CopyConfig.cpp | 87 +++++++++++----
tools/llvm-objcopy/CopyConfig.h | 6 +
tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 34 ++++--
tools/llvm-objcopy/ObjcopyOpts.td | 7 ++
13 files changed, 266 insertions(+), 248 deletions(-)
delete mode 100644 test/CodeGen/AArch64/switch-unreachable-default.ll
create mode 100644 test/tools/llvm-objcopy/ELF/set-section-flags-and-rename.test
create mode 100644 test/tools/llvm-objcopy/ELF/set-section-flags-multiple.test
copy test/tools/llvm-objcopy/ELF/{rename-section-flag.test => set-section-flags.te [...]
--
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 7acb4bb4a6b [AMDGPU] Fix a weird WWM intrinsic issue.
new 67a2922523a gn build: Merge r352444, r352431, r352430
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:
utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn | 1 +
utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn | 1 +
utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn | 1 +
3 files changed, 3 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 clang.
from 248e5bf6ef [CUDA][HIP] Do not diagnose use of _Float16
new a66f02343b [Tooling] Handle #pragma once header guard in include insertion.
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/Tooling/Inclusions/HeaderIncludes.cpp | 62 ++++++++++++++++++++++---------
unittests/Tooling/HeaderIncludesTest.cpp | 14 +++++--
2 files changed, 55 insertions(+), 21 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_80
in repository llvm.
from 29eefd25394 Merging r352204: ------------------------------------------ [...]
new f10fce8a173 Merging r352374: ------------------------------------------ [...]
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:
cmake/modules/AddLLVM.cmake | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.