This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from ec2c1fcefb malloc: Abort on heap corruption, without a backtrace [BZ #21754]
new 44bcba80f3 aarch64: Fix tst-makecontext3 in ILP32 mode.
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:
ChangeLog | 5 +++++
sysdeps/unix/sysv/linux/aarch64/makecontext.c | 10 +++++-----
2 files changed, 10 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 clang.
from ba61e1ea8c Avoid 'size_t' typedef in the unittest ObjC code
new 0064d9a014 [X86] Implement broadcastf32x2 and broadcasti32x2 intrinsics [...]
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/BuiltinsX86.def | 5 ----
lib/Headers/avx512dqintrin.h | 38 +++++++++++++-------------
lib/Headers/avx512vldqintrin.h | 54 ++++++++++++++++++-------------------
test/CodeGen/avx512dq-builtins.c | 16 ++++++-----
test/CodeGen/avx512vldq-builtins.c | 24 ++++++++++-------
5 files changed, 72 insertions(+), 65 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 70e65ca8e5 MIPS/BFD: Correct microMIPS cross-mode BAL to JALX relaxation
new 765e526c75 x86: Add _bfd_x86_elf_link_hash_table_create
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 | 75 ++++++++++
bfd/elf32-i386.c | 415 +++++++++++++++-------------------------------------
bfd/elf64-x86-64.c | 418 +++++++++++++++--------------------------------------
bfd/elfxx-x86.c | 85 ++++++++++-
bfd/elfxx-x86.h | 126 +++++++++++++++-
5 files changed, 515 insertions(+), 604 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 5a462df3950 Drop df_ from df_read_modify_subreg_p
new 0270ff0d842 * tree-vect-patterns.c (vect_pattern_recog_1): Use VECTOR_ [...]
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:
gcc/ChangeLog | 8 ++++++++
gcc/tree-vect-patterns.c | 2 +-
gcc/tree-vect-stmts.c | 3 ++-
3 files changed, 11 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-tools-extra.
from 4255b775 [clang-tidy] hicpp bitwise operations on signed integers
new b4752f50 [clang-tidy] Improve hicpp-exception-baseclass to handle gene [...]
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:
clang-tidy/hicpp/ExceptionBaseclassCheck.cpp | 21 ++--
test/clang-tidy/hicpp-exception-baseclass.cpp | 161 ++++++++++++++++++++++++--
2 files changed, 160 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 372f6de315 Recommit r312127: [refactor] AST selection tree should conta [...]
new ba61e1ea8c Avoid 'size_t' typedef in the unittest ObjC code
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:
unittests/Tooling/ASTSelectionTest.cpp | 6 +++---
1 file changed, 3 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 gcc.
from d682d755ccb * config/rs6000/rs6000.c (rs6000_expand_binop_built [...]
new 974534ab98b Add a partial_subreg_p predicate
new 5a462df3950 Drop df_ from df_read_modify_subreg_p
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 | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/caller-save.c | 3 +--
gcc/calls.c | 3 +--
gcc/combine.c | 48 ++++++++++++++++++-----------------------
gcc/cprop.c | 2 +-
gcc/cse.c | 25 ++++++++++------------
gcc/cselib.c | 4 ++--
gcc/df-problems.c | 2 +-
gcc/df-scan.c | 22 ++-----------------
gcc/df.h | 1 -
gcc/expmed.c | 3 +--
gcc/function.c | 6 ++----
gcc/ifcvt.c | 4 ++--
gcc/ira-build.c | 2 +-
gcc/ira-lives.c | 6 +++---
gcc/lra-coalesce.c | 4 ++--
gcc/lra-constraints.c | 10 ++++-----
gcc/lra-lives.c | 10 ++++-----
gcc/lra.c | 6 +++---
gcc/regcprop.c | 10 ++++-----
gcc/reginfo.c | 2 +-
gcc/reload.c | 38 +++++++++++++++------------------
gcc/reload1.c | 6 +++---
gcc/rtl.h | 25 ++++++++++++++++++++++
gcc/rtlanal.c | 17 +++++++++++++++
gcc/sched-deps.c | 2 +-
gcc/simplify-rtx.c | 7 ++----
27 files changed, 193 insertions(+), 134 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 4ad0f6316a Revert r312127 as the ObjC unittest code fails to compile on Linux
new 372f6de315 Recommit r312127: [refactor] AST selection tree should conta [...]
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/Tooling/Refactoring/ASTSelection.cpp | 22 +++++
unittests/Tooling/ASTSelectionTest.cpp | 136 +++++++++++++++++++++++++++++++
unittests/Tooling/TestVisitor.h | 5 +-
3 files changed, 162 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 llvm.
from b3e25cea9ce Re-land MachineInstr: Reason locally about some memory obje [...]
new 7f372fd3b99 [GlobalISel][X86] Support variadic function call.
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/X86/X86CallLowering.cpp | 30 +++++++-
test/CodeGen/X86/GlobalISel/callingconv.ll | 74 ++++++++++++++++++
.../X86/GlobalISel/irtranslator-callingconv.ll | 89 ++++++++++++++++++++++
3 files changed, 189 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.