This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 275a9fe Propagate DBG_VALUE entries when there are unvisited predecessors
new 2182c89 [CMake] Use if(... IN_LIST ...) instead of list(FIND...)
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:
cmake/modules/AddLLVM.cmake | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 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 0af08c4 Disable monitor thread creation by default.
new d1a75f5 Mixed type atomic routines for unsigned integers.
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/kmp_atomic.c | 24 ++++++++++++++++++++++++
runtime/src/kmp_atomic.h | 12 ++++++++++++
2 files changed, 36 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 lldb.
from 821ea08 xfail TestExec.py on macOS
new 035bd8d convert TestFatArchives.py over to no-debug-info test
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/functionalities/fat_archives/TestFatArchives.py | 15 ++++-----------
1 file changed, 4 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 openmp.
from c5fa69c Fix respecting LIBOMP_LLVM_LIT_EXECUTABLE as full path
new 0af08c4 Disable monitor thread creation by default.
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 | 4 +++-
runtime/src/exports_so.txt | 4 +++-
runtime/src/kmp.h | 15 ++++++++++++++-
runtime/src/kmp_global.c | 11 +++++++++++
runtime/src/kmp_runtime.c | 11 +++++++++--
runtime/src/kmp_settings.c | 8 ++++++++
runtime/src/kmp_wait_release.h | 30 ++++++++++++++++++++++++++++++
runtime/src/z_Linux_util.c | 32 +++++++++++++++++++++++++++++++-
runtime/src/z_Windows_NT_util.c | 17 +++++++++++++++++
9 files changed, 126 insertions(+), 6 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 2713e77 Revert "Output optimization remarks in YAML"
new 275a9fe Propagate DBG_VALUE entries when there are unvisited predecessors
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/LiveDebugValues.cpp | 34 ++--
test/CodeGen/ARM/dbg-range-extension.mir | 282 +++++++++++++++++++++++++++++++
2 files changed, 306 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/ARM/dbg-range-extension.mir
--
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 ef2e8f8 [ELF] - Fixed string encoding in test. NFC.
new dd42621 Use xxhash for fast --build-id.
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/OutputSections.cpp | 54 ++++----------------------------------------------
1 file changed, 4 insertions(+), 50 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 09e2479 [lit] Fix refacto introduced by rL282479.
new b93468a Add llvm::join_items to StringExtras.
new 2713e77 Revert "Output optimization remarks in YAML"
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/ADT/StringExtras.h | 56 ++++++++++++++-
include/llvm/Analysis/OptimizationDiagnosticInfo.h | 17 -----
include/llvm/IR/DiagnosticInfo.h | 74 ++------------------
include/llvm/IR/LLVMContext.h | 14 ----
lib/Analysis/OptimizationDiagnosticInfo.cpp | 80 ----------------------
lib/IR/DiagnosticInfo.cpp | 33 ---------
lib/IR/LLVMContext.cpp | 8 ---
lib/IR/LLVMContextImpl.h | 2 -
lib/Transforms/IPO/Inliner.cpp | 14 ++--
.../Transforms/Inline/optimization-remarks-yaml.ll | 76 --------------------
tools/opt/opt.cpp | 23 -------
unittests/ADT/CMakeLists.txt | 1 +
unittests/ADT/StringExtrasTest.cpp | 52 ++++++++++++++
13 files changed, 118 insertions(+), 332 deletions(-)
delete mode 100644 test/Transforms/Inline/optimization-remarks-yaml.ll
create mode 100644 unittests/ADT/StringExtrasTest.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 clang.
from c0898b9 Adapt to LLVM optimization remark interface change. NFC
new 709c3c4 Revert "Adapt to LLVM optimization remark interface change. NFC"
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/CodeGenAction.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 gcc.
from eedf6f9 [Obvious] Delete one redundant word in target-supports.exp comment
new 5961c77 * internal-fn.h (IFN_UNIQUE_CODES, IFN_GOACC_LOOP_CODES, IF [...]
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/gimple-pretty-print.c | 58 +++++++++++++++++++++++++++++++++++++++++++++--
gcc/internal-fn.h | 58 +++++++++++++++++++++++++----------------------
3 files changed, 96 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 llvm.
from 4a0cf28 project_id is from another era in phabricator land and does n [...]
new bf2f7ba Sort headers
new 3ecd753 Output optimization remarks in YAML
new 09e2479 [lit] Fix refacto introduced by rL282479.
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:
include/llvm/Analysis/OptimizationDiagnosticInfo.h | 17 +++++
include/llvm/IR/DiagnosticInfo.h | 76 ++++++++++++++++++--
include/llvm/IR/LLVMContext.h | 14 ++++
lib/Analysis/OptimizationDiagnosticInfo.cpp | 80 ++++++++++++++++++++++
lib/IR/DiagnosticInfo.cpp | 33 +++++++++
lib/IR/LLVMContext.cpp | 8 +++
lib/IR/LLVMContextImpl.h | 2 +
lib/Transforms/IPO/Inliner.cpp | 14 ++--
.../Transforms/Inline/optimization-remarks-yaml.ll | 76 ++++++++++++++++++++
tools/opt/opt.cpp | 23 +++++++
utils/lit/lit/run.py | 4 +-
11 files changed, 335 insertions(+), 12 deletions(-)
create mode 100644 test/Transforms/Inline/optimization-remarks-yaml.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.