This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from da8dca2251 [ubsan] PR34266: When sanitizing the 'this' value for a memb [...]
new 3a9e3bcddd [clang-proto-fuzzer] Fix clang-proto-to-cxx build.
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:
tools/clang-fuzzer/CMakeLists.txt | 1 +
tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt | 1 +
2 files changed, 2 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 release_50
in repository clang.
from 29cf62cecf Merging r311532: ------------------------------------------- [...]
new e5cdfe0ea8 Merging r311330: ------------------------------------------- [...]
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/Lex/Preprocessor.h | 8 ++++----
lib/Lex/PPLexerChange.cpp | 13 ++++++++++++-
lib/Lex/Preprocessor.cpp | 2 ++
lib/Parse/Parser.cpp | 2 --
test/Index/preamble-conditionals-crash.cpp | 12 ++++++++++++
test/Index/preamble-conditionals.cpp | 8 ++++++++
6 files changed, 38 insertions(+), 7 deletions(-)
create mode 100644 test/Index/preamble-conditionals-crash.cpp
create mode 100644 test/Index/preamble-conditionals.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_50
in repository lldb.
from c15ef4dfe Merging r311122, r311354 and r311355: ----------------------- [...]
new d39b064b9 Merging r311579: -------------------------------------------- [...]
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/functionalities/register/register_command/TestRegisters.py | 2 +-
source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp | 3 +--
source/Plugins/Process/Utility/RegisterContext_x86.h | 3 +--
3 files changed, 3 insertions(+), 5 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 9884bbf3d test: fix missed test
new 6592abf0b Log whether we found a step out plan or not.
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/Target/ThreadPlanStepInRange.cpp | 8 ++++++--
1 file changed, 6 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 gcc.
from 2ac219a2ce6 testsuite: add param-type-mismatch.c/C testcases as a baseline
new fcc3d956193 * cp-tree.h (print_search_statistics, reinit_search_stati [...]
new 163fe99f928 * cp-tree.h (maybe_version_functions): Declare. * decl.c [...]
new 912ee2945ce * semantics.c (finish_member_declaration): Move USING_DECL [...]
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 | 23 ++++++++++++++++++++
gcc/cp/class.c | 30 ++++----------------------
gcc/cp/cp-tree.h | 3 +--
gcc/cp/decl.c | 58 ++++++++++++++++++++++++++++++-------------------
gcc/cp/search.c | 56 ------------------------------------------------
gcc/cp/semantics.c | 63 ++++++++++++++++++++----------------------------------
gcc/cp/tree.c | 1 -
7 files changed, 87 insertions(+), 147 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 01c1581a9c Headers: explicitly specify double-word alignment
new da8dca2251 [ubsan] PR34266: When sanitizing the 'this' value for a memb [...]
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/AST/DeclCXX.h | 5 ++++-
lib/CodeGen/CodeGenFunction.cpp | 4 ++--
test/CodeGenCXX/catch-undef-behavior.cpp | 21 +++++++++++++++++++++
3 files changed, 27 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 0087021b401 Updated my email address.
new 35d604386ec Update branch coalescing to be a PowerPC specific pass
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/CodeGen/Passes.h | 3 -
include/llvm/InitializePasses.h | 1 -
lib/CodeGen/CMakeLists.txt | 1 -
lib/CodeGen/CodeGen.cpp | 1 -
lib/CodeGen/TargetPassConfig.cpp | 3 -
lib/Target/PowerPC/CMakeLists.txt | 1 +
lib/Target/PowerPC/PPC.h | 1 +
.../PowerPC/PPCBranchCoalescing.cpp} | 89 +++++++++++++---------
lib/Target/PowerPC/PPCTargetMachine.cpp | 8 ++
test/CodeGen/PowerPC/branch_coalesce.ll | 57 ++++++++++----
test/CodeGen/PowerPC/select-i1-vs-i1.ll | 8 +-
11 files changed, 107 insertions(+), 66 deletions(-)
rename lib/{CodeGen/BranchCoalescing.cpp => Target/PowerPC/PPCBranchCoalescing.cpp} (90%)
--
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 e7c87b33c [ELF] Don't output headers into a segment if there's no space [...]
new 614f0fdb2 Update comments: parallel_for_each -> parallelForEach
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/Writer.cpp | 1 -
ELF/InputSection.cpp | 4 ++--
ELF/Threads.h | 2 +-
ELF/Writer.cpp | 1 -
4 files changed, 3 insertions(+), 5 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 ac0334edd [ELF] - Do not report multiple errors for single one in Scrip [...]
new e7c87b33c [ELF] Don't output headers into a segment if there's no space [...]
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/LinkerScript.cpp | 20 +++++++++++++++++---
test/ELF/linkerscript/at-addr.s | 4 ----
test/ELF/linkerscript/at.s | 25 -------------------------
test/ELF/linkerscript/header-addr.s | 18 +++++++++---------
test/ELF/linkerscript/phdr-check.s | 4 ++--
test/ELF/linkerscript/segment-headers.s | 26 ++++++++++++++++++++++++++
6 files changed, 54 insertions(+), 43 deletions(-)
create mode 100644 test/ELF/linkerscript/segment-headers.s
--
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 da237ed12dd [X86] Fix -Wenum-compare warning
new 0087021b401 Updated my email address.
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:
CODE_OWNERS.TXT | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.