This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 74e359fa0 Advanced guessing of rendezvous breakpoint
new 5c3cc1ce6 Revert "Advanced guessing of rendezvous breakpoint"
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:
.../TestBreakpointInGlobalConstructor.py | 16 +--
.../functionalities/load_unload/TestLoadUnload.py | 13 +-
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 149 +++++----------------
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 19 +--
4 files changed, 57 insertions(+), 140 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 9d85fa084af LiveRangeEdit: Simplify code; NFC
new 6cb095aa82a [X86] Move HasNOPL to a subtarget feature bit. Plumb MCSubt [...]
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 | 81 +++++++++++++--------------
lib/Target/X86/X86.td | 49 +++++++++++-----
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 5 ++
4 files changed, 79 insertions(+), 57 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 d5d661d5e81 PR tree-optimization/83671 - Fix for false positive reporte [...]
new db2237eb918 2018-01-10 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 8 ++++++++
gcc/config/rs6000/rs6000.c | 2 +-
gcc/config/rs6000/rs6000.h | 6 ++++--
3 files changed, 13 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 5cf8c806693 [SLP] Add/update tests for SLP vectorizer, NFC.
new 9d85fa084af LiveRangeEdit: Simplify code; NFC
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/CodeGen/LiveRangeEdit.h | 8 ++++----
lib/CodeGen/LiveRangeEdit.cpp | 26 ++++++++++++++------------
2 files changed, 18 insertions(+), 16 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 ed596ddf83a 2018-01-10 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 3e2681840c3 PR middle-end/81897 * tree-ssa-uninit.c (convert_control_ [...]
new d5d661d5e81 PR tree-optimization/83671 - Fix for false positive reporte [...]
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 | 18 ++
gcc/builtins.c | 6 +-
gcc/gimple-fold.c | 140 +++++++++---
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/g++.dg/warn/string1.C | 2 +-
gcc/testsuite/gcc.dg/strlenopt-40.c | 393 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/strlenopt-41.c | 34 +++
gcc/testsuite/gcc.dg/uninit-pr81897-2.c | 35 +++
gcc/tree-ssa-uninit.c | 9 +-
9 files changed, 613 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-40.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-41.c
create mode 100644 gcc/testsuite/gcc.dg/uninit-pr81897-2.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 06753829d0b * dwarf2out.c (dwarf2out_var_location): Do not pass NULL t [...]
new ed596ddf83a 2018-01-10 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/resolve.c | 9 ++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/allocate_with_typespec_7.f90 | 14 ++++++++++++++
4 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_typespec_7.f90
--
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 8ef96aef09a [RISCV] Implement support for the BranchRelaxation pass
new 5cf8c806693 [SLP] Add/update tests for SLP vectorizer, NFC.
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:
.../SLPVectorizer/AArch64/gather-reduce.ll | 313 ++++++++++++++++++++-
test/Transforms/SLPVectorizer/X86/minimum-sizes.ll | 55 ++--
test/Transforms/SLPVectorizer/X86/sign-extend.ll | 35 +++
3 files changed, 368 insertions(+), 35 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/sign-extend.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 llvm.
from 40cc91a8f56 TargetLoweringBase: The ios simulator has no bzero function.
new 8ef96aef09a [RISCV] Implement support for the BranchRelaxation pass
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/RISCV/RISCVInstrInfo.cpp | 115 ++++++++++++++++++++++++++--
lib/Target/RISCV/RISCVInstrInfo.h | 12 +++
lib/Target/RISCV/RISCVMCInstLower.cpp | 8 +-
lib/Target/RISCV/RISCVRegisterInfo.h | 4 +
lib/Target/RISCV/RISCVTargetMachine.cpp | 3 +
test/CodeGen/RISCV/analyze-branch.ll | 6 +-
test/CodeGen/RISCV/branch-relaxation.ll | 79 +++++++++++++++++++
test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll | 36 ++++-----
test/CodeGen/RISCV/jumptable.ll | 20 ++---
9 files changed, 243 insertions(+), 40 deletions(-)
create mode 100644 test/CodeGen/RISCV/branch-relaxation.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 459a193b6f6 * config/rs6000/x86intrin.h: Change #warning to #error. Up [...]
new a23113d8322 gcc/ PR target/83399 * config/rs6000/rs6000.c (print_oper [...]
new 06753829d0b * dwarf2out.c (dwarf2out_var_location): Do not pass NULL t [...]
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 | 20 +++++++++++++++++++
gcc/config/rs6000/rs6000.c | 2 +-
gcc/config/rs6000/vsx.md | 32 +++++++++++++++---------------
gcc/dwarf2out.c | 9 +++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr83399.c | 15 ++++++++++++++
6 files changed, 64 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr83399.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 c752a363cf7 [RISCV] Implement branch analysis
new 40cc91a8f56 TargetLoweringBase: The ios simulator has no bzero function.
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/TargetLoweringBase.cpp | 15 ++++++++++++---
test/CodeGen/X86/darwin-bzero.ll | 9 ++++++---
2 files changed, 18 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.