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 fb4502db [clang-tidy] Adding Fuchsia checker for overloaded operators
new 13c71d17 Reformatting Fuchsia overloaded operator test
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/clang-tidy/fuchsia-overloaded-operator.cpp | 2 +-
1 file changed, 1 insertion(+), 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 annotated tag newlib-snapshot-20171222
in repository newlib.
at 89ddccad4 (tag)
tagging eb4bfe4621ecaa49d0b4e586315286f8e4731046 (commit)
replaces newlib-snapshot-20170922
tagged by Jeff Johnston
on Fri Dec 22 14:15:04 2017 -0500
- Log -----------------------------------------------------------------
Newlib snapshot for 20171222
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 463ba76180c [ThinLTO][CachePruning] explicitly disable pruning
new 7f53692f1db [SimplifyCFG] Don't do if-conversion if there is a long dep [...]
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/Analysis/TargetTransformInfo.h | 7 +
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +
include/llvm/CodeGen/BasicTTIImpl.h | 4 +
lib/Analysis/TargetTransformInfo.cpp | 4 +
lib/Transforms/Utils/SimplifyCFG.cpp | 179 ++++++++++++++++++
test/Transforms/SimplifyCFG/X86/if-conversion.ll | 231 +++++++++++++++++++++++
6 files changed, 427 insertions(+)
create mode 100644 test/Transforms/SimplifyCFG/X86/if-conversion.ll
--
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 b166e6723e7 (Re-landing) Expose a TargetMachine::getTargetTransformInfo [...]
new 463ba76180c [ThinLTO][CachePruning] explicitly disable pruning
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-c/lto.h | 8 ++++----
include/llvm/LTO/legacy/ThinLTOCodeGenerator.h | 17 ++++++++---------
include/llvm/Support/CachePruning.h | 5 +++--
lib/Support/CachePruning.cpp | 10 +++++-----
4 files changed, 20 insertions(+), 20 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 gcc-7-branch
in repository gcc.
from cb7b1cbe799 PR debug/83550 * c-decl.c (finish_struct): Set DECL_SOURC [...]
new 5194337a947 [PR 82027] Also stream opt_info of former_clones
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/lto-cgraph.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/lto/pr82027_0.C | 73 ++++++++++++++++++++++++++++++++++++
4 files changed, 85 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr82027_0.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 compiler-rt.
from 654de9cb6 [Sanitizers, CMake] Basic sanitizer Solaris support (PR 33274)
new 2e1adb047 [Sanitizers] Disable new_delete_test.cc on Android until it's [...]
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/sanitizer_common/TestCases/Linux/new_delete_test.cc | 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 2ea33951d97 PR debug/83547 * tree-iterator.c (alloc_stmt_list): Start [...]
new be7ed04dd8c PR debug/83550 * c-decl.c (finish_struct): Set DECL_SOURC [...]
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/c-family/ChangeLog | 4 ++--
gcc/c/ChangeLog | 5 +++++
gcc/c/c-decl.c | 16 ++++++++--------
gcc/cp/ChangeLog | 6 +++---
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/c-c++-common/dwarf2/pr83550.c | 10 ++++++++++
6 files changed, 31 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/dwarf2/pr83550.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 gcc-7-branch
in repository gcc.
from 9301bda6a1d Backported from mainline 2017-12-21 Jakub Jelinek <jaku [...]
new cb7b1cbe799 PR debug/83550 * c-decl.c (finish_struct): Set DECL_SOURC [...]
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/c/ChangeLog | 7 +++++++
gcc/c/c-decl.c | 16 ++++++++--------
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/c-c++-common/dwarf2/pr83550.c | 10 ++++++++++
4 files changed, 28 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/dwarf2/pr83550.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 15c5ab82da5 [SelectionDAG] Reverse the order of operands in the ISD::AD [...]
new c1fce707b00 [AMDGPU][MC] Corrected handling of negative expressions
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 7 ++++++-
test/MC/AMDGPU/expressions.s | 8 ++++++++
test/MC/AMDGPU/vop3p-err.s | 6 +++---
3 files changed, 17 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.