This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c14c998b518 [x86][inline-asm][ms-compat] legalize the use of "jc/jz sho [...]
new 61a909a34f7 Expanding the test case for vf8 for stride 4 interleaved.
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/x86-interleaved-access.ll | 49 ++++++++++++++++++++++
.../InterleavedAccess/X86/interleavedStore.ll | 15 +++++++
2 files changed, 64 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 llvm.
from ed297a61b7a DebugInfo: Use DWP cu_index to speed up symbolizing (as intended)
new c14c998b518 [x86][inline-asm][ms-compat] legalize the use of "jc/jz sho [...]
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/AsmParser/X86AsmParser.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 clang.
from c6f3e165d9 [x86][inline-asm]Allow a pack of Control Regs to be properly picked
new da7788766d [x86][inline-asm][ms-compat] legalize the use of "jc/jz short <op>"
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/ms-inline-asm.c | 4 +++-
1 file changed, 3 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 clang.
from 07d662ac50 CodeGenModule.cpp: [PR33810][Modules] Remove an assertion th [...]
new c6f3e165d9 [x86][inline-asm]Allow a pack of Control Regs to be properly picked
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/Basic/Targets/X86.cpp | 1 +
test/CodeGen/ms-inline-asm.c | 11 +++++++++++
2 files changed, 12 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 gcc.
from e49e68cd32e Daily bump.
new 5eb639c293a * c-format.c (asm_fprintf_char_table): Add 'z' to format_chars.
new 34b38a09b61 * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro. [...]
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/ChangeLog | 8 ++++++++
gcc/c-family/ChangeLog | 4 ++++
gcc/c-family/c-format.c | 1 +
gcc/config/i386/i386.c | 7 +++----
gcc/config/i386/i386.h | 44 ++++++++++++++++++++++++--------------------
5 files changed, 40 insertions(+), 24 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 4af9f9d6bcd [X86] Add addsub intrinsics to the intrinsic lowering table [...]
new 49fd7fe40d2 DebugInfo: Group member variable along with the rest
new ed297a61b7a DebugInfo: Use DWP cu_index to speed up symbolizing (as intended)
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/llvm/DebugInfo/DWARF/DWARFContext.h | 6 +++---
include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h | 3 +++
lib/DebugInfo/DWARF/DWARFContext.cpp | 13 +++++++++++--
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp | 16 +++++++++++++++-
4 files changed, 32 insertions(+), 6 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 f29d44a306 PR33902: Invalidate line number cache when adding more text [...]
new 07d662ac50 CodeGenModule.cpp: [PR33810][Modules] Remove an assertion th [...]
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/CodeGen/CodeGenModule.cpp | 2 --
1 file changed, 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-tools-extra.
from 50ce9140 [clang-tidy] Expand readability-redundant-function-ptr-derefe [...]
new 49fc331e [clang-reorder-fields] Emit warning when reordering breaks me [...]
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:
clang-reorder-fields/ReorderFieldsAction.cpp | 74 +++++++++++++++++-----
test/clang-reorder-fields/ClassDerived.cpp | 33 ++++++++++
.../FieldDependencyWarning.cpp | 54 ++++++++++++++++
.../FieldDependencyWarningDerived.cpp | 36 +++++++++++
4 files changed, 181 insertions(+), 16 deletions(-)
create mode 100644 test/clang-reorder-fields/ClassDerived.cpp
create mode 100644 test/clang-reorder-fields/FieldDependencyWarning.cpp
create mode 100644 test/clang-reorder-fields/FieldDependencyWarningDerived.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 clang.
from 0adbc97362 CodeGenModule.cpp: [PR33810][Modules] Avoid reusing FoundStr [...]
new f29d44a306 PR33902: Invalidate line number cache when adding more text [...]
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/Lex/ScratchBuffer.cpp | 8 ++++++++
test/Misc/caret-diags-multiline.cpp | 5 +++++
2 files changed, 13 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.