This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 11a29c9 [MachO] Adding a few missing swapStruct functions
new 3666674 Another attempt to fix MSVC by explicitly disabling the conve [...]
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/ADT/Sequence.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 clang.
from 6e9b6e5 Reapply "[ProfileData] (clang) Use Error in InstrProf and Cov [...]
new cfb1624 [ModuleMap][CrashReproducer] Collect headers from inner frameworks
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/clang/Lex/ModuleMap.h | 7 ++++
lib/Frontend/ModuleDependencyCollector.cpp | 28 +++++++++++++++
lib/Lex/ModuleMap.cpp | 4 +++
.../Frameworks/A.framework/Headers/A.h | 1 +
.../Frameworks/B.framework/Headers/B.h | 1 +
.../B.framework/Modules/module.modulemap | 5 +++
.../Frameworks/I.framework/Headers/I.h | 2 ++
.../I.framework/Modules/module.modulemap | 5 +++
.../crash-recovery/Frameworks/module.modulemap | 2 ++
test/Modules/crash-vfs-umbrella-frameworks.m | 42 ++++++++++++++++++++++
10 files changed, 97 insertions(+)
create mode 100644 test/Modules/Inputs/crash-recovery/Frameworks/A.framework/Headers/A.h
create mode 100644 test/Modules/Inputs/crash-recovery/Frameworks/B.framework/Headers/B.h
create mode 100644 test/Modules/Inputs/crash-recovery/Frameworks/B.framework/Modul [...]
create mode 100644 test/Modules/Inputs/crash-recovery/Frameworks/I.framework/Headers/I.h
create mode 100644 test/Modules/Inputs/crash-recovery/Frameworks/I.framework/Modul [...]
create mode 100644 test/Modules/Inputs/crash-recovery/Frameworks/module.modulemap
create mode 100644 test/Modules/crash-vfs-umbrella-frameworks.m
--
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 054f860 Switched to LLVMBuildFactory for svn steps in getLLDBuildFactory.
new 4c15d75 Attach builders to hexbuild-build-02
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:
buildbot/osuosl/master/config/builders.py | 4 ++--
buildbot/osuosl/master/config/slaves.py | 8 +++-----
2 files changed, 5 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 73e8102 use 'match' for less indenting; NFCI
new d8c064b [libFuzzer] do the merge faster and a bit less precise
new 10b6767 [MachO] Adding struct field to MachO.def
new 11a29c9 [MachO] Adding a few missing swapStruct functions
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/ObjectYAML/MachOYAML.h | 4 +-
include/llvm/Support/MachO.def | 101 ++++++++++++++++++------------------
include/llvm/Support/MachO.h | 39 +++++++++++++-
lib/Fuzzer/FuzzerLoop.cpp | 3 +-
4 files changed, 92 insertions(+), 55 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 lld.
from 55f4c25 When using Rela, don't write the addend to the output section.
new 2cb3772 Support --build-id=0x<hexstring>.
new 3d45fd7 Update for a recent format change.
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:
ELF/Config.h | 3 ++-
ELF/Driver.cpp | 12 ++++++++----
ELF/Driver.h | 1 +
ELF/DriverUtils.cpp | 16 ++++++++++++++++
ELF/OutputSections.cpp | 15 +++++++++++++++
ELF/OutputSections.h | 7 +++++++
ELF/Writer.cpp | 2 ++
test/ELF/aarch64-tls-gdle.s | 12 ++++++------
test/ELF/aarch64-tls-iele.s | 4 ++--
test/ELF/build-id.s | 6 ++++++
10 files changed, 65 insertions(+), 13 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 68857a7 [Support][Unittests] Add unittest for recursive_directory_ite [...]
new 81f1df8 SDAG: Implement Select instead of SelectImpl in SparcDAGToDAGISel
new db1d476 Retry "[ProfileData] (llvm) Use Error in InstrProf and Covera [...]
new 73e8102 use 'match' for less indenting; NFCI
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:
.../llvm/ProfileData/Coverage/CoverageMapping.h | 33 +--
.../ProfileData/Coverage/CoverageMappingReader.h | 24 +--
include/llvm/ProfileData/InstrProf.h | 68 +++---
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/Sparc/SparcISelDAGToDAG.cpp | 33 +--
.../InstCombine/InstructionCombining.cpp | 41 ++--
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 ++++----
20 files changed, 643 insertions(+), 540 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 04d6a7d ARM-MachO: stop claiming to be EABI
new 6e9b6e5 Reapply "[ProfileData] (clang) Use Error in InstrProf and Cov [...]
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.
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 32f3a98 Revert "(HEAD -> master, origin/master, origin/HEAD) [Profile [...]
new b925648 Reapply "[ProfileData] (compiler-rt) Use Error in InstrProf 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/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 lldb.
from d8aa8a1 Clean up test results on Windows.
new 984fa4d test infra: catch bad decorators and import-time errors
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:
packages/Python/lldbsuite/test/dotest.py | 133 ++++++++++++---------
.../TestInvalidDecorator.py.park | 13 ++
.../Python/lldbsuite/test_event/event_builder.py | 13 ++
.../lldbsuite/test_event/formatter/__init__.py | 7 +-
.../lldbsuite/test_event/formatter/curses.py | 4 +-
.../lldbsuite/test_event/formatter/pickled.py | 29 +++--
.../test_event/formatter/results_formatter.py | 3 +-
.../Python/lldbsuite/test_event/formatter/xunit.py | 4 +-
.../invalid_decorator/TestInvalidDecorator.py | 13 ++
.../test/src/TestCatchInvalidDecorator.py | 70 +++++++++++
.../test_event/test/src/event_collector.py | 85 +++++++++++++
11 files changed, 307 insertions(+), 67 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/issue_verification/TestInvalidDe [...]
create mode 100644 packages/Python/lldbsuite/test_event/test/resources/invalid_dec [...]
create mode 100644 packages/Python/lldbsuite/test_event/test/src/TestCatchInvalidD [...]
create mode 100644 packages/Python/lldbsuite/test_event/test/src/event_collector.py
--
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 00a690c c++/60049 - Right and left shift undefined behavior not an er [...]
new 90c8856 Implement C11 DR#423 resolution (ignore function return type [...]
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/c/ChangeLog | 5 +++++
gcc/c/c-decl.c | 21 ++++++++++++++++++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/call-diag-2.c | 2 +-
gcc/testsuite/gcc.dg/qual-return-2.c | 2 +-
gcc/testsuite/gcc.dg/qual-return-3.c | 2 +-
gcc/testsuite/gcc.dg/qual-return-4.c | 2 +-
gcc/testsuite/gcc.dg/qual-return-5.c | 32 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/qual-return-6.c | 12 ++++++++++++
9 files changed, 77 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/qual-return-5.c
create mode 100644 gcc/testsuite/gcc.dg/qual-return-6.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.