This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7d0c878 Remove redundant namespace specifiers.
new 5695246 [JumpThreading] Prevent dangling pointer problems in BranchPr [...]
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/Analysis/BranchProbabilityInfo.h | 6 +++++-
include/llvm/Transforms/Scalar/JumpThreading.h | 2 ++
include/llvm/Transforms/Utils/Local.h | 7 ++++++-
lib/Analysis/BranchProbabilityInfo.cpp | 8 ++++++++
lib/Transforms/Scalar/JumpThreading.cpp | 16 ++++++++++++----
lib/Transforms/Utils/Local.cpp | 6 +++++-
.../JumpThreading/dangling-pointers-in-bpi.ll | 19 +++++++++++++++++++
unittests/Analysis/BlockFrequencyInfoTest.cpp | 7 +++++++
8 files changed, 64 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/JumpThreading/dangling-pointers-in-bpi.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 5a69e33 Patch "Compilation for Intel MCU (Part 2/3)" caused the clang [...]
new 896a1ec A follow-up fixing on cuda-march.cu: Don't match clang to oth [...]
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/Driver/cuda-march.cu | 14 ++++++--------
1 file changed, 6 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 lld.
from 5b0c23d Add initial support for Thumb for ARMv7a
new dbcaecf Add support for # comments.
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:
ELF/ScriptParser.cpp | 9 ++++++++-
test/ELF/version-script.s | 4 +++-
2 files changed, 11 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 llvm.
from d116e89 PR27938: Don't remove valid DebugLoc in Scalarizer
new 1d884ca [codeview] Use CVTypeVisitor instead of a hand-written switch-cases.
new 7d0c878 Remove redundant namespace specifiers.
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/PDB/Raw/TpiStream.h | 2 +
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 144 ++++++++++++++---------------
2 files changed, 72 insertions(+), 74 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.
Peter Smith pushed a change to branch linaro-local/InterworkVeneers
in repository toolchain/llvm/lld.
at 4358cab Add basic ARM/Thumb interworking veneer support for non-PLT e [...]
This branch includes the following new commits:
new b64b1db Initial support for interworking veneers add support for movt [...]
new 4358cab Add basic ARM/Thumb interworking veneer support for non-PLT e [...]
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.
--
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 a59a0ec Optimize inserting value_type into std::vector
new 8c1879b * g++.dg/vect/pr36648.cc: Disable cunrolli * tree-ssa-loop- [...]
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 | 5 ++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/g++.dg/vect/pr36648.cc | 1 +
gcc/tree-ssa-loop-ivcanon.c | 126 ++++++++++++++++++-----------------
4 files changed, 75 insertions(+), 61 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 4c23f2f Check SEC_ALLOC before allocating dynamic relocation
new 081b1af Skip relocations in non-loaded, non-alloced sections
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/elf32-i386.c | 34 +++++++++++++++++++++-------------
bfd/elf64-x86-64.c | 37 ++++++++++++++++++++++---------------
3 files changed, 49 insertions(+), 28 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 9812eb1 [ARC] Use GOTOFFPC relocation for pc-relative accesses.
new a59a0ec Optimize inserting value_type into std::vector
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 | 9 +
libstdc++-v3/include/bits/stl_vector.h | 9 +
libstdc++-v3/include/bits/vector.tcc | 2 +-
.../vector/modifiers/insert_vs_emplace.cc | 573 +++++++++++++++++++++
4 files changed, 592 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/modifiers/insert_vs [...]
--
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.
charles.baylis pushed a change to branch aarch64-v2.1-new
in repository toolchain/luajit-aarch64.
from aff9aba Cleanup for ahuvload
new 3a48a72 Support for IR_MUL(OV). Support for floating-point IR_MUL is [...]
new ecfc0e8 Merge pull request #1 from sindrom91/aarch64-v2.1-new
new ffd9229 Added disassembler for ARM64.
new 320d810 Merge pull request #2 from sindrom91/aarch64-v2.1-new
new 7dc0ba9 Remove unneeded TODO comments.
new 3eb6ffd Clean up TODOs in asm_fuseahuref and call sites
The 6 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:
Makefile | 4 +-
src/jit/dis_arm64.lua | 1188 +++++++++++++++++++++++++++++++++++++++++++++++++
src/lj_asm_arm64.h | 69 ++-
src/lj_emit_arm64.h | 12 +-
src/lj_target_arm64.h | 17 +
5 files changed, 1265 insertions(+), 25 deletions(-)
create mode 100644 src/jit/dis_arm64.lua
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.