This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from aace2861ee [Tooling] Fix some Clang-tidy modernize and Include What You [...]
new ad1fef448d Remove test deep-ast-tree.cpp
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/CodeGenCXX/deep-ast-tree.cpp | 267 --------------------------------------
1 file changed, 267 deletions(-)
delete mode 100644 test/CodeGenCXX/deep-ast-tree.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 lld.
from bcf24b0f9 [ELF] Add .eh_frame pieces to map file
new 1baed5e22 [WebAssembly] Fix -Werror=extra failure due to enum in ternary
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:
wasm/Writer.cpp | 3 ++-
1 file changed, 2 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 llvm.
from 2a44ab0eda7 [InstSimplify] fix folds for (0.0 - X) + X --> 0 (PR27151)
new d1e7e3c8a89 Revert "[ORC] Switch from shared_ptr to unique_ptr for addM [...]
new ea8353074c9 [EarlyCSE] Exploit open ended invariant.start scopes
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:
.../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 | 32 ++-
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 10 +-
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 24 +--
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 2 +-
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 7 +-
lib/ExecutionEngine/Orc/OrcCBindings.cpp | 22 +-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 8 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp | 2 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 34 +--
lib/Transforms/Scalar/EarlyCSE.cpp | 94 +++++++--
test/Transforms/EarlyCSE/invariant-loads.ll | 9 +
test/Transforms/EarlyCSE/invariant.start.ll | 231 +++++++++++++++++++--
tools/lli/OrcLazyJIT.cpp | 10 +-
tools/lli/OrcLazyJIT.h | 4 +-
.../Orc/ObjectTransformLayerTest.cpp | 3 +-
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 13 +-
20 files changed, 415 insertions(+), 114 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 8f10645fe18 [X86] Add haswell testing for PR35635 as well.
new 2a44ab0eda7 [InstSimplify] fix folds for (0.0 - X) + X --> 0 (PR27151)
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/InstructionSimplify.cpp | 24 ++++++++++--------------
test/Transforms/InstSimplify/fast-math.ll | 30 ++++++++++++------------------
2 files changed, 22 insertions(+), 32 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 lld.
from 4c246f914 [COFF] Fix LLD COFF tests as a follow-up to r327563
new bcf24b0f9 [ELF] Add .eh_frame pieces to map file
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/MapFile.cpp | 42 ++++++++++++++++++++++++++++++++++++++++++
ELF/SyntheticSections.h | 1 +
test/ELF/Inputs/map-file2.s | 2 ++
test/ELF/map-file.s | 10 +++++++---
4 files changed, 52 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 d31cc5d410e [AArch64] Emit CSR loads in the same order as stores
new 8f10645fe18 [X86] Add haswell testing for PR35635 as well.
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/CodeGen/X86/pr35636.ll | 50 ++++++++++++++++++++++++++++++---------------
1 file changed, 34 insertions(+), 16 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 bd35f7f017 Reduce AST depth for test deep-ast-tree.cpp for atom
new aace2861ee [Tooling] Fix some Clang-tidy modernize and Include What You [...]
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/Tooling/ArgumentsAdjusters.h | 11 +-
include/clang/Tooling/CompilationDatabase.h | 19 ++-
.../Tooling/CompilationDatabasePluginRegistry.h | 14 +--
include/clang/Tooling/Core/Replacement.h | 32 +++--
include/clang/Tooling/FileMatchTrie.h | 21 ++--
include/clang/Tooling/JSONCompilationDatabase.h | 19 +--
include/clang/Tooling/ToolExecutorPluginRegistry.h | 8 +-
include/clang/Tooling/Tooling.h | 83 +++++++------
lib/Tooling/ArgumentsAdjusters.cpp | 7 +-
lib/Tooling/CompilationDatabase.cpp | 55 ++++++---
lib/Tooling/Core/Replacement.cpp | 57 ++++++---
lib/Tooling/FileMatchTrie.cpp | 33 ++++--
lib/Tooling/JSONCompilationDatabase.cpp | 86 +++++++-------
lib/Tooling/Tooling.cpp | 132 +++++++++++++--------
14 files changed, 346 insertions(+), 231 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 e32a9d69af [Parser] (C++) Make -Wextra-semi slightly more useful
new bd35f7f017 Reduce AST depth for test deep-ast-tree.cpp for atom
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/CodeGenCXX/deep-ast-tree.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 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 lld.
from f16ecd795 [test] Fix a temp filename in a test from SVN r327561. NFC.
new 4c246f914 [COFF] Fix LLD COFF tests as a follow-up to r327563
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/COFF/dll.test | 2 +-
test/COFF/lto-comdat.ll | 11 +++++------
test/COFF/lto-parallel.ll | 4 +++-
test/COFF/weak-external.test | 1 +
test/COFF/weak-external3.test | 1 +
5 files changed, 11 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 glibc.
from f9555d7312 Remove old-GCC parts of x86 bits/mathinline.h.
new bdc3009b8f malloc: harden removal from unsorted list
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:
malloc/malloc.c | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.