This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from d5cb4d02 Reland "[clang-doc] Setup clang-doc frontend framework"
new 63039418 [docs] Adding clang-doc to CTE toctree to fix docs build error
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/clang-doc.rst | 3 +++
docs/index.rst | 1 +
2 files changed, 4 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 llvm.
from f7b39ab9dfa Remove the LoopInstSimplify pass (-loop-instsimplify)
new c91e4c196d9 [X86][Btver2] Clean up formatting/comments in scheduler mod [...]
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/Target/X86/X86ScheduleBtVer2.td | 29 ++++++++++++++++++-----------
1 file changed, 18 insertions(+), 11 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 1a95b60d5 Introduce a setting to disable Spotlight while running the te [...]
new 8239b6819 Re-add change for https://reviews.llvm.org/D42582 with added [...]
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/Core/Architecture.h | 34 +++++++++++
lit/Breakpoint/Inputs/ppc64-localentry.s | 55 +++++++++++++++++
lit/Breakpoint/ppc64-localentry.test | 12 ++++
lit/lit.cfg | 2 +
lldb.xcodeproj/project.pbxproj | 22 +++++++
source/API/SystemInitializerFull.cpp | 2 +
source/Breakpoint/BreakpointResolverName.cpp | 8 +++
source/Plugins/Architecture/CMakeLists.txt | 1 +
.../Architecture/PPC64/ArchitecturePPC64.cpp | 69 ++++++++++++++++++++++
.../Plugins/Architecture/PPC64/ArchitecturePPC64.h | 44 ++++++++++++++
.../Architecture/{Arm => PPC64}/CMakeLists.txt | 4 +-
source/Target/ThreadPlanStepInRange.cpp | 13 ++++
tools/lldb-test/SystemInitializerTest.cpp | 2 +
tools/lldb-test/lldb-test.cpp | 9 ++-
14 files changed, 272 insertions(+), 5 deletions(-)
create mode 100644 lit/Breakpoint/Inputs/ppc64-localentry.s
create mode 100644 lit/Breakpoint/ppc64-localentry.test
create mode 100644 source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
create mode 100644 source/Plugins/Architecture/PPC64/ArchitecturePPC64.h
copy source/Plugins/Architecture/{Arm => PPC64}/CMakeLists.txt (61%)
--
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 newlib.
from 725176612 Cygwin: AF_UNIX: store per-socket info in shared memory
new 4d1a356f7 Cygwin: mark muto object as NO_COPY
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:
winsup/cygwin/smallprint.cc | 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 openacc-gcc-7-branch
in repository gcc.
from f39058384c4 Update nvptx_fork/join barrier placement
new 7445a4d4073 Backport PR74048 and PR81352 nvptx fixes
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/ChangeLog.openacc | 16 ++++++++++++++
gcc/config/nvptx/nvptx.c | 7 +++++-
gcc/config/nvptx/nvptx.md | 5 +++++
gcc/testsuite/ChangeLog.openacc | 13 +++++++++++
libgomp/testsuite/libgomp.oacc-fortran/pr81352.f90 | 20 +++++++++++++++++
libgomp/testsuite/libgomp.oacc-fortran/pr84028.f90 | 25 ++++++++++++++++++++++
6 files changed, 85 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr81352.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr84028.f90
--
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 6a79fbce1b4 Improve caching scheme in ProvenanceAnalysis.
new f7b39ab9dfa Remove the LoopInstSimplify pass (-loop-instsimplify)
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 | 2 +
include/llvm/InitializePasses.h | 1 -
include/llvm/Transforms/Scalar.h | 6 -
include/llvm/Transforms/Scalar/LoopInstSimplify.h | 34 ----
lib/Passes/PassBuilder.cpp | 6 +-
lib/Passes/PassRegistry.def | 1 -
lib/Transforms/Scalar/CMakeLists.txt | 1 -
lib/Transforms/Scalar/LoopInstSimplify.cpp | 223 ----------------------
lib/Transforms/Scalar/Scalar.cpp | 1 -
test/Feature/optnone-opt.ll | 3 +-
10 files changed, 5 insertions(+), 273 deletions(-)
delete mode 100644 include/llvm/Transforms/Scalar/LoopInstSimplify.h
delete mode 100644 lib/Transforms/Scalar/LoopInstSimplify.cpp
--
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 6c3c49c51 Revert "Improve prologue handling to support functions with m [...]
new 1a95b60d5 Introduce a setting to disable Spotlight while running the te [...]
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/Core/ModuleList.h | 1 +
lit/lit-lldb-init | 2 ++
lit/lit.cfg | 3 ++-
packages/Python/lldbsuite/test/lldbtest.py | 7 ++++++-
source/Core/ModuleList.cpp | 13 ++++++++++++-
source/Host/macosx/Symbols.cpp | 9 ++++++++-
6 files changed, 31 insertions(+), 4 deletions(-)
create mode 100644 lit/lit-lldb-init
--
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 ffee3169b Improve prologue handling to support functions with multiple [...]
new 6c3c49c51 Revert "Improve prologue handling to support functions with m [...]
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/Core/Architecture.h | 34 ----------------------------
lit/lit.cfg | 2 --
lldb.xcodeproj/project.pbxproj | 14 ------------
source/API/SystemInitializerFull.cpp | 2 --
source/Breakpoint/BreakpointResolverName.cpp | 8 -------
source/Plugins/Architecture/CMakeLists.txt | 1 -
source/Target/ThreadPlanStepInRange.cpp | 13 -----------
tools/lldb-test/SystemInitializerTest.cpp | 2 --
tools/lldb-test/lldb-test.cpp | 9 +++-----
9 files changed, 3 insertions(+), 82 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 29680d6d4f2 [llvm-readobj][ELF] Move ELF note parsing into libObject
new 6a79fbce1b4 Improve caching scheme in ProvenanceAnalysis.
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/Analysis/ObjCARCAnalysisUtils.h | 10 ++++++++++
lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp | 15 +++++++--------
lib/Transforms/ObjCARC/ProvenanceAnalysis.h | 3 +++
3 files changed, 20 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 gcc.
from 75e9093e006 PR tree-optimization/83456 - -Wrestrict false positive on a [...]
new fa9d17ee070 [PATCH][AARCH64]Fix immediate alternative of movhf_aarch64 [...]
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/ChangeLog | 5 +++++
gcc/config/aarch64/aarch64.md | 2 +-
gcc/testsuite/ChangeLog | 13 ++++++-------
gcc/testsuite/gcc.target/aarch64/f16_mov_immediate_1.c | 4 ++--
gcc/testsuite/gcc.target/aarch64/f16_mov_immediate_2.c | 6 +++---
gcc/testsuite/gcc.target/aarch64/movi_hf.c | 9 +++++++++
6 files changed, 26 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/movi_hf.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.