This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3f2bd66874a [dsymutil] Unbreak non-Darwin bots.
new 6fb020e07a9 [X86][SSE41] createVariablePermute v2X64 - PCMPEQQ can 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:
lib/Target/X86/X86ISelLowering.cpp | 8 ++++++++
test/CodeGen/X86/var-permute-128.ll | 29 ++++++++++++++---------------
2 files changed, 22 insertions(+), 15 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 68284f70 Revert "Reland "[clang-doc] Setup clang-doc frontend framework""
new b487b89e [clangd] Remove extra ";", 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:
unittests/clangd/ClangdUnitTests.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 llvm.
from a4c60c4ed08 [dsymutil] Introduce LinkContext. NFC.
new 3f2bd66874a [dsymutil] Unbreak non-Darwin bots.
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:
tools/dsymutil/DwarfLinker.cpp | 6 +++---
1 file changed, 3 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 clang.
from 57dd603406 Add missing "env" so that test added in r327322 passes on Wi [...]
new 4d1212dbc4 clang-import-test: fix build with clang-3.8
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:
tools/clang-import-test/clang-import-test.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 llvm.
from 0cfc08d8e28 [Evaluator] Evaluate load/store with bitcast
new a4c60c4ed08 [dsymutil] Introduce LinkContext. 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:
tools/dsymutil/DebugMap.h | 2 +
tools/dsymutil/DwarfLinker.cpp | 555 +++++++++++++++++++++++++----------------
2 files changed, 338 insertions(+), 219 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 e7b0e8d685f [CodeGenPrepare] Respect endianness in splitMergedValStore.
new 0cfc08d8e28 [Evaluator] Evaluate load/store with bitcast
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/Analysis/ConstantFolding.h | 6 +++
lib/Analysis/ConstantFolding.cpp | 73 ++++++++++++++-------------
lib/Transforms/Utils/Evaluator.cpp | 34 ++++++++-----
test/Transforms/GlobalOpt/evaluate-bitcast.ll | 28 ++++++++++
4 files changed, 95 insertions(+), 46 deletions(-)
create mode 100644 test/Transforms/GlobalOpt/evaluate-bitcast.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 gcc.
from c0aa1bca0e3 Fix PTA info in IPA ICF (PR ipa/84658).
new bdba4393995 PR lto/84805 * ipa-devirt.c (odr_subtypes_equivalent_p): [...]
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 | 6 ++++++
gcc/ipa-devirt.c | 6 ++++--
2 files changed, 10 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 lldb.
from 939188f18 [ExpressionParser] Fix crash when evaluating invalid expresssions.
new d768f36b0 Fix linux s390x build (pr36694)
new d1f52d642 Fix clang-3.8 build
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:
source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp | 2 +-
source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp | 2 +-
2 files changed, 2 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 dc66369c8 [ELF] - Fix wrong "REQUIRES" in test.
new ccd3ef404 [ELF] - Implement INSERT BEFORE.
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 | 26 ++++++++++++++--------
ELF/LinkerScript.h | 3 ++-
ELF/ScriptParser.cpp | 12 +++++++---
test/ELF/linkerscript/insert-after.test | 4 ++--
.../{insert-after.test => insert-before.test} | 18 +++++++--------
test/ELF/linkerscript/insert-broken.test | 2 +-
6 files changed, 40 insertions(+), 25 deletions(-)
copy test/ELF/linkerscript/{insert-after.test => insert-before.test} (56%)
--
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 03744dcc0 [ELF] - Restrict section offsets that exceeds file size.
new dc66369c8 [ELF] - Fix wrong "REQUIRES" in 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/ELF/linkerscript/empty-link-order.test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.