This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 629c9d30eb3 nm: Add -no-weak flag for hiding weak symbols
new a5d70d8749b [MC] Error on a .zerofill directive in a non-virtual 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:
include/llvm/MC/MCELFStreamer.h | 3 +-
include/llvm/MC/MCStreamer.h | 3 +-
include/llvm/MC/MCWasmStreamer.h | 3 +-
include/llvm/MC/MCWinCOFFStreamer.h | 2 +-
lib/MC/MCAsmStreamer.cpp | 13 +++++-
lib/MC/MCELFStreamer.cpp | 3 +-
lib/MC/MCMachOStreamer.cpp | 18 ++++++--
lib/MC/MCNullStreamer.cpp | 3 +-
lib/MC/MCParser/DarwinAsmParser.cpp | 10 +++--
lib/MC/MCWasmStreamer.cpp | 3 +-
lib/MC/MCWinCOFFStreamer.cpp | 3 +-
lib/Object/RecordStreamer.cpp | 3 +-
lib/Object/RecordStreamer.h | 2 +-
test/MC/MachO/zero-space.s | 89 +++++++++++++++++++++++++++++++++++++
test/MC/MachO/zerofill-text.s | 7 +++
tools/llvm-mca/llvm-mca.cpp | 3 +-
16 files changed, 147 insertions(+), 21 deletions(-)
create mode 100644 test/MC/MachO/zero-space.s
create mode 100644 test/MC/MachO/zerofill-text.s
--
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 eb37a3e6fa5 Tighten up a test for -check-debugify, NFC
new 198bcb65d99 [SLPVectorizer][X86] Begin adding alternate tests for call [...]
new 629c9d30eb3 nm: Add -no-weak flag for hiding weak symbols
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/llvm-nm.rst | 4 ++
.../SLPVectorizer/X86/alternate-calls.ll | 65 ++++++++++++++++++++++
test/tools/llvm-nm/X86/weak.test | 1 +
tools/llvm-nm/llvm-nm.cpp | 9 ++-
4 files changed, 78 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/alternate-calls.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 llvm.
from e5e07035165 [X86] Don't use aligned load/store instructions for fp128 i [...]
new 15962f647bd [CostModel][X86] Add cost tests for fp rounding intrinsics
new eb37a3e6fa5 Tighten up a test for -check-debugify, NFC
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:
test/Analysis/CostModel/X86/fround.ll | 519 +++++++++++++++++++++
.../DebugInfo/debugify-report-missing-locs-only.ll | 3 +-
2 files changed, 520 insertions(+), 2 deletions(-)
create mode 100644 test/Analysis/CostModel/X86/fround.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 629b0132f0 Test commit access
new 4084c9e303 [analyzer] [tests] Pass clang executable path to prefix-less [...]
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:
utils/analyzer/SATestBuild.py | 1 +
1 file changed, 1 insertion(+)
--
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 636e853b421 [AArch64][GlobalISel] Any-extend vararg parameters to stack [...]
new e5e07035165 [X86] Don't use aligned load/store instructions for fp128 i [...]
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/X86InstrInfo.td | 9 +++++++++
lib/Target/X86/X86InstrSSE.td | 14 +++++++++-----
test/CodeGen/X86/extract-store.ll | 4 ++--
test/CodeGen/X86/fp128-select.ll | 2 +-
4 files changed, 21 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 llvm.
from 6e76b4eeb53 Revert "[Dominators] Add the DomTreeUpdater class"
new 636e853b421 [AArch64][GlobalISel] Any-extend vararg parameters to stack [...]
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/AArch64/AArch64CallLowering.cpp | 3 +++
test/CodeGen/AArch64/GlobalISel/arm64-callingconv-ios.ll | 6 +++---
2 files changed, 6 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-tools-extra.
from 45ebbb8b [clangd] ClangdServer::codeComplete return CodeCompleteResult [...]
new b33d3db2 [clangd] Implement hover for "auto" and "decltype"
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:
clangd/XRefs.cpp | 142 +++++++++++++++++++++
unittests/clangd/TestTU.cpp | 1 +
unittests/clangd/TestTU.h | 3 +
unittests/clangd/XRefsTests.cpp | 272 +++++++++++++++++++++++++++++++++++++++-
4 files changed, 415 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 lld.
from 3c4850be4 [ELF] - Cleanup error reporting code and cover with the test. NFC.
new c103bd3db [WebAssembly] Set threadmodel during LTO
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/wasm/lto/atomics.ll | 14 ++++++++++++++
wasm/LTO.cpp | 5 ++++-
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 test/wasm/lto/atomics.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 83d1ca630cf aarch64: Add movprfx patterns alternatives
new 770f6f2a920 PR go/86331 os: check return value as well as error fr [...]
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/go/gofrontend/MERGE | 2 +-
libgo/go/os/wait_waitid.go | 7 +++++--
2 files changed, 6 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 gcc-8-branch
in repository gcc.
from 65948c062e4 * config/i386/i386.c (ix86_finalize_stack_frame_flags): Do [...]
new baa4d8cdc5c PR go/86331 os: check return value as well as error fr [...]
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:
libgo/go/os/wait_waitid.go | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.