Searched hist:236566 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.cdiff 236566 Mon Jun 04 14:14:25 MDT 2012 zml Fix DTrace TSC skew calculation:

The skew calculation here is exactly backwards. We were able to repro
it on a multi-package ESX server running a FreeBSD VM, where the TSCs
can be pretty evil.

MFC after: 1 week

Submitted by: Jeff Ford <jeffrey.ford2@isilon.com>
Reviewed by: avg, gnn
/freebsd-11-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.cdiff 236566 Mon Jun 04 14:14:25 MDT 2012 zml Fix DTrace TSC skew calculation:

The skew calculation here is exactly backwards. We were able to repro
it on a multi-package ESX server running a FreeBSD VM, where the TSCs
can be pretty evil.

MFC after: 1 week

Submitted by: Jeff Ford <jeffrey.ford2@isilon.com>
Reviewed by: avg, gnn
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cppdiff 354724 Fri Nov 15 06:59:13 MST 2019 dim Merge commit 5bbb604bb from llvm git (by Craig Topper):

[InstCombine] Disable some portions of foldGEPICmp for GEPs that
return a vector of pointers. Fix other portions.

llvm-svn: 370114

This should fix instances of 'Assertion failed: (isa<X>(Val) &&
"cast<Ty>() argument of incompatible type!"), function cast, file
/usr/src/contrib/llvm/include/llvm/Support/Casting.h, line 255', when
building openjdk8 for aarch64 and armv7.

Reported by: jbeich
PR: 236566
MFC after: 3 days

Completed in 122 milliseconds