This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 30b48cb Update in-tree Google Benchmark to current ToT.
new 3df1df1 test/hard_link_count(): Fix test on darwin
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:
.../fs.op.hard_lk_ct/hard_link_count.pass.cpp | 25 +++++++++++++++-------
1 file changed, 17 insertions(+), 8 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 lldb.
from 84e98bd Add a newline to the end of the file to remove the clang warnings.
new 6b5abd9 Undo usage of LLVM macros in debugserver
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:
tools/debugserver/source/RNBRemote.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 llvm.
from 1e3f45d [scudo] Documentation update for Scudo, from https://reviews. [...]
new 37a4ac8 [Inliner,OptDiag] Add hotness attribute to opt diagnostics
new c70a5f4 [OptDiag] Add class Doxygen comment
new 74dacfe Do not directly use inline threshold cl options in cost analysis.
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/Analysis/InlineCost.h | 86 +++++++++---
include/llvm/Analysis/OptimizationDiagnosticInfo.h | 24 +++-
include/llvm/Transforms/IPO/InlinerPass.h | 1 +
lib/Analysis/InlineCost.cpp | 155 +++++++++++++--------
lib/Analysis/OptimizationDiagnosticInfo.cpp | 24 ++++
lib/Transforms/IPO/InlineSimple.cpp | 22 ++-
lib/Transforms/IPO/Inliner.cpp | 75 +++++-----
.../Inline/optimization-remarks-with-hotness.ll | 39 ++++++
8 files changed, 302 insertions(+), 124 deletions(-)
create mode 100644 test/Transforms/Inline/optimization-remarks-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 lldb.
from e3162cc Fix build on android and Linux.
new 84e98bd Add a newline to the end of the file to remove the clang warnings.
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/lldb/Host/PosixApi.h | 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 branch master
in repository compiler-rt.
from 9893535 [sanitizer] use 32-bit offset instead of 64-bit pointers in t [...]
new d5bca33 [compiler-rt] Allow nm program to be over-ridden for global 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:
lib/sanitizer_common/scripts/gen_dynamic_list.py | 5 +++--
1 file changed, 3 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 release_39
in repository clang.
from fc87c45 Merging r277796, r277797, r277866, r277889 and r277900:
new fdc4b3e [docs] Update 3.9 release notes for the static analyzer.
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:
docs/ReleaseNotes.rst | 27 +++++++++++----------------
1 file changed, 11 insertions(+), 16 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 cd5c8a4 [ADT] Change iterator_adaptor_base's default template argumen [...]
new 82af8b2 [CUDA] Minor comment nits.
new 6df4a10 [CUDA] Fix out-of-date comment.
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/Sema/Sema.h | 3 +--
lib/Sema/SemaOverload.cpp | 4 ++--
2 files changed, 3 insertions(+), 4 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 36b6d0d Daily bump.
new d3aa811 compiler: implement go:noinline and go:nosplit directives
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.cc | 8 ++++++++
gcc/go/gofrontend/lex.cc | 2 --
3 files changed, 9 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 lldb.
from 342bfa7 Delete Host/windows/win32.h
new e3162cc Fix build on android and Linux.
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/lldb/Host/TimeValue.h | 2 +-
source/Host/common/TimeValue.cpp | 26 ++++++++------------------
2 files changed, 9 insertions(+), 19 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 7121c8e compiler: implement go:linkname compiler directive
new 36b6d0d Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.