This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from ba1339a96 NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
new 63b0a3bd8 Add the Disassembler unit test dir.
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:
unittests/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 1b609e06230 [Error] Reintroduce type validation in createFileError()
new f119734abe3 [RISCV] Fix crash in decoding instruction with unknown floa [...]
new 96a04e655cc [PGO][CHR] Build/warning fix
new d71790c2cf8 [codeview] Improve readobj FPO dumper and pdbutil register names
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:
.../RISCV/Disassembler/RISCVDisassembler.cpp | 12 ++
lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h | 15 ++
lib/Target/RISCV/RISCVInstrInfoF.td | 2 +-
.../Instrumentation/ControlHeightReduction.cpp | 2 +
test/DebugInfo/COFF/fpo-csrs.ll | 154 ++++++++++++++++++---
test/DebugInfo/COFF/fpo-shrink-wrap.ll | 30 +++-
test/MC/COFF/cv-fpo-csrs.s | 50 ++++++-
test/MC/COFF/cv-fpo-setframe.s | 47 ++++++-
.../RISCV/invalid-fp-rounding-mode.txt | 9 ++
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 25 ++--
tools/llvm-readobj/COFFDumper.cpp | 20 ++-
11 files changed, 320 insertions(+), 46 deletions(-)
create mode 100644 test/MC/Disassembler/RISCV/invalid-fp-rounding-mode.txt
--
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 537e1e6c9 [Scalar] Commit the correct patch, forgot `git add`.
new ba1339a96 NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
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/Breakpoint/BreakpointResolverAddress.h | 2 +-
include/lldb/Breakpoint/BreakpointResolverFileLine.h | 2 +-
.../lldb/Breakpoint/BreakpointResolverFileRegex.h | 2 +-
include/lldb/Breakpoint/BreakpointResolverName.h | 2 +-
include/lldb/Core/AddressResolverFileLine.h | 2 +-
include/lldb/Core/AddressResolverName.h | 2 +-
include/lldb/Core/FileLineResolver.h | 2 +-
include/lldb/Core/SearchFilter.h | 11 +----------
include/lldb/Interpreter/CommandCompletions.h | 8 ++++----
include/lldb/lldb-enumerations.h | 10 ++++++++++
source/Breakpoint/BreakpointResolverAddress.cpp | 4 ++--
source/Breakpoint/BreakpointResolverFileLine.cpp | 4 ++--
source/Breakpoint/BreakpointResolverFileRegex.cpp | 4 ++--
source/Breakpoint/BreakpointResolverName.cpp | 4 ++--
source/Commands/CommandCompletions.cpp | 12 ++++++------
source/Core/AddressResolverFileLine.cpp | 4 ++--
source/Core/AddressResolverName.cpp | 4 ++--
source/Core/FileLineResolver.cpp | 4 ++--
source/Core/SearchFilter.cpp | 20 ++++++++++----------
.../RenderScriptRuntime/RenderScriptRuntime.h | 6 +++---
source/Target/LanguageRuntime.cpp | 4 ++--
21 files changed, 57 insertions(+), 56 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 d590b1f [OpenMP] Initial implementation of OMP 5.0 Memory Management [...]
new 7eaaab9 [OpenMP] Synchronization hint constants added to headers
new afaf9ba [OpenMP] Change hint parameter type for critical to uint32_t
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/include/50/omp.h.var | 24 ++++++++-----
runtime/src/include/50/omp_lib.f90.var | 24 ++++++++-----
runtime/src/include/50/omp_lib.h.var | 49 ++++++++++++++++++--------
runtime/src/kmp.h | 64 ++++++++++++++++++++--------------
runtime/src/kmp_csupport.cpp | 2 +-
5 files changed, 105 insertions(+), 58 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 4115a633261 [llvm-dwp] Clean up tests X86/*.test
new 1b609e06230 [Error] Reintroduce type validation in createFileError()
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/Support/Error.h | 10 +++++-----
unittests/Support/ErrorTest.cpp | 3 +++
2 files changed, 8 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 llvm.
from 537da4277fc NFC: remove magic bool in LoopIdiomRecognize
new e853ba4a0c0 [RISCV] Fix AddressSanitizer heap-buffer-overflow in disassembling
new 4115a633261 [llvm-dwp] Clean up tests X86/*.test
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/Target/RISCV/Disassembler/RISCVDisassembler.cpp | 8 ++++++++
test/MC/Disassembler/RISCV/fuzzer-invalid.txt | 8 ++++++++
test/MC/{ => Disassembler}/RISCV/lit.local.cfg | 0
test/tools/llvm-dwp/X86/compress.test | 3 +--
test/tools/llvm-dwp/X86/compressfail.test | 3 +--
test/tools/llvm-dwp/X86/dwos_list_from_exec_simple.test | 3 +--
test/tools/llvm-dwp/X86/gcc_type.test | 3 +--
test/tools/llvm-dwp/X86/nocompress.test | 3 +--
test/tools/llvm-dwp/X86/simple.test | 8 +++-----
9 files changed, 24 insertions(+), 15 deletions(-)
create mode 100644 test/MC/Disassembler/RISCV/fuzzer-invalid.txt
copy test/MC/{ => Disassembler}/RISCV/lit.local.cfg (100%)
--
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 0913dc2 Fix for https://bugs.llvm.org/show_bug.cgi?id=38839:
new d590b1f [OpenMP] Initial implementation of OMP 5.0 Memory Management [...]
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/dllexports | 18 ++++
runtime/src/exports_so.txt | 1 +
runtime/src/i18n/en_US.txt | 1 +
runtime/src/include/50/omp.h.var | 29 +++++++
runtime/src/include/50/omp_lib.f.var | 21 +++++
runtime/src/include/50/omp_lib.f90.var | 21 +++++
runtime/src/include/50/omp_lib.h.var | 22 +++++
runtime/src/kmp.h | 32 ++++++-
runtime/src/kmp_alloc.cpp | 153 +++++++++++++++++++++++++++++++++
runtime/src/kmp_barrier.cpp | 4 +
runtime/src/kmp_csupport.cpp | 4 +
runtime/src/kmp_ftn_entry.h | 30 ++++++-
runtime/src/kmp_ftn_os.h | 26 ++++--
runtime/src/kmp_global.cpp | 15 ++++
runtime/src/kmp_runtime.cpp | 31 ++++++-
runtime/src/kmp_settings.cpp | 149 +++++++++++++++++++++++++++++++-
runtime/src/kmp_stub.cpp | 14 +++
runtime/test/api/omp_alloc.c | 78 +++++++++++++++++
runtime/tools/generate-def.pl | 6 +-
19 files changed, 642 insertions(+), 13 deletions(-)
create mode 100644 runtime/test/api/omp_alloc.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.