This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c047ae7 [Hexagon] Fix table-gen decode conflict warnings for CONST32/64
new 9a1106c Fix LCSSA increased compile time
new d8f5868 [ADT] Add make_scope_exit().
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/ADT/ScopeExit.h | 55 +++++++++++++++++++++++++++++++++++++++++
lib/Transforms/Utils/LCSSA.cpp | 14 +++++------
unittests/ADT/CMakeLists.txt | 1 +
unittests/ADT/ScopeExitTest.cpp | 32 ++++++++++++++++++++++++
4 files changed, 95 insertions(+), 7 deletions(-)
create mode 100644 include/llvm/ADT/ScopeExit.h
create mode 100644 unittests/ADT/ScopeExitTest.cpp
--
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 81bc621 [ELF][MIPS] Take into account combination of EF_MIPS_ARCH and [...]
new 031391b Check for availability of `cpio` 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:
test/ELF/reproduce-windows.s | 2 +-
test/ELF/reproduce.s | 2 +-
test/lit.cfg | 4 ++++
3 files changed, 6 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 binutils-gdb.
from 669f942 Quiet ARI gettext checks
new 55872e4 Add support for R_SPARC_32 relocation.
new 007801e Fix improper handling of R_SPARC_GOTDATA_OP_LOX10 relocation.
new 2c00092 Fix potential crashes when Target::make_symbol() returns NULL.
new f571390 Fix extraneous complaints about missing expected TLS relocation.
The 4 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:
gold/ChangeLog | 32 +++++++++++++++++++++++++++++++-
gold/sparc.cc | 15 ++++++++-------
gold/symtab.cc | 13 +++++++++----
gold/testsuite/Makefile.am | 4 ++--
gold/testsuite/Makefile.in | 4 ++--
gold/x86_64.cc | 2 ++
6 files changed, 54 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 llvm.
from d5551e6 GlobalISel: fixup copy/paste comment error
new c047ae7 [Hexagon] Fix table-gen decode conflict warnings for CONST32/64
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/Hexagon/HexagonInstrInfo.td | 13 ++++++-------
1 file changed, 6 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 vehre/coarray
in repository gcc.
from 03a4ffb Fix some regressions.
new c62628b Fixed some regressions. Added coarray_token component generat [...]
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/gfortran.h | 2 +-
gcc/fortran/primary.c | 6 ++--
gcc/fortran/trans-expr.c | 28 ++++++++++++-------
gcc/fortran/trans-types.c | 35 ++++++++++++++----------
gcc/fortran/trans-types.h | 5 ++--
gcc/testsuite/gfortran.dg/coarray_38.f90 | 28 ++++++++++++-------
gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90 | 6 ++--
gcc/testsuite/gfortran.dg/coindexed_1.f90 | 4 +--
libgfortran/libgfortran.h | 2 ++
9 files changed, 71 insertions(+), 45 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 dj/malloc
in repository glibc.
from 56414a4 Various minor fixes
new ae99936 Remove debugging; fix trace error handling
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:
malloc/malloc.c | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 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 release_39
in repository llvm.
from a3332ee Merging r278002: -------------------------------------------- [...]
new 3248ce6 Merging r276051 and r276823: -------------------------------- [...]
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/AMDGPU.h | 3 +-
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 123 ++++++++++++-
lib/Target/AMDGPU/AMDGPUIntrinsicInfo.cpp | 53 +++++-
lib/Target/AMDGPU/AMDGPUIntrinsicInfo.h | 14 +-
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 8 +
lib/Target/AMDGPU/SIISelLowering.cpp | 63 +++----
lib/Target/AMDGPU/SIISelLowering.h | 3 +-
lib/Target/AMDGPU/SIIntrinsics.td | 9 +-
test/CodeGen/AMDGPU/amdgpu-codegenprepare.ll | 246 +++++++++++++++++++++++++-
test/CodeGen/AMDGPU/fdiv.ll | 251 ++++++++++++---------------
test/CodeGen/AMDGPU/llvm.amdgcn.fdiv.fast.ll | 18 ++
test/CodeGen/AMDGPU/rcp-pattern.ll | 91 +++++++++-
test/CodeGen/AMDGPU/reciprocal.ll | 13 --
13 files changed, 685 insertions(+), 210 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.fdiv.fast.ll
delete mode 100644 test/CodeGen/AMDGPU/reciprocal.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 bd0032e [Coroutines] Part 6: Elide dynamic allocation of a coroutine [...]
new 3b54bd1 [Hexagon] Use integer instructions for floating point immediates
new 6b89c90 GlobalISel: avoid inserting redundant COPYs for bitcasts.
new d5551e6 GlobalISel: fixup copy/paste comment error
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/CodeGen/GlobalISel/IRTranslator.h | 2 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 7 +-
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 6 +-
lib/Target/Hexagon/HexagonAsmPrinter.cpp | 20 +--
lib/Target/Hexagon/HexagonBitSimplify.cpp | 6 +-
lib/Target/Hexagon/HexagonBitTracker.cpp | 6 +-
lib/Target/Hexagon/HexagonConstPropagation.cpp | 16 +-
lib/Target/Hexagon/HexagonCopyToCombine.cpp | 3 +-
lib/Target/Hexagon/HexagonFrameLowering.cpp | 2 +-
lib/Target/Hexagon/HexagonHardwareLoops.cpp | 4 +-
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 16 +-
lib/Target/Hexagon/HexagonInstrInfo.cpp | 24 +--
lib/Target/Hexagon/HexagonInstrInfo.td | 29 +---
lib/Target/Hexagon/HexagonInstrInfoV5.td | 186 ++++++++-------------
.../Hexagon/HexagonSplitConst32AndConst64.cpp | 32 +---
lib/Target/Hexagon/HexagonSplitDouble.cpp | 6 +-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 23 ++-
test/CodeGen/Hexagon/fsel.ll | 22 +++
18 files changed, 166 insertions(+), 244 deletions(-)
create mode 100644 test/CodeGen/Hexagon/fsel.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 release_39
in repository llvm.
from 01cffbe ReleaseNotes: mention more mov-to-push
new a3332ee Merging r278002: -------------------------------------------- [...]
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/AArch64/AArch64ISelLowering.cpp | 11 ++++++++--
test/CodeGen/AArch64/aarch64-vcvtfp2fxs-combine.ll | 24 ++++++++++++++++++++++
2 files changed, 33 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/aarch64-vcvtfp2fxs-combine.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 94826b8 [Hexagon] Delete HexagonSelectCCInfo.td
new 9cba8e9 Fix build break of VS 2013 debug builds
new bd0032e [Coroutines] Part 6: Elide dynamic allocation of a coroutine [...]
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/Coroutines.rst | 73 +++++-----
include/llvm/IR/Intrinsics.td | 10 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 3 +
lib/Transforms/Coroutines/CoroElide.cpp | 158 ++++++++++++++++++----
lib/Transforms/Coroutines/CoroInstr.h | 64 ++++++++-
lib/Transforms/Coroutines/CoroInternal.h | 1 +
lib/Transforms/Coroutines/Coroutines.cpp | 18 +++
test/Transforms/Coroutines/coro-elide.ll | 15 +-
test/Transforms/Coroutines/coro-heap-elide.ll | 125 +++++++++++++++++
test/Transforms/Coroutines/restart-trigger.ll | 16 +++
10 files changed, 413 insertions(+), 70 deletions(-)
create mode 100644 test/Transforms/Coroutines/coro-heap-elide.ll
create mode 100644 test/Transforms/Coroutines/restart-trigger.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.