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 9162d30 [include-fixer] Be smarter about inserting symbols for a prefix.
new 382ff73 [clang-tidy] modernize-use-auto: don't remove stars by default
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/modernize/UseAutoCheck.cpp | 51 ++++++++++++++--------
clang-tidy/modernize/UseAutoCheck.h | 7 +--
docs/clang-tidy/checks/modernize-use-auto.rst | 21 ++++++++-
...cpp => modernize-use-auto-new-remove-stars.cpp} | 5 ++-
test/clang-tidy/modernize-use-auto-new.cpp | 27 ++++++------
5 files changed, 73 insertions(+), 38 deletions(-)
copy test/clang-tidy/{modernize-use-auto-new.cpp => modernize-use-auto-new-remove- [...]
--
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 e09a5ee Fix PR c++/27100
new ebbbe02 * sr.po: Update.
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:
libcpp/po/ChangeLog | 4 ++++
libcpp/po/sr.po | 10 ++++------
2 files changed, 8 insertions(+), 6 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-5-branch
in repository gcc.
from 32c3b88 2016-06-03 Richard Biener <rguenther(a)suse.de>
new ef63acfa 2016-06-03 Andreas Tobler <andreast(a)gcc.gnu.org>
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 | 9 +++++++++
gcc/config.gcc | 8 +++-----
2 files changed, 12 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 gcc-6-branch
in repository gcc.
from 17262c3 2016-06-03 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new d51f8e5 * sr.po: Update.
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:
libcpp/po/ChangeLog | 4 ++++
libcpp/po/sr.po | 10 ++++------
2 files changed, 8 insertions(+), 6 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.
robert.savoye pushed a change to branch unco2
in repository toolchain/abe.
at 1da6001 Checkout gdbserver, even tbough GDB has already been checked out
This branch includes the following new commits:
new 1da6001 Checkout gdbserver, even tbough GDB has already been checked out
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.
--
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 f7e48cd Attempt to fix libunwind build
new 6079e79 [libunwind] Remove unused 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:
src/Unwind-EHABI.cpp | 32 --------------------------------
1 file changed, 32 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 release_38
in repository llvm.
from e47d475 Merging r263627:
new dbc18f5 Merging r264214:
new a6e8fb6 Merging r266088:
new 751b64f Merging r266105:
new 0afb7d7 Merging r266152:
The 4 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/AMDGPUPromoteAlloca.cpp | 13 ++++++++
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 16 ++++++++++
lib/Target/AMDGPU/SIInsertWaits.cpp | 8 ++++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 4 +++
test/CodeGen/AMDGPU/missing-store.ll | 1 +
test/CodeGen/AMDGPU/multilevel-break.ll | 41 ++++++++++++++++++++++++++
test/CodeGen/AMDGPU/promote-alloca-volatile.ll | 26 ++++++++++++++++
test/CodeGen/AMDGPU/salu-to-valu.ll | 1 +
8 files changed, 109 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/multilevel-break.ll
create mode 100644 test/CodeGen/AMDGPU/promote-alloca-volatile.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 f22c11f Analysis pass to access profile summary info
new ca03c97 [ThinLTO/gold] Pass import lists by reference (NFC)
new 78cd7cb Re-apply "SDAG: Update ChainNodesMatched as nodes are deleted"
new e5f15a2 pdbdump: print out TPI hashes.
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:
include/llvm/CodeGen/SelectionDAG.h | 8 ++++++
include/llvm/DebugInfo/CodeView/StreamArray.h | 17 ++++--------
include/llvm/DebugInfo/PDB/Raw/RawTypes.h | 8 ++++++
include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 14 +++++++---
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 13 ++++++---
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 38 ++++++++++++++++++++-------
test/DebugInfo/PDB/pdbdump-headers.test | 12 ++++++++-
tools/gold/gold-plugin.cpp | 2 +-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 19 ++++++++++++++
tools/llvm-pdbdump/llvm-pdbdump.cpp | 6 +++++
tools/llvm-pdbdump/llvm-pdbdump.h | 3 ++-
11 files changed, 109 insertions(+), 31 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 compiler-rt.
from 5910fcc [esan] Specify which tool via a global variable
new 1a0b986 [esan|cfrag] Compute the struct field access difference ratio
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/esan/cache_frag.cpp | 102 +++++++++++++++++++++++++++-------
lib/esan/esan_flags.inc | 9 +++
test/esan/TestCases/struct-simple.cpp | 32 ++++++++++-
test/esan/TestCases/verbose-simple.c | 2 +-
4 files changed, 122 insertions(+), 23 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 fd3b149 Fix non-Windows build when inserting a move only type into a map
new f22c11f Analysis pass to access profile summary info
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/ProfileSummaryInfo.h | 111 ++++++++++++++++++++
include/llvm/InitializePasses.h | 1 +
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/ProfileSummaryInfo.cpp | 161 +++++++++++++++++++++++++++++
lib/IR/ProfileSummary.cpp | 2 +
lib/Passes/PassBuilder.cpp | 3 +-
lib/Passes/PassRegistry.def | 4 +-
test/Analysis/ProfileSummary/basic.ll | 39 +++++++
8 files changed, 320 insertions(+), 2 deletions(-)
create mode 100644 include/llvm/Analysis/ProfileSummaryInfo.h
create mode 100644 lib/Analysis/ProfileSummaryInfo.cpp
create mode 100644 test/Analysis/ProfileSummary/basic.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.