This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 449753109d [CrossTU] Add a function to retrieve original source location.
new 7ceef36a33 [RISCV] Hard float ABI support
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/Basic/Targets/RISCV.cpp | 13 +-
lib/Basic/Targets/RISCV.h | 6 +-
lib/CodeGen/TargetInfo.cpp | 285 +++++++++++++++++++++++--
test/CodeGen/riscv32-ilp32-ilp32f-abi.c | 6 +-
test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c | 4 +
test/CodeGen/riscv32-ilp32d-abi.c | 282 ++++++++++++++++++++++++
test/CodeGen/riscv32-ilp32f-abi.c | 45 ++++
test/CodeGen/riscv32-ilp32f-ilp32d-abi.c | 275 ++++++++++++++++++++++++
test/CodeGen/riscv64-lp64-lp64f-abi.c | 2 +
test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c | 4 +
test/CodeGen/riscv64-lp64d-abi.c | 272 +++++++++++++++++++++++
test/CodeGen/riscv64-lp64f-lp64d-abi.c | 265 +++++++++++++++++++++++
test/Preprocessor/riscv-target-features.c | 24 +++
13 files changed, 1462 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGen/riscv32-ilp32d-abi.c
create mode 100644 test/CodeGen/riscv32-ilp32f-abi.c
create mode 100644 test/CodeGen/riscv32-ilp32f-ilp32d-abi.c
create mode 100644 test/CodeGen/riscv64-lp64d-abi.c
create mode 100644 test/CodeGen/riscv64-lp64f-lp64d-abi.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 clang-tools-extra.
from a58b93a7 [clangd] Suppress unwritten scopes when expanding auto.
new 6757bb11 [Clangd] Changed ExtractVariable to only work on non empty se [...]
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/refactor/Tweak.cpp | 3 +-
clangd/refactor/Tweak.h | 5 +++
clangd/refactor/tweaks/ExtractVariable.cpp | 3 +-
clangd/unittests/TweakTests.cpp | 69 ++++++++++++++++--------------
4 files changed, 45 insertions(+), 35 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 54d7dae59a ld -r: Don't merge with member of output section group
new cd215b2eb7 Constify main_name
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/symfile.c | 2 +-
gdb/symtab.c | 6 ++++--
gdb/symtab.h | 7 ++-----
4 files changed, 13 insertions(+), 8 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 9345ddca9e [CMake] Don't set Python_ADDITIONAL_VERSIONS
new 217af05bd1 [ASTUnit] Fix a regression in cached completions
new 449753109d [CrossTU] Add a function to retrieve original source location.
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/AST/ASTImporter.h | 29 ++++++++++++++-
include/clang/AST/ASTImporterSharedState.h | 22 ++++++++++++
include/clang/CrossTU/CrossTranslationUnit.h | 20 ++++++++---
lib/AST/ASTImporter.cpp | 27 ++++++++++++--
lib/CrossTU/CrossTranslationUnit.cpp | 50 ++++++++++++++++++++------
lib/Frontend/ASTUnit.cpp | 1 -
test/Index/complete-qualified-cached.cpp | 22 ++++++++++++
unittests/CrossTU/CrossTranslationUnitTest.cpp | 39 ++++++++++++++++----
8 files changed, 184 insertions(+), 26 deletions(-)
create mode 100644 test/Index/complete-qualified-cached.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 master
in repository llvm.
from 1b3d4c83afb Revert "[DebugInfo] Generate fixups as emitting DWARF .debu [...]
new cf2dfe42ee7 [CMake] Don't set Python_ADDITIONAL_VERSIONS
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:
CMakeLists.txt | 2 --
docs/GettingStarted.rst | 5 +++++
2 files changed, 5 insertions(+), 2 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 9ebff8cc7e [analyzer] Add CTU user docs
new 9345ddca9e [CMake] Don't set Python_ADDITIONAL_VERSIONS
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:
CMakeLists.txt | 1 -
1 file changed, 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 compiler-rt.
from b982aafd1 Restrict asan + dlopen testcase to x86
new 6d8dbfbc0 [CMake] Don't set Python_ADDITIONAL_VERSIONS
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:
CMakeLists.txt | 1 -
1 file changed, 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-tools-extra.
from 85cbf7ac [clangd] Disable DumpRecordLayout by default per https://bugs [...]
new a58b93a7 [clangd] Suppress unwritten scopes when expanding auto.
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/AST.cpp | 1 +
clangd/AST.h | 3 ++-
clangd/unittests/TweakTests.cpp | 14 ++++++++++++++
3 files changed, 17 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 lld.
from ced6e513d [ELF][PPC] Delete ppc64-dynamic-relocations.s
new 0f71a2c0d [CMake] Don't set Python_ADDITIONAL_VERSIONS
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:
CMakeLists.txt | 1 -
1 file changed, 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 concepts-cxx2a
in repository gcc.
from 5db9357c076 Fix constrained friend templates.
new 8ffc31cbeeb Fix some indentation.
new 89617f839a6 * constraint.cc (type_deducible_p): Use force_paren_expr_ [...]
new e075e642b49 Atomic constraint SFINAE.
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:
gcc/cp/ChangeLog | 3 +++
gcc/cp/constraint.cc | 24 ++++++++++--------------
gcc/testsuite/g++.dg/cpp2a/concepts-sfinae1.C | 10 ++++++++++
3 files changed, 23 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-sfinae1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.