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 78017f6ef [asan] Allocator support for Fuchsia
new 6b85e16e8 These tests use 80-bit long doubles, which are x86 only. Mark [...]
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/builtins/Unit/fixunsxfti_test.c | 5 +----
test/builtins/Unit/fixxfti_test.c | 5 +----
test/builtins/Unit/floattixf_test.c | 5 +----
test/builtins/Unit/floatuntixf_test.c | 5 +----
4 files changed, 4 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 zorg.
from e44e03e [zorg] Add optional checkAll step to Polly buildbot
new dbdf2b9 [zorg] Add buildbot with reverse iteration enabled
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 | 22 ++++++++++++++++++++++
buildbot/osuosl/master/config/status.py | 9 +++++++++
buildbot/osuosl/master/master.cfg | 6 ++++++
3 files changed, 37 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 zorg.
from 7a9bf84 [zorg] Remove test_polly_format step from Polly buildbot
new e44e03e [zorg] Add optional checkAll step to Polly buildbot
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/buildbot/builders/PollyBuilder.py | 23 ++++++++++++++++-------
1 file changed, 16 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 lldb.
from fd70eb049 Update for llvm api change.
new a6bf120a7 Add an auto-continue flag to breakpoints & locations.
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/API/SBBreakpoint.h | 4 ++
include/lldb/API/SBBreakpointLocation.h | 4 ++
include/lldb/Breakpoint/Breakpoint.h | 12 +++++
include/lldb/Breakpoint/BreakpointLocation.h | 13 ++++++
include/lldb/Breakpoint/BreakpointOptions.h | 33 +++++++++++---
include/lldb/lldb-enumerations.h | 4 +-
.../breakpoint_command/TestBreakpointCommand.py | 31 ++++++++++++-
scripts/interface/SBBreakpoint.i | 4 ++
scripts/interface/SBBreakpointLocation.i | 4 ++
source/API/SBBreakpoint.cpp | 19 ++++++++
source/API/SBBreakpointLocation.cpp | 19 ++++++++
source/Breakpoint/Breakpoint.cpp | 8 ++++
source/Breakpoint/BreakpointLocation.cpp | 13 ++++++
source/Breakpoint/BreakpointOptions.cpp | 38 +++++++++++++---
source/Commands/CommandObjectBreakpoint.cpp | 53 ++++++++++++++++++++++
source/Target/StopInfo.cpp | 43 ++++++++++++------
16 files changed, 273 insertions(+), 29 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 fc39168c30 Revert r304836.
new 896feaf77b [Analyzer] Add support for displaying cross-file diagnostic [...]
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/StaticAnalyzer/Core/Analyses.def | 5 +-
lib/Rewrite/HTMLRewrite.cpp | 5 +
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 314 ++++++++++++++-------
.../diagnostics/diag-cross-file-boundaries.c | 12 -
test/Analysis/html-diag-singlefile.c | 14 +
...ss-file-boundaries.h => html-diag-singlefile.h} | 0
test/Analysis/html-diags-analyze-headers.c | 10 +
test/Analysis/html-diags-analyze-headers.h | 5 +
test/Analysis/html-diags-multifile.c | 5 +-
test/Analysis/html-diags.c | 6 +
test/Coverage/html-diagnostics.c | 7 +
...-diagnostics.c => html-multifile-diagnostics.c} | 17 +-
test/Coverage/html-multifile-diagnostics.h | 3 +
www/analyzer/open_projects.html | 7 -
14 files changed, 271 insertions(+), 139 deletions(-)
delete mode 100644 test/Analysis/diagnostics/diag-cross-file-boundaries.c
create mode 100644 test/Analysis/html-diag-singlefile.c
rename test/Analysis/{diagnostics/diag-cross-file-boundaries.h => html-diag-single [...]
create mode 100644 test/Analysis/html-diags-analyze-headers.c
create mode 100644 test/Analysis/html-diags-analyze-headers.h
copy test/Coverage/{html-diagnostics.c => html-multifile-diagnostics.c} (59%)
create mode 100644 test/Coverage/html-multifile-diagnostics.h
--
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 b7992cd Fix the env PATH var for the avx512-sde bot
new 7a9bf84 [zorg] Remove test_polly_format step from Polly buildbot
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 | 1 -
zorg/buildbot/builders/AOSPBuilder.py | 1 -
zorg/buildbot/builders/PollyBuilder.py | 11 +----------
3 files changed, 1 insertion(+), 12 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 c8872803269 PR target/81621 * bb-reorder.c (pass_partition_blocks::ex [...]
new a7cc3f54fdd PR go/81617 libgo: change mksigtab to recognize glibc [...]
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 +-
libgo/mksigtab.sh | 13 +++++++++++++
2 files changed, 14 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 b65c3a989fd Do not want to use BFI to get profile count for sample pgo
new aebcb9ce1d0 Disable loop peeling during full unrolling pass.
new 123eabac1fb Fix check-lit compatibility with multi-config CMake generators
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/Transforms/Scalar.h | 2 +-
lib/Transforms/Scalar/LoopUnrollPass.cpp | 47 +++++++++++++++++------------
test/Transforms/LoopUnroll/peel-loop-pgo.ll | 5 +++
utils/lit/CMakeLists.txt | 2 +-
utils/lit/tests/lit.site.cfg.in | 17 +++++++++--
5 files changed, 48 insertions(+), 25 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_50
in repository llvm.
from 94231124ce0 Merging r309651 and r309849: ------------------------------ [...]
new a580131658b Merging r309928: ------------------------------------------ [...]
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/Transforms/Utils/CloneModule.cpp | 3 +-
unittests/Transforms/Utils/Cloning.cpp | 59 ++++++++++++++++++++++++++++++++++
2 files changed, 61 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 5c7ada73483 [X86] Adding a test for vector shuffle extractions.
new b65c3a989fd Do not want to use BFI to get profile count for sample pgo
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/Analysis/ProfileSummaryInfo.cpp | 20 ++++++-
...on-summary-callgraph-sample-profile-summary.ll} | 10 ++--
...ion-summary-callgraph-sample-profile-summary.ll | 61 +++++++++++-----------
unittests/Analysis/ProfileSummaryInfoTest.cpp | 10 ++--
4 files changed, 62 insertions(+), 39 deletions(-)
copy test/Bitcode/Inputs/{thinlto-function-summary-callgraph-profile-summary.ll => [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.