This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6531c3164cb [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
new 1b59d4be44b Remove unused variable; NFC
new f1067c00662 [PowerPC][NFC] formatting-only fix
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/PowerPC/PPCISelLowering.cpp | 31 +++++++++++++++----------------
lib/Transforms/Coroutines/CoroElide.cpp | 1 -
2 files changed, 15 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 clang.
from 4c8659fac7 [CFG] Allow CallExpr's to be looked up in CFG's
new a3a2599da2 Refactoring code around move/copy initialization. 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:
include/clang/Sema/Sema.h | 12 ++-
lib/Sema/SemaExprCXX.cpp | 2 +-
lib/Sema/SemaStmt.cpp | 138 ++++++++++++++++++-------------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 +-
4 files changed, 94 insertions(+), 60 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 glibc.
from 807fee29d2 cs_CZ locale: Add alternative month names (bug 22963).
new b47c3e7637 aarch64/strncmp: Use lsr instead of mov+lsr
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:
ChangeLog | 5 +++++
sysdeps/aarch64/strncmp.S | 6 ++----
2 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 lldb.
from 4523ad6b5 [Dictionary] Rewrite the test added in r327587 as an inline test.
new 9877e55c9 [test] cmake: Ensure liblldb builds before tests run
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/CMakeLists.txt | 4 ++++
1 file changed, 4 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 11f8e7a58 [scudo] Add Chunk::getSize, rework Chunk::getUsableSize
new 5e073b427 [sanitizer] Fix off type in mmap64 interceptor
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/sanitizer_common/sanitizer_common_interceptors.inc | 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 glibc.
from bdc3009b8f malloc: harden removal from unsorted list
new a00bffe8b5 ca_ES locale: Update LC_TIME (bug 22848).
new 71d7b12168 lt_LT locale: Update abbreviated month names (bug 22932).
new e7155a28ef Greek (el_CY, el_GR) locales: Introduce ab_alt_mon (bug 22937).
new 807fee29d2 cs_CZ locale: Add alternative month names (bug 22963).
The 4 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:
ChangeLog | 42 ++++++++++++++++++
localedata/locales/ca_ES | 111 ++++++++++++++++++++++++++++++-----------------
localedata/locales/cs_CZ | 15 ++++++-
localedata/locales/el_CY | 8 +++-
localedata/locales/el_GR | 8 +++-
localedata/locales/lt_LT | 12 ++---
6 files changed, 147 insertions(+), 49 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 54cff77be9a [CleanUp] Remove NumInstructions field from LoopVectorizer' [...]
new 6531c3164cb [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
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:
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 6 +-
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 6 +-
.../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 6 +-
.../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 6 +-
include/llvm-c/OrcBindings.h | 34 +---------
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 12 ++--
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 8 +--
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 24 +++++--
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 2 +-
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 6 +-
lib/ExecutionEngine/Orc/ExecutionUtils.cpp | 2 +-
lib/ExecutionEngine/Orc/OrcCBindings.cpp | 24 +++----
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 8 +--
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp | 9 ++-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 73 +++++++++++++++-------
tools/lli/OrcLazyJIT.cpp | 39 ++++++------
tools/lli/OrcLazyJIT.h | 4 +-
.../Orc/ObjectTransformLayerTest.cpp | 3 +-
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 13 ++--
19 files changed, 140 insertions(+), 145 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 aec0249eaf [analyzer] Explicitly set an -std level for the analyzer test.
new 4c8659fac7 [CFG] Allow CallExpr's to be looked up in CFG's
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/Analysis/CFG.cpp | 3 +++
test/SemaCXX/constant-conversion.cpp | 24 ++++++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 test/SemaCXX/constant-conversion.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 gcc.
from ecf1acf59fe PR target/83451 * config/pa/pa.c (pa_emit_move_sequence): [...]
new c81deb2c497 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from f539f21b574 PR target/83451 * config/pa/pa.c (pa_emit_move_sequence): [...]
new fdb7cbdff09 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.