This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b9b27cd clang-format: Fix incorrect indentation in last line of macro [...]
new 76a6b3e clang-format: [JS] Fix spacing in destructuring assignments.
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/Format/TokenAnnotator.cpp | 2 +-
unittests/Format/FormatTestJS.cpp | 1 +
2 files changed, 2 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 binutils-gdb.
from e43de63 Fix powerpc subis range
new 514e58b Correct "Fix powerpc subis range"
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:
opcodes/ChangeLog | 4 ++++
opcodes/ppc-opc.c | 2 +-
2 files changed, 5 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 clang.
from 5a2da62 clang-format: Fix enumerator case ranges.
new b9b27cd clang-format: Fix incorrect indentation in last line of macro [...]
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/Format/UnwrappedLineParser.cpp | 2 ++
unittests/Format/FormatTest.cpp | 6 ++++++
2 files changed, 8 insertions(+)
--
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 de1599d Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and C [...]
new 5a2da62 clang-format: Fix enumerator case ranges.
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/Format/TokenAnnotator.cpp | 3 ++-
unittests/Format/FormatTest.cpp | 1 +
2 files changed, 3 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 28f667b CodeGen: Make the global-merge pass independently testable, a [...]
new ac890c2 [X86] Simplify some type constraints by removing parts that w [...]
new ad8832da [X86] Generalize and combine some similar type constraints an [...]
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/Target/X86/X86InstrAVX512.td | 84 ++++++++++++++++-----------------
lib/Target/X86/X86InstrFragmentsSIMD.td | 78 ++++++++----------------------
2 files changed, 62 insertions(+), 100 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 c77570e Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Cove [...]
new 28f667b CodeGen: Make the global-merge pass independently testable, a [...]
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/CodeGen/GlobalMerge.cpp | 27 ++++++++++++++++++++-------
test/Transforms/GlobalMerge/basic.ll | 20 ++++++++++++++++++++
tools/opt/opt.cpp | 1 +
3 files changed, 41 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/GlobalMerge/basic.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 binutils-gdb.
from 6472871 Automatic date update in version.in
new 9f284bf Fix ppc64le S-record test fail
new 57e7d11 Allocate ppc64 got and dynrelocs before plt
new f1b2ca7 ld-elf/shared.exp mix_pic_and_non_pic
new 82bc936 Hack crossref tests for powerpc64
new e43de63 Fix powerpc subis range
The 5 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:
bfd/ChangeLog | 10 ++
bfd/elf64-ppc.c | 280 ++++++++++++++++++-----------------
ld/ChangeLog | 16 ++
ld/testsuite/ld-elf/shared.exp | 27 ++--
ld/testsuite/ld-scripts/cross2.t | 2 +-
ld/testsuite/ld-scripts/cross3.t | 2 +-
ld/testsuite/ld-scripts/cross4.t | 4 +-
ld/testsuite/ld-scripts/cross5.t | 2 +-
ld/testsuite/ld-scripts/cross6.t | 4 +-
ld/testsuite/ld-scripts/cross7.t | 4 +-
ld/testsuite/ld-scripts/crossref.exp | 7 -
opcodes/ChangeLog | 6 +
opcodes/ppc-opc.c | 32 ++--
13 files changed, 214 insertions(+), 182 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 658bddf [GuardWidening] Use getEquivalentICmp to fold constant compares
new c77570e Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Cove [...]
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:
.../llvm/ProfileData/Coverage/CoverageMapping.h | 59 ++++--
.../ProfileData/Coverage/CoverageMappingReader.h | 24 +--
include/llvm/ProfileData/InstrProf.h | 82 ++++++--
include/llvm/ProfileData/InstrProfData.inc | 7 +-
include/llvm/ProfileData/InstrProfReader.h | 86 ++++----
include/llvm/ProfileData/InstrProfWriter.h | 12 +-
include/llvm/ProfileData/ProfileCommon.h | 1 +
lib/ProfileData/Coverage/CoverageMapping.cpp | 86 ++++----
lib/ProfileData/Coverage/CoverageMappingReader.cpp | 234 +++++++++++----------
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 ++--
tools/llvm-cov/CodeCoverage.cpp | 5 +-
tools/llvm-profdata/llvm-profdata.cpp | 68 +++---
unittests/ProfileData/CoverageMappingTest.cpp | 18 +-
unittests/ProfileData/InstrProfTest.cpp | 88 ++++----
18 files changed, 619 insertions(+), 511 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 5fb68f0 Fix PR27601 by reverting [r267453] - Refactor traversal of ba [...]
new de1599d Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and C [...]
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/CodeGen/CodeGenModule.cpp | 8 +++++---
lib/CodeGen/CodeGenPGO.cpp | 13 +++++++------
lib/Frontend/CompilerInvocation.cpp | 3 ++-
3 files changed, 14 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.