This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from d474b8441 Revert "[DWARF] Extract indexing code into a separate class h [...]
new 87d7899ce [lldb] Fix compile warnings in r332702
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/Process/Utility/RegisterContextDarwin_arm.cpp | 2 +-
source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp | 7 ++++---
2 files changed, 5 insertions(+), 4 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 611089de Silence more truncation warnings; NFC.
new f51ae2a8 Trying to fix clang-move tests on windows build bot broken by [...]
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:
unittests/clang-move/ClangMoveTests.cpp | 35 +++++++++++++++++----------------
1 file changed, 18 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 llvm.
from 7dcb3bf9877 [InstCombine] add tests for lack of abs/nabs canonicalization; NFC
new efaf55551ee MCSchedModel: Add comments to IssueWidth.
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/MC/MCSchedule.h | 55 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 54 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 clang.
from 1fa3e2699a [ASTImporter] Enable disabled but passing test
new 20e9101add [Tooling] Add an overload of runToolOnCodeWithArgs that takes VFS
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/Tooling/Tooling.h | 9 +++++++++
lib/Tooling/Tooling.cpp | 31 +++++++++++++++++++++----------
2 files changed, 30 insertions(+), 10 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 3e371500b [DWARF] Extract indexing code into a separate class hierarchy
new d474b8441 Revert "[DWARF] Extract indexing code into a separate class h [...]
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:
.../Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp | 306 ---------
source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h | 74 ---
source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 3 -
.../DWARF/DWARFAbbreviationDeclaration.cpp | 1 -
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 1 -
source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp | 31 -
source/Plugins/SymbolFile/DWARF/DWARFIndex.h | 71 --
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 1 -
.../Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp | 278 --------
source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h | 71 --
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 730 +++++++++++++++++++--
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 46 +-
12 files changed, 702 insertions(+), 911 deletions(-)
delete mode 100644 source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
delete mode 100644 source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h
delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFIndex.h
delete mode 100644 source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
delete mode 100644 source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h
--
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 d422f57968 [clang-format/ObjC] Correctly annotate single-component ObjC [...]
new 1fa3e2699a [ASTImporter] Enable disabled but passing 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:
unittests/AST/ASTImporterTest.cpp | 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 llvm.
from 7ac661e9474 [InstCombine] regenerate checks; NFC
new 7dcb3bf9877 [InstCombine] add tests for lack of abs/nabs canonicalization; 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/Transforms/InstCombine/abs-1.ll | 165 ++++++++++++++++++++++++++++++-----
1 file changed, 141 insertions(+), 24 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 69f63a0cc2 [HIP] Support offloading by linker script
new d422f57968 [clang-format/ObjC] Correctly annotate single-component ObjC [...]
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/Format/TokenAnnotator.cpp | 6 ++++++
unittests/Format/FormatTestObjC.cpp | 4 ++++
2 files changed, 10 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 96a67f12563 [X86][BtVer2] Partial vector stores (inc MMX) have a 2cy latency
new 7ac661e9474 [InstCombine] regenerate checks; 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/Transforms/InstCombine/abs_abs.ll | 718 ++++++++++++++++++---------------
1 file changed, 392 insertions(+), 326 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 be7fed513b Move #include manipulation code to new lib/Tooling/Inclusions.
new 69f63a0cc2 [HIP] Support offloading by linker script
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/Driver/Options.td | 2 +
lib/CodeGen/CGCUDANV.cpp | 115 +++++++++++++++++++++----------
lib/Driver/ToolChains/CommonArgs.cpp | 130 +++++++++++++++++++++++++++++++++--
lib/Driver/ToolChains/CommonArgs.h | 6 ++
lib/Driver/ToolChains/Gnu.cpp | 4 ++
test/CodeGenCUDA/device-stub.cu | 40 ++++++-----
6 files changed, 237 insertions(+), 60 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.