Reapply x2 "[Offload][lit] Link against SPIR-V DeviceRTL if present" (#181429)
The change to `llvm-zorg` to start building the DeviceRTL for SPIR-V on
our builder finally got taken by the infra, so we can merge this now.
---------
Co-authored-by: Joseph Huber <huberjn at outlook.com>
vpn/openvpn: Use tls-crypt and tls-auth aliases for generating the static key (#9810)
* vpn/openvpn: Even though openvpn --genkey secret generates the same static key for secret, tls-auth and tls-crypt, it is more explicit to use all modes verbatim. It's simpler to expand it in the future this way.
[NFC][TableGen] Minor code cleanup in RegisterInfoEmitter (#181479)
Minor cleanup in codegen for `getSubClassWithSubReg` and
`getSubRegisterClass`:
- Use `getMinimalTypeForRange` to determine the entry type for table.
- Extract common code for table lookup into a lambda.
[SLP]Do not increase depth for type-changing nodes and NotProfitableForVectorization removal
The patch changes the maximum tree size analysis. 1. Do not increase
depth for type changing nodes (like casts and compares), allowing more
deeper trees to be built. 2. Removes NotProfitableForVectorization
workaround, not needed anymore after throttling enabled
Reviewers: hiraditya, RKSimon
Pull Request: https://github.com/llvm/llvm-project/pull/180950
vpn/openvpn: Even though openvpn --genkey secret generates the same static key for secret, tls-auth and tls-crypt, it is more explicit to use all modes verbatim. It's simpler to expand it in the future this way.
[Clang][OpenMP][Driver] Make linker to link Device RTL when built for SPIRV (#180066)
This is to make linker to link ompdevice library when building for
OpenMP using SPIRV
krb5: Make the build a bit quieter
compile_et.sh is run during buildworld and prints a bunch of debug
output. It's intrusive and probably not needed, at least by default, so
let's make the build output a bit cleaner. This is an upstream script,
but it hasn't been modified in 15 years so the local modification is
unlikely to cause any pain.
Also remove a print that shows up in buildworld -s output.
Reviewed by: cy
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D55317
[SPIRV] Fix `SPIRVTypeInst` `DenseMapInfo` implementation
The previous `DenseMapInfo` implementation was wrong.
The new implementation relies completely on `DenseMapInfo<MachineInst*>`'s.
To do this, we use "tag dispatch" to call a special constructor only
accessible by `DenseMapInfo` that bypasses the assertion when building
the emtpy/tombstone keys.
py-django-stubs-ext: updated to 5.2.9
5.2.9
fix: allow EmailMultiAlternatives in outbox
Fix infinite semantic analysis loop when using from_queryset
Fix dispatch_uid type: str -> _AnyHashable
Update get_auto_imports() to also allow returning None
Make LoginView generic over its form class
fix: template type in template response
fix: Annotate SessionStore with a type var for the Session type
fix: prefetch_related_objects requires Sequence not Iterable
Fix kwargs for forms.widgets.Script
fix: django.contrib.gis.utils.LayerMapping attribute types
Make all system checks return a list, not a Sequence
Improve database-related check signatures
www/ruby-aws-sdk-kms: update to 1.122.0
1.122.0 (2026-02-16)
* Feature - Added support for Decrypt and ReEncrypt API's to use dry run
feature without ciphertext for authorization validation
py-django-debug-toolbar: updated to 6.2.0
6.2.0
Deprecate RedirectsPanel in favor of the HistoryPanel
Add cache view to example app
Add zizmor for GHA security analysis
Add indent size of 2 for yml files.
Reduce the number of test runs in CI.
Store the code coverage files on each test run for CI.
Use double-quotes for GITHUB_REF_NAME shell variable.
Add Django 6.0 to testing matrix
Add Django 6.0 to testing matrix
Persist the credentials because coverage_comment needs them.
Show cache alias instead of backend repr in calls table
Remove Django 5.0 to save some CI resources
Bye Python 39
Add support for enabling/disabling SQLPanel tracking of toolbar model queries
Enforce toolbar vs panel organization of configs.
[13 lines not shown]
www/ruby-aws-partitions: update to 1.1214.0
1.1214.0 (2026-02-16)
* Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.