This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d619c9b838 Update to use enum classes for various ARM *Kind enums
new 7912acbd97 Revert r264998 and r265035.
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/TargetInfo.h | 15 ---------------
lib/Basic/Targets/OSTargets.h | 7 -------
lib/CodeGen/ItaniumCXXABI.cpp | 12 ++++++++++--
test/CodeGenCXX/eh.cpp | 2 +-
4 files changed, 11 insertions(+), 25 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_50
in repository clang.
from 269497e3c3 Revert r304899 and r304836: It's not clear printing all targ [...]
new ce8c97e653 Merging r309226: ------------------------------------------- [...]
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/Headers/unwind.h | 75 ++++++++++++++++++++++++++++++++++++++++------------
1 file changed, 58 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 libcxx.
from f226a28d6 Implement P0739R0: 'Some improvements to class template argum [...]
new 1fae624dc Disable the deduction guide test I added in 309296 for the mo [...]
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/std/utilities/variant/variant.variant/variant.ctor/copy.pass.cpp | 4 ++++
1 file changed, 4 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 compiler-rt.
from 861f5212c Add liblog to ubsan `UBSAN_DYNAMIC_LIBS`
new fa4969a72 [sanitizers] Sanitizer tests CMake clean up
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/AddCompilerRT.cmake | 5 +----
lib/asan/tests/CMakeLists.txt | 34 ++++---------------------------
lib/interception/tests/CMakeLists.txt | 17 ++--------------
lib/sanitizer_common/tests/CMakeLists.txt | 17 ++--------------
4 files changed, 9 insertions(+), 64 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 d3335c2a9e1 [InstCombine] Simplify pointer difference subtractions (GEP [...]
new 9fe81bfab04 [FunctionImport] Prefer isa<> to dyn_cast<> as the value is [...]
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/Transforms/IPO/FunctionImport.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 efbdc2d9521 [SelectionDAG] Improve DAGTypeLegalizer::convertMask assert [...]
new 91b875c229d [PDB] Write public symbol records and the publics hash table
new d3335c2a9e1 [InstCombine] Simplify pointer difference subtractions (GEP [...]
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/llvm/DebugInfo/CodeView/SymbolRecord.h | 8 +-
.../DebugInfo/PDB/Native/PublicsStreamBuilder.h | 29 +++-
include/llvm/IR/Operator.h | 6 +
.../PDB/Native/DbiModuleDescriptorBuilder.cpp | 11 +-
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 5 +-
lib/DebugInfo/PDB/Native/PublicsStreamBuilder.cpp | 187 ++++++++++++++++++---
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 27 ++-
test/Transforms/InstCombine/sub.ll | 81 +++++++++
8 files changed, 306 insertions(+), 48 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 lld.
from a40f254b4 Revert r309252 "[ELF] - Fix missing relocation when linking e [...]
new 4968b8030 [PDB] Write public symbol records and the publics hash table
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/PDB.cpp | 42 ++++++++++++++++++++++++++++++++++-----
COFF/SymbolTable.h | 6 ++++++
COFF/Symbols.cpp | 11 ++++++++++
COFF/Symbols.h | 12 +++++++----
COFF/Writer.cpp | 19 ++++++------------
test/COFF/pdb-import-gc.yaml | 2 +-
test/COFF/pdb-publics-import.test | 23 +++++++++++++++++++++
test/COFF/pdb.test | 19 +++++++++++++++++-
8 files changed, 110 insertions(+), 24 deletions(-)
create mode 100644 test/COFF/pdb-publics-import.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.
unknown user pushed a change to branch master
in repository llvm.
from 15b834ad7b9 [X86] SET0 to use XMM registers where possible PR26018 PR32862
new efbdc2d9521 [SelectionDAG] Improve DAGTypeLegalizer::convertMask assert [...]
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/LegalizeVectorTypes.cpp | 21 ++++++-------
test/CodeGen/X86/pr33960.ll | 39 ++++++++++++++++++++++++
2 files changed, 48 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/X86/pr33960.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 b5c13269 [clang-tidy] Do not issue fixit for explicit template special [...]
new db0ca852 [clangd] Don't reverse priorities of completion items.
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/ClangdUnit.cpp | 8 ++------
test/clangd/authority-less-uri.test | 4 ++--
test/clangd/completion.test | 28 ++++++++++++++--------------
3 files changed, 18 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.