[VPlan] Handle Alloca in VPReplicateRecipe::computeCost. (NFCI)
Handle Alloca in the VPlan-based cost mode. This also updates the cost
in the legacy cost model to clarify that we always compute the scalar
cost.
xine-ui: Update to 0.99.14
This update is mostly minor fixes and two local patches can be deleted.
It also adds a Dutch translation.
For a local change I fixed the readline detection... this isn't ready
for libedit.
Verified to build on NetBSD, FreeBSD, Darwin, Linux.
powerpc/asm.h: Provide a reference for stwcx. erratum.
This reference is kinda bodgy, wish I had something more clearly
authoritative from IBM and not from `Applied Micro Circuits
Corporation', whatever that is. We should also really keep archives
of all these documents for future reference after upstreams stop
hosting them.
No functional change intended, comment only.
Update cabal-bundler to fix annoying problems
* Include all global units which fixes both missing happy-lib and
tasty
* Override splitmix version while upstream isn't releasing
* Use my repo as a source until merged upstream
OK caspar@
[libc++] Resolve LWG4439 and LWG4300 (#174257)
Resolves #171340 implemented in #155202
Resolves #171402 implemented in #155202
- Add `swap` test for `optional<T&>` to ensure an ADL-found swap isn't
selected.
- Drive-by: Update documentation for LWG4300 since it's already
completed