This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cd0f39c R_MIPS_JALR failures
new 95de83a PR rtl-optimization/78378 * combine.c (make_extraction): Us [...]
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 | 6 ++++++
gcc/combine.c | 8 ++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/execute/pr78378.c | 18 ++++++++++++++++++
4 files changed, 33 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr78378.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 ca6e81b [AVR] Fix basic block naming in ctlz and cttz tests
new af4a912 [AVR] Wrap all methods in the pseudo expansion pass in an ano [...]
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/AVR/AVRExpandPseudoInsts.cpp | 4 ++--
1 file changed, 2 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 39682fd PR c++/78373 - ICE with TREE_CONSTANT reference
new 3f6f78b libiberty: Add Rust symbol demangling.
new cd0f39c R_MIPS_JALR failures
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/ira.c | 2 +-
include/ChangeLog | 12 +
include/demangle.h | 29 ++-
libiberty/ChangeLog | 13 ++
libiberty/Makefile.in | 13 ++
libiberty/cplus-dem.c | 47 +++-
libiberty/rust-demangle.c | 348 +++++++++++++++++++++++++++++
libiberty/testsuite/Makefile.in | 7 +-
libiberty/testsuite/rust-demangle-expected | 161 +++++++++++++
10 files changed, 632 insertions(+), 7 deletions(-)
create mode 100644 libiberty/rust-demangle.c
create mode 100644 libiberty/testsuite/rust-demangle-expected
--
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 7f52061 Use the member function location in enable_if diagnostics.
new c9ea912 [analyzer] Remove unused check::RegionChanges::wantsRegionCha [...]
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/StaticAnalyzer/Core/Checker.h | 9 +--------
include/clang/StaticAnalyzer/Core/CheckerManager.h | 14 ++------------
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 4 ----
.../StaticAnalyzer/Core/PathSensitive/SubEngine.h | 4 ----
lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 6 ------
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 4 ----
lib/StaticAnalyzer/Core/CheckerManager.cpp | 19 ++++---------------
lib/StaticAnalyzer/Core/ExprEngine.cpp | 4 ----
8 files changed, 7 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 llvm.
from 08c9ce1 [AVR] Add tests for counting leading/trailing zeros
new 96bd7c7 [AVR] Remove unused method from AVRTargetMachine
new ca6e81b [AVR] Fix basic block naming in ctlz and cttz tests
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/Target/AVR/AVRTargetMachine.cpp | 3 ---
test/CodeGen/AVR/ctlz.ll | 4 ++--
test/CodeGen/AVR/cttz.ll | 4 ++--
3 files changed, 4 insertions(+), 7 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 10adab0 [AsmParser] Avoid recursing when lexing ';'. NFC.
new 09b0be2 [x86] allow FP-logic ops when one operand is FP and result is FP
new 08c9ce1 [AVR] Add tests for counting leading/trailing zeros
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/Target/X86/X86ISelLowering.cpp | 40 ++++++++++++++++++----------
test/CodeGen/AVR/ctlz.ll | 48 ++++++++++++++++++++++++++++++++++
test/CodeGen/AVR/{ctpop.ll => cttz.ll} | 20 ++++++++++----
test/CodeGen/X86/fp-logic-replace.ll | 16 +++++-------
test/CodeGen/X86/fp-logic.ll | 18 +++++--------
5 files changed, 101 insertions(+), 41 deletions(-)
create mode 100644 test/CodeGen/AVR/ctlz.ll
copy test/CodeGen/AVR/{ctpop.ll => cttz.ll} (58%)
--
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 glibc.
from 7773556 Correct comments in string.h re strcoll_l, strxfrm_l.
new 61158ff Fix crypt snprintf namespace (bug 20829).
new 85d3192 Enable linknamespace testing for libdl and libcrypt.
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:
ChangeLog | 23 +++++++++++++++++++++++
conform/Makefile | 23 ++++++++++++++---------
crypt/sha256-crypt.c | 4 ++--
crypt/sha512-crypt.c | 4 ++--
include/stdio.h | 1 +
stdio-common/Versions | 2 ++
stdio-common/snprintf.c | 1 +
7 files changed, 45 insertions(+), 13 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 ca0f345 Commentary corrections
new 387c03a * rtl.h: Declare gt_ggc_mx and gt_pch_nx.
new 39682fd PR c++/78373 - ICE with TREE_CONSTANT reference
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 | 4 ++++
gcc/cp/ChangeLog | 4 ++++
gcc/cp/decl.c | 4 +++-
gcc/cp/typeck2.c | 4 +++-
gcc/rtl.h | 4 ++++
gcc/testsuite/g++.dg/opt/pr78373.C | 22 ++++++++++++++++++++++
6 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr78373.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 fbd189d General clean up of error handling in llvm-objdump to remove [...]
new cfe7cb0 [CodeGen] Sort MMI forward declarations. NFC.
new 8d35b78 [CodeGen] Cleanup MachineModuleInfo doxygen comments. NFC.
new f522e20 [CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC.
new 75fc882 Revert "Get GlobalISel to build on Linux after r286407"
new 03cebfb [CodeGen] Pass references, not pointers, to MMI helpers. NFC.
new 10adab0 [AsmParser] Avoid recursing when lexing ';'. NFC.
The 6 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/FunctionLoweringInfo.h | 13 --
include/llvm/CodeGen/MachineModuleInfo.h | 201 +++++++++++-----------
lib/AsmParser/LLLexer.cpp | 106 ++++++------
lib/CodeGen/GlobalISel/IRTranslator.cpp | 3 +-
lib/CodeGen/GlobalISel/LLVMBuild.txt | 2 +-
lib/CodeGen/MachineModuleInfo.cpp | 97 ++++++-----
lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +-
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 56 ------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 +-
9 files changed, 213 insertions(+), 271 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 9ee8523 2016-11-16 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new ca0f345 Commentary corrections
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/tree-if-conv.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.