This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from b85cffd Sort includes, and don't look into system headers.
new 1a85e79 Add `explicit`.
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:
ELF/OutputSections.h | 2 +-
ELF/ScriptParser.h | 5 +++--
2 files changed, 4 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 llvm.
from 7f7d468 [AArch64] Fix bug in large stack spill slot handling (PR27717)
new 3b880e3 SelectionDAG: Select min/max when both are used
new ce4aff9 Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf [...]
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:
.../llvm/ProfileData/Coverage/CoverageMapping.h | 38 ++--
.../ProfileData/Coverage/CoverageMappingReader.h | 24 +--
include/llvm/ProfileData/InstrProf.h | 70 +++----
include/llvm/ProfileData/InstrProfData.inc | 7 +-
include/llvm/ProfileData/InstrProfReader.h | 86 ++++----
include/llvm/ProfileData/InstrProfWriter.h | 12 +-
include/llvm/ProfileData/ProfileCommon.h | 24 ---
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 10 +-
lib/ProfileData/Coverage/CoverageMapping.cpp | 86 ++++----
lib/ProfileData/Coverage/CoverageMappingReader.cpp | 230 ++++++++++-----------
lib/ProfileData/InstrProf.cpp | 133 ++++++------
lib/ProfileData/InstrProfReader.cpp | 175 ++++++++--------
lib/ProfileData/InstrProfWriter.cpp | 5 +-
lib/Transforms/Instrumentation/InstrProfiling.cpp | 4 +-
.../Instrumentation/PGOInstrumentation.cpp | 43 ++--
test/CodeGen/AMDGPU/select-i1.ll | 14 +-
test/CodeGen/AMDGPU/sminmax.ll | 73 +++++++
tools/llvm-cov/CodeCoverage.cpp | 5 +-
tools/llvm-profdata/llvm-profdata.cpp | 68 +++---
unittests/ProfileData/CoverageMappingTest.cpp | 18 +-
unittests/ProfileData/InstrProfTest.cpp | 88 ++++----
21 files changed, 599 insertions(+), 614 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 675e777 Don't crash when OS plug-in returns None from any of the func [...]
new 87276aa Test diamond virtual inheritance in top-level 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:
.../test/expression_command/top-level/test.cpp | 46 +++++++++++++++++++++-
1 file changed, 45 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 gdb-7.11-branch
in repository binutils-gdb.
from d38ce6a Automatic date update in version.in
new 7f8e34d Use target_terminal_ours_for_output in MI
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/ChangeLog | 19 ++++++++
gdb/mi/mi-interp.c | 125 ++++++++++++++++++++++++++++++++++++++++++++---------
gdb/mi/mi-main.c | 7 ++-
3 files changed, 130 insertions(+), 21 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 119b930 llvm-dwp: Streamline duplicate DWO ID diagnostic handling
new 515ee3e Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Cove [...]
new 7f7d468 [AArch64] Fix bug in large stack spill slot handling (PR27717)
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:
.../llvm/ProfileData/Coverage/CoverageMapping.h | 38 ++--
.../ProfileData/Coverage/CoverageMappingReader.h | 24 +--
include/llvm/ProfileData/InstrProf.h | 70 ++++---
include/llvm/ProfileData/InstrProfData.inc | 7 +-
include/llvm/ProfileData/InstrProfReader.h | 86 ++++----
include/llvm/ProfileData/InstrProfWriter.h | 12 +-
include/llvm/ProfileData/ProfileCommon.h | 24 +++
lib/ProfileData/Coverage/CoverageMapping.cpp | 86 ++++----
lib/ProfileData/Coverage/CoverageMappingReader.cpp | 230 +++++++++++----------
lib/ProfileData/InstrProf.cpp | 133 ++++++------
lib/ProfileData/InstrProfReader.cpp | 175 ++++++++--------
lib/ProfileData/InstrProfWriter.cpp | 5 +-
lib/Target/AArch64/AArch64FrameLowering.cpp | 4 +-
lib/Transforms/Instrumentation/InstrProfiling.cpp | 4 +-
.../Instrumentation/PGOInstrumentation.cpp | 43 ++--
tools/llvm-cov/CodeCoverage.cpp | 5 +-
tools/llvm-profdata/llvm-profdata.cpp | 68 +++---
unittests/ProfileData/CoverageMappingTest.cpp | 18 +-
unittests/ProfileData/InstrProfTest.cpp | 88 ++++----
19 files changed, 615 insertions(+), 505 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 bd4a20b [Lex] inferModuleFromLocation should do no work if there are [...]
new 1a1d9f2 Added support to the ASTImporter for C++ constructor initiali [...]
new fb64462 Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and C [...]
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/ASTImporter.h | 9 ++
lib/AST/ASTImporter.cpp | 135 +++++++++++++++++++++-
lib/CodeGen/CodeGenModule.cpp | 8 +-
lib/CodeGen/CodeGenPGO.cpp | 13 ++-
lib/Frontend/CompilerInvocation.cpp | 3 +-
test/ASTMerge/Inputs/init-ctors-classes.cpp | 19 +++
test/ASTMerge/{inheritance.cpp => init-ctors.cpp} | 8 +-
7 files changed, 180 insertions(+), 15 deletions(-)
create mode 100644 test/ASTMerge/Inputs/init-ctors-classes.cpp
copy test/ASTMerge/{inheritance.cpp => init-ctors.cpp} (65%)
--
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 9af4859 [profile] minor code restructuring /NFC
new a4c3fe4 Reapply^2 "[ProfileData] (compiler-rt) Use Error in InstrProf [...]
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/profile/InstrProfData.inc | 7 +++----
1 file 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 llvm.
from 82733bd [SystemZ] Support LRVH and STRVH opcodes
new addf109 sync up common profile header /nfc
new 119b930 llvm-dwp: Streamline duplicate DWO ID diagnostic handling
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/ProfileData/InstrProfData.inc | 36 +++++++++++++++------
test/tools/llvm-dwp/X86/duplicate.test | 12 +++----
tools/llvm-dwp/llvm-dwp.cpp | 51 ++++++++++++++++--------------
3 files changed, 60 insertions(+), 39 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 zorg.
from fe31d68 Removed BatchFileDownload usage, as it cannot properly render [...]
new bc090f1 switch LLDB Xcode jenkins build to Release
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:
zorg/jenkins/build.py | 7 ++++---
1 file changed, 4 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 gcc.
from 18cbf8e * ipa-inline-analysis.c (compute_inline_parameters): Disable [...]
new 8979745 2016-05-13 Anton Kolesov <anton.kolesov(a)synopsys.com>
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:
ChangeLog | 5 +++--
configure | 3 ---
configure.ac | 3 ---
gcc/ChangeLog | 4 ++++
4 files changed, 7 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.