This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6bb56ed1173 Reapply "[LSV] Refactoring + supporting bitcasts to a type [...]
new 1f565f54cd4 Revert r337595 "[ORC] Add new symbol lookup methods to Exec [...]
new 4571da68d10 [FileCheck] Provide an option for FileCheck to dump origina [...]
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:
docs/CommandGuide/FileCheck.rst | 4 +
include/llvm/ExecutionEngine/Orc/Core.h | 141 ++--
include/llvm/ExecutionEngine/Orc/Legacy.h | 4 +-
lib/ExecutionEngine/Orc/Core.cpp | 749 +++++++--------------
lib/ExecutionEngine/Orc/Legacy.cpp | 10 +-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 4 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 8 +-
.../Orc/RTDyldObjectLinkingLayer.cpp | 28 +-
test/FileCheck/verbose_mode.txt | 17 +
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 259 ++++---
.../ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 58 +-
utils/FileCheck/FileCheck.cpp | 13 +-
utils/lit/lit/TestingConfig.py | 3 +-
13 files changed, 547 insertions(+), 751 deletions(-)
create mode 100644 test/FileCheck/verbose_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 llvm.
from ff83113c2f5 [llvm-objcopy] Add basic support for --rename-section
new a46c1d6b583 [FileCheck] Fix search ranges for DAG-NOT-DAG
new 6bb56ed1173 Reapply "[LSV] Refactoring + supporting bitcasts to a type [...]
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/Transforms/Vectorize/LoadStoreVectorizer.cpp | 111 ++++++++++++---------
test/CodeGen/X86/loadStore_vectorizer.ll | 18 +++-
test/FileCheck/check-dag-not-dag.txt | 76 ++++++++++++++
test/FileCheck/check-dag-overlap.txt | 3 +-
.../LoadStoreVectorizer/AMDGPU/gep-bitcast.ll | 53 +++++++++-
utils/FileCheck/FileCheck.cpp | 92 ++++++++---------
6 files changed, 256 insertions(+), 97 deletions(-)
create mode 100644 test/FileCheck/check-dag-not-dag.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 clang.
from 769fd39841 [CUDA] Provide integer SIMD functions for CUDA-9.2
new d642af48b0 [AST] Various micro-optimizations in CXXInheritance
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/AST/CXXInheritance.h | 41 +++++++++++++++++++++-----------------
lib/AST/CXXInheritance.cpp | 20 +++++++++----------
2 files changed, 33 insertions(+), 28 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 gcc.
from 0dbefa15caf Give up the inlining expansion for strcmp/strncmp/memcmp on [...]
new 48ab28231ad compiler: do order_evaluations before remove_shortcuts
new 085968bdf56 2018-07-20 Andrew Benson <abenson(a)carnegiescience.edu>
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/fortran/ChangeLog | 18 ++
gcc/fortran/gfortran.h | 19 +--
gcc/fortran/parse.c | 2 +-
gcc/fortran/resolve.c | 25 +--
gcc/fortran/symbol.c | 78 ++++-----
gcc/fortran/trans-types.c | 28 +--
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/go.cc | 6 +-
gcc/go/gofrontend/gogo.cc | 425 ++++++++++++++++++++++++----------------------
9 files changed, 315 insertions(+), 288 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 502e1bf6141 And add a lit substitution for llvm-undname, as the comment [...]
new ff83113c2f5 [llvm-objcopy] Add basic support for --rename-section
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:
...on-remove.test => rename-section-multiple.test} | 29 ++++++++++++---------
test/tools/llvm-objcopy/rename-section.test | 30 ++++++++++++++++++++++
tools/llvm-objcopy/ObjcopyOpts.td | 3 +++
tools/llvm-objcopy/llvm-objcopy.cpp | 17 ++++++++++++
4 files changed, 67 insertions(+), 12 deletions(-)
copy test/tools/llvm-objcopy/{add-section-remove.test => rename-section-multiple.t [...]
create mode 100644 test/tools/llvm-objcopy/rename-section.test
--
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 binutils-gdb.
from d5f4da5e33 ld: Discard .rel.* and .rela.* sections
new 7a54636a02 x86: Rename match_reg_size to match_operand_size
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-i386.c | 23 ++++++++++++-----------
2 files changed, 22 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 compiler-rt.
from 517b61328 On Darwin switch from the `VM_MEMORY_ANALYSIS_TOOL` VM tag to [...]
new c35540279 Mark REAL(swapcontext) with indirect_return attribute on x86
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/asan/asan_interceptors.cc | 8 ++++++++
lib/sanitizer_common/sanitizer_internal_defs.h | 5 +++++
2 files changed, 13 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 clang-tools-extra.
from b45d0733 [clangd] FuzzyMatch exposes an API for its word segmentation. NFC
new cb253bf4 [clangd] Fix racy use-after-scope in unittest
new b0b5526c [clang-doc] Adding PublicOnly flag
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:
clang-doc/ClangDoc.cpp | 17 +-
clang-doc/ClangDoc.h | 3 +-
clang-doc/Mapper.cpp | 12 +-
clang-doc/Mapper.h | 7 +-
clang-doc/Representation.cpp | 2 +-
clang-doc/Representation.h | 6 +
clang-doc/Serialize.cpp | 37 +++-
clang-doc/Serialize.h | 10 +-
clang-doc/tool/ClangDocMain.cpp | 11 +-
test/clang-doc/module.cpp | 61 ++++++
test/clang-doc/public-module.cpp | 53 ++++++
test/clang-doc/public-records.cpp | 341 ++++++++++++++++++++++++++++++++++
unittests/clangd/TUSchedulerTests.cpp | 3 +-
13 files changed, 529 insertions(+), 34 deletions(-)
create mode 100644 test/clang-doc/module.cpp
create mode 100644 test/clang-doc/public-module.cpp
create mode 100644 test/clang-doc/public-records.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 llvm.
from 3dd57df1d16 [Demangler] Correctly factor in assignment when allocating.
new 5f6eec8ceb9 Make check-llvm depend on llvm-undname
new bc0cffa673a Remove a superfluous semicolon
new 502e1bf6141 And add a lit substitution for llvm-undname, as the comment [...]
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:
lib/Demangle/MicrosoftDemangle.cpp | 2 +-
test/CMakeLists.txt | 1 +
test/lit.cfg.py | 2 +-
3 files changed, 3 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 48637ea82 [ELF] - Fix mistypes in test cases.
new 5fbd4fe95 [COFF] Sort .reloc before all other discardable sections
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:
COFF/Writer.cpp | 7 ++-----
test/COFF/sort-debug.test | 4 ++--
2 files changed, 4 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.