LLVM/project 3457e7ellvm/lib/Transforms/Vectorize VPlanRecipes.cpp, llvm/test/Transforms/LoopVectorize/AArch64 select-costs.ll

[VPlan] Match inverted logical AND/OR for select costs.

VPlan transforms may invert logical AND/OR selects, which can impact
costs on targets the select is not cheap but the boolean AND/OR is.
Also match the inverted logical AND/OR to improve accuracy of the
cost estimation and fixes the underlying issue for the cost
divergence between legacy and VPlan-based cost model that caused
the revert of 01d34eb38fa058 in ed004cf42bf57c.
DeltaFile
+8-8llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
+7-0llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+15-82 files

NetBSD/pkgsrc wlwaDkedoc CHANGES-2026

   doc: Updated devel/ruby-redmine60 to 6.0.8
VersionDeltaFile
1.479+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc lE7JXqndevel/ruby-redmine60 Makefile distinfo, devel/ruby-redmine60/patches patch-Gemfile

   devel/ruby-redmine60: update to 6.0.8

   6.0.8 (2026-01-05)

   Code cleanup/refactoring

   * Defect #43441: Fix failures in test/system/issues_test.rb
   * Patch #43638: Update copyright year to 2026

   Custom fields

   * Defect #43521: Saving a custom field fails with 500 when regular
     expression is invalid

   Gems support

   * Defect #43609: Tests fail with minitest 6.0

   Issues list

    [41 lines not shown]
VersionDeltaFile
1.5+37-6devel/ruby-redmine60/patches/patch-Gemfile
1.11+16-12devel/ruby-redmine60/Makefile
1.7+5-5devel/ruby-redmine60/distinfo
1.5+5-1devel/ruby-redmine60/PLIST
+63-244 files

FreeBSD/ports 7d9c193devel/R-cran-clock distinfo Makefile

devel/R-cran-clock: Update to 0.7.4

Reported by:    portscout
DeltaFile
+3-3devel/R-cran-clock/distinfo
+1-1devel/R-cran-clock/Makefile
+4-42 files

FreeBSD/doc 0060187documentation/content/en/books/porters-handbook/uses _index.adoc

phb: USES=fam is gone
DeltaFile
+0-8documentation/content/en/books/porters-handbook/uses/_index.adoc
+0-81 files

NetBSD/pkgsrc cy2PfmVdoc CHANGES-2026

   doc: Updated devel/ruby-redmine51 to 5.1.11
VersionDeltaFile
1.478+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0d4d34pdevel/ruby-redmine51 PLIST distinfo

   devel/ruby-redmine51: update to 5.1.11

   5.1.11 (2026-01-05)

   Code cleanup/refactoring

   * Defect #43441: Fix failures in test/system/issues_test.rb
   * Patch #43638: Update copyright year to 2026

   Gems support

   * Defect #43609: Tests fail with minitest 6.0

   Security

   * Defect #43451: PostScript disguised as PDF can lead to arbitrary file
     operations via thumbnail generation
   * Defect #43634: Authorization bypass in Redmine allows modification of
     attachment metadata on invisible issues

    [2 lines not shown]
VersionDeltaFile
1.6+2,263-2,259devel/ruby-redmine51/PLIST
1.13+4-4devel/ruby-redmine51/distinfo
1.19+2-3devel/ruby-redmine51/Makefile
+2,269-2,2663 files

FreeBSD/ports 0732454Mk/Scripts qa.sh

Mk/Scripts/qa.sh: USES=fam is gone
DeltaFile
+0-3Mk/Scripts/qa.sh
+0-31 files

NetBSD/pkgsrc vD63bsSdoc CHANGES-2026

   doc: Updated www/ruby-webrick to 1.9.2
VersionDeltaFile
1.477+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc KXXhORVwww/ruby-webrick distinfo Makefile

   www/ruby-webrick: update to 1.9.2

   1.9.2 (2025-11-26)

   What's Changed

   * Remove usage of IO#nread by @osyoyu in #181
   * Remove assert matching stderr output in test_sni. by @jackorp in #158

   New Contributors

   * @osyoyu made their first contribution in #181
   * @jackorp made their first contribution in #158
VersionDeltaFile
1.14+4-4www/ruby-webrick/distinfo
1.23+2-2www/ruby-webrick/Makefile
+6-62 files

NetBSD/pkgsrc n7KORmQdoc CHANGES-2026

   doc: Updated www/ruby-uri to 1.1.1
VersionDeltaFile
1.476+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9T4AeAcwww/ruby-uri Makefile distinfo

   www/ruby-uri: update to 1.1.1

   1.1.0 (2025-10-31)

   What's Changed

   * Update to use the latest version of setup-ruby and bump up to Ruby 3.4 by
     @hsbt in #158
   * Fix the mention to removed URI.escape/URI::Escape by @y-yagi in #146
   * Use a fully qualified name in warning messages by @y-yagi in #150
   * Support Ractor#value by @hsbt in #163
   * Removed unnecessary workaround by @hsbt in #164
   * Escape reserved characters in scheme name by @nobu in #148
   * [DOC] State that uri library is needed to call Kernel#URI by @nobu in #167
   * Prefer dedicated assertion methods by @nobu in #169
   * Fix the message for unexpected argument by @nobu in #171
   * Make URI::regexp schemes case sensitive (#38) by @nobu in #170
   * The local part should not contain leading or trailing dots in the
     EMAIL_REGEXP by @nlevchuk in #124

    [33 lines not shown]
VersionDeltaFile
1.11+4-4www/ruby-uri/Makefile
1.6+4-4www/ruby-uri/distinfo
+8-82 files

NetBSD/pkgsrc kKrpXx6doc CHANGES-2026

   doc: Updated www/ruby-selenium-webdriver to 4.39.0
VersionDeltaFile
1.475+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Ek2xXRbwww/ruby-selenium-webdriver distinfo Makefile

   www/ruby-selenium-webdriver: update to 4.39.0

   4.36.0 (2025-09-18)

   * Add CDP for Chrome 140 and remove 137
   * [BiDi] Create browser module, added user context related methods (#15371)
   * BiDi get client windows (#16211)
   * Fix links to exception documentation on website (#16305)
   * Update unhandled_prompt_behavior capability to support hash syntax (#16289)


   4.37.0 (2025-10-16)

   * Add CDP for Chrome 141 and remove 138
   * Update Chrome/Edge args for test environment (#16376)
   * Remove `prism` dependency (#16437)
   * Remove `json` version constraint (#16436)



    [11 lines not shown]
VersionDeltaFile
1.40+4-4www/ruby-selenium-webdriver/distinfo
1.48+2-2www/ruby-selenium-webdriver/Makefile
+6-62 files

NetBSD/pkgsrc iqTCKiHdoc CHANGES-2026

   doc: Updated www/ruby-rouge to 4.7.0
VersionDeltaFile
1.474+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc o5u3a17www/ruby-rouge distinfo PLIST

   www/ruby-rouge: update to 4.7.0

   4.7.0 (2025-12-31)

   Happy New Year 2026!

   This release brings significant enhancements to PHP language support with
   modern syntax features including enums, typed class constants, and
   asymmetric visibility.  We've introduced new lexers for GJS and GTS files
   used by Ember projects.  Language support has been improved with Python
   3.14+ template strings, Go underscore support in numbers, and enhanced file
   detection for COBOL and Terraform files.  Thanks to all our contributors for
   their valuable work on making Rouge more comprehensive!
VersionDeltaFile
1.36+4-4www/ruby-rouge/distinfo
1.25+5-1www/ruby-rouge/PLIST
1.36+2-2www/ruby-rouge/Makefile
+11-73 files

NetBSD/pkgsrc pJtX5hydoc CHANGES-2026

   doc: Updated www/ruby-requestjs-rails to 0.0.14
VersionDeltaFile
1.473+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc PqfzbEHwww/ruby-requestjs-rails distinfo Makefile

   www/ruby-requestjs-rails: update to 0.0.14

   0.0.14 (2025-12-11)

   What's Changed

   * Bump @rails/request.js to v0.0.13

        - Use Turbo.fetch to prevent page refreshes bounces by
             @thiagoyoussef in #23

   New Contributors

   * @thiagoyoussef made their first contribution in #23
VersionDeltaFile
1.2+4-4www/ruby-requestjs-rails/distinfo
1.2+2-2www/ruby-requestjs-rails/Makefile
+6-62 files

NetBSD/pkgsrc kI0EIBadoc CHANGES-2026

   doc: Updated www/ruby-rackup to 2.3.1
VersionDeltaFile
1.472+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Ikk0vdjwww/ruby-rackup distinfo Makefile

   www/ruby-rackup: update to 2.3.1

   2.3.0 (2025-12-05)

   * Update releases.md - fixes #29.
   * Documentation for how to access handlers programatically.
   * Update the webrick handler to support OPTIONS * requests. (#40)

   2.3.1 (2025-12-05)

   * Fix WEBrick SERVER_PORT handling.
VersionDeltaFile
1.4+4-4www/ruby-rackup/distinfo
1.4+2-2www/ruby-rackup/Makefile
+6-62 files

NetBSD/pkgsrc V4OuIY5doc CHANGES-2026

   doc: Updated www/ruby-pygments.rb to 4.0.0
VersionDeltaFile
1.471+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc m1fvSjqwww/ruby-pygments.rb PLIST distinfo

   www/ruby-pygments.rb: update to 4.0.0

   4.0.0 (2025-06-25)

   Summary

   * Major release that updates Pygments to 2.19.2.
   * Oldest supported Ruby is now 2.7.
   * Oldest supported Python is still 3.8.
VersionDeltaFile
1.12+358-9www/ruby-pygments.rb/PLIST
1.20+4-4www/ruby-pygments.rb/distinfo
1.32+2-2www/ruby-pygments.rb/Makefile
+364-153 files

NetBSD/pkgsrc oA0ElJidoc CHANGES-2026

   doc: Note update of www/ruby-padrino and related pacakges to 0.16.0

        www/ruby-padrino-support
        www/ruby-padrino-helpers
        www/ruby-padrino-core
        www/ruby-padrino-admin
        www/ruby-padrino-gen
        www/ruby-padrino-mailer
        www/ruby-padrino
VersionDeltaFile
1.470+8-1doc/CHANGES-2026
+8-11 files

NetBSD/pkgsrc nh651M4www/ruby-padrino-admin distinfo, www/ruby-padrino-cache distinfo

   www/ruby-padrino: update to 0.16.0

   0.16.0 (2025-12-02)

   * NEW Code modernization. Codebase is now passing Rubocop and generator’s
     templates are using modern syntax (@crashtech)

   0.16.0.pre4 (2025-11-19)

   * FIX Specs are now passing for Ruby 3.4 (@crashtech)

   * NEW Added what HTTP Server to use as an option when generating a new
     project (@crashtech)

   * FIX Added the HTTP Server to Gemfile as Ruby 3.0 removed WEBrick from the
     standard library (@crashtech)

   * FIX Patch ‘Padrino.core` by filtering any ’core_ext/kernel_require’
     (common pattern for gems that override Kernel#require) from caller entries

    [23 lines not shown]
VersionDeltaFile
1.22+4-4www/ruby-padrino-mailer/distinfo
1.22+4-4www/ruby-padrino-admin/distinfo
1.22+4-4www/ruby-padrino-cache/distinfo
1.22+4-4www/ruby-padrino-core/distinfo
1.22+4-4www/ruby-padrino-gen/distinfo
1.22+4-4www/ruby-padrino-helpers/distinfo
+24-245 files not shown
+37-3911 files

NetBSD/pkgsrc EsBjfOWdoc CHANGES-2026

   doc: Updated www/ruby-net-http-persistent to 4.0.8
VersionDeltaFile
1.469+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9HMEPQHwww/ruby-net-http-persistent distinfo Makefile

   www/ruby-net-http-persistent: update to 4.0.8

   4.0.7 (2025-12-30)

   What's Changed

   * update CI a bit by @tenderlove in #165
   * Add support for connection_pool >= 3.0 by @jukra in #163
   * Add ignore eof by @konalegi in #161
   * Add a release workflow for trusted publishing by @tenderlove in #166

   New Contributors

   * @jukra made their first contribution in #163
   * @konalegi made their first contribution in #161


   4.0.8 (2025-12-30)


    [9 lines not shown]
VersionDeltaFile
1.22+4-4www/ruby-net-http-persistent/distinfo
1.22+3-3www/ruby-net-http-persistent/Makefile
+7-72 files

NetBSD/pkgsrc N6ACcbmdoc CHANGES-2026 TODO

   doc: Updated misc/howm to 1.5.6
VersionDeltaFile
1.468+2-1doc/CHANGES-2026
1.26681+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc XnCZWaAmisc/howm Makefile distinfo

   misc/howm: Update to 1.5.6

   * Update HOMEPAGE and MASTER_SITES.

   Changelog:
   1.5.6:
   Minor updates.

   1.5.5:

       Changes
           In the summary buffer, "f contents RET" now performs pure filtering (it simply retains only the matched entries). The previous behavior (filter and list matching lines) is available via "G" or "f grep RET". Similarly, "f Keyword-in-contents RET" has changed; the previous behavior is now available via "f Grep-keyword RET". Also, "F" and "K" now serve as shortcuts for these pure filtering commands. thx
               If you really want to restore the previous behavior, add the following after loading howm:

               ;; Restore the behavior of "f contents RET" etc. in the list view
               ;; to how it was in howm-1.5.4 or earlier
               (setf (alist-get "contents" howm-view-filter-methods nil nil #'equal)
                 ;; Use the old name intentionally for safety in older versions
                 'howm-view-filter-by-contents)

    [67 lines not shown]
VersionDeltaFile
1.20+4-5misc/howm/Makefile
1.8+4-4misc/howm/distinfo
1.4+3-4misc/howm/PLIST
+11-133 files

NetBSD/pkgsrc HWp85b5doc CHANGES-2026

   xdoc: Updated www/ruby-loofah to 2.25.0
VersionDeltaFile
1.467+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kY6N2Cmwww/ruby-loofah distinfo Makefile

   www/ruby-loofah: update to 2.25.0

   2.25.0 (2025-12-15)

   * Extract Loofah::HTML5::Scrub.allowed_uri? which operates on a string.
     Previously this logic was coupled to the parsed tree in
     .scrub_uri_attribute.  #300 @flavorjones

   * Tightened up how entities and control characters are handled when
     detecting allowed URIs. #301 @flavorjones
VersionDeltaFile
1.28+4-4www/ruby-loofah/distinfo
1.26+2-2www/ruby-loofah/Makefile
+6-62 files