This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5b3e8fe6d97 [AArch64] Update a comment in a test
new 343cb90d280 AMDGPU/SI: Force exports at the end for SI scheduler
new 6044a148c62 AMDGPU/SI: Fix Depth and Height computation for SI scheduler
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/AMDGPU/SIMachineScheduler.cpp | 63 ++++++++++++++++++++++++++++++--
lib/Target/AMDGPU/SIMachineScheduler.h | 3 ++
2 files changed, 63 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 lldb.
from 10e79c445 [CMake] Cleanup unnecessary definition
new 112d3a38b [CMake] NFC. Cleanup unnecessary CMake policy
new f17913b3e [CMake] Fix framework build
new ac4ea1b2d [CMake] Rework construction of framework bundle
new 2d5e7d27b [CMake] Update Framework construction for iOS
new f47c6b2c5 [CMake] Build debugserver & debugserver_nonui
The 5 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 | 4 +-
cmake/modules/AddLLDB.cmake | 8 +++-
cmake/modules/LLDBStandalone.cmake | 4 --
scripts/framework-header-fix.sh | 13 ++++++
source/API/CMakeLists.txt | 44 ++++++++++++++++----
tools/debugserver/source/CMakeLists.txt | 72 +++++++++++++++++++++++++++++----
6 files changed, 122 insertions(+), 23 deletions(-)
create mode 100755 scripts/framework-header-fix.sh
--
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 67a0662e3 Improve the fix for PR33875 by not hardcoding the section nam [...]
new cf381427e [CMake] Add debugserver entitlements
new 10e79c445 [CMake] Cleanup unnecessary definition
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/LLDBConfig.cmake | 8 ++++----
tools/debugserver/source/CMakeLists.txt | 8 ++++++--
2 files changed, 10 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 lldb.
from e0de83b26 [TypeSystem] Guard the global `ASTSourceMap` with a mutex
new 67a0662e3 Improve the fix for PR33875 by not hardcoding the section nam [...]
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:
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp | 12 ++++++------
1 file changed, 6 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 clang.
from 0f53b50dc8 [ExternalASTMerger] Import Objective-C classes
new 35abed6401 Fix a bot by linking clang-import-test against libclangDriver
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:
tools/clang-import-test/CMakeLists.txt | 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 lld.
from 69ebb397c Attempt to fix lld tests on Windows after 308998.
new 8cc0d3b62 [COFF] Add support for delay loading DLLs on ARM
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:
COFF/Chunks.cpp | 5 +-
COFF/Chunks.h | 3 ++
COFF/DLL.cpp | 48 ++++++++++++++++-
test/COFF/delayimports-armnt.yaml | 106 ++++++++++++++++++++++++++++++++++++++
4 files changed, 159 insertions(+), 3 deletions(-)
create mode 100644 test/COFF/delayimports-armnt.yaml
--
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 5d285dac56 [ubsan] Null-check pointers in -fsanitize=vptr (PR33881)
new 315b9a701b [Frontend] Mark some ASTUnit methods as const. NFC.
new 0f53b50dc8 [ExternalASTMerger] Import Objective-C classes
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/clang/Frontend/ASTUnit.h | 20 +++++++-------
lib/AST/ExternalASTMerger.cpp | 6 ++++-
lib/Frontend/ASTUnit.cpp | 14 +++++-----
test/Import/objc-method/Inputs/S.m | 4 +++
test/Import/objc-method/test.m | 5 ++++
tools/clang-import-test/clang-import-test.cpp | 39 ++++++++++++++++++---------
6 files changed, 58 insertions(+), 30 deletions(-)
create mode 100644 test/Import/objc-method/Inputs/S.m
create mode 100644 test/Import/objc-method/test.m
--
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 a63ab3c9ea5 [LTO] Prevent dead stripping and internalization of symbols [...]
new d4147fa3abf [AArch64] Add a test for float argument passing to win64 va [...]
new 5b3e8fe6d97 [AArch64] Update a comment in a test
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:
test/CodeGen/AArch64/win64_vararg.ll | 26 ++++++++++++++++++++++++++
test/MC/AArch64/adrp-relocation.s | 9 ++++-----
2 files changed, 30 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 94c534f4bd5 Revert "This patch enables the usage of constant Enum ident [...]
new a63ab3c9ea5 [LTO] Prevent dead stripping and internalization of symbols [...]
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/LTO/LTO.h | 1 +
include/llvm/Object/IRSymtab.h | 13 +++-
lib/Object/IRSymtab.cpp | 4 ++
test/Object/X86/irsymtab.ll | 4 +-
.../gold/X86/Inputs/global_with_section.ll} | 5 +-
test/tools/gold/X86/global_with_section.ll | 79 ++++++++++++++++++++++
tools/gold/gold-plugin.cpp | 25 ++++++-
tools/llvm-lto2/llvm-lto2.cpp | 3 +
8 files changed, 126 insertions(+), 8 deletions(-)
copy test/{ThinLTO/X86/Inputs/cache-import-lists1.ll => tools/gold/X86/Inputs/glob [...]
create mode 100644 test/tools/gold/X86/global_with_section.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 lnt.
from 5246568 lnttool: Give nicer error message for unknown subcommands
new 95e0b5e admin: Rework commandline/click handling
new 800d4ef admin: Add machine-info command
new 1c759a7 api: Match /machines/name to specify machines
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:
docs/tools.rst | 5 +-
lnt/lnttool/admin.py | 298 ++++++++++++++++++++++++++++-----------------------
lnt/server/ui/api.py | 34 +++---
3 files changed, 188 insertions(+), 149 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.