This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_38
in repository openmp.
from ed91a0b Merging r258990: -------------------------------------------- [...]
new 473d3c7 Merging r263651: -------------------------------------------- [...]
new 1d8561a Merging r264166: -------------------------------------------- [...]
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:
runtime/src/CMakeLists.txt | 9 +++++----
runtime/src/kmp_atomic.h | 7 +++++++
runtime/src/kmp_csupport.c | 4 +++-
3 files changed, 15 insertions(+), 5 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 openmp.
from 843428c Remove architecture dependent Hwloc DEBUG section
new 45c857d NFC remove unneded spaces (test commit)
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:
runtime/src/exports_so.txt | 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 f2899fa [scan-build] fix dead store warnings emitted on clang code base
new 6bd4c22 [modules][debuginfo] Only include imported modules when targe [...]
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/CGDebugInfo.cpp | 2 ++
lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 1 +
test/Modules/DebugInfoSubmoduleImport.c | 2 +-
test/Modules/DebugInfoTransitiveImport.m | 8 +++++++-
test/Modules/debug-info-moduleimport.m | 10 ++++++++--
test/Modules/getSourceDescriptor-crash.cpp | 2 +-
6 files changed, 20 insertions(+), 5 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-tools-extra.
from b9a137a [clang-tidy] Speedup misc-static-assert.
new 84f5259 [clang-tidy] MoveConstructorInitCheck - Add parameter name to [...]
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:
clang-tidy/misc/MoveConstructorInitCheck.cpp | 5 +++--
test/clang-tidy/misc-move-constructor-init.cpp | 2 +-
2 files changed, 4 insertions(+), 3 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 c388a0c PR c++/66561 - __builtin_LINE at al. should yield constant ex [...]
new 89526ff PR rtl-optimization/57193 * opts.c (default_options_table): [...]
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/doc/invoke.texi | 4 +---
gcc/opts.c | 1 -
3 files changed, 7 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 libcxx.
from 7039fa1 Add documentation for new experimental library
new 03dc08c Update version numbers in docs
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/conf.py | 6 +++---
1 file changed, 3 insertions(+), 3 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 7b7e9c7 Add opt-bisect support to additional passes that can be skipped
new 546d80a Fix template type deduction error on some compilers.
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:
tools/llvm-pdbdump/llvm-pdbdump.cpp | 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 llvm.
from 14c490a Move CodeViewTypeStream to DebugInfo/CodeView
new 80aec1a Remove unused variable.
new 7b7e9c7 Add opt-bisect support to additional passes that can be skipped
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/CodeGen/EarlyIfConversion.cpp | 3 +++
lib/CodeGen/ExecutionDepsFix.cpp | 2 ++
lib/CodeGen/IfConversion.cpp | 3 ++-
lib/CodeGen/MachineBlockPlacement.cpp | 3 +++
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 2 --
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp | 3 +++
lib/Transforms/Scalar/ConstantProp.cpp | 3 +++
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp | 3 +++
lib/Transforms/Scalar/LoopDataPrefetch.cpp | 3 +++
lib/Transforms/Scalar/LoopDistribute.cpp | 3 +++
lib/Transforms/Scalar/LoopInterchange.cpp | 3 +++
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp | 3 +++
lib/Transforms/Scalar/Reg2Mem.cpp | 2 +-
lib/Transforms/Scalar/Scalarizer.cpp | 2 ++
lib/Transforms/Scalar/SimplifyCFGPass.cpp | 5 +----
lib/Transforms/Utils/SimplifyInstructions.cpp | 3 +++
test/Other/opt-bisect-legacy-pass-manager.ll | 8 ++++++++
17 files changed, 46 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 libcxx.
from 7da079c Make check-libcxx dependant on libc++experimental if present.
new 7039fa1 Add documentation for new experimental library
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/BuildingLibcxx.rst | 33 +++++++++++++++++++++++++++++++++
docs/UsingLibcxx.rst | 23 +++++++++++++++++++++++
2 files changed, 56 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 0b059c1 PM: Port LoopRotation to the new loop pass manager
new 14c490a Move CodeViewTypeStream to DebugInfo/CodeView
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/DebugInfo/CodeView/TypeStream.h | 130 +++++++++++++++++++++++
include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 10 +-
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 25 +----
tools/llvm-pdbdump/llvm-pdbdump.cpp | 29 +++--
tools/llvm-readobj/COFFDumper.cpp | 151 +++------------------------
5 files changed, 161 insertions(+), 184 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/TypeStream.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.