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 60958d212 [libFuzzer] update a test
new 42ff6f1cd [libFuzzer] refactor the handling of instrumentation counters [...]
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/fuzzer/FuzzerTracePC.cpp | 86 ++++++++++++++++++++++++++------------------
lib/fuzzer/FuzzerTracePC.h | 54 +++++++++++++++++++++-------
lib/fuzzer/FuzzerUtil.h | 14 ++++++++
test/fuzzer/large.test | 2 ++
4 files changed, 109 insertions(+), 47 deletions(-)
create mode 100644 test/fuzzer/large.test
--
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 e405a3bd224 GlobalISel: Implement fewerElementsVector for select
new 4c0da8a5c42 [NFC] fix trivial typos in 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:
lib/Analysis/DependenceAnalysis.cpp | 2 +-
lib/Analysis/LoopAccessAnalysis.cpp | 8 ++++----
lib/Analysis/ScalarEvolution.cpp | 2 +-
lib/Analysis/ValueTracking.cpp | 2 +-
4 files changed, 7 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 master
in repository llvm.
from 1e8d4d3b2ff [IR] Use CallBase to simplify some code
new e405a3bd224 GlobalISel: Implement fewerElementsVector for select
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/GlobalISel/LegalizerHelper.h | 3 +
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 74 ++++++++
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 21 ++-
test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir | 209 +++++++++++++++++++++
4 files changed, 306 insertions(+), 1 deletion(-)
--
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 b59155ea9ac AMDGPU/GlobalISel: Fix clamping shifts with 16-bit insts
new 1e8d4d3b2ff [IR] Use CallBase to simplify some code
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/IR/CallSite.h | 10 +++-------
include/llvm/IR/InstrTypes.h | 3 +++
include/llvm/IR/Instructions.h | 3 ---
3 files changed, 6 insertions(+), 10 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 cceb4ae4eac [WebAssembly] Exception handling: Switch to the new proposal
new b59155ea9ac AMDGPU/GlobalISel: Fix clamping shifts with 16-bit insts
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/AMDGPULegalizerInfo.cpp | 5 ++-
test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 56 ++++++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 55 +++++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 15 +++++++
4 files changed, 129 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 a20ea208103 GlobalISel: Use appropriate extension for legalizing select [...]
new cceb4ae4eac [WebAssembly] Exception handling: Switch to the new proposal
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/IR/IntrinsicsWebAssembly.td | 11 +-
lib/CodeGen/AsmPrinter/WasmException.cpp | 4 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 38 ++-
lib/CodeGen/WasmEHPrepare.cpp | 169 ++++------
.../InstPrinter/WebAssemblyInstPrinter.cpp | 77 ++---
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 10 +
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 88 ++---
.../WebAssemblyEHRestoreStackPointer.cpp | 2 +-
.../WebAssembly/WebAssemblyExceptionInfo.cpp | 14 -
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 76 ++---
lib/Target/WebAssembly/WebAssemblyISelLowering.h | 3 +-
lib/Target/WebAssembly/WebAssemblyInstrControl.td | 63 ++--
lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp | 36 +-
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 4 +-
.../WebAssembly/WebAssemblyLateEHPrepare.cpp | 365 ++++++++-------------
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 2 +-
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 30 ++
.../WebAssembly/WebAssemblyTargetMachine.cpp | 2 +
lib/Target/WebAssembly/WebAssemblyUtilities.cpp | 82 +----
lib/Target/WebAssembly/WebAssemblyUtilities.h | 10 -
test/CodeGen/WebAssembly/annotations.mir | 94 ------
test/CodeGen/WebAssembly/cfg-stackify-eh.ll | 122 ++++---
test/CodeGen/WebAssembly/cfg-stackify-eh.mir | 322 ------------------
test/CodeGen/WebAssembly/exception.ll | 124 ++++---
test/CodeGen/WebAssembly/wasmehprepare.ll | 46 ++-
test/MC/WebAssembly/annotations.s | 71 ++++
test/MC/WebAssembly/basic-assembly.s | 26 +-
.../WebAssembly/WebAssemblyExceptionInfoTest.cpp | 152 +--------
28 files changed, 726 insertions(+), 1317 deletions(-)
delete mode 100644 test/CodeGen/WebAssembly/annotations.mir
delete mode 100644 test/CodeGen/WebAssembly/cfg-stackify-eh.mir
create mode 100644 test/MC/WebAssembly/annotations.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 64e3499e238 PR c++/86943 - wrong code converting lambda to function pointer.
new 8421f31a6ec PR middle-end/88956 - ICE: Floating point exception on a me [...]
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/gimple-fold.c | 18 ++--
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/Warray-bounds-39.c | 148 ++++++++++++++++++++++++++++++++
4 files changed, 168 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-39.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 00f3241eeb2 GlobalISel: Support narrowScalar for uneven loads
new 70cdf88e575 [PowerPC] [NFC] Create a helper function to copy register t [...]
new a20ea208103 GlobalISel: Use appropriate extension for legalizing select [...]
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/CodeGen/GlobalISel/MachineIRBuilder.h | 14 ++++++
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 3 +-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 20 ++++++++
lib/Target/PowerPC/PPCFastISel.cpp | 53 ++++++++--------------
4 files changed, 54 insertions(+), 36 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 clang.
from 55d093e6fc Simplify and modernize this code a little.
new 8060008472 Cleanup: replace uses of CallSite with CallBase.
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/CGBlocks.cpp | 1 -
lib/CodeGen/CGBuiltin.cpp | 19 +++++++-------
lib/CodeGen/CGCUDANV.cpp | 7 +++--
lib/CodeGen/CGCall.cpp | 52 +++++++++++++++++---------------------
lib/CodeGen/CGException.cpp | 1 -
lib/CodeGen/CGExprCXX.cpp | 14 +++-------
lib/CodeGen/CGExprComplex.cpp | 4 +--
lib/CodeGen/CGObjC.cpp | 3 +--
lib/CodeGen/CGObjCGNU.cpp | 27 ++++++++++----------
lib/CodeGen/CGObjCMac.cpp | 22 ++++++++--------
lib/CodeGen/CGObjCRuntime.cpp | 1 -
lib/CodeGen/CGOpenMPRuntime.cpp | 1 -
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 1 -
lib/CodeGen/CGStmt.cpp | 1 -
lib/CodeGen/CGStmtOpenMP.cpp | 2 --
lib/CodeGen/CGVTables.cpp | 2 +-
lib/CodeGen/CodeGenFunction.h | 21 ++++++++-------
lib/CodeGen/CodeGenModule.cpp | 43 +++++++++++++++----------------
lib/CodeGen/ItaniumCXXABI.cpp | 7 ++---
lib/CodeGen/MicrosoftCXXABI.cpp | 13 +++++-----
20 files changed, 108 insertions(+), 134 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 bd509204309 PR testsuite/89110 * g++.dg/other/nontype-1.C: Expect err [...]
new 64e3499e238 PR c++/86943 - wrong code converting lambda to function pointer.
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/cp/ChangeLog | 9 ++++
gcc/cp/lambda.c | 29 +++++++-----
gcc/cp/pt.c | 58 ++++++++++++++++++-----
gcc/cp/typeck.c | 5 ++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv13.C | 33 +++++++++++++
5 files changed, 111 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv13.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.