This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from e75e24a Reduce number of classes by merging DIHelper with ObjectFile.
new 3b1f668 Convert Out::InterpSection to In::InterpSection.
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:
ELF/OutputSections.cpp | 16 ----------------
ELF/OutputSections.h | 14 --------------
ELF/SyntheticSections.cpp | 17 +++++++++++++++++
ELF/SyntheticSections.h | 7 +++++++
ELF/Writer.cpp | 23 +++++++++++++----------
5 files changed, 37 insertions(+), 40 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 b75a1c2 [ELF] - Allow "-Ttext xxx", "-Tbss xxx", "-Tdata bss" commandline.
new e75e24a Reduce number of classes by merging DIHelper with ObjectFile.
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:
ELF/InputFiles.cpp | 56 ++++++++++++++++++++---------------------------------
ELF/InputFiles.h | 30 +++++++++-------------------
ELF/Relocations.cpp | 2 +-
3 files changed, 31 insertions(+), 57 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 gcc.
from 89c329d rs6000: Disable shrink-wrap-separate for abi=spe (PR78168)
new c8690c6 xtensa: fix ICE on pr59037.c test
new 60cd8c9 xtensa: don't xfail gcc.c-torture/compile/20001226-1.c
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:
gcc/ChangeLog | 7 ++++
gcc/config/xtensa/xtensa.c | 44 +++++++++++++-----------
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.c-torture/compile/20001226-1.c | 1 -
4 files changed, 34 insertions(+), 22 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 ec9c285 Simplify the test case from r285289.
new 75c73ad regcall: Implement regcall Calling Conv in clang
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-c/Index.h | 2 +-
include/clang/AST/Type.h | 15 ++--
include/clang/Basic/Attr.td | 5 ++
include/clang/Basic/AttrDocs.td | 12 +++
include/clang/Basic/Specifiers.h | 2 +
include/clang/Basic/TokenKinds.def | 1 +
lib/AST/Expr.cpp | 1 +
lib/AST/ItaniumMangle.cpp | 20 ++++-
lib/AST/Mangle.cpp | 3 +
lib/AST/MicrosoftMangle.cpp | 2 +
lib/AST/Type.cpp | 3 +
lib/AST/TypePrinter.cpp | 4 +
lib/Basic/Targets.cpp | 3 +
lib/CodeGen/CGCall.cpp | 4 +
lib/CodeGen/CGDebugInfo.cpp | 1 +
lib/CodeGen/CodeGenModule.cpp | 11 ++-
lib/CodeGen/TargetInfo.cpp | 151 ++++++++++++++++++++++++++++++-------
lib/Parse/ParseDecl.cpp | 5 ++
lib/Parse/ParseTentative.cpp | 4 +-
lib/Sema/SemaDeclAttr.cpp | 6 ++
lib/Sema/SemaType.cpp | 5 ++
test/CodeGen/regcall.c | 120 +++++++++++++++++++++++++++++
test/CodeGenCXX/regcall.cpp | 97 ++++++++++++++++++++++++
tools/libclang/CXType.cpp | 1 +
24 files changed, 441 insertions(+), 37 deletions(-)
create mode 100644 test/CodeGen/regcall.c
create mode 100644 test/CodeGenCXX/regcall.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 clang-tools-extra.
from a9f1dea [clang-tidy] Extend misc-use-after-move to support unique_ptr [...]
new 5d5f93b [Documentation] Fix Clang-tidy misc-use-after-move and cert-m [...]
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:
docs/clang-tidy/checks/cert-msc50-cpp.rst | 7 ++++++-
docs/clang-tidy/checks/misc-use-after-move.rst | 6 +++---
2 files changed, 9 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 lldb.
from 02fea93 Fix crash in PseudoTerminal on Windows.
new 6e279f5 Remove KQueue.cpp
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:
lldb.xcodeproj/project.pbxproj | 6 ----
source/Utility/CMakeLists.txt | 1 -
source/Utility/KQueue.cpp | 76 ------------------------------------------
source/Utility/KQueue.h | 53 -----------------------------
4 files changed, 136 deletions(-)
delete mode 100644 source/Utility/KQueue.cpp
delete mode 100644 source/Utility/KQueue.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 llvm.
from 714be8b [AMDGPU][mc] Improve test of special asm symbols.
new b051050 [Hexagon] Remove registers coalesced in expand-condsets from [...]
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/Target/Hexagon/HexagonExpandCondsets.cpp | 3 ++
test/CodeGen/Hexagon/expand-condsets-rm-reg.mir | 49 +++++++++++++++++++++++++
2 files changed, 52 insertions(+)
create mode 100644 test/CodeGen/Hexagon/expand-condsets-rm-reg.mir
--
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 libunwind.
from 0f7ffb2 Add conditions for PPC to libunwind. Fixes PR22200. Thanks to [...]
new 0eea5e2 Add support for old versions of MacOS to libunwind. Fixes PR2 [...]
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/libunwind.h | 22 ++++++++++++++++++----
1 file changed, 18 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 llvm.
from 74a715d [lli/COFF] Set the correct alignment for common symbols
new 714be8b [AMDGPU][mc] Improve test of special asm symbols.
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/MC/AMDGPU/symbol_special.s | 58 +++++++++++++++++++----------------------
1 file changed, 27 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.