LLVM/project 8c5bdf9llvm/lib/Target/AMDGPU SIDefines.h, llvm/lib/Target/AMDGPU/Utils AMDGPUAsmUtils.cpp

AMDGPU: Correct value and name for ID_RTN_SAVE_WAVE_HAS_TDM (#180181)

DeltaFile
+6-2llvm/test/MC/AMDGPU/gfx1250_asm_sopp.s
+4-1llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sopp.txt
+1-1llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
+1-1llvm/lib/Target/AMDGPU/SIDefines.h
+12-54 files

FreeBSD/src 9497673usr.sbin/bhyve pci_virtio_scsi.c

bhyve/virtio-scsi: advertise support for indirect descriptors

Support for indirect registers is actually part of the common virtio code,
the virtio-scsi code doesn't actually care or even know anything about it.

Advertising the features greatly improves performance with some guest
operating systems.

Reviewed by: corvink
Differential Revision: https://reviews.freebsd.org/D53467
DeltaFile
+1-1usr.sbin/bhyve/pci_virtio_scsi.c
+1-11 files

LLVM/project c1d397aclang/include/clang/Basic DiagnosticGroups.td DiagnosticSemaKinds.td

Reorganise permissive and strict diagnostic groups
DeltaFile
+59-12clang/include/clang/Basic/DiagnosticGroups.td
+7-10clang/include/clang/Basic/DiagnosticSemaKinds.td
+66-222 files

LLVM/project 5d04bb5clang/include/clang/Analysis/Analyses/LifetimeSafety Facts.h, clang/lib/Analysis/LifetimeSafety Checker.cpp LifetimeAnnotations.cpp

use-after-invalidation
DeltaFile
+344-0clang/test/Sema/warn-lifetime-safety-invalidations.cpp
+74-7clang/lib/Analysis/LifetimeSafety/Checker.cpp
+68-0clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
+26-1clang/test/Sema/Inputs/lifetime-analysis.h
+25-0clang/include/clang/Analysis/Analyses/LifetimeSafety/Facts.h
+24-0clang/lib/Sema/AnalysisBasedWarnings.cpp
+561-89 files not shown
+626-915 files

LLVM/project ba51c88clang/lib/CIR/Lowering/DirectToLLVM LowerToLLVM.cpp LowerToLLVM.h, clang/utils/TableGen CIRLoweringEmitter.cpp

[CIR][NFC] Remove LowerModule from LowerToLLVM (#179971)

This patch removes `cir::LowerModule` from the `LowerToLLVM` pass.
DeltaFile
+17-26clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+3-7clang/utils/TableGen/CIRLoweringEmitter.cpp
+0-2clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.h
+20-353 files

LLVM/project 0c7ea59compiler-rt/lib/builtins CMakeLists.txt

Update to use set_special_properties
DeltaFile
+3-4compiler-rt/lib/builtins/CMakeLists.txt
+3-41 files

LLVM/project 46e7005compiler-rt/test/builtins/Unit addsf3_test.c subsf3_test.c

clang-format
DeltaFile
+5-4compiler-rt/test/builtins/Unit/addsf3_test.c
+5-4compiler-rt/test/builtins/Unit/subsf3_test.c
+10-82 files

LLVM/project 691accecompiler-rt/lib/builtins CMakeLists.txt, compiler-rt/test/builtins/Unit divdf3new_test.c muldf3new_test.c

Merge branch 'arm-fp-flt' into arm-fp-faddsub
DeltaFile
+785-394compiler-rt/test/builtins/Unit/divdf3new_test.c
+755-379compiler-rt/test/builtins/Unit/muldf3new_test.c
+629-316compiler-rt/test/builtins/Unit/subdf3new_test.c
+607-305compiler-rt/test/builtins/Unit/adddf3new_test.c
+20-7compiler-rt/lib/builtins/CMakeLists.txt
+8-10compiler-rt/test/builtins/Unit/comparesf2new_test.c
+2,804-1,41125 files not shown
+2,849-1,44831 files

FreeBSD/doc b407b3edocumentation/static/pgpkeys netchild.key

pgpkeys: Update my key.
DeltaFile
+235-235documentation/static/pgpkeys/netchild.key
+235-2351 files

LLVM/project ad047cbcompiler-rt/test/builtins/Unit floatdidfnew_test.c floatdisfnew_test.c

clang-format
DeltaFile
+1-1compiler-rt/test/builtins/Unit/floatdidfnew_test.c
+1-1compiler-rt/test/builtins/Unit/floatdisfnew_test.c
+1-1compiler-rt/test/builtins/Unit/floatsidfnew_test.c
+1-1compiler-rt/test/builtins/Unit/floatsisfnew_test.c
+1-1compiler-rt/test/builtins/Unit/floatunsdidfnew_test.c
+1-1compiler-rt/test/builtins/Unit/floatunsdisfnew_test.c
+6-62 files not shown
+8-88 files

LLVM/project 73b417ccompiler-rt/lib/builtins CMakeLists.txt, compiler-rt/test/builtins/Unit divdf3new_test.c muldf3new_test.c

Merge branch 'arm-fp-fix' into arm-fp-flt
DeltaFile
+785-394compiler-rt/test/builtins/Unit/divdf3new_test.c
+755-379compiler-rt/test/builtins/Unit/muldf3new_test.c
+629-316compiler-rt/test/builtins/Unit/subdf3new_test.c
+607-305compiler-rt/test/builtins/Unit/adddf3new_test.c
+20-7compiler-rt/lib/builtins/CMakeLists.txt
+8-10compiler-rt/test/builtins/Unit/comparedf2new_test.c
+2,804-1,41117 files not shown
+2,841-1,44023 files

FreeBSD/ports 0bfdf71biology/py-htseq Makefile distinfo

biology/py-htseq: Update 2.0.9 => 2.1.2

Changelogs:
* https://github.com/htseq/htseq/compare/release_2.0.9...release_2.1.2

* Pet portclippy(1) and portfmt(1)

Approved by: db@, yuri@ (Mentors, implicit)
DeltaFile
+7-9biology/py-htseq/Makefile
+3-3biology/py-htseq/distinfo
+10-122 files

LLVM/project 1221fb6compiler-rt/test/builtins/Unit fixdfdinew_test.c fixdfsinew_test.c

clang-format
DeltaFile
+2-2compiler-rt/test/builtins/Unit/fixdfdinew_test.c
+2-2compiler-rt/test/builtins/Unit/fixdfsinew_test.c
+2-2compiler-rt/test/builtins/Unit/fixsfdinew_test.c
+2-2compiler-rt/test/builtins/Unit/fixsfsinew_test.c
+2-2compiler-rt/test/builtins/Unit/fixunsdfdinew_test.c
+2-2compiler-rt/test/builtins/Unit/fixunsdfsinew_test.c
+12-122 files not shown
+16-168 files

LLVM/project 4625b05compiler-rt/lib/builtins CMakeLists.txt, compiler-rt/test/builtins/Unit divdf3new_test.c muldf3new_test.c

Merge branch 'arm-fp-f2d2f' into arm-fp-fix
DeltaFile
+785-394compiler-rt/test/builtins/Unit/divdf3new_test.c
+755-379compiler-rt/test/builtins/Unit/muldf3new_test.c
+629-316compiler-rt/test/builtins/Unit/subdf3new_test.c
+607-305compiler-rt/test/builtins/Unit/adddf3new_test.c
+20-7compiler-rt/lib/builtins/CMakeLists.txt
+8-10compiler-rt/test/builtins/Unit/comparedf2new_test.c
+2,804-1,4119 files not shown
+2,825-1,42415 files

LLVM/project 3f41560compiler-rt/test/builtins/Unit truncdfsf2new_test.c extendsfdf2new_test.c

clang-format
DeltaFile
+1-1compiler-rt/test/builtins/Unit/truncdfsf2new_test.c
+1-1compiler-rt/test/builtins/Unit/extendsfdf2new_test.c
+2-22 files

LLVM/project dc2cefdcompiler-rt/lib/builtins CMakeLists.txt, compiler-rt/test/builtins/Unit divdf3new_test.c muldf3new_test.c

Merge branch 'arm-fp-fcmp' into arm-fp-f2d2f
DeltaFile
+785-394compiler-rt/test/builtins/Unit/divdf3new_test.c
+755-379compiler-rt/test/builtins/Unit/muldf3new_test.c
+629-316compiler-rt/test/builtins/Unit/subdf3new_test.c
+607-305compiler-rt/test/builtins/Unit/adddf3new_test.c
+20-7compiler-rt/lib/builtins/CMakeLists.txt
+8-10compiler-rt/test/builtins/Unit/comparesf2new_test.c
+2,804-1,4117 files not shown
+2,823-1,42213 files

LLVM/project beea5fccompiler-rt/lib/builtins/arm fcmp.h, compiler-rt/lib/builtins/arm/thumb1 fcmp.h

clang-format
DeltaFile
+8-10compiler-rt/test/builtins/Unit/comparesf2new_test.c
+2-0compiler-rt/lib/builtins/arm/fcmp.h
+2-0compiler-rt/lib/builtins/arm/thumb1/fcmp.h
+12-103 files

LLVM/project c17cb00compiler-rt/lib/builtins CMakeLists.txt

Update to use set_special_properties
DeltaFile
+4-3compiler-rt/lib/builtins/CMakeLists.txt
+4-31 files

LLVM/project 1317737compiler-rt/lib/builtins CMakeLists.txt, compiler-rt/test/builtins/Unit divdf3new_test.c muldf3new_test.c

Merge branch 'arm-fp-dcmp' into arm-fp-fcmp
DeltaFile
+785-394compiler-rt/test/builtins/Unit/divdf3new_test.c
+755-379compiler-rt/test/builtins/Unit/muldf3new_test.c
+629-316compiler-rt/test/builtins/Unit/subdf3new_test.c
+607-305compiler-rt/test/builtins/Unit/adddf3new_test.c
+16-4compiler-rt/lib/builtins/CMakeLists.txt
+8-10compiler-rt/test/builtins/Unit/comparedf2new_test.c
+2,800-1,4084 files not shown
+2,807-1,40910 files

LLVM/project 54fb81bcompiler-rt/lib/builtins CMakeLists.txt

Update to use set_special_properties
DeltaFile
+2-2compiler-rt/lib/builtins/CMakeLists.txt
+2-21 files

LLVM/project 5b149ffcompiler-rt/lib/builtins/arm dcmp.h, compiler-rt/lib/builtins/arm/thumb1 dcmp.h

clang-format
DeltaFile
+8-10compiler-rt/test/builtins/Unit/comparedf2new_test.c
+2-0compiler-rt/lib/builtins/arm/dcmp.h
+2-0compiler-rt/lib/builtins/arm/thumb1/dcmp.h
+12-103 files

LLVM/project 634bb76compiler-rt/lib/builtins CMakeLists.txt, compiler-rt/lib/builtins/arm endian.h

Merge branch 'arm-fp-dmuldiv' into arm-fp-dcmp
DeltaFile
+785-394compiler-rt/test/builtins/Unit/divdf3new_test.c
+755-379compiler-rt/test/builtins/Unit/muldf3new_test.c
+629-316compiler-rt/test/builtins/Unit/subdf3new_test.c
+607-305compiler-rt/test/builtins/Unit/adddf3new_test.c
+14-2compiler-rt/lib/builtins/CMakeLists.txt
+2-0compiler-rt/lib/builtins/arm/endian.h
+2,792-1,3961 files not shown
+2,793-1,3977 files

LLVM/project 9b5d318compiler-rt/test/builtins/Unit divdf3new_test.c muldf3new_test.c

clang-format
DeltaFile
+785-394compiler-rt/test/builtins/Unit/divdf3new_test.c
+755-379compiler-rt/test/builtins/Unit/muldf3new_test.c
+1,540-7732 files

LLVM/project be24722compiler-rt/lib/builtins CMakeLists.txt, compiler-rt/lib/builtins/arm dnan2.c endian.h

Merge branch 'arm-fp-daddsub' into arm-fp-dmuldiv
DeltaFile
+629-316compiler-rt/test/builtins/Unit/subdf3new_test.c
+607-305compiler-rt/test/builtins/Unit/adddf3new_test.c
+14-2compiler-rt/lib/builtins/CMakeLists.txt
+1-1compiler-rt/lib/builtins/arm/dnan2.c
+2-0compiler-rt/lib/builtins/arm/endian.h
+1,253-6245 files

LLVM/project 3473cf5llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility BUILD.gn, llvm/utils/gn/secondary/lldb/source/Plugins/Process/elf-core BUILD.gn

[gn build] Port 2791f42a0410
DeltaFile
+0-1llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/BUILD.gn
+0-1llvm/utils/gn/secondary/lldb/source/Plugins/Process/elf-core/BUILD.gn
+0-22 files

LLVM/project bc70633lldb/source/Plugins/Process/FreeBSD NativeRegisterContextFreeBSD_arm64.cpp NativeRegisterContextFreeBSD_arm64.h, llvm/docs ReleaseNotes.md

[lldb] [Process/FreeBSD] Assume minimum is FreeBSD 14 (#179587)

Currently versions under 13 are EOLed (see [FreeBSD Release
Information](https://www.freebsd.org/releases/)).

FreeBSD 13 will be EOLed by April 30th (see [Supported FreeBSD
releases](https://www.freebsd.org/security/#sup)) while LLVM 23 is
expected to be released in August 25th according to the LLVM calendar.

Thus assumed that minimum supported FreeBSD version is 14.

Signed-off-by: Minsoo Choo <minsoochoo0122 at proton.me>
DeltaFile
+2-22lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp
+0-6lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.h
+2-0llvm/docs/ReleaseNotes.md
+4-283 files

LLVM/project e281d47compiler-rt/lib/builtins CMakeLists.txt

Update to use set_special_properties
DeltaFile
+1-2compiler-rt/lib/builtins/CMakeLists.txt
+1-21 files

LLVM/project 4c809b3compiler-rt/test/builtins/Unit subdf3new_test.c adddf3new_test.c

clang-format
DeltaFile
+629-316compiler-rt/test/builtins/Unit/subdf3new_test.c
+607-305compiler-rt/test/builtins/Unit/adddf3new_test.c
+1,236-6212 files

LLVM/project 9116d6ecompiler-rt/lib/builtins CMakeLists.txt, compiler-rt/lib/builtins/arm dnan2.c endian.h

Merge branch 'arm-fp-double-support' into arm-fp-daddsub
DeltaFile
+13-0compiler-rt/lib/builtins/CMakeLists.txt
+1-1compiler-rt/lib/builtins/arm/dnan2.c
+2-0compiler-rt/lib/builtins/arm/endian.h
+16-13 files

FreeBSD/ports ab6e061devel/py-graphene-django300 Makefile

devel/py-graphene-django300: Deprecate/Set to expire

* The port was used as a temporary solution in 547ee8e902f4 due to
  compatibility issues with net-mgmt/netbox and it's bound to Django 4.2.

  It no longer has any consumers, thus deprecate it accordingly as part
  of the Django 4.2 -> 5.2 migration.

* Although www/py-django42 will not reach its EoL until April, set the
  EXPIRATION_DATE accordingly at the end of 2026Q1 to get a clean cut
  with regard to the quarterly branch.

PR:             291707
DeltaFile
+3-0devel/py-graphene-django300/Makefile
+3-01 files