This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e1a7411e93f [X86][AVX] Limit getFauxShuffleMask INSERT_SUBVECTOR suppor [...]
new 094f8ead3ad Specify -mtriple=x86_64 in an X86-specific dwarf 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/DebugInfo/X86/dwarf-callsite-related-attrs.ll | 4 ++--
1 file 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 clang.
from 5ffc8666af [llvm-nm] Write "no symbol" output to stderr
new e957205816 Emit CK_NoOp casts in C mode, not just C++.
new 339ff47af8 [COFF, ARM64] Add _InterlockedAdd intrinsic
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:
include/clang/Basic/BuiltinsAArch64.def | 1 +
lib/AST/ExprConstant.cpp | 6 +-----
lib/CodeGen/CGBuiltin.cpp | 9 +++++++++
lib/Headers/intrin.h | 1 +
lib/Sema/SemaExpr.cpp | 9 ++++++++-
test/CodeGen/arm64-microsoft-intrinsics.c | 10 ++++++++++
test/Sema/c-casts.c | 25 +++++++++++++++++++++++++
7 files changed, 55 insertions(+), 6 deletions(-)
create mode 100644 test/Sema/c-casts.c
--
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 f5174dba590 Disable the dwarf callsite attrs test on Windows
new ff3a583947d Clarify debug output in LiveDebugValues
new a01d5b88eb0 [LiveDebugValues] Extend var ranges through artificial blocks
new e1a7411e93f [X86][AVX] Limit getFauxShuffleMask INSERT_SUBVECTOR suppor [...]
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/CodeGen/LiveDebugValues.cpp | 66 +++++++++++++++++-----
lib/Target/X86/X86ISelLowering.cpp | 3 +-
.../AArch64/compiler-gen-bbs-livedebugvalues.ll | 66 ++++++++++++++++++++++
3 files changed, 121 insertions(+), 14 deletions(-)
create mode 100644 test/DebugInfo/AArch64/compiler-gen-bbs-livedebugvalues.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 binutils-2_31-branch
in repository binutils-gdb.
from 006f62dac0 Automatic date update in version.in
new 1ae25bf8c2 x86: Add Intel ENCLV to assembler and disassembler
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 | 7 +++++++
gas/testsuite/gas/i386/se1.d | 1 +
gas/testsuite/gas/i386/se1.s | 1 +
gas/testsuite/gas/i386/x86-64-se1.d | 1 +
gas/testsuite/gas/i386/x86-64-se1.s | 1 +
opcodes/ChangeLog | 6 ++++++
opcodes/i386-dis.c | 2 +-
opcodes/i386-opc.tbl | 1 +
opcodes/i386-tbl.h | 14 ++++++++++++++
9 files changed, 33 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 00a8b036c26 [llvm-nm] Write "no symbol" output to stderr
new f5174dba590 Disable the dwarf callsite attrs test on Windows
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/DebugInfo/X86/dwarf-callsite-related-attrs.ll | 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 lld.
from ac9b2d98f [COFF] Do MinGW specific entry/subsystem inference
new ba88da80b [llvm-nm] Write "no symbol" output to stderr
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/lto/thinlto-obj-path.ll | 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 72d0d2c07ee Avoid hardcoding PC addresses in a dwarf test
new 00a8b036c26 [llvm-nm] Write "no symbol" output to stderr
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/Object/nm-shared-object.test | 3 ++-
test/ThinLTO/X86/empty-module.ll | 2 +-
test/tools/llvm-nm/X86/nm-no-symbols.test | 4 ++--
tools/llvm-nm/llvm-nm.cpp | 16 ++++++++--------
4 files changed, 13 insertions(+), 12 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 9824022af7 [DebugInfo] Add support for DWARF5 call site-related attributes
new 5ffc8666af [llvm-nm] Write "no symbol" output to stderr
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/thinlto_backend.ll | 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 626a8eb0549 dwarfdump: Avoid parsing units unnecessarily
new 5fccc463e03 [GlobalIsel] Add llvm.invariant.start and llvm.invariant.end
new 72d0d2c07ee Avoid hardcoding PC addresses in a dwarf test
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/CodeGen/GlobalISel/IRTranslator.cpp | 8 ++++++++
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 14 ++++++++++++++
test/DebugInfo/X86/dwarf-callsite-related-attrs.ll | 8 ++++----
3 files changed, 26 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 llvm.
from 78b8f9db177 [DebugInfo] Add support for DWARF5 call site-related attributes
new 626a8eb0549 dwarfdump: Avoid parsing units unnecessarily
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/DebugInfo/DWARF/DWARFContext.h | 12 +++++++++++-
lib/DebugInfo/DWARF/DWARFContext.cpp | 29 ++++++++++++++---------------
2 files changed, 25 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.