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 7635954 Add support for creating ELF import libraries
new 37539eb GDB testsuite: Escape paths used in regular 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:
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.base/maint.exp | 15 +++++++++------
gdb/testsuite/gdb.stabs/weird.exp | 3 ++-
3 files changed, 17 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 5e3461e [Hexagon] Add a scheduling DAG mutation
new 7818b96 fix documentation comments; NFC
new 0922b28 [PGO] IRPGO pre-cleanup pass changes
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:
include/llvm/Analysis/InstructionSimplify.h | 108 ++++++++++------------------
lib/Transforms/IPO/PassManagerBuilder.cpp | 22 ++++++
test/Transforms/PGOProfile/preinline.ll | 22 ++++++
3 files changed, 81 insertions(+), 71 deletions(-)
create mode 100644 test/Transforms/PGOProfile/preinline.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 clang.
from a26d20c AMDGPU: Add Clang Builtin for v_lerp_u8
new 8b70028 [objcmt] Don't add an #import of Foundation unnecessarily, if [...]
new 753944f [AST] Keep track of the left brace source location of a tag decl.
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:
include/clang/AST/Decl.h | 6 +++---
include/clang/Sema/Sema.h | 6 +++---
lib/ARCMigrate/ObjCMT.cpp | 5 +++++
lib/AST/Decl.cpp | 1 +
lib/AST/DeclTemplate.cpp | 2 +-
lib/Parse/ParseDecl.cpp | 8 +++-----
lib/Parse/ParseDeclCXX.cpp | 3 +--
lib/Sema/SemaDecl.cpp | 8 ++++----
lib/Sema/SemaTemplate.cpp | 2 +-
lib/Sema/SemaTemplateInstantiate.cpp | 2 +-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 +---
lib/Serialization/ASTReaderDecl.cpp | 4 ++--
lib/Serialization/ASTWriter.cpp | 2 +-
lib/Serialization/ASTWriterDecl.cpp | 4 +++-
test/ARCMT/objcmt-ns-macros.m.result | 3 ---
15 files changed, 30 insertions(+), 30 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 f8cec99 [OptRemark,LDist] RFC: Add hotness attribute
new 5e3461e [Hexagon] Add a scheduling DAG mutation
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/Hexagon/HexagonMachineScheduler.cpp | 4 ++
lib/Target/Hexagon/HexagonSubtarget.cpp | 53 ++++++++++++++++++++++++++
lib/Target/Hexagon/HexagonSubtarget.h | 10 ++++-
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 2 +
4 files changed, 68 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 3d1f237 [libFuzzer] add ThreadedLeakTest
new f8cec99 [OptRemark,LDist] RFC: Add hotness attribute
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/OptimizationDiagnosticInfo.h | 66 +++++++++++++++++++
include/llvm/IR/DiagnosticInfo.h | 15 +++--
include/llvm/IR/LLVMContext.h | 7 ++
include/llvm/InitializePasses.h | 1 +
lib/Analysis/Analysis.cpp | 1 +
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/OptimizationDiagnosticInfo.cpp | 69 +++++++++++++++++++
lib/IR/DiagnosticInfo.cpp | 2 +
lib/IR/LLVMContext.cpp | 7 ++
lib/IR/LLVMContextImpl.cpp | 1 +
lib/IR/LLVMContextImpl.h | 1 +
lib/Transforms/Scalar/LoopDistribute.cpp | 16 +++--
.../diagnostics-with-hotness-lazy-BFI.ll | 77 ++++++++++++++++++++++
.../LoopDistribute/diagnostics-with-hotness.ll | 74 +++++++++++++++++++++
tools/opt/opt.cpp | 8 +++
15 files changed, 337 insertions(+), 9 deletions(-)
create mode 100644 include/llvm/Analysis/OptimizationDiagnosticInfo.h
create mode 100644 lib/Analysis/OptimizationDiagnosticInfo.cpp
create mode 100644 test/Transforms/LoopDistribute/diagnostics-with-hotness-lazy-BFI.ll
create mode 100644 test/Transforms/LoopDistribute/diagnostics-with-hotness.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 compiler-rt.
from 69d7486 TestCase null_deref was failing in Win64:
new 3b79223 [compiler-rt] Fix incorrect handling of indirect load.
new aff36bd [compiler-rt] Fix 64-bits exception handlers in ASAN 64-bits runtime
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/asan/asan_win.cc | 19 ++++++++++++++-----
lib/asan/asan_win_dll_thunk.cc | 7 +++++++
lib/interception/interception_win.cc | 18 +++---------------
3 files changed, 24 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 master
in repository llvm.
from bd8bfbd [Hexagon] Update instruction itineraries
new af8dbbc [AliasAnalysis] Give back AA results for fence instructions
new 3d1f237 [libFuzzer] add ThreadedLeakTest
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:
include/llvm/IR/Instruction.h | 17 +++++++++++++++++
lib/Analysis/AliasAnalysis.cpp | 3 +++
lib/Fuzzer/test/CMakeLists.txt | 1 +
.../test/{LeakTimeoutTest.cpp => ThreadedLeakTest.cpp} | 11 ++++++-----
lib/Fuzzer/test/fuzzer-leak.test | 5 +++++
lib/Transforms/Utils/MemorySSA.cpp | 12 +++++++-----
6 files changed, 39 insertions(+), 10 deletions(-)
copy lib/Fuzzer/test/{LeakTimeoutTest.cpp => ThreadedLeakTest.cpp} (59%)
--
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 d52bb2c [asan] Reduce flakiness of halt_on_error-torture.cc testcase.
new 69d7486 TestCase null_deref was failing in Win64:
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/interception/interception_win.cc | 18 +++++++++++++++---
lib/sanitizer_common/sanitizer_symbolizer.h | 4 ++++
lib/sanitizer_common/sanitizer_symbolizer_win.cc | 4 ++--
lib/sanitizer_common/sanitizer_win.cc | 4 ++++
4 files changed, 25 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 gcc.
from fcf32c0 Typo.
new 3c0283a 2016-07-15 Edward Smith-Rowland <3dw4rd(a)verizon.net>
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:
libstdc++-v3/ChangeLog | 13 +++
libstdc++-v3/include/bits/algorithmfwd.h | 13 +++
libstdc++-v3/include/bits/stl_algo.h | 41 ++++++++-
.../25_algorithms/{max/3.cc => clamp/1.cc} | 25 ++---
libstdc++-v3/testsuite/25_algorithms/clamp/2.cc | 102 +++++++++++++++++++++
.../69222.cc => 25_algorithms/clamp/constexpr.cc} | 21 +++--
.../requirements/explicit_instantiation/1.cc} | 29 +++---
.../requirements/explicit_instantiation/pod.cc | 17 ++--
8 files changed, 216 insertions(+), 45 deletions(-)
copy libstdc++-v3/testsuite/25_algorithms/{max/3.cc => clamp/1.cc} (67%)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/clamp/2.cc
copy libstdc++-v3/testsuite/{20_util/function/69222.cc => 25_algorithms/clamp/cons [...]
copy libstdc++-v3/testsuite/25_algorithms/{is_permutation/requirements/explicit_in [...]
copy libstdc++-v3/testsuite/25_algorithms/{includes => clamp}/requirements/explici [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.