This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0ea4fd9525 clang-format plugin: Add missing semicolon in list of file e [...]
new 6eb4766e65 clang-cl: Make /d1PP an alias for -dD (PR36446)
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/Driver/CLCompatOptions.td | 2 ++
test/Driver/cl-options.c | 3 +++
2 files changed, 5 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 lldb.
from 98516a216 Handle typeof() expressions
new 5a85b78dc Avoid dirtying the source tree in breakpoint command tests
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:
.../breakpoint_command/TestBreakpointCommand.py | 89 +++++-----------------
.../TestBreakpointCommandsFromPython.py | 26 +++----
.../breakpoint/breakpoint_command/bktptcmd.py | 6 +-
.../breakpoint/breakpoint_command/side_effect.py | 5 ++
4 files changed, 34 insertions(+), 92 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/break [...]
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/cortex-strings.
from eb80ac7 src/aarch64/strlen.S: Import changes from newlib
new ccca4a2 Add .gitreview file.
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:
.gitreview | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 .gitreview
--
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 ac0fe3df711 [AMDGPU] stop buffer_store being moved illegally
new 930bcc9bdfb [llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".
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/MCTargetDesc/X86AsmBackend.cpp | 3 ++
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp | 3 ++
lib/Target/X86/MCTargetDesc/X86FixupKinds.h | 1 +
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 32 ++++++++++++++++++++--
.../X86/MCTargetDesc/X86MachObjectWriter.cpp | 1 +
.../X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp | 1 +
test/CodeGen/X86/cmp.ll | 2 +-
test/CodeGen/X86/fma.ll | 8 +++---
test/CodeGen/X86/x86-interrupt_cc.ll | 4 +--
test/MC/ELF/basic-elf-64.s | 18 ++++++------
test/MC/ELF/ifunc-reloc.s | 2 +-
test/MC/ELF/weak-diff.s | 2 +-
test/MC/ELF/weak-relocation.s | 2 +-
test/MC/ELF/weakref-reloc.s | 2 +-
14 files changed, 60 insertions(+), 21 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 fd45c3324 Two more dosep-paralellization fallout fixes
new 98516a216 Handle typeof() expressions
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:
lit/Expr/TestTypeOfDeclTypeExpr.test | 13 ++++++
source/Symbol/ClangASTContext.cpp | 82 ++++++++++++++++++++++++++++--------
2 files changed, 78 insertions(+), 17 deletions(-)
create mode 100644 lit/Expr/TestTypeOfDeclTypeExpr.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 release_60
in repository lldb.
from 9a61218a0 Merging r324234: -------------------------------------------- [...]
new 999adb9ec Merging r324722: -------------------------------------------- [...]
new 50b0daa32 Merging r325511: -------------------------------------------- [...]
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:
.../tools/lldb-server/tests/MessageObjects.cpp | 249 +++++++++++++++------
unittests/tools/lldb-server/tests/MessageObjects.h | 58 +++--
unittests/tools/lldb-server/tests/TestClient.cpp | 85 ++++---
unittests/tools/lldb-server/tests/TestClient.h | 22 +-
.../lldb-server/tests/ThreadIdsInJstopinfoTest.cpp | 14 +-
5 files changed, 290 insertions(+), 138 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 120a74e2ef9 /cp 2018-02-20 Paolo Carlini <paolo.carlini(a)oracle.com>
new 42b10631465 Add limit for maximal alignment options (PR c/84310).
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 | 12 ++++++++++++
gcc/doc/invoke.texi | 4 ++++
gcc/final.c | 4 ++--
gcc/opts.c | 20 ++++++++++++++++++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/i386/pr84310-2.c | 10 ++++++++++
gcc/testsuite/gcc.target/i386/pr84310.c | 8 ++++++++
7 files changed, 63 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr84310-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr84310.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 91b97da7a3f [MC] - Don't crash on unclosed frame.
new ac0fe3df711 [AMDGPU] stop buffer_store being moved illegally
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/AMDGPU/SIMachineFunctionInfo.h | 8 ++---
test/CodeGen/AMDGPU/buffer-schedule.ll | 53 +++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/buffer-schedule.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 1aeab77b64 [X86] Remove mask from 512 bit pmulhrsw/pmulhw/pmulhuw builtins.
new 0ea4fd9525 clang-format plugin: Add missing semicolon in list of file e [...]
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-format-vs/ClangFormat/ClangFormatPackage.cs | 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 692f0570722 [X86][CET]: Adding full coverage of MC encoding for the CET [...]
new 91b97da7a3f [MC] - Don't crash on unclosed frame.
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/MC/MCStreamer.cpp | 7 ++++---
test/MC/X86/cfi-scope-unclosed.s | 10 ++++++++++
2 files changed, 14 insertions(+), 3 deletions(-)
create mode 100644 test/MC/X86/cfi-scope-unclosed.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.