LLVM/project 759a1debolt/docs profiles.md index.rst, bolt/include/bolt/Profile DataAggregator.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+212-0bolt/docs/profiles.md
+55-0bolt/test/X86/pre-aggregated-perf-buildid.test
+19-0bolt/lib/Profile/DataAggregator.cpp
+9-0bolt/test/X86/Inputs/pre-aggregated-buildid.txt
+6-0bolt/docs/index.rst
+4-0bolt/include/bolt/Profile/DataAggregator.h
+305-01 files not shown
+306-17 files

LLVM/project a976bafbolt/docs profiles.md index.rst

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+212-0bolt/docs/profiles.md
+6-0bolt/docs/index.rst
+218-02 files

LLVM/project efe66abbolt/docs profiles.md index.rst

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+212-0bolt/docs/profiles.md
+6-0bolt/docs/index.rst
+218-02 files

LLVM/project d7f73e3bolt/docs profiles.md index.rst, bolt/include/bolt/Profile DataAggregator.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+212-0bolt/docs/profiles.md
+55-0bolt/test/X86/pre-aggregated-perf-buildid.test
+19-0bolt/lib/Profile/DataAggregator.cpp
+9-0bolt/test/X86/Inputs/pre-aggregated-buildid.txt
+6-0bolt/docs/index.rst
+4-0bolt/include/bolt/Profile/DataAggregator.h
+305-01 files not shown
+306-17 files

LLVM/project 85465bdbolt/docs profiles.md index.rst

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+212-0bolt/docs/profiles.md
+6-0bolt/docs/index.rst
+218-02 files

LLVM/project 58982bebolt/docs profiles.md index.rst, bolt/include/bolt/Profile DataAggregator.h

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+212-0bolt/docs/profiles.md
+55-0bolt/test/X86/pre-aggregated-perf-buildid.test
+19-0bolt/lib/Profile/DataAggregator.cpp
+9-0bolt/test/X86/Inputs/pre-aggregated-buildid.txt
+6-0bolt/docs/index.rst
+4-0bolt/include/bolt/Profile/DataAggregator.h
+305-01 files not shown
+306-17 files

LLVM/project c629fe7clang/lib/CodeGen CGObjCMac.cpp

format and comment
DeltaFile
+11-6clang/lib/CodeGen/CGObjCMac.cpp
+11-61 files

HardenedBSD/src 3acad36lib/libpmc libpmc.c, sys/dev/hwpmc hwpmc_mod.c hwpmc_amd.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+45-0sys/dev/hwpmc/hwpmc_mod.c
+9-10lib/libpmc/libpmc.c
+6-13sys/dev/nvme/nvme_private.h
+15-2sys/sys/pmc.h
+15-0sys/dev/hwpmc/hwpmc_amd.c
+5-2usr.sbin/pmcstat/pmcstat.c
+95-277 files not shown
+109-4113 files

HardenedBSD/src d0f4057lib/libpmc libpmc.c, sys/dev/hwpmc hwpmc_mod.c hwpmc_amd.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+45-0sys/dev/hwpmc/hwpmc_mod.c
+6-13sys/dev/nvme/nvme_private.h
+9-10lib/libpmc/libpmc.c
+15-2sys/sys/pmc.h
+15-0sys/dev/hwpmc/hwpmc_amd.c
+5-2usr.sbin/pmcstat/pmcstat.c
+95-277 files not shown
+109-4113 files

HardenedBSD/ports 337814ddevel/ioncube Makefile distinfo, mail/nextcloud-mail distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+0-84net/dhcpcd/files/patch-src_privsep-root.c
+9-9textproc/enchant2/Makefile
+5-9devel/ioncube/Makefile
+12-0security/wazuh-manager/files/patch-src_external_jemalloc_src_background__thread.c
+5-5devel/ioncube/distinfo
+3-3mail/nextcloud-mail/distinfo
+34-11019 files not shown
+76-14925 files

LLVM/project 55b271dllvm CMakeLists.txt, llvm/cmake config-ix.cmake

[Support] Add option to use Windows vendored ICU (#186371)

Windows 10 provided [ICU C
API](https://learn.microsoft.com/en-us/windows/win32/intl/international-components-for-unicode--icu-)
since 1703, this PR adds support for it.
DeltaFile
+17-8llvm/cmake/config-ix.cmake
+5-0llvm/CMakeLists.txt
+4-1llvm/lib/Support/CMakeLists.txt
+4-0llvm/lib/Support/TextEncoding.cpp
+3-0llvm/include/llvm/Config/config.h.cmake
+33-95 files

FreeNAS/freenas 6756b9btests/api2 test_300_nfs.py

test diagnostics
DeltaFile
+35-7tests/api2/test_300_nfs.py
+35-71 files

LLVM/project 1c04e7flibclc/cmake/modules CMakeTestCLCCompiler.cmake

[libclc] fix compiler check with --target=spirv64 and -disable-llvm-passes (#185376)

Fix "unknown target triple" errors when LLVM_TARGETS_TO_BUILD is empty.

Adding -disable-llvm-passes reduces this to a very basic sanity check
of Clang frontend. This allows the test to pass even if SPIR-V backend
is not enabled, as the frontend can still generate IR for the target.
DeltaFile
+2-2libclc/cmake/modules/CMakeTestCLCCompiler.cmake
+2-21 files

LLVM/project 6527a3alldb/test/Shell/Diagnostics TestDump.test

[LLDB] Replace file+filecheck with test in test (NFC) (#186875)

The "file" utility may not be installed:
https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-ubuntu-aarch64/job/main/109/consoleText
DeltaFile
+2-4lldb/test/Shell/Diagnostics/TestDump.test
+2-41 files

FreeBSD/ports c941e5bsecurity/wazuh-manager distinfo pkg-plist, security/wazuh-manager/files patch-src_external_jemalloc_src_background__thread.c

security/wazuh-manager: Fix build with new version of python 3.11.15

- Update bundle python version to 3.11.15
- Fix issue when MySQL option is selected [1]
- Bump PORTREVISION

PR:             293256
Reported by:    Mykola K. <nikolaytihonov2022  at  gmail.com> [1]
DeltaFile
+12-0security/wazuh-manager/files/patch-src_external_jemalloc_src_background__thread.c
+2-2security/wazuh-manager/distinfo
+2-2security/wazuh-manager/pkg-plist
+2-1security/wazuh-manager/Makefile
+18-54 files

HardenedBSD/ports c941e5bsecurity/wazuh-manager distinfo pkg-plist, security/wazuh-manager/files patch-src_external_jemalloc_src_background__thread.c

security/wazuh-manager: Fix build with new version of python 3.11.15

- Update bundle python version to 3.11.15
- Fix issue when MySQL option is selected [1]
- Bump PORTREVISION

PR:             293256
Reported by:    Mykola K. <nikolaytihonov2022  at  gmail.com> [1]
DeltaFile
+12-0security/wazuh-manager/files/patch-src_external_jemalloc_src_background__thread.c
+2-2security/wazuh-manager/distinfo
+2-2security/wazuh-manager/pkg-plist
+2-1security/wazuh-manager/Makefile
+18-54 files

LLVM/project 6c8d6dfclang/lib/CodeGen CGObjCMac.cpp CodeGenFunction.h, clang/test/CodeGenObjC expose-direct-method-varargs.m

update comments
DeltaFile
+17-19clang/lib/CodeGen/CGObjCMac.cpp
+4-3clang/lib/CodeGen/CodeGenFunction.h
+4-3clang/lib/CodeGen/CGObjC.cpp
+0-3clang/test/CodeGenObjC/expose-direct-method-varargs.m
+25-284 files

LLVM/project c67d602clang/lib/Analysis UnsafeBufferUsage.cpp, clang/unittests/Analysis/Scalable/Analyses/UnsafeBufferUsage UnsafeBufferUsageTest.cpp

clean up
DeltaFile
+1-1clang/unittests/Analysis/Scalable/Analyses/UnsafeBufferUsage/UnsafeBufferUsageTest.cpp
+1-1clang/lib/Analysis/UnsafeBufferUsage.cpp
+2-22 files

LLVM/project 48d337fclang/include/clang/Analysis/Analyses UnsafeBufferUsage.h, clang/include/clang/Analysis/Scalable/Analyses/UnsafeBufferUsage UnsafeBufferUsage.h

[ssaf][UnsafeBufferUsage] Add support for extracting unsafe pointers from all kinds of contributors

- Generalize the -Wunsafe-buffer-usage API for finding unsafe pointers in all kinds of Decls
- Add support in SSAF-based UnsafeBufferUsage analysis for extracting from various contributors
- Mock implementation of HandleTranslationUnit

rdar://171735836
DeltaFile
+113-25clang/lib/Analysis/Scalable/Analyses/UnsafeBufferUsage/UnsafeBufferUsageExtractor.cpp
+45-18clang/lib/Analysis/UnsafeBufferUsage.cpp
+58-4clang/unittests/Analysis/Scalable/Analyses/UnsafeBufferUsage/UnsafeBufferUsageTest.cpp
+8-1clang/include/clang/Analysis/Analyses/UnsafeBufferUsage.h
+2-0clang/include/clang/Analysis/Scalable/Analyses/UnsafeBufferUsage/UnsafeBufferUsage.h
+226-485 files

LLVM/project ded656bllvm/lib/CodeGen/SelectionDAG TargetLowering.cpp, llvm/test/CodeGen/X86 divmod128.ll divide-by-constant.ll

[TargetLowering][X86] Directly emit FSHR from expandDIVREMByConstant when Legal. (#186863)
DeltaFile
+11-7llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+4-4llvm/test/CodeGen/X86/divmod128.ll
+3-3llvm/test/CodeGen/X86/divide-by-constant.ll
+18-143 files

LLVM/project 943e2dallvm/test/CodeGen/MIR/Generic inline-asm-extra-info.mir

upd

Created using spr 1.3.7
DeltaFile
+1-0llvm/test/CodeGen/MIR/Generic/inline-asm-extra-info.mir
+1-01 files

HardenedBSD/ports 4fc89bax11-toolkits/gtk40 distinfo Makefile

x11-toolkits/gtk40: un-conditionalise bswap64()/bswap_64()

All currently supported base system versions/branches include the
glibc-compatible <byteswap.h> containing bswap_64(), which maps
directly to <sys/_endian.h> __bswap64(). Consolidation in GTK's
roaring component resulted in an extra preprocessor guard for us.
This fixes possible build errors when <sys/endian.h> is not included
by other means.

Upstream commit: https://gitlab.gnome.org/GNOME/gtk/-/commit/047c8e64d4156897776ec2bc3d0613a81cfe7ad1
DeltaFile
+3-1x11-toolkits/gtk40/distinfo
+3-0x11-toolkits/gtk40/Makefile
+6-12 files

FreeBSD/ports 4fc89bax11-toolkits/gtk40 distinfo Makefile

x11-toolkits/gtk40: un-conditionalise bswap64()/bswap_64()

All currently supported base system versions/branches include the
glibc-compatible <byteswap.h> containing bswap_64(), which maps
directly to <sys/_endian.h> __bswap64(). Consolidation in GTK's
roaring component resulted in an extra preprocessor guard for us.
This fixes possible build errors when <sys/endian.h> is not included
by other means.

Upstream commit: https://gitlab.gnome.org/GNOME/gtk/-/commit/047c8e64d4156897776ec2bc3d0613a81cfe7ad1
DeltaFile
+3-1x11-toolkits/gtk40/distinfo
+3-0x11-toolkits/gtk40/Makefile
+6-12 files

HardenedBSD/src e39d3a6sys/sys pmc.h

pmc.h: bump PMC_VERSION_MINOR

Bump for the addition of PMC_OP_GETCAPS and the recently added Intel
CPUs.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1sys/sys/pmc.h
+1-11 files

FreeBSD/src e39d3a6sys/sys pmc.h

pmc.h: bump PMC_VERSION_MINOR

Bump for the addition of PMC_OP_GETCAPS and the recently added Intel
CPUs.

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1sys/sys/pmc.h
+1-11 files

LLVM/project 344e77ellvm/test lit.cfg.py, llvm/test/CodeGen/MIR/Generic inline-asm-extra-info.mir

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+2-0llvm/test/lit.cfg.py
+1-0llvm/test/CodeGen/MIR/Generic/inline-asm-extra-info.mir
+3-02 files

LLVM/project 76c9853llvm/test lit.cfg.py

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.7

[skip ci]
DeltaFile
+2-0llvm/test/lit.cfg.py
+2-01 files

HardenedBSD/src 209d9fbusr.sbin/pmcstat pmcstat.c

pmcstat: Implement PMC_CAP_SYSWIDE

Implement the PMC_CAP_SYSWIDE capability flag in the same manner as the
PMC_CAP_DOMWIDE flag.  This flag was previously introduced along side
the domain wide flag, but is yet to be used anywhere.

Reviewed by:    mhorne
Sponsored by:   Netflix
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2075
DeltaFile
+5-2usr.sbin/pmcstat/pmcstat.c
+5-21 files

FreeBSD/src 209d9fbusr.sbin/pmcstat pmcstat.c

pmcstat: Implement PMC_CAP_SYSWIDE

Implement the PMC_CAP_SYSWIDE capability flag in the same manner as the
PMC_CAP_DOMWIDE flag.  This flag was previously introduced along side
the domain wide flag, but is yet to be used anywhere.

Reviewed by:    mhorne
Sponsored by:   Netflix
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2075
DeltaFile
+5-2usr.sbin/pmcstat/pmcstat.c
+5-21 files

LLVM/project a9e6e37llvm/test lit.cfg.py

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+2-0llvm/test/lit.cfg.py
+2-01 files