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 377ab59 [LSAN] Fix test swapcontext.cc on MIPS
new c59940d [compiler-rt] Remove unwanted --check-prefix=CHECK from unit [...]
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/asan/TestCases/Posix/start-deactivated.cc | 2 +-
test/tsan/Darwin/ignored-interceptors.mm | 2 +-
2 files changed, 2 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 e7221e6 [SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to [...]
new ac94d4b [PPC, SSP] Support PowerPC Linux stack protection.
new 2d71534 [Hexagon] Fix printing the address operand of S2_storerinewabs
new 11f1b93 [Orc] Add move ops for OrcRemoteTargetClient and OrcRemoteTar [...]
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:
.../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 19 +++++++++++++++++
.../ExecutionEngine/Orc/OrcRemoteTargetServer.h | 12 +++++++++++
include/llvm/Target/TargetLowering.h | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 24 ++++++++++------------
lib/CodeGen/TargetLoweringBase.cpp | 2 +-
lib/Target/Hexagon/HexagonInstrInfoV4.td | 17 ++++++++-------
lib/Target/PowerPC/PPCISelLowering.cpp | 13 ++++++++++++
lib/Target/PowerPC/PPCISelLowering.h | 4 ++++
lib/Target/PowerPC/PPCInstrInfo.cpp | 16 +++++++++++++++
lib/Target/PowerPC/PPCInstrInfo.h | 3 +++
lib/Target/PowerPC/PPCSubtarget.h | 1 +
lib/Target/X86/X86ISelLowering.cpp | 6 ------
lib/Target/X86/X86ISelLowering.h | 2 --
test/CodeGen/Hexagon/absaddr-store.ll | 1 -
test/CodeGen/Hexagon/storerinewabs.ll | 17 +++++++++++++++
test/CodeGen/PowerPC/stack-protector.ll | 17 ++++++++++++---
16 files changed, 120 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/Hexagon/storerinewabs.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 lld.
from 3a0a5b8 Attempt to fix buildbot.
new b9041d9 Fix pr27420.
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/Target.cpp | 2 ++
test/ELF/Inputs/gotpcrelx.o | Bin 0 -> 896 bytes
test/ELF/gotpcrelx.s | 17 +++++++++++++++++
3 files changed, 19 insertions(+)
create mode 100644 test/ELF/Inputs/gotpcrelx.o
create mode 100644 test/ELF/gotpcrelx.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 libcxx.
from 611ab2b Framework to allow testing of static libc++abi
new d59d416 Include initializer_list from utility
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/utility | 1 +
.../std/utilities/utility/{version.pass.cpp => synopsis.pass.cpp} | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
copy test/std/utilities/utility/{version.pass.cpp => synopsis.pass.cpp} (86%)
--
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 5ea3f52 [lanai] Add lowering for SETCCE i32.
new 1f32c5f [Orc] Fix missing return in RPC move assignment operator.
new 3993a48 [Orc] Add explicit move ops to OrcRemoteTargetRPCAPI for MSVC.
new e7221e6 [SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to [...]
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:
docs/LangRef.rst | 35 ++++++++
.../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 11 +++
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 1 +
include/llvm/IR/Intrinsics.td | 1 +
include/llvm/Target/TargetLowering.h | 2 +
lib/CodeGen/MachineCSE.cpp | 6 ++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 95 ++++++++++++----------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 10 +--
lib/CodeGen/StackProtector.cpp | 61 ++++++++------
lib/Target/AArch64/AArch64ISelLowering.cpp | 4 +-
lib/Target/X86/X86ISelLowering.cpp | 4 +-
test/CodeGen/AArch64/stack-guard-remat-bitcast.ll | 6 +-
test/CodeGen/ARM/warn-stack.ll | 2 +-
test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll | 2 +-
test/CodeGen/X86/StackColoring.ll | 4 +-
test/CodeGen/X86/dynamic-allocas-VLAs.ll | 8 +-
test/CodeGen/X86/fast-isel-stackcheck.ll | 8 +-
test/CodeGen/X86/ssp-guard-spill.ll | 54 ++++++++++++
test/CodeGen/X86/warn-stack.ll | 2 +-
test/DebugInfo/X86/vla.ll | 4 +-
20 files changed, 221 insertions(+), 99 deletions(-)
create mode 100644 test/CodeGen/X86/ssp-guard-spill.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 f60f68f DR 2137 - copy-constructor rank in list-initialization
new acda221 2016-04-19 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new a473536 PR c++/66543 - -Wunused-but-set* false positives
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/cp/ChangeLog | 6 ++++++
gcc/cp/expr.c | 1 +
gcc/cp/pt.c | 2 ++
gcc/cp/semantics.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wunused-parm-7.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/warn/Wunused-parm-8.C | 9 +++++++++
gcc/testsuite/g++.dg/warn/Wunused-var-24.C | 10 ++++++++++
gcc/testsuite/g++.dg/warn/Wunused-var-25.C | 15 +++++++++++++++
gcc/testsuite/gfortran.dg/list_read_14.f90 | 25 +++++++++++++++++++++++++
libgfortran/ChangeLog | 6 ++++++
libgfortran/io/list_read.c | 2 +-
12 files changed, 103 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-parm-7.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-parm-8.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-24.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-25.C
create mode 100644 gcc/testsuite/gfortran.dg/list_read_14.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 7f0d15f [ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall
new 5ea3f52 [lanai] Add lowering for SETCCE i32.
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/Lanai/LanaiISelLowering.cpp | 43 +++++++++----
lib/Target/Lanai/LanaiISelLowering.h | 12 ++--
lib/Target/Lanai/LanaiInstrInfo.td | 47 ++++++++------
test/CodeGen/Lanai/comparisons_i64.ll | 108 +++++++++++++++++++++++++++++++++
test/CodeGen/Lanai/select.ll | 2 +-
5 files changed, 177 insertions(+), 35 deletions(-)
create mode 100644 test/CodeGen/Lanai/comparisons_i64.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 13e21eb [X86] Simplify StackMapShadowTracker; NFC
new 7f0d15f [ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall
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/ValueTracking.h | 10 ++
include/llvm/Analysis/VectorUtils.h | 26 +---
lib/Analysis/LoopAccessAnalysis.cpp | 2 +-
lib/Analysis/ValueTracking.cpp | 151 +++++++++++++++++++-
lib/Analysis/VectorUtils.cpp | 153 ++-------------------
lib/Transforms/InstCombine/InstCombineCompares.cpp | 2 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 10 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 10 +-
8 files changed, 185 insertions(+), 179 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 06ff63b libstdc++/69703 ignore endianness in codecvt_utf8
new d198067 PR c++/68206 - Fix constexpr diagnostics with loops.
new cf03ba1 Improve constexpr handling of other loop forms.
new f60f68f DR 2137 - copy-constructor rank in list-initialization
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:
gcc/cp/ChangeLog | 15 +++++++++++++
gcc/cp/call.c | 19 +++++++++++++++-
gcc/cp/constexpr.c | 33 ++++++++++++++++++++++++----
gcc/testsuite/g++.dg/DRs/dr2137-1.C | 20 +++++++++++++++++
gcc/testsuite/g++.dg/DRs/dr2137-2.C | 21 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-loop5.C | 19 ++++++++++++++++
6 files changed, 122 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2137-1.C
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2137-2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-loop5.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 1c960f5 [Hexagon] Implement branch relaxation
new ffd20497 [X86MCInstLower] Clean up EmitNops; NFC
new 13e21eb [X86] Simplify StackMapShadowTracker; NFC
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:
lib/Target/X86/X86AsmPrinter.h | 10 +--
lib/Target/X86/X86MCInstLower.cpp | 176 ++++++++++++++++++++------------------
2 files changed, 96 insertions(+), 90 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.