This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from a34cdf8bb [Arm builtins] Remove non-necessary IS check
new 7817bca1c [sanitizer] Include inlined frames into __sanitizer_symbolize [...]
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/sanitizer/common_interface_defs.h | 6 ++++
.../sanitizer_stacktrace_libcdep.cc | 24 ++++++++++++----
.../TestCases/symbolize_pc_inline.cc | 32 ++++++++++++++++++++++
3 files changed, 57 insertions(+), 5 deletions(-)
create mode 100644 test/sanitizer_common/TestCases/symbolize_pc_inline.cc
--
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 0aae449f9 [ELF] Read the call graph profile from object files.
new 9a8c0e59b [NFC][BUG-FIX][ARM] Add missing data symbol
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/arm-thunk-largesection.s | 9 ++++++---
1 file 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 llvm.
from 2e34e6d02ba [X86][Btver2] Fix BLENDV and AESDEC schedules
new a507425e00f [codeview] Fix 32-bit x86 variable locations in realigned s [...]
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/AsmPrinter/CodeViewDebug.cpp | 14 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 +
lib/Target/X86/AsmParser/X86AsmParser.cpp | 13 ++
lib/Target/X86/MCTargetDesc/X86TargetStreamer.h | 1 +
.../X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp | 55 ++++-
lib/Target/X86/X86FrameLowering.cpp | 7 +
lib/Target/X86/X86InstrCompiler.td | 2 +
lib/Target/X86/X86MCInstLower.cpp | 4 +
test/DebugInfo/COFF/fpo-realign-alloca.ll | 3 +-
test/DebugInfo/COFF/fpo-realign-vframe.ll | 230 +++++++++++++++++++++
test/MC/COFF/cv-fpo-realign.s | 199 ++++++++++++++++++
11 files changed, 520 insertions(+), 10 deletions(-)
create mode 100644 test/DebugInfo/COFF/fpo-realign-vframe.ll
create mode 100644 test/MC/COFF/cv-fpo-realign.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 gcc.
from 3f0434d89c3 S/390: Support IBM z14 Model ZR1 with -march=native
new 00554582f26 internal/bytealg: support systems that don't have memmem
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/config.h.in | 3 +++
libgo/configure | 2 +-
libgo/configure.ac | 2 +-
libgo/go/internal/bytealg/bytealg.c | 27 +++++++++++++++++++++++++++
5 files changed, 33 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.
from 4b113a837e [Preprocesssor] Filename should fall back to the written nam [...]
new c59e1fef13 clang-format: better handle statement macros
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:
docs/ClangFormatStyleOptions.rst | 9 ++++++++
include/clang/Format/Format.h | 12 +++++++++-
lib/Format/Format.cpp | 3 +++
lib/Format/FormatToken.h | 1 +
lib/Format/FormatTokenLexer.cpp | 11 +++++-----
lib/Format/FormatTokenLexer.h | 4 +++-
lib/Format/UnwrappedLineParser.cpp | 23 +++++++++++++++++++
lib/Format/UnwrappedLineParser.h | 1 +
unittests/Format/FormatTest.cpp | 45 ++++++++++++++++++++++++++++++++++++++
9 files changed, 102 insertions(+), 7 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 compiler-rt.
from 5da4968cd [sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsan
new 3a3c8c7f9 Revert "[sanitizer] Include inlined frames into __sanitizer_s [...]
new a34cdf8bb [Arm builtins] Remove non-necessary IS check
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/sanitizer/common_interface_defs.h | 6 -----
lib/builtins/arm/aeabi_cdcmp.S | 6 +----
lib/builtins/arm/aeabi_cfcmp.S | 6 +----
.../sanitizer_stacktrace_libcdep.cc | 24 ++++-------------
.../TestCases/symbolize_pc_inline.cc | 30 ----------------------
5 files changed, 7 insertions(+), 65 deletions(-)
delete mode 100644 test/sanitizer_common/TestCases/symbolize_pc_inline.cc
--
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 compiler-rt.
from 02170f776 [sanitizer] Include inlined frames into __sanitizer_symbolize [...]
new 5da4968cd [sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsan
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:
CMakeLists.txt | 8 --------
lib/asan/CMakeLists.txt | 8 ++++++++
lib/hwasan/CMakeLists.txt | 8 ++++++++
lib/scudo/CMakeLists.txt | 8 ++++++++
4 files changed, 24 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 glibc.
from a06fc4a533 Fix build from commit 0b727ed
new 4a06ceea33 sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [...]
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:
ChangeLog | 7 +++++++
sysdeps/ieee754/soft-fp/s_fdiv.c | 12 ++++++++++++
2 files changed, 19 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 c61d7fced9f * config/i386/i386.md (fxam<mode>2_i387_with_temp): Remove [...]
new 3d5f90d7a77 S/390: Rename arch12 to z14
new 3f0434d89c3 S/390: Support IBM z14 Model ZR1 with -march=native
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 | 15 +++++++++++++++
gcc/common/config/s390/s390-common.c | 4 ++--
gcc/config/s390/driver-native.c | 1 +
gcc/config/s390/s390.h | 16 ++++++++--------
gcc/config/s390/s390.md | 26 +++++++++++++-------------
5 files changed, 39 insertions(+), 23 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 1fc1dc15d77 * config/i386/i386.c (ix86_emit_i387_round): Extend op1 to [...]
new c61d7fced9f * config/i386/i386.md (fxam<mode>2_i387_with_temp): Remove [...]
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 | 6 ++++
gcc/config/i386/i386.md | 75 -------------------------------------------------
2 files changed, 6 insertions(+), 75 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.