This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 1d955d1 Disable threadprivate data cleanup if runtime is terminating
new 8c08442 Fix fatal error message displaying
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_i18n.cpp | 21 +++++++++++++++------
1 file changed, 15 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 clang.
from d67bfb9c5a [Analyzer] [Tests] Do not discard output from CmpRuns.py whe [...]
new 2150c7da3d Handle PragmaDebug in PPChainedCallbacks
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/Lex/PPCallbacks.h | 5 +++++
1 file changed, 5 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 compiler-rt.
from cbdf93a9b [msan] Intercept __strxfrm_l.
new 56c02e118 [scudo] Remove comment about security of the 32-bit allocator
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/scudo/scudo_allocator.h | 3 ---
1 file changed, 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 clang-tools-extra.
from 406d784b [clangd] Added a callback-based codeComplete in clangd.
new db993457 Handle PragmaDebug in PPChainedCallbacks
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/pp-trace/pp-trace-pragma-general.cpp | 11 +++++++++++
1 file changed, 11 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 lld.
from d483b824d Simplify.
new d0971ca09 Unassign sections if they are "assigned" to /DISCARD/.
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/LinkerScript.cpp | 4 +++-
1 file changed, 3 insertions(+), 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 dc684a8cd2e [C++ PATCH] Kill IDENTIFIER_LABEL_VALUE
new 523e2700009 PR middle-end/82062 * fold-const.c (operand_equal_for_com [...]
new 808c96e1851 * Makefile.am (check-go-tool): Output colon after ${fl}. [...]
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:
gcc/ChangeLog | 9 +++++-
gcc/fold-const.c | 24 +++++++++++----
gcc/testsuite/ChangeLog | 6 ++++
.../gcc.dg/{fold-cond_expr-1.c => fold-cond-2.c} | 0
gcc/testsuite/gcc.dg/fold-cond-3.c | 35 ++++++++++++++++++++++
gotools/ChangeLog | 6 ++++
gotools/Makefile.am | 8 ++---
gotools/Makefile.in | 8 ++---
8 files changed, 81 insertions(+), 15 deletions(-)
rename gcc/testsuite/gcc.dg/{fold-cond_expr-1.c => fold-cond-2.c} (100%)
create mode 100644 gcc/testsuite/gcc.dg/fold-cond-3.c
--
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 5d1f72d3b59 Fix CodeGen/AMDGPU/fcanonicalize-elimination.ll on FreeBSD 11.0
new c2c04200c88 Re-land "[dwarfdump] Add -lookup option"
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/DIContext.h | 18 ++-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 12 ++
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 10 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 30 +++-
lib/DebugInfo/DWARF/DWARFUnit.cpp | 2 +-
.../tools/llvm-dwarfdump/X86/{brief.s => lookup.s} | 154 ++++++++++++++-------
test/tools/llvm-dwarfdump/cmdline.test | 1 +
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 34 ++++-
8 files changed, 200 insertions(+), 61 deletions(-)
copy test/tools/llvm-dwarfdump/X86/{brief.s => lookup.s} (64%)
--
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 2bbf52db0b1 Revert r316582 [Local] Fix a bug in the domtree update logi [...]
new bc1160282cb Add a comment to clarify a future change
new b5008395964 [SCEV] Fix an assertion failure in the max backedge taken count
new 5d1f72d3b59 Fix CodeGen/AMDGPU/fcanonicalize-elimination.ll on FreeBSD 11.0
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/ScalarEvolution.h | 7 ++++--
lib/Analysis/ScalarEvolution.cpp | 20 ++++++++---------
.../ScalarEvolution/max-be-count-not-constant.ll | 26 ++++++++++++++++++++++
test/CodeGen/AMDGPU/fcanonicalize-elimination.ll | 4 ++++
4 files changed, 45 insertions(+), 12 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/max-be-count-not-constant.ll
--
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 ae2ecba319 [CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.
new a535f1e292 [Analyzer] Give more descriptive name to BdyFrm field.
new d67bfb9c5a [Analyzer] [Tests] Do not discard output from CmpRuns.py whe [...]
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/clang/Analysis/AnalysisDeclContext.h | 2 +-
lib/Analysis/AnalysisDeclContext.cpp | 6 +++---
utils/analyzer/SATestBuild.py | 8 +-------
utils/analyzer/SATestUtils.py | 8 --------
4 files changed, 5 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.