[ORC] Fixed incorrect additional header dirs (#175193)
The CMake ADDITIONAL_HEADER_DIRS directive for two Orc libraries,
specifically Shared and TargetProcess, used incorrect values that
pointed to its parent library include directory instead of its own. This
is now fixed.
sunlabel: document partition map line printed by the 'P' command
The interactive 'P' command prints the partition table and
also emits a simple textual map of the partition layout
(e.g., a line of 'a' when the whole disk is covered by partition a).
Mention this additional output in the man page to avoid confusion.
EC2: Add extra SSM Parameter names for releases
Record releases in the SSM Parameter Store not just as e.g.
/aws/service/freebsd/arm64/small/ufs/15.0/RELEASE
but also as .../RELEASE/latest, e.g.
/aws/service/freebsd/arm64/small/ufs/15.0/RELEASE/latest
The latter parameters will be updated when new AMIs are built with
security and errata updates appplied, and have been backfilled for
15.0.
MFC after: 3 days
MFC to: stable/15 (14.x will not get security-update AMIs)
Sponsored by: Amazon
[InstCombine][profcheck] Add unknown branch weights to selects created in InstCombineAndOrXor.cpp (#175269)
These select instructions were created from combinations of bitwise
operators which have no branch weight information.
Tracking issue: #147390
[VPlan] Add missing sext(sub) SCEV fold to getSCEVExprForVPValue.
SCEV has a manual fold when doing SCEV construction from IR, that is not
integrated in the regular SCEV construction functions. Mirror the
behavior in getSCEVExprForVPValue, to match results when constructing
SCEVs from IR.
Fixes https://github.com/llvm/llvm-project/issues/174622.
biology/sra-tools: Unbreak with extra JDK present
Cmake find_package(Java) uses the latest version found, and plist
varies depending on the version used. Set JAVE_HOME to limit
cmake's search to the version specified in the port. This is the
only way to control find_package() for Java versions.
ValueTracking: Fix handling of fadd with mixed denormal modes
Fix case where the input mode is IEEE, the output flushes, and the
input could be subnormal. Also improves accuracy with positive zero
case.
geography/viking: Update to 1.11
Viking 1.11 (2026-01-11)
New features since 1.10
* Return to OpenStreetMap (https://openstreet.org) as the Map Default.
** Raster tiles from https://opentopomap.org is depreciated.
* Read support of Garmin .FIT files.
* SF Features#135: Support Georef layer image rotation.
* SF Features#151: Enable visual status indicator of each tile cache.
* More support for GPX fields: URL/Link properties.
* Support reading as much information as read in from invalid GPX files (rather than just giving up).
* More support for KML properties: snippet, track color, name and description.
* New TAC analysis for consecutive squares in linear directions.
* Support daylight times and basic astronomical data using libnova.
* Support Waypoint proximity alarms.
* GPX Lap support read only display output in tooltips and a table view.
* Github #148: Allow horizontal scroll on preferences.
* GitHub #152: GeoRef Zoomed in image fast redraw.
[22 lines not shown]