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 f98b2e334f Remove references to ada_name_for_lookup (deleted)
new 451875b4f9 x86-64: Use PLT address for PC-relative reloc
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 | 19 ++++++++
bfd/elf32-i386.c | 2 +-
bfd/elf64-x86-64.c | 24 ++++++++++-
bfd/elfxx-x86.c | 22 +++++++---
bfd/elfxx-x86.h | 50 ++++++++++++++--------
ld/ChangeLog | 12 ++++++
ld/testsuite/ld-i386/i386.exp | 16 +++++++
ld/testsuite/ld-i386/pr22842a.c | 20 +++++++++
ld/testsuite/ld-i386/{pr17689b.S => pr22842b.S} | 21 ++++-----
ld/testsuite/ld-x86-64/pr22842a.c | 20 +++++++++
.../ld-x86-64/{copyreloc-main2.rd => pr22842a.rd} | 0
ld/testsuite/ld-x86-64/pr22842b.S | 20 +++++++++
ld/testsuite/ld-x86-64/pr22842b.rd | 4 ++
ld/testsuite/ld-x86-64/x86-64.exp | 25 +++++++++++
14 files changed, 215 insertions(+), 40 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr22842a.c
copy ld/testsuite/ld-i386/{pr17689b.S => pr22842b.S} (75%)
create mode 100644 ld/testsuite/ld-x86-64/pr22842a.c
copy ld/testsuite/ld-x86-64/{copyreloc-main2.rd => pr22842a.rd} (100%)
create mode 100644 ld/testsuite/ld-x86-64/pr22842b.S
create mode 100644 ld/testsuite/ld-x86-64/pr22842b.rd
--
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 4c88e719dd [Sema] Fix decltype of static data members
new fe7e92d45b Quick fix for 325116 buildbots: move template specialization [...]
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/AST/ASTImporter.cpp | 56 +++++++++++++++++++++++++------------------------
1 file changed, 29 insertions(+), 27 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 b7619d5070 [ASTImporter] Fix lexical DC for templated decls; support Va [...]
new 4c88e719dd [Sema] Fix decltype of static data members
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/Sema/SemaType.cpp | 5 +++--
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/p4-cxx0x.cpp | 7 ++++++-
2 files changed, 9 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 clang.
from 7b1bfe4542 Test commit access
new b7619d5070 [ASTImporter] Fix lexical DC for templated decls; support Va [...]
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/AST/ASTImporter.cpp | 159 +++++++++++++++++++++++-----------
test/ASTMerge/var-cpp/Inputs/var1.cpp | 17 ++++
test/ASTMerge/var-cpp/test.cpp | 9 ++
unittests/AST/ASTImporterTest.cpp | 40 ++++++---
4 files changed, 161 insertions(+), 64 deletions(-)
create mode 100644 test/ASTMerge/var-cpp/Inputs/var1.cpp
create mode 100644 test/ASTMerge/var-cpp/test.cpp
--
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_60
in repository clang.
from 4a00562092 Merging r324537: ------------------------------------------- [...]
new 4a0ce84710 Merging r323998: ------------------------------------------- [...]
new b092852c1d Revert r319777 for PR36357
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/Headers/avx512bwintrin.h | 6 ++++--
lib/Headers/avx512fintrin.h | 2 +-
lib/Sema/SemaDecl.cpp | 10 ++++++++++
test/CodeGen/avx512bw-builtins.c | 22 ++++++----------------
test/CodeGen/avx512f-builtins.c | 13 +++----------
test/Sema/bitfield.c | 4 ++++
test/Sema/cxx-as-c.c | 9 +++++++++
7 files changed, 37 insertions(+), 29 deletions(-)
create mode 100644 test/Sema/cxx-as-c.c
--
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 c8650a44884 [IRMover] Move type name extraction to a separate function. NFC
new ef56f2df647 Revert r325107 (case folding DJB hash) and subsequent build fix
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/Support/DJB.h | 4 -
include/llvm/Support/Unicode.h | 4 -
lib/Support/CMakeLists.txt | 1 -
lib/Support/DJB.cpp | 78 +---
lib/Support/UnicodeCaseFold.cpp | 742 ---------------------------------------
unittests/Support/CMakeLists.txt | 1 -
unittests/Support/DJBTest.cpp | 89 -----
utils/unicode-case-fold.py | 137 --------
8 files changed, 1 insertion(+), 1055 deletions(-)
delete mode 100644 lib/Support/UnicodeCaseFold.cpp
delete mode 100644 unittests/Support/DJBTest.cpp
delete mode 100755 utils/unicode-case-fold.py
--
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_60
in repository llvm.
from 2192111fb2e Merging r324962: (only the first hunk; see PR36375)
new 3af8845fb1a Revert r320917 for PR36357
new a1b3df34e9e Revert r319778 (and r319911) due to PR36357
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/IR/IntrinsicsX86.td | 9 +
lib/IR/AutoUpgrade.cpp | 7 -
lib/Target/X86/X86ISelLowering.cpp | 59 +---
lib/Target/X86/X86IntrinsicsInfo.h | 5 +-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 53 ----
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 14 -
test/CodeGen/X86/avx512-intrinsics.ll | 15 +
test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 371 ++++++++--------------
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 40 ---
test/CodeGen/X86/avx512bw-intrinsics.ll | 49 +++
10 files changed, 219 insertions(+), 403 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 8e7103e4 [clangd] Configure clangd tracing with CLANGD_TRACE env inste [...]
new 869007f6 [clangd] Explicitly initialize all primitive fields in Protocol.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:
clangd/ClangdLSPServer.cpp | 19 ++++++--------
clangd/ClangdUnit.cpp | 21 +++++++++++-----
clangd/Protocol.h | 29 +++++++++++-----------
clangd/SourceCode.cpp | 5 +++-
unittests/clangd/ClangdTests.cpp | 31 ++++++++++++-----------
unittests/clangd/SourceCodeTests.cpp | 48 +++++++++++++++++++++---------------
6 files changed, 85 insertions(+), 68 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 binutils-gdb.
from d4dd94f863 LD: Remove a stale `ldlex_command' prototype
new f98b2e334f Remove references to ada_name_for_lookup (deleted)
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:
gdb/ChangeLog | 6 ++++++
gdb/ada-lang.c | 2 +-
gdb/ada-lang.h | 2 --
3 files changed, 7 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 ce2ac038281 Fix build broken by r325107
new c8650a44884 [IRMover] Move type name extraction to a separate function. 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:
lib/Linker/IRMover.cpp | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.