This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from b33c6e9 Replace chdir() usage with the llvm equivalent.
new 2a005a5 NPL: Compartmentalize arm64 single step workaround better
new 9f6908a include Host/Time.h in Cocoa.cpp
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:
source/Plugins/Language/ObjC/Cocoa.cpp | 1 +
source/Plugins/Process/Linux/NativeThreadLinux.cpp | 55 +--------
source/Plugins/Process/Linux/NativeThreadLinux.h | 9 +-
source/Plugins/Process/Linux/SingleStepCheck.cpp | 127 ++++++++++++---------
source/Plugins/Process/Linux/SingleStepCheck.h | 48 +++++---
5 files changed, 107 insertions(+), 133 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 5524bc8 [analyzer] Fix MacOSXAPIChecker fp with static locals seen fr [...]
new a905310 [OpenMP] Support for num_teams-clause on the 'target teams' d [...]
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/AST/OpenMPClause.h | 19 ++++--
include/clang/AST/RecursiveASTVisitor.h | 1 +
lib/AST/OpenMPClause.cpp | 3 +-
lib/AST/StmtProfile.cpp | 1 +
lib/Sema/SemaOpenMP.cpp | 77 +++++++++++++++++++++-
lib/Serialization/ASTReaderStmt.cpp | 1 +
lib/Serialization/ASTWriterStmt.cpp | 1 +
...egen.cpp => target_teams_num_teams_codegen.cpp} | 56 ++++++++--------
tools/libclang/CIndex.cpp | 1 +
9 files changed, 123 insertions(+), 37 deletions(-)
copy test/OpenMP/{target_parallel_num_threads_codegen.cpp => target_teams_num_team [...]
--
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 dfbc941 Add release message for commit ca3e3bc
new cd1b883 Prefix consistenly target-independent locks with __
new e692cfc RTEMS: Harmonize MAXNAMLEN and NAME_MAX
new 3cf2914 devctl.h: Fix typo and include proper header
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:
newlib/libc/include/devctl.h | 12 ++++++------
newlib/libc/posix/telldir.c | 16 ++++++++--------
newlib/libc/stdlib/quick_exit.c | 6 +++---
newlib/libc/sys/rtems/include/sys/dirent.h | 4 ++++
4 files changed, 21 insertions(+), 17 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 0b074d4 Reverted 292880 to fix a linker error.
new b33c6e9 Replace chdir() usage with the llvm equivalent.
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/Host/windows/PosixApi.h | 1 -
source/Host/windows/Windows.cpp | 9 ---------
.../gdb-remote/GDBRemoteCommunicationServerPlatform.cpp | 8 ++------
source/Target/Platform.cpp | 12 +++++-------
4 files changed, 7 insertions(+), 23 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 6d77778 [doc] Correct optimisation levels documentation for -fstore-merging
new 8df5e20 [ARM] PR target/79145 Fix xordi3 expander for immediate opera [...]
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 | 6 ++++++
gcc/config/arm/arm.md | 9 ++++++++-
gcc/testsuite/ChangeLog | 5 +++++
.../gcc.target/arm/{pr64208.c => pr79145.c} | 23 +++++++---------------
4 files changed, 26 insertions(+), 17 deletions(-)
copy gcc/testsuite/gcc.target/arm/{pr64208.c => pr79145.c} (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 lld.
from d768b3a Add a file comment to SyntheticSections.h.
new 84c9934 [ELF] Add local mapping symbols to ARM PLT entries
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/SyntheticSections.cpp | 44 +++++++++++++++++++++++++++++++++
ELF/SyntheticSections.h | 6 +++++
ELF/Target.cpp | 14 +++++++++++
ELF/Target.h | 3 ++-
ELF/Writer.cpp | 5 ++++
test/ELF/arm-gnu-ifunc-plt.s | 28 +++++++++++++--------
test/ELF/arm-gnu-ifunc.s | 25 ++++++++++---------
test/ELF/arm-plt-reloc.s | 46 ++++++++++++++++++++---------------
test/ELF/arm-thumb-interwork-shared.s | 15 ++++++++----
test/ELF/arm-thumb-plt-reloc.s | 17 +++++++++----
10 files changed, 152 insertions(+), 51 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 b34a094 Revert "Use filename in linemarker when compiling preprocesse [...]
new 5524bc8 [analyzer] Fix MacOSXAPIChecker fp with static locals seen fr [...]
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/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp | 9 +++++-
lib/StaticAnalyzer/Core/MemRegion.cpp | 6 ++--
lib/StaticAnalyzer/Core/RegionStore.cpp | 2 ++
test/Analysis/dispatch-once.m | 7 +++++
test/Analysis/null-deref-static.m | 35 ++++++++++++++++++++++++
5 files changed, 56 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/null-deref-static.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 gcc.
from 620fb2b 2017-01-25 Richard Biener <rguenther(a)suse.de>
new 6d77778 [doc] Correct optimisation levels documentation for -fstore-merging
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 | 7 +++++++
gcc/doc/invoke.texi | 4 ++--
2 files changed, 9 insertions(+), 2 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 03bdc3a Mark @llvm.powi.* as safe to speculatively execute.
new b6c9077 [SLP] Improve horizontal vectorization for non-power-of-2 num [...]
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/Vectorize/SLPVectorizer.cpp | 6 +-
.../SLPVectorizer/X86/horizontal-list.ll | 170 +++++++++------------
2 files changed, 76 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 gcc.
from 190d1d8 [testsuite] Require shared effective target for some lto.exp tests
new 620fb2b 2017-01-25 Richard Biener <rguenther(a)suse.de>
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 | 9 +++++++++
gcc/omp-expand.c | 16 ++++++++++++++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/gomp/pr78363-1.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/gomp/pr78363-2.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/gomp/pr78363-3.C | 14 ++++++++++++++
6 files changed, 75 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/gomp/pr78363-1.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr78363-2.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr78363-3.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.