This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 86274cd55dc [globalisel] Add very brief docs summarizing the ISel part [...]
new a2f5529e333 [PassManager] add test to show the new PM uses -latesimplif [...]
new 67f07003fe1 Updated 'Getting Started' to use valid git links (added tra [...]
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:
docs/GettingStarted.rst | 66 +++++++--------
.../PhaseOrdering/simplifycfg-options.ll | 95 ++++++++++++++++++++++
2 files changed, 128 insertions(+), 33 deletions(-)
create mode 100644 test/Transforms/PhaseOrdering/simplifycfg-options.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 0f6374027d3 PR c/82681 * c-warn.c (warnings_for_convert_and_check): F [...]
new 03c18606d76 Forgot to add the new file :-P 2017-10-13 Sebastian Perta [...]
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:
libgcc/config/{msp430/epilogue.S => rl78/adddi3.S} | 75 ++++++++++++----------
1 file changed, 41 insertions(+), 34 deletions(-)
copy libgcc/config/{msp430/epilogue.S => rl78/adddi3.S} (50%)
--
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 367cfd84c37 AMDGPU: Fix default range in non-kernel functions
new 7f8c3f02085 AMDGPU: Cleanup local atomic node names
new 86274cd55dc [globalisel] Add very brief docs summarizing the ISel part [...]
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:
docs/GlobalISel.rst | 74 ++++++++++++++++++++++++++++--
lib/Target/AMDGPU/AMDGPUInstructions.td | 20 ++------
lib/Target/AMDGPU/DSInstructions.td | 54 +++++++++++-----------
lib/Target/AMDGPU/EvergreenInstructions.td | 2 +-
lib/Target/AMDGPU/SIInstrInfo.td | 37 +++++++--------
5 files changed, 120 insertions(+), 67 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 e378f8791 [scudo] Add a shared runtime
new a21db44b4 [Sanitizers] New sanitizer API to purge allocator quarantine.
new 328d6584a Revert "[Compiler-rt][MIPS] Fix cross build for XRAY."
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/allocator_interface.h | 7 +++++
lib/asan/asan_allocator.cc | 20 +++++++++++++
.../sanitizer_allocator_combined.h | 4 +++
.../sanitizer_allocator_interface.h | 3 ++
.../sanitizer_allocator_primary32.h | 4 +++
.../sanitizer_allocator_primary64.h | 25 +++++++++++-----
.../sanitizer_common_interface.inc | 1 +
lib/sanitizer_common/sanitizer_quarantine.h | 33 +++++++++++++---------
lib/xray/CMakeLists.txt | 10 ++-----
test/asan/TestCases/Linux/release_to_os_test.cc | 18 ++++++++----
10 files changed, 91 insertions(+), 34 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 binutils-gdb.
from fe4e2a3c92 Fix the master due to bad regenerated files
new 66cae56016 Make sure that undefined symbols added to the linker command [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/elflink.c | 3 +++
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-elf/pr22319.d | 9 +++++++++
ld/testsuite/ld-elf/pr22319.s | 2 ++
ld/testsuite/ld-mmix/undef-3.d | 17 +++++++++--------
6 files changed, 36 insertions(+), 8 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr22319.d
create mode 100644 ld/testsuite/ld-elf/pr22319.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 a7061c2b267 i386: Skip DF_REF_INSN if DF_REF_INSN_INFO is false
new 0f6374027d3 PR c/82681 * c-warn.c (warnings_for_convert_and_check): F [...]
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-warn.c | 4 ++--
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/c90-const-expr-11.c | 2 +-
gcc/testsuite/gcc.dg/overflow-warn-5.c | 2 +-
gcc/testsuite/gcc.dg/overflow-warn-8.c | 2 +-
6 files changed, 17 insertions(+), 5 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 gcc-7-branch
in repository gcc.
from 534bc897098 Daily bump.
new ff9749cf3e6 PR libstdc++/81395 fix crash when write follows large read
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:
libstdc++-v3/ChangeLog | 10 ++++++
libstdc++-v3/include/bits/fstream.tcc | 2 +-
.../basic_filebuf/sgetn/char/81395.cc} | 39 +++++++++++++---------
3 files changed, 34 insertions(+), 17 deletions(-)
copy libstdc++-v3/testsuite/{ext/stdio_filebuf/char/79820.cc => 27_io/basic_filebu [...]
--
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 8c2358acf3e [X86] Fix disassembler table generation to prevent instruct [...]
new 367cfd84c37 AMDGPU: Fix default range in non-kernel functions
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/AMDGPUSubtarget.cpp | 25 +++++++++++++++++++++----
lib/Target/AMDGPU/AMDGPUSubtarget.h | 3 +++
test/CodeGen/AMDGPU/zext-lid.ll | 22 ++++++++++++++++++++++
3 files changed, 46 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 binutils-gdb.
from defc8e2b35 MIPS: Preset EF_MIPS_ABI2 with n32 ELF objects
new fe4e2a3c92 Fix the master due to bad regenerated files
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:
opcodes/ChangeLog | 5 +
opcodes/i386-init.h | 457 +-
opcodes/i386-tbl.h | 16552 ++++++++++++++++++++++++++++++++++----------------
3 files changed, 11545 insertions(+), 5469 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.