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 f3d11a9a96 Convert default_child_has_foo functions to process_stratum_t [...]
new 20a7119479 Add PR number to previous delta to the bfd/ directory.
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 | 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 lldb.
from 2dc1d393d [NativePDB] Fix ast-reconstruction test on x86
new c581b6b1c Revert "[PDB] Support PDB-backed expressions evaluation"
new dc5b80b29 Skip TestRequireHWBreakpoints on Windows
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:
lit/SymbolFile/PDB/Inputs/ExpressionsTest.cpp | 20 ----------
lit/SymbolFile/PDB/Inputs/ExpressionsTest0.script | 7 ----
lit/SymbolFile/PDB/Inputs/ExpressionsTest1.script | 1 -
lit/SymbolFile/PDB/Inputs/ExpressionsTest2.script | 2 -
lit/SymbolFile/PDB/expressions.test | 36 ------------------
.../TestRequireHWBreakpoints.py | 4 ++
source/Expression/IRExecutionUnit.cpp | 2 +-
.../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 6 +--
.../Process/Windows/Common/ProcessWindows.cpp | 5 +--
.../Windows/Common/RegisterContextWindows.cpp | 2 +-
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 40 ++++----------------
source/Plugins/SymbolFile/PDB/PDBASTParser.h | 4 +-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 44 ++++++++++------------
13 files changed, 38 insertions(+), 135 deletions(-)
delete mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest.cpp
delete mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest0.script
delete mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest1.script
delete mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest2.script
delete mode 100644 lit/SymbolFile/PDB/expressions.test
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/binutils-gdb.
from 637d905555 Automatic date update in version.in
adds 081de957bc Automatic date update in version.in
adds 0f494b0143 PR23937, powerpc64le local ifunc IRELATIVE relocs are wrong
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 6 ++++
bfd/elf64-ppc.c | 3 +-
bfd/version.h | 2 +-
ld/ChangeLog | 6 ++++
ld/testsuite/ld-powerpc/powerpc.exp | 1 +
ld/testsuite/ld-powerpc/pr23937.d | 10 ++++++
ld/testsuite/ld-powerpc/pr23937.s | 65 +++++++++++++++++++++++++++++++++++++
7 files changed, 91 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/pr23937.d
create mode 100644 ld/testsuite/ld-powerpc/pr23937.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 clang.
from 9a6a9f5994 [clang] Fill RealPathName for virtual files.
new 5c6810f8f7 Adding tests for -ast-dump; 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:
test/Misc/ast-dump-stmt.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 62 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 f170fd931e3 Revert "[BTF] Add BTF DebugInfo"
new 3a446a39770 [llvm-mca] Speedup the default resource selection strategy.
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/HardwareUnits/ResourceManager.h | 6 +--
.../llvm-mca/lib/HardwareUnits/ResourceManager.cpp | 43 ++++++++++++++--------
2 files changed, 31 insertions(+), 18 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 7f22971bc8 Adding tests for -ast-dump; NFC.
new 9a6a9f5994 [clang] Fill RealPathName for virtual files.
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/clang/Basic/FileManager.h | 7 +++++++
lib/Basic/FileManager.cpp | 24 ++++++++++++++----------
unittests/Basic/FileManagerTest.cpp | 25 ++++++++++++++++++-------
3 files changed, 39 insertions(+), 17 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 e9cefe5f [clangd] Penalize destructor and overloaded operators in code [...]
new d9b42e48 [clangd] Populate include graph during static indexing action.
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:
clangd/Headers.h | 4 +-
clangd/index/Background.cpp | 3 +-
clangd/index/IndexAction.cpp | 122 ++++++++++++++++--
clangd/index/IndexAction.h | 10 +-
clangd/indexer/IndexerMain.cpp | 3 +-
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/IndexActionTests.cpp | 230 ++++++++++++++++++++++++++++++++++
7 files changed, 359 insertions(+), 14 deletions(-)
create mode 100644 unittests/clangd/IndexActionTests.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.