This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e387485 Driver: make it easier to select the SjLj EH model
new d00c493 [-fms-extensions] Don't crash on explicit class-scope special [...]
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/Parse/ParseCXXInlineMethods.cpp | 2 +-
test/SemaTemplate/ms-function-specialization-class-scope.cpp | 9 +++++++++
2 files changed, 10 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 413a12b Disable MSan-hostile loop unswitching.
new 5087a93 Remove a few gendered pronouns.
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/DWARFUnit.h | 2 +-
lib/Target/Mips/MipsFastISel.cpp | 2 +-
lib/Transforms/Scalar/LoopDataPrefetch.cpp | 2 +-
3 files 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 lldb.
from e6099ef SBThread also had some places where it got the ExecutionConte [...]
new c243f85 Fixed a few places that were building a regex from an identif [...]
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:
examples/python/crashlog.py | 2 +-
examples/python/symbolication.py | 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 clang.
from 0d39634 Remove a few gendered pronouns.
new e387485 Driver: make it easier to select the SjLj EH model
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/CC1Options.td | 2 --
include/clang/Driver/Options.td | 2 ++
lib/Driver/Tools.cpp | 3 ++-
test/Driver/fsjlj-exceptions.c | 8 ++++++++
4 files changed, 12 insertions(+), 3 deletions(-)
create mode 100644 test/Driver/fsjlj-exceptions.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.
robert.savoye pushed a change to branch gdbrev
in repository toolchain/abe.
at 193f944 Handle gdb and gdnserver separetely so revisions for both wor [...]
This branch includes the following new commits:
new 193f944 Handle gdb and gdnserver separetely so revisions for both wor [...]
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.
--
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 4ee3d0c AMDGPU/SI: Don't use fixup_si_rodata for scratch rsrc relocations
new 23b8e3e [SystemZ] Support Compare and Traps
new 6bb889b Move isGuaranteedToExecute out of LICM.
new 413a12b Disable MSan-hostile loop unswitching.
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:
include/llvm/Transforms/Utils/LoopUtils.h | 22 ++--
lib/Target/SystemZ/README.txt | 6 -
lib/Target/SystemZ/SystemZAsmPrinter.cpp | 30 +++++
lib/Target/SystemZ/SystemZElimCompare.cpp | 19 +--
lib/Target/SystemZ/SystemZISelLowering.cpp | 3 +
lib/Target/SystemZ/SystemZInstrFormats.td | 34 ++++++
lib/Target/SystemZ/SystemZInstrInfo.cpp | 41 ++++++-
lib/Target/SystemZ/SystemZInstrInfo.h | 21 ++--
lib/Target/SystemZ/SystemZInstrInfo.td | 83 ++++++++++---
lib/Transforms/Scalar/LICM.cpp | 77 +++----------
lib/Transforms/Scalar/LoopUnswitch.cpp | 18 +++
lib/Transforms/Utils/LoopUtils.cpp | 39 +++++++
test/CodeGen/SystemZ/trap-01.ll | 179 +++++++++++++++++++++++++++++
test/MC/Disassembler/SystemZ/insns.txt | 144 +++++++++++++++++++++++
test/MC/SystemZ/insn-bad.s | 88 ++++++++++++++
test/MC/SystemZ/insn-good.s | 172 +++++++++++++++++++++++++++
16 files changed, 865 insertions(+), 111 deletions(-)
create mode 100644 test/CodeGen/SystemZ/trap-01.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 8ec2980 PR c/68657 * c.opt (Wpsabi): Add Warning flag.
new 702b357 PR middle-end/71494 * tree-nested.c (convert_nonlocal_refer [...]
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/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.c-torture/execute/pr71494.c | 22 ++++++++++++++++++++++
gcc/tree-nested.c | 2 +-
4 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr71494.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 gcc.
from aeb26fb PR inline-asm/68843 * gcc.target/i386/pr68843-2.c: Add dg-d [...]
new 8ec2980 PR c/68657 * c.opt (Wpsabi): Add Warning flag.
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c.opt | 2 +-
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.target/i386/pr68657.c | 15 +++++++++++++++
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr68657.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 af43daa Move CodeGen test from Generic to X86 specific directory
new 4ee3d0c AMDGPU/SI: Don't use fixup_si_rodata for scratch rsrc relocations
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/AMDGPUMCInstLower.cpp | 1 +
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 7 ++++++-
test/CodeGen/AMDGPU/large-alloca-compute.ll | 6 ++++--
3 files changed, 11 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 lnt.
from ab9b65d [Profile] Fix tb(n)z parsing.
new da8ecba check pgo releated cmake flags in PGO test case
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:
tests/runtest/test_suite.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.