CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/04 09:40:13 Modified files: sys/conf : newvers.sh Log message: base is unlocked, move to 7.4-current OK deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/04 12:07:13 Modified files: sys/conf : GENERIC Log message: re-enable POOL_DEBUG OK deraadt@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/04 14:37:48 Modified files: build : Makefile build/mirrors : rpki-client-portable.html.head rpki-client : index.html portable.html Log message: release rpki-client 8.6 CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2023/10/04 17:40:05 Modified files: inputmethods/anthy: Makefile inputmethods/anthy/patches: patch-src-util_anthy_el Log message: Fix emacs-anthy again. Replace functions which are deleted at emacs 29.1. ok naddy CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/05 01:59:41 Modified files: regress/lib/libcrypto/asn1: asn1time.c Log message: Add regress coverage for ASN1_UTCTIME_cmp_time_t() CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/05 02:51:30 Modified files: mail/smtp-vilter: Makefile mail/smtp-vilter/patches: patch-bin_smtp-vilter_Makefile patch-bin_smtp-vilter_smtp-vilter_c mail/smtp-vilter/pkg: PLIST Log message: smtp-vilter: unbreak on clang archs, ok sthen Link by passing -rdynamic to cc rather than -export-dynamic so that spamd and clamd can dlopen, from niklas. Some housekeeping from me on top: revision bump, regen plist, time_t format fix and fix extract permissions. CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2023/10/05 03:55:48 Modified files: www/nginx : Makefile Added files: www/nginx/patches: patch-lua-nginx-module_config Log message: nginx itself now uses pcre2, but the lua module still uses pcre, so now it needs to be explicitly linked against libpcre. ok sthen@ naddy@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/05 04:29:41 Modified files: . : groups.html build : groups.dat Log message: add Echigo BSD Users Group (Niigata, Japan) and BSD Pizza Night (Portland, Oregon, U.S.) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/05 05:08:56 Modified files: sys/net : ifq.c ifq.h Log message: Protect interface queues with read once and mutex. Reading atomic values need at least read once and writing values should have a mutex. This is what mbuf queues already do. Add READ_ONCE() to ifq and ifiq macros for len and empty. Convert ifq_set_maxlen() to a function that grabs ifq_mtx. OK mvs@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/05 05:30:41 Modified files: . : groups.html build : groups.dat Log message: improve the P and T lines for the two Japanese groups CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/05 05:58:35 Modified files: distrib/notes : m4.common distrib/notes/alpha: features distrib/notes/amd64: features distrib/notes/arm64: features distrib/notes/armv7: features distrib/notes/hppa: features distrib/notes/i386: features distrib/notes/landisk: features distrib/notes/loongson: features distrib/notes/luna88k: features distrib/notes/macppc: features distrib/notes/octeon: features distrib/notes/powerpc64: features distrib/notes/riscv64: features distrib/notes/sparc64: features Log message: Mention the option to encrypt the root disk on supported architectures with miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/05 06:10:41 Modified files: editors/vis : Makefile editors/vis/patches: patch-configure Log message: fix editors/vis (broken in current packages): patch the configure script to only look for the specific lua version listed in dependencies. reported by James Cook, ok kn sdk CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/05 06:48:46 Modified files: www/ungoogled-chromium: Makefile distinfo Log message: update to 117.0.5938.149; ok naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/05 08:18:07 Modified files: www/nextcloud/25: Makefile distinfo www/nextcloud/26: Makefile www/nextcloud/27: Makefile www/nextcloud/pkg: README Added files: www/nextcloud/25/pkg: MESSAGE www/nextcloud/26/pkg: MESSAGE Log message: add info to nextcloud's pkg-readme about switching between upstream branches (basically: one ver at a time, pkg_delete then pkg_add the new one). add MESSAGE files to all but the latest branch telling users to upgrade to the highest version before updating to a new OpenBSD release. (unfortunately nextcloud release timing is far more frequent than openbsd release timing, so we can't update and have users move automatically from x to x+1 for each openbsd release otherwise we'll keep stacking up eol versions). discussed with landry@ gonzalo@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/05 08:18:44 Modified files: www/nextcloud/23: Tag: OPENBSD_7_3 Makefile www/nextcloud/23/pkg: Tag: OPENBSD_7_3 MESSAGE www/nextcloud/24: Tag: OPENBSD_7_3 Makefile www/nextcloud/25: Tag: OPENBSD_7_3 Makefile www/nextcloud/pkg: Tag: OPENBSD_7_3 README Added files: www/nextcloud/24/pkg: Tag: OPENBSD_7_3 MESSAGE Log message: add info to nextcloud's pkg-readme about switching between upstream branches (basically: one ver at a time, pkg_delete then pkg_add the new one). add MESSAGE files to all but the latest branch telling users to upgrade to the highest version before updating to a new OpenBSD release. (unfortunately nextcloud release timing is far more frequent than openbsd release timing, so we can't update and have users move automatically from x to x+1 for each openbsd release otherwise we'll keep stacking up eol versions). discussed with landry@ gonzalo@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/05 08:22:03 Modified files: faq : current.html Log message: warning for 7.3 users about updating to newest nextcloud branch before updating to 7.4 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/10/05 12:46:14 Modified files: usr.sbin/dhcpd : dhcpd.8 dhcpd.c Log message: Do log output to stderr while running dhcpd(8) in foreground to make behaviour in accordance with man page. Introduce '-v' option to make output more verbose. Do a little refactoring to make code more consistent with other daemons like ospfd(8), httpd(8), relayd(8), etc. Feedback from bluhm benno ok bluhm CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2023/10/05 16:18:32 Modified files: openssh/txt : release-9.5 openssh : releasenotes.html Log message: typo; from Alexander H CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2023/10/05 20:32:17 Modified files: . : 74.html Log message: Fix typo in SQLite version number CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/05 21:25:14 Modified files: regress/usr.bin/ssh: agent-pkcs11.sh Log message: Perform the softhsm2 setup as discrete steps rather than as a long shell pipeline. Makes it easier to figure out what has happened when it breaks. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/05 21:32:15 Modified files: regress/usr.bin/ssh: agent-pkcs11.sh Log message: typo in error message CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/10/05 23:31:54 Modified files: usr.sbin/dhcpd : dhcpd.c Log message: add -v to usage(); CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/06 00:00:18 Modified files: regress/usr.sbin/pkg_add: Makefile Log message: prepare for adding a value for REGRESSION_TESTING, so that I can test more funky situations eventually CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/06 02:58:13 Modified files: sys/kern : kern_sig.c Log message: In sys___thrsigdivert() switch tsleep_nsec() to use the nowake ident channel instead of inventing an own one. OK kettenis@ mvs@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/06 03:34:20 Modified files: sys/arch/sparc64/stand/ofwboot: elf64_exec.c vers.c Log message: clean up old 6.7 softraid migration code ofwboot still passes an old/small .openbsd.bootdata size from before 6.7 when boothowto was added. Report the exact size from now on such that a future diff can rectify the corresponding check in autoconf.c:bootstrap(). All this was done to keep old/new bootloaders working with new/old kernels, but 6.7 is long gone and we should all be running current code. OK stsp CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/06 03:55:02 Modified files: sbin/bioctl : bioctl.c Log message: rename pass{word -> file} variable It contains the path to the file containing a passphrase; password reads misleading and was also the only usage of "word" in contrast to consistent "phrase" usage. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/06 05:54:48 Modified files: . : groups.html build : groups.dat Log message: list the people running bsd.pizza in Portland, OR; ok afresh1@ and Kevin Williams CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/06 06:45:45 Modified files: share/man/man1 : register-plist.1 Log message: be more explicit about the usage pattern of register-plist and the variables in bsd.port.mk that govern its behavior. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/06 08:31:01 Modified files: . : security.html Log message: one link missed CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/06 09:15:29 Modified files: sys/dev/pci : if_iwx.c Log message: Ignore thermal dual-chain requests from iwx(4) firmware. Linux only acts on these requests in 11ax mode on 160MHz channels so we can simply ignore this request for now. Prevents a warning from being printed when we receive such a request: iwx0: unhandled firmware response 0x5f6/0x20000008 rx ring 64[3] Observed on AX210 hardware by bluhm@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/06 09:15:41 Modified files: sys/dev/pci : if_iwxreg.h Log message: Ignore thermal dual-chain requests from iwx(4) firmware. Linux only acts on these requests in 11ax mode on 160MHz channels so we can simply ignore this request for now. Prevents a warning from being printed when we receive such a request: iwx0: unhandled firmware response 0x5f6/0x20000008 rx ring 64[3] Observed on AX210 hardware by bluhm@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/10/06 10:06:11 Modified files: sys/dev/usb : ucom.c usb_subr.c Log message: Rename 'ifaceidx' variables and parameters to 'ifaceno'. More consistent with existing code and thus less cnance for confusion. requested by kettenis@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/06 10:41:02 Modified files: lib/libc/stdio : fvwrite.c putc.c vfprintf.c vfwprintf.c wbuf.c wsetup.c Log message: __swsetup: set error flag and errno on error. Previously, we set errno to EBADF if the cantwrite() macro (which calls __swsetup()) returns true for POSIX compliance. However, we neglected to also set the error flag, __SERR. Rather than set the error flag in all callers of cantwrite(), set both errno and the error flag in __swsetup(). This matches what FreeBSD does and makes it possible to choose a proper errno value for the second error condition in __swsetup(). OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/06 16:29:24 Modified files: usr.bin/awk : FIXES b.c lib.c main.c run.c Log message: Update awk to Sep 24, 2023 version. fnematch and getrune have been overhauled to solve issues around unicode FS and RS. also fixed gsub null match issue with unicode. big thanks to Arnold Robbins. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/06 16:31:21 Modified files: usr.bin/awk : b.c Log message: Correctly reset the goto table for a state. We cannot use set_gototab() to reset all the entries for a state, it will leave existing entries as-is. Add a new reset_gototab() function that zeroes the table entries for the specified state. There is no need to reset the goto table immediately after resize_state(), it is already initialized via calloc(). Fixes https://github.com/onetrueawk/awk/issues/199 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/07 01:02:51 Modified files: multimedia/libvpx: Tag: OPENBSD_7_3 Makefile Added files: multimedia/libvpx/patches: Tag: OPENBSD_7_3 patch-test_encode_api_test_cc patch-vp8_encoder_onyx_if_c Log message: multimedia/libvpx: backport fixes for CVE-2023-44488 pointed out by someone on the fediverse via brynet@ (the project have mailing lists for that purpose...) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/07 03:09:07 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: use more specific regression testing knob CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/07 03:10:03 Modified files: usr.sbin/pkg_add/OpenBSD: Update.pm Tracker.pm Log message: track firmware separately, since those will appear as uptodate for us CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/07 03:11:26 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: with firmware known, recognize that we couldn't find any update at all and just say that instead of a dauntingly long list of packages CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/07 05:51:08 Modified files: bin/ls : ls.c ls.h print.c Log message: Improve horizontal alignment in long format when printing minor device numbers greater than 999 by measuring the two widths needed for device numbers just like it is already done for other numbers. In the output, this only changes whitespace, but not the text. Ugly formatting reported by Crystal Kolipe . OK millert. Also tested by Crystal Kolipe. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/07 06:20:10 Modified files: sbin/bioctl : bioctl.c Log message: Retry on empty passphrase They must not be empty, or else creation/unlock fails (and boot loaders would not be able to abort and drop back to the boot> prompt). [-p passfile] handles this with "invalid passphrase length", so align the interactive prompt and retry there. -s remains a one-shot whilst getting a better error message. This is user friendlier and fixes the last installer "bug" on my list wrt. disk encryption where hitting Enter twice at the passphrase prompt would abort bioctl(8) and thus the installation. OK deraadt CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2023/10/07 06:55:08 Modified files: . : 74.html Log message: chromium verion update CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/07 07:29:08 Modified files: bin/ls : ls.c Log message: Simplify the display() function by getting rid of a useless buffer on the stack. No functional change, +8 -15 LOC. Suggested by and OK millert@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/07 15:26:29 Modified files: share/man/man7 : man.7 Log message: Include .EX/.EE in the MACRO OVERVIEW and improve its description. It is supported by all major man(7) implementations that G. Branden Robinson and myself are aware of, so calling it "non-portable" can no longer be justified. Using it becomes increasingly more common, so calling it "non-standard" is now misleading. It is certainly useful and not deprecated. While here, also remove the word "non-standard" from the descriptions of several other macros because it is slightly confusing. A formal standard for the man(7) language does not exist. Arguably, Version 7 AT&T UNIX used to be a de-facto standard, but its influence has been waning for 40 years, and various features that Version 7 did not support are now widely used. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 00:55:02 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: plain forgot to save the values for regression testing CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/08 01:44:52 Modified files: sys/net : ifq.c ifq.h Log message: Revert commitid: KtmyJEoS0WWxmlZ5 --- Protect interface queues with read once and mutex. Reading atomic values need at least read once and writing values should have a mutex. This is what mbuf queues already do. Add READ_ONCE() to ifq and ifiq macros for len and empty. Convert ifq_set_maxlen() to a function that grabs ifq_mtx. OK mvs@ --- ifq_set_maxlen() is called before the ifq_mtx is initalized and this at least crashes WITNESS kernels on boot. Reported-by: syzbot+7b218ef53432b5d56d7d@syzkaller.appspotmail.com CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 03:16:40 Modified files: usr.sbin/pkg_add/OpenBSD: Tracker.pm Log message: wrong prototype, it's called as an OO method CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 03:17:27 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: add another two regression testing parts. Use a simple framework that allows me to redefine methods to not do a thing (maybe this will migrate to its own file if it grows enough) CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2023/10/08 04:40:23 Modified files: sys/arch/luna88k/conf: files.luna88k Log message: Add inclusion of "dev/hid/files.hid" and "dev/usb/files.usb". Actually these devices are not supported on luna88k, but we need them in order to create attribute header files (e.g. "ucom.h") required in MI part recently. Suggested by miod@, tested by me. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 06:44:58 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: oops, those eval need to be STRINGS, otherwise the whole definition stuff happens regardless. Add a third one to only disregard base libraries CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 06:45:31 Modified files: usr.sbin/pkg_add/OpenBSD: LibSpec.pm Log message: subclass system libraries so we can give better diagnostic eventually CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/08 08:05:10 Modified files: etc/root : root.mail Log message: move release a earlier. when we wait for security fixes from one piece of software, another one will announce that we should wait for a security fix. the only winning move is not to play. CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/08 13:35:55 Modified files: faq : upgrade73.html Log message: add missing command to install puppet server CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/08 15:08:00 Modified files: sys/sys : clockintr.h sys/kern : kern_clockintr.c Log message: clockintr: move intrclock wrappers from sys/clockintr.h to kern_clockintr.c intrclock_rearm() and intrclock_trigger() are not part of the public API, so there's no reason to implement them in sys/clockintr.h. Move them to kern_clockintr.c. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:15:40 Modified files: sys/dev/pci/drm/include/linux: sizes.h Log message: use shifts for size defines CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:19:26 Modified files: sys/dev/pci/drm/include/linux: sizes.h Log message: add SZ_4G for 6.1.56 drm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:23:51 Modified files: sys/dev/pci/drm/i915/gt: intel_engine_cs.c intel_execlists_submission.c Log message: i915/pmu: Move execlist stats initialization to execlist specific setup From Umesh Nerlige Ramappa 987a7f5311ba1fd4ccf3637c09e6424741aacd01 in linux-6.1.y/6.1.56 c524cd40e8a2a1a36f4898eaf2024beefeb815f3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:25:37 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_priv.h Log message: drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 From Philip Yang 9becfff9f91e350fd4d6f16e9f117f9227258fb0 in linux-6.1.y/6.1.56 75dda67c7213c3e0d17244a8c42547c27ee746f8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:27:27 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_priv.h Log message: drm/amdkfd: Insert missing TLB flush on GFX10 and later From Harish Kasiviswanathan cdfcaa4e80430003dbba1bdb86f9fde5480ddbe5 in linux-6.1.y/6.1.56 edcfe22985d09ee8e2346c9217f5a52ab150099f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:29:10 Modified files: sys/dev/pci/drm/amd/display/dc/dce110: dce110_hw_sequencer.c Log message: drm/amd/display: Don't check registers, if using AUX BL control From Swapnil Patel b9971393d4c9be5eec3c6b30d9e312ba88c865ac in linux-6.1.y/6.1.56 f5b2c10b57615828b531bb0ae56bd6325a41167e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:30:32 Modified files: sys/dev/pci/drm/amd/amdgpu: soc21.c Log message: drm/amdgpu/soc21: don't remap HDP registers for SR-IOV From Alex Deucher cca15a82790772c0303ae295f7153c4af0536ad1 in linux-6.1.y/6.1.56 1832403cd41ca6b19b24e9d64f79cb08d920ca44 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:32:10 Modified files: sys/dev/pci/drm/amd/amdgpu: nbio_v4_3.c Log message: drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV From Alex Deucher ad3c37f90bae3675bc686562f7e63511d1033cc0 in linux-6.1.y/6.1.56 ab43213e7afd08ac68d4282060bacf309e70fd14 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:33:44 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_kms.c Log message: drm/amdgpu: Handle null atom context in VBIOS info ioctl From David Francis 91b6845ef387ab9ae2c6f3f8d43655be955e444b in linux-6.1.y/6.1.56 5e7e82254270c8cf8b107451c5de01cee2f135ae in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:35:47 Modified files: sys/dev/pci/drm/i915/gt: intel_ggtt.c Log message: drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top From Javier Pello 69dd84470b4deed45658f2717aef533ec4ceb43d in linux-6.1.y/6.1.56 b7599d241778d0b10cdf7a5c755aa7db9b83250c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:37:14 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_device_queue_manager.c Log message: drm/amdkfd: Use gpu_offset for user queue's wptr From YuBiao Wang b60028c81e463b0930191a4fa2ba770ff6d40e3a in linux-6.1.y/6.1.56 cc39f9ccb82426e576734b493e1777ea01b144a8 in mainline linux CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/09 01:03:49 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: simplify: all 3 mock-ups are strings that get eval'd, so do this properly. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/09 01:11:20 Modified files: usr.sbin/bgpd : session.c Log message: Fix return value confusion of sa_cmp() by renaming the function sa_equal(). The code in get_alternate_addr() checked for sa_cmp() == 0 but actually sa_cmp() returned 1 for equal addrs. So rename the function to sa_equal() to make it clear that a true return value means equality. Found by Asa Yeamans (enigma2e at rivin net) OK tb@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/09 01:12:22 Modified files: usr.sbin/pkg_add/OpenBSD: PkgDelete.pm Log message: placeholder for later feature CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/09 08:25:00 Modified files: sys/dev/fdt : if_dwqe_fdt.c sys/dev/ic : dwqe.c dwqevar.h Log message: allow dwqe.c to build on architectures that do not have machine/fdt.h Move struct if_device to a new fdt-specific softc struct, along with the gmac_id field which is only used by if_dwqe_fdt.c at present. This avoids the need to include any fdt header files in dwqe.c. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/10/09 09:32:14 Modified files: sbin/ipsecctl : ipsecctl.c ipsecctl.h pfkey.c Log message: Add pledge("stdio") before parsing pfkey messages. This applies to ipsecctl -m and ipsecctl -s. Refactor ipsecctl_show_*() to setup all sysctls first before dropping privileges and finally parsing and printing IPsec SAs and flows. feedback and ok mbuhl@ ok deraadt@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/09 09:48:28 Modified files: . : groups.html build : groups.dat Log message: Remove the line "P Echigo" as suggested by WATANABE Takeo. The reason is that the designated city of Niigata is actually located in the the prefecture of Niigata (Niigata-ken), whereas the historical province of Echigo is not an administrative unit. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/09 10:03:57 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Clarify documentation of X509_ALGOR_{set0,set_md}() The X509_ALGOR_set0() and X509_ALGOR_set_md() documentation comes from upstream, which means it is as sloppy as the code and as vague as your average upstream manpage. Be precise on what X509_ALGOR_set0() does on different inputs and document return values and failure modes. X509_ALGOR_set_md() is a void function that calls X509_ALGOR_set0() in a way that can fail, leaving alg in a corrupted state. Document when that can occur and how to avoid or detect that, but do not go too far, because EVP_MD_meth_new(), one potential source of failures, is a whole another can of worms. joint work with schwarze CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/09 10:06:01 Modified files: lib/libcrypto/man: ASN1_TYPE_get.3 Log message: Clarify that 'undefined type' means V_ASN1_UNDEF CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/09 10:59:55 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Use the usual text for X509_ALGOR_free() CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/09 13:28:42 Modified files: usr.bin/uname : uname.1 Log message: Document the OpenBSD-specific output format. Feedback and OK millert, "more reasonable" deraadt@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/09 13:32:51 Modified files: lib/libc/gen : uname.3 Log message: Mention that the strings are OS-specific. In part based on input from deraadt@, OK millert@. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/09 14:55:33 Modified files: usr.sbin/smtpd : smtp_session.c Log message: Add Message-Id as needed for messages received on the submission port. Since listener->port is in network byte order we need to compare against htons(587). The fix for this got dropped in the rewrite in revision 1.335. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/09 15:49:34 Modified files: sys/dev/ic : bwfm.c Log message: Handle an arbitrary number of D11 cores and only disable them instead of doing a full reset. Based on a diff from Hector Martin for Asahi Linux. ok patrick@, tobhe@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2023/10/09 16:05:27 Modified files: sys/arch/arm64/stand/efiboot: efiacpi.c Log message: Recognize GICv4 in the MADT and configure it as arm,gic-v3. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/09 21:57:45 Modified files: usr.bin/ssh : ssh2.h Log message: Reserve a range of "local extension" message numbers that OpenSSH promises not to use (comment change only) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 00:49:54 Modified files: usr.bin/ssh : cipher.c cipher.h Log message: Garbage collect cipher_get_keyiv_len() This is a compat20 leftover, unused since 2017. ok djm CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/10 01:11:50 Modified files: sys/dev/fdt : if_dwqe_fdt.c sys/dev/ic : dwqe.c dwqevar.h Log message: Fiv the value written to dwqe(4) MAC_1US_TIC_CTR register. The calculation of this value is supposed to involve a clock frequency but we were using a clock ID in the range 0-7 instead. ok kettenis, patrick CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 02:22:19 Modified files: games/boggle/boggle: mach.c Log message: Print non-literal string with "%s" Caught by printf format attribute for printw(3) in newer curses. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:27:04 Modified files: usr.bin/systat : netstat.c Log message: Fix a format warning about a non-literal string ok claudio sthen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:30:06 Modified files: usr.bin/systat : engine.c Log message: Drop GCC_PRINTFLIKE() at function definition This makes gcc throw a fit and having the attributes for the prototypes in engine.h is enough. ok claudio sthen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:42:56 Modified files: games/mille : misc.c print.c Log message: Use vw_printw() and fix a format print warning. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:43:52 Modified files: games/phantasia: misc.c Log message: Print a long with %ld instead of %d CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:48:06 Modified files: games/robots : score.c Log message: Fix format string warning in robots/score.c CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/10 05:25:31 Modified files: sys/net : pf.c pf_norm.c pf_osfp.c pfvar.h Log message: Remove dead code in pf_pull_hdr(). pf_pull_hdr() allows to pass an action pointer parameter as output value. This is never used, all callers pass a NULL argument. Remove ACTION_SET() entirely. The logic (fragoff >= len) in pf_pull_hdr() does not work since revision 1.4. Before it was used to drop short TCP or UDP fragments that contained only part of the header. Current code in pf_pull_hdr() drops the packets anyway, so always set reason PFRES_FRAG. OK kn@ sashan@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 07:59:47 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Improve X509_ALGOR_new(3) documentation The previous wording was misleading since the result of X509_ALGOR_new() is not actually an empty X509_ALGOR object. Rather, it contains the undefined ASN1_OBJECT returned by OBJ_nid2obj(NID_undef). Therefore using X509_ALGOR_get0(3) for error checking X509_ALGOR_set_md() is not trivial. So: change the initial paragraph into a general intro referring to the OpenSSL API needed to interface with X509_ALGOR and write a new paragraph documenting X509_ALGOR_new(3) and drop the incorrect suggestion of an error check. Notably there's now a reference to the OBJ_nid2obj() family without which one cannot really use X509_ALGOR_* for anything at all. With and ok schwarze CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/10 08:36:28 Modified files: usr.sbin/bgpd : rde_community.c Log message: When rewriting community_writebuf() the handling of non-transitive ext-communities was put into the wrong place in the loop finding start, end and number of communities to dump. As a result the end pointer for regular communities can point at an ext-community and with that the COMMUNITY attribute written includes unexpected extra bytes. This in turn causes the peer to send a NOTIFICATION error and to terminate the session. Fix for -portable issue #64 reported by Pier Carlo Chiodi (pierky) OK tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/10/10 10:09:53 Modified files: sbin/dhcpleased: dhcpleased.c Log message: Do not copy stack garbage, that's not going to be used. Pointed out by gcc via tb. rdns_count is validated by all callers of propose_rdns(), so we can trust it here to be sensible. While here fix a pasto in an error message. OK tb CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/10/10 10:16:16 Modified files: sbin/ipsecctl : pfkdump.c Log message: Print at most pkgsize - hdrsize bytes for pfkey tag and identity to prevent out-of-bounds read in strlen(). ok tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/10 10:26:06 Modified files: sys/net : pf.c Log message: pf(4) must not pass packet if state cannot be created. The behavior of the PFRULE_SRCTRACK and max_states check was unintentionally changed by commit revision 1.964. If the state was not created due to some limit had been reached, pf still passed the packet. Restore the old logic by setting action to pass later, after the checks. In pf_test_rule() action is initialized to drop. OK sashan@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/10 12:17:26 Modified files: regress/sys/fileops: Makefile.inc regress/sys/fileops/ext2: Makefile regress/sys/fileops/ffs: Makefile regress/sys/fileops/msdos16: Makefile regress/sys/fileops/msdos32: Makefile Log message: Make it possible to run fileops tests in parallel by making use of a unique mount point and vnd device. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/10 12:18:05 Modified files: regress/sys/kern/pipe: test-kqueue.c Log message: Fix timing issue in which one thread could be left hanging in pipe_read(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/10/10 12:40:35 Modified files: sys/arch/armv7/vexpress: pciecam.c Log message: Ignore PCI MEM64 ranges over 4GB, since this 32-bit kernel can't use them; this prevents a DIAGNOSTIC panic when running in qemu without option "-M virt,highmem=off". Reported by and ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/10 13:06:42 Modified files: sys/dev/ic : dwqereg.h Log message: Correctly define GMAC_VERSION. Found by stsp@ ok stsp@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/10 15:33:54 Modified files: . : 74.html Log message: First chunk of 7.4 changes. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2023/10/10 15:40:23 Modified files: . : 74.html Log message: Add OpenSSH 9.5 changes. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2023/10/10 16:11:09 Modified files: . : 74.html Log message: Add OpenSSH 9.4. Remove mux timeout bugfix from list since it was added then deleted between OpenBSD releases and wasn't in any OpenBSD release. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2023/10/10 16:14:54 Modified files: . : 74.html Log message: Remove errant
  • . CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/10 16:35:56 Modified files: . : 74.html Log message: next chunk of changes CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/10 17:19:35 Modified files: . : 74.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/10 17:24:13 Modified files: . : 74.html Log message: fix repeated word CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/10 18:02:25 Modified files: sys/kern : kern_clockintr.c Log message: clockintr_stagger: rename parameters: "n" -> "numer", "count" -> "denom" Rename these parameters to align the code with the forthcoming manpage. No functional change. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/10 18:03:09 Modified files: . : 74.html Log message: add drm changes as requested by benno@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/10 22:46:30 Modified files: usr.bin/ssh : kex.c Log message: s/%.100s/%s/ in SSH- banner construction as there's no reason to limit its size: the version string bring included is a compile time constant going into an allocated banner string. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/10 23:42:08 Modified files: usr.bin/ssh : scp.c Log message: in olde rcp/scp protocol mode, when rejecting a path from the server as not matching the glob that the client sent, log (at debug level) the received pathname as well as the list of possible expected paths expanded from the glob. bz2966 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 00:08:57 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Be more precise about X509_ALGOR_get0() CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/11 00:30:10 Modified files: usr.sbin/bgpd : version.h Log message: Bump version for -portable release CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 00:40:54 Modified files: usr.bin/ssh : ssh_config.5 Log message: mention "none" is a valid argument to IdentityFile; bz3080 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/11 01:05:11 Modified files: regress/usr.sbin/bgpd/unittests: rde_community_test.c rde_community_test.h Log message: Extend rde_community_test to check various aspects of non-transitive extended communities. Mainly that the non-transitive communities are properly stripped. Test fails without rev 1.14 of rde_community.c CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/11 04:18:20 Modified files: . : 74.html Log message: Fix a typo: s/neigbor/neighbor. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 05:39:25 Modified files: www/squid : Tag: OPENBSD_7_3 Makefile distinfo www/squid/pkg : Tag: OPENBSD_7_3 PLIST-main Log message: MFC the update to squid (5.9->6.3) committed to -current about a month ago, including the port change which disabled the ESI (edge side include) option. some of these changes address some (but not all) of the problems from https://www.openwall.com/lists/oss-security/2023/10/11/3 https://megamansec.github.io/Squid-Security-Audit/ (updates in 7.3-stable are in general a bit problematic at the moment until -current and 7.4-stable are opened up again; users updating from 7.3 to 7.4 can't go "backwards" in package version. however as this particular change was committed to -current before the lock, that's not an issue here) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 06:06:11 Modified files: lib/libcrypto/man: ASRange_new.3 Log message: I forgot that we now have ASN1_INTEGER_set_uint64() CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/11 06:32:46 Modified files: sys/dev/ic : dwqereg.h Log message: fix bitmask of GMAC4 hwfeatures1 RX FIFO size ok kettenis CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 06:49:00 Modified files: regress/lib/libcrypto/asn1: Makefile Added files: regress/lib/libcrypto/asn1: x509_algor.c Log message: Add regress coverage for X509_ALGOR_* This covers the setters and getters. Serialization and deserialization as well as comparison is already well covered by the pieces of regress using certs. There is currently one printf indicating failure. This will be fixed shortly. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 06:51:07 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Clean up X509_ALGOR_cmp() This is currently written in what is likely the most stupid way possible. Rewrite this function in a more straightforward way. ok jsing CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/11 06:52:01 Modified files: sys/arch/amd64/conf: GENERIC sys/dev/ic : dwqe.c dwqevar.h sys/dev/pci : files.pci Added files: sys/dev/pci : if_dwqe_pci.c Log message: Add initial support for Elkhart Lake ethernet to dwqe(4). For now, only attach to PSE0/RGMII (device ID 0x4ba0) which is the only device I have access to for testing. There is a known problem where Tx throughput is lower than expected. This is being looked into. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/11 06:57:53 Modified files: share/man/man4 : dwqe.4 pci.4 Log message: dwqe(4) may now attach via pci(4) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:00:16 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: Add preallocation dance for X509_ALGOR_set_md() as documented CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:05:18 Modified files: lib/libcrypto/asn1: x_algor.c lib/libcrypto/x509: x509_local.h Log message: Add internal version of X509_ALGOR_set_md() X509_ALGOR_set_md() is a void function that cannot easily be error checked. The caller has to jump through hoops to make sure this function doesn't fail. Prepare replacing this internally with X509_ALGOR_set_evp_md(), which allows error checking. There is one slight change of behavior: if the EVP_MD object passed in does not have an OID known to the library, then this new API fails. It is unclear what the library should do with such an object and people who use EVP_MD_meth_new() need to know what they are doing anyway and they are better off teaching the lib about the OID if they're going to be messing with certs. Oh, and the prototype is in x509_local.h because the rest of this API is in x509.h despite being implemented in asn1/. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:10:13 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Rewrite X509_ALGOR_get0() Make the logic slightly less convoluted. Preserve the behavior that *ppval remains unset if pptype == NULL for now. However, ensure that *ppval is set to NULL if pptype is V_ASN1_UNDER. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:12:46 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Ensure that out_value is initialized even if out_type is NULL This fixes the printf in the x509_algor regress. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:13:25 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: x509_algor: Turn expected failure into actual failure now that the API is fixed. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:20:18 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Rewrite X509_ALGOR_set0() The current implementation is a complete mess. There are three cases: 1) ptype == V_ASN1_UNDEF: parameter must be freed and set to NULL. 2) ptype == 0: existing non-NULL parameters are left untouched, NULL parameters are replaced with ASN1_TYPE_new()'s wacky defaults. 3) otherwise allocate new parameters if needed and set them to ptype/pval. In all three cases free the algorithm and set it to aobj. The challenge now is to implement this using nine if statements and one else clause... We can do better. This preserves existing behavior. There would be cleaner implementations possible, but they would change behavior. There are many callers in the ecosystem that do not error check X509_ALGOR_set0() since OpenSSL failed to do so. So this was carefully rewritten to leave alg in a consisten state so that unchecking callers don't encounter corrupted algs. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:22:11 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Some housekeeping in x_algor Fix includes and zap an empty line. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:27:55 Modified files: databases/py-psycopg2: Makefile distinfo Log message: update to py3-psycopg2-2.9.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:27:58 Modified files: textproc/py-unidecode: Makefile distinfo Log message: update to py3-unidecode-1.3.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:01 Modified files: textproc/py-xmlschema: Makefile distinfo textproc/py-xmlschema/pkg: PLIST Log message: update to py3-xmlschema-2.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:05 Modified files: databases/pecl-redis: Makefile distinfo databases/pecl-redis/patches: patch-library_c Log message: update to pecl-redis-6.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:08 Modified files: databases/mongodb/44: Makefile distinfo databases/mongodb/44/patches: patch-SConstruct Log message: update to mongodb-4.4.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:11 Modified files: www/newsraft : Makefile distinfo Log message: update to newsraft-0.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:14 Modified files: databases/barman: Makefile distinfo databases/barman/patches: patch-setup_py databases/barman/pkg: PLIST Added files: databases/barman/patches: patch-barman_fs_py Log message: update to barman-3.9.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:17 Modified files: net/irssi : Makefile distinfo Log message: update to irssi-1.4.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:23 Modified files: net/scamper : Makefile distinfo net/scamper/patches: patch-internal_h Log message: update to scamper-20230614d CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:26 Modified files: net/wireshark : Makefile distinfo net/wireshark/patches: patch-capture_capture-pcap-util_c Log message: update to wireshark-4.0.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:29 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-10.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:33 Modified files: math/calc : Makefile distinfo math/calc/pkg : PLIST Log message: update to calc-2.15.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:36 Modified files: net/bird/2 : Makefile distinfo Log message: update to bird-2.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:39 Modified files: sysutils/borgmatic: Makefile distinfo sysutils/borgmatic/pkg: PLIST Log message: update to borgmatic-1.8.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:42 Modified files: textproc/py-ruamel.yaml: Makefile distinfo textproc/py-ruamel.yaml/pkg: PLIST Log message: update to py3-ruamel.yaml-0.17.35 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:45 Modified files: textproc/py-ruamel.yaml.clib: Makefile distinfo textproc/py-ruamel.yaml.clib/pkg: PLIST Log message: update to py3-ruamel.yaml.clib-0.2.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:48 Modified files: security/pcsc-tools: Makefile distinfo security/pcsc-tools/pkg: DESCR PLIST Added files: security/pcsc-tools/patches: patch-ATR_analysis_in Removed files: security/pcsc-tools/patches: patch-ATR_analysis Log message: update to pcsc-tools-1.7.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:54 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_rspamadm_CMakeLists_txt mail/rspamd/pkg: PLIST Log message: update to rspamd-3.7.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:57 Modified files: net/eduvpn/vpn-portal-artwork-eduvpn: Makefile distinfo Log message: update to vpn-portal-artwork-eduvpn-3.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:00 Modified files: net/eduvpn/vpn-portal-artwork-lc: Makefile distinfo Log message: update to vpn-portal-artwork-lc-3.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:03 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo net/eduvpn/vpn-user-portal/patches: patch-bin_account_php patch-bin_status_php patch-libexec_daemon-sync_php patch-libexec_db_php patch-libexec_fetch-server-list_php patch-libexec_generate-secrets_php patch-libexec_housekeeping_php patch-libexec_stats_php patch-src_Cfg_DbConfig_php net/eduvpn/vpn-user-portal/pkg: PLIST Log message: update to vpn-user-portal-3.4.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:06 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples Log message: update to tomcat-8.5.94 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:09 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.81 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:14 Modified files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/pkg: PLIST-examples Log message: update to tomcat-10.1.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:17 Modified files: www/nghttp2 : Makefile distinfo Log message: update to nghttp2-1.57.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:20 Modified files: databases/py-odbc: Makefile distinfo databases/py-odbc/patches: patch-setup_py patch-src_connection_cpp patch-src_pyodbc_h patch-src_pyodbcmodule_cpp Log message: update to py3-odbc-5.0.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:29:25 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: bugfix update to 118.0.2 see https://www.mozilla.org/en-US/firefox/118.0.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:28 Modified files: net/unifi/main : Makefile distinfo net/unifi/main/pkg: PLIST unifi.rc Log message: update to unifi-7.5.187 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:29:53 Modified files: audio/libcue : Makefile Added files: audio/libcue/patches: patch-cd_c Log message: audio/libcue: fix atoi mishandling leading to RCE in gnome (CVE-2023-43641) https://github.com/lipnitsk/libcue/commit/fdf72c8bded8d24cfa0608b8e97f2eed210a920e CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:30:20 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_3 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 118.0.2. see https://www.mozilla.org/en-US/firefox/118.0.2/releasenotes/ last update on 7.3-stable CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:32:38 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: Makefile distinfo security/letsencrypt/client/pkg: PLIST security/letsencrypt/py-acme: distinfo Log message: update to certbot/py3-acme-2.7.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:33:18 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/mozilla-firefox: MFC bugfix update to 118.0.2. see https://www.mozilla.org/en-US/firefox/118.0.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:33:25 Modified files: print/py-pikepdf: Makefile distinfo print/py-pikepdf/patches: patch-tests_test_io_py print/py-pikepdf/pkg: PLIST Log message: update to py3-pikepdf-8.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:33:43 Modified files: textproc/py-pdfminer: Makefile distinfo textproc/py-pdfminer/pkg: PLIST Log message: update to py3-pdfminer-20221105, ok feinerer@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:34:16 Modified files: audio/libcue : Tag: OPENBSD_7_4 Makefile Added files: audio/libcue/patches: Tag: OPENBSD_7_4 patch-cd_c Log message: MFC: audio/libcue: fix atoi mishandling leading to RCE in gnome (CVE-2023-43641) https://github.com/lipnitsk/libcue/commit/fdf72c8bded8d24cfa0608b8e97f2eed210a920e CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:34:22 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.3.2. see https://www.thunderbird.net/en-US/thunderbird/115.3.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:34:52 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm print/py-reportlab: Makefile distinfo print/py-reportlab/patches: patch-setup_py print/py-reportlab/pkg: PLIST Removed files: print/py-reportlab/patches: patch-docs_genAll_py patch-docs_userguide_genuserguide_py Log message: update to py3-reportlab-3.6.8 and remove py2 flavour CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:35:05 Modified files: print/ocrmypdf : Makefile distinfo Log message: update to ocrmypdf-15.2.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:35:27 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.3.2. see https://www.thunderbird.net/en-US/thunderbird/115.3.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:36:20 Modified files: audio/libcue : Tag: OPENBSD_7_3 Makefile Added files: audio/libcue/patches: Tag: OPENBSD_7_3 patch-cd_c Log message: MFC: audio/libcue: fix atoi mishandling leading to RCE in gnome (CVE-2023-43641) https://github.com/lipnitsk/libcue/commit/fdf72c8bded8d24cfa0608b8e97f2eed210a920e CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:38:13 Modified files: audio/libcue : Makefile distinfo Removed files: audio/libcue/patches: patch-cd_c Log message: audio/libcue: update to 2.3.0 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/11 07:39:03 Modified files: . : 74.html Log message: mention , hw.battery, and hw.ucomnames; drop empty mandoc(1) section CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:40:00 Modified files: devel/protobuf : Makefile distinfo devel/protobuf/patches: patch-src_google_protobuf_port_def_inc devel/protobuf/pkg: PLIST Added files: devel/protobuf/patches: patch-cmake_abseil-cpp_cmake patch-third_party_utf8_range_CMakeLists_txt Log message: Update to protobuf 4.24.4 With help and 'broadly ok' from sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:41:07 Modified files: devel/py-protobuf: Makefile distinfo devel/py-protobuf/pkg: PLIST Log message: Update py-protobuf to 4.24.4 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:43:09 Modified files: audio/clementine: Makefile Log message: audio/clementine: mark broken. Doesn't build with newer protobuf. This issue may or may not be of help: https://github.com/clementine-player/Clementine/issues/7272 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:43:40 Modified files: games/pokerth : Makefile Log message: games/pokerth: mark broken. Doesn't build with newer protobuf. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:44:01 Modified files: textproc/mupdf : Makefile distinfo Log message: update to mupdf-1.23.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:44:06 Modified files: textproc/zathura/plugins/mupdf: Makefile Log message: bump; static linked mupdf CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:45:59 Modified files: audio/mumble : Makefile devel/protobuf-c: Makefile net/mosh : Makefile net/tdesktop : Makefile productivity/glabels: Makefile x11/qt6/qtgrpc : Makefile x11/vlc : Makefile Log message: Regen wantlibs after protobuf update. The many screens full of abseil variants is really gross, but what can we do... Thanks Google. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:52:28 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231011 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/11 07:52:29 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: missing state in locator call, surprised nobody else ran into that CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/11 07:54:43 Modified files: regress/usr.sbin/pkg_add: Makefile usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm PkgCreate.pm Log message: put "stub" within grasp of -DREGRESSION_TESTING. Extend it slightly: do not stub quirks, so that caching mechanisms work as usual even when using stubs. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:54:46 Log message: import ports/devel/py-pydantic-compat, from Renaud Allard, ok landry tweaks: py-pydantic should be an RDEP not a BDEP, and tweak DESCR to start by describing what py-pydantic-compat does rather than starting with saying that Pydantic 1 and 2 are incompatible. Status: Vendor Tag: sthen Release Tags: sthen_20231011 N ports/devel/py-pydantic-compat/Makefile N ports/devel/py-pydantic-compat/distinfo N ports/devel/py-pydantic-compat/pkg/DESCR N ports/devel/py-pydantic-compat/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:55:12 Modified files: devel : Makefile Log message: +py-pydantic-compat CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 08:23:19 Modified files: net/synapse : Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.94, from MAINTAINER Renaud Allard CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/11 08:27:56 Modified files: net/powerdns : Makefile distinfo Log message: Update to PowerDNS Authoritative Server 4.8.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/11 08:34:41 Modified files: mail/grommunio/gromox: Makefile distinfo mail/grommunio/gromox/patches: patch-configure_ac mail/grommunio/gromox/pkg: PLIST-main Added files: mail/grommunio/gromox/patches: patch-exch_ews_enums_hpp patch-exch_ews_hash_hpp Log message: update to 2.14 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/11 08:35:01 Modified files: mail/grommunio/web: Makefile distinfo Log message: update to 3.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/11 08:35:22 Modified files: mail/grommunio/sync: Makefile distinfo Log message: update to upstream's git HEAD to pull in required API changes CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/11 09:00:50 Modified files: . : 74.html Log message: Add many missing hyperlinks to manual pages. Also combine a few minor entries with more important entries they are closely related to. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/11 09:07:04 Modified files: sys/sys : clockintr.h sys/kern : kern_clockintr.c Log message: clockintr: move clockintr_schedule() into public API Prototype clockintr_schedule() in . CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/10/11 09:07:31 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-compiler_rustc_session_src_options_rs patch-src_bootstrap_bootstrap_py patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs lang/rust/pkg : PLIST-main PLIST-src Log message: update lang/rust to 1.73.0 Announce: https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.73.0 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/10/11 09:09:09 Modified files: lang/sbcl : Makefile distinfo Log message: update lang/sbcl to 2.3.9 ChangeLog: https://www.sbcl.org/news.html#2.3.9 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 09:16:39 Log message: Import graphics/oxipng. Oxipng is a multithreaded lossless PNG compression optimizer. It can be used via a command-line interface or as a library in other Rust programs. OK sthen@, benoit@ Status: Vendor Tag: fcambus Release Tags: fcambus_20231011 N ports/graphics/oxipng/Makefile N ports/graphics/oxipng/crates.inc N ports/graphics/oxipng/distinfo N ports/graphics/oxipng/pkg/PLIST N ports/graphics/oxipng/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 09:17:31 Modified files: graphics : Makefile Log message: Add oxipng. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/11 09:32:29 Modified files: . : 74.html Log message: bgpd bits based on 8.0 - 8.2 release notes CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/11 09:42:44 Modified files: sys/sys : resourcevar.h sched.h systm.h sys/kern : kern_clock.c sched_bsd.c subr_prof.c Log message: kernel: expand fixed clock interrupt periods to 64-bit values Technically, all the current fixed clock interrupt periods fit within an unsigned 32-bit value. But 32-bit multiplication is an accident waiting to happen. So, expand the fixed periods for hardclock, statclock, profclock, and roundrobin to 64-bit values. One exception: statclock_mask remains 32-bit because random(9) yields 32-bit values. Update the initclocks() comment to make it clear that this is not an accident. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/10/11 09:49:02 Modified files: www/seamonkey : Makefile Log message: mark www/seamonkey as BROKEN with lang/rust update to 1.73.0, seamonkey fails to build third_party/rust/packed_simd_2 discussed with landry@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:18:43 Modified files: devel/kf5/kcoreaddons: Makefile devel/kf5/kcoreaddons/patches: patch-src_lib_util_kosrelease_cpp Log message: Set distributor-logo-openbsd and add icon dependency CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/11 10:19:33 Modified files: . : 74.html Log message: First go at rpki-client changes. Based on relnotes for 8.4, 8,5 and 8.6. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:20:04 Removed files: x11/kde-plasma/kwin/patches: patch-src_backends_libinput_connection_cpp patch-src_backends_libinput_context_cpp patch-src_backends_libinput_events_cpp Log message: Remove unnecessary patches CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:20:47 Modified files: x11/kde-plasma/kwin: Makefile Log message: Regen WANTLIB and add tests notes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:21:43 Modified files: x11/kde-plasma/kinfocenter: Makefile Added files: x11/kde-plasma/kinfocenter/patches: patch-Modules_about-distro_src_MemoryEntry_cpp Log message: Fix memory calculation CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:24:03 Modified files: x11/kde-plasma/libksysguard: Makefile x11/kde-plasma/libksysguard/patches: patch-processcore_processes_openbsd_p_cpp Log message: Fix processes_openbsd_p Based on the freebsd one with improvements like memory calculation CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:25:44 Modified files: x11/kde-plasma/ksysguard: Makefile Added files: x11/kde-plasma/ksysguard/patches: patch-CMakeLists_txt patch-ksysguardd_CMakeLists_txt Log message: Improve OpenBSD handling in cmake CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:26:25 Modified files: devel/cmake : Makefile distinfo Log message: Update CMake to 3.27.6 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 10:50:08 Modified files: graphics/dcmtk : Makefile Added files: graphics/dcmtk/patches: patch-CMake_dcmtk_pc_in Log message: graphics/dcmtk: fix .pc file to work with base pkg-config Strips leading whitespace as was done by upstream to appease other pkg-config implementations as well. Fixes a pandoc build failure diagnosed with the help of gnezdo and phessler CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:14:18 Modified files: archivers/libdeflate: Makefile distinfo Log message: Update to libdeflate-1.19 Changes: https://github.com/ebiggers/libdeflate/blob/v1.19/NEWS.md Bumped minor because of added symbols. While here switch to DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:15:15 Modified files: mail/notmuch : Makefile.inc mail/notmuch/notmuch: distinfo mail/notmuch/notmuch/patches: patch-lib_Makefile_local patch-test_T360-symbol-hiding_sh patch-test_test-lib_sh mail/notmuch/py-notmuch: distinfo Log message: Update to notmuch-0.38 Changes: https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS;h=00f4fe47d94bce570edf1332f2c83d1163d837ae;hb=60b5ea319a45900b1e610715481faaa339ea3a4c CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:15:40 Modified files: news/py-sabctools: Makefile distinfo Log message: Update to py-sabctools-7.1.2 Changes: https://github.com/sabnzbd/sabctools/releases/tag/v7.1.2 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:15:59 Modified files: news/sabnzbd : Makefile distinfo news/sabnzbd/pkg: PLIST Log message: Update to sabnzbd-4.1.0 Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/4.1.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:20:42 Modified files: sysutils/unionfs-fuse: Makefile distinfo Log message: Update to unionfs-fuse-3.4 Changelog [0] mentions nothing relevant for OpenBSD. Quick comparison shows some minor cleanups. While here switch to DIST_TUPLE. [0] https://github.com/rpodgorny/unionfs-fuse/blob/v3.4/NEWS CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/11 11:29:19 Modified files: net/samba : Tag: OPENBSD_7_3 Makefile distinfo net/samba/pkg : Tag: OPENBSD_7_3 PLIST-main Log message: SECURITY update to samba-4.17.12 Release notes: https://www.samba.org/samba/history/samba-4.17.12.html Tests and oks from Ian McWilliam (co-maintainer) and bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:39:05 Modified files: net/scamper : Tag: OPENBSD_7_4 Makefile distinfo net/scamper/patches: Tag: OPENBSD_7_4 patch-internal_h Log message: update to scamper-20230614d fix buffer overflow when parsing TCP packets where the sender includes a fTCP ast open cookie larger than 16 bytes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:40:01 Modified files: www/tomcat/v8 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v8/pkg: Tag: OPENBSD_7_4 PLIST-examples Log message: update to tomcat-8.5.94 CVE-2023-42794: FileUpload: DoS due to accumulation of temporary files on Windows CVE-2023-44487: HTTP/2 implementation vulnerable to the rapid reset attack (DoS) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:40:46 Modified files: www/tomcat/v9 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v9/pkg: Tag: OPENBSD_7_4 PLIST-examples Log message: update to tomcat-9.0.81 CVE-2023-42794: FileUpload: DoS due to accumulation of temporary files on Windows CVE-2023-44487: HTTP/2 implementation vulnerable to the rapid reset attack (DoS) CVE-2023-42795: Failure during request clean-up leads to sensitive data leaking to subsequent requests CVE-2023-45648: Trailer header parsing too lenient CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:41:05 Modified files: www/tomcat/v10 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v10/pkg: Tag: OPENBSD_7_4 PLIST-examples Log message: update to tomcat-10.1.14 CVE-2023-44487: HTTP/2 implementation vulnerable to the rapid reset attack (DoS) CVE-2023-42795: Failure during request clean-up leads to sensitive data leaking to subsequent requests CVE-2023-45648: Trailer header parsing too lenient CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:44:10 Modified files: net/wireshark : Tag: OPENBSD_7_4 Makefile distinfo net/wireshark/patches: Tag: OPENBSD_7_4 patch-capture_capture-pcap-util_c Log message: update to wireshark-4.0.10 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/11 11:53:52 Modified files: distrib/amd64/common: install.md distrib/arm64/ramdisk: install.md distrib/riscv64/ramdisk: install.md Log message: Remove dead CRYPTOCHUNK usage install.sub r1.1245 "Ask for disk crypto after root disk question" got rid of global CRYPTO* variables; no functional change. CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2023/10/11 12:07:04 Modified files: . : 74.html Log message: Explain what fine-grained chunk sizes means, add malloc leak detection feature CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/11 12:07:15 Modified files: regress/sys/net/vxlan: Makefile regress/sys/netinet/carp: Makefile Log message: Infer rdomains from environment variables N1 and N2 like many others in regress/sys/net already does. No functional change as the defaults remains the same. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/11 12:07:56 Modified files: regress/sys/net/gif: Makefile regress/sys/net/loop: Makefile regress/sys/net/pair: Makefile regress/sys/net/pf_opts: Makefile regress/sys/net/pflog: Makefile Log message: Check if loopback interfaces used are skipped by pf as opposed of bailing out if any loopback interface is skipped other than lo0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/10/11 12:07:58 Modified files: textproc/qpdfview: Makefile Added files: textproc/qpdfview/patches: patch-qpdfview_pri Log message: Use C++17; required for a poppler update. ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 12:08:35 Modified files: archivers/py-zopfli: Makefile distinfo Log message: update to py-zopfli 0.2.3 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/10/11 12:09:12 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-CMakeLists_txt patch-glib_CMakeLists_txt patch-poppler_Form_cc patch-poppler_XRef_cc patch-qt5_src_CMakeLists_txt patch-qt6_src_CMakeLists_txt Log message: Update to poppler-23.10.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:21:07 Modified files: devel/desktop-file-utils: Makefile distinfo devel/desktop-file-utils/patches: patch-src_update-desktop-database_c Removed files: devel/desktop-file-utils/patches: patch-src_install_c patch-src_validator_c Log message: Update to desktop-file-utils-0.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:23:12 Modified files: misc/shared-mime-info: Makefile x11/gtk+3 : Makefile x11/gtk+4 : Makefile Log message: uses pledge() and unveil() CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 12:40:14 Modified files: x11/libquotient: Makefile distinfo x11/libquotient/pkg: PLIST Log message: update to libquotient 0.8.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 12:43:19 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.4.3.15 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:50:27 Modified files: devel/libgusb : Makefile distinfo devel/libgusb/pkg: PLIST Log message: Update to libgusb-0.4.7. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 12:51:15 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update github-cli to 2.36.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:53:52 Modified files: devel/libnotify: Makefile distinfo Log message: Update to libnotify-0.8.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:57:49 Modified files: devel/libsigc++-2: Makefile distinfo Log message: Update to libsigc++-2.12.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:02:02 Modified files: devel/libsigc++30: Makefile distinfo devel/libsigc++30/pkg: PLIST Log message: Update to libsigc++30-3.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:05:33 Modified files: devel/meson : Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_build_py Log message: Update to meson-1.2.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:09:30 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.375. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:10:46 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.24.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:19:38 Modified files: net/netatalk3 : Makefile distinfo net/netatalk3/patches: patch-etc_netatalk_Makefile_in Log message: SECURITY update to netatalk-3.1.18. CVE-2022-22995 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:19:55 Modified files: net/netatalk3 : Tag: OPENBSD_7_4 Makefile distinfo net/netatalk3/patches: Tag: OPENBSD_7_4 patch-etc_netatalk_Makefile_in Log message: SECURITY update to netatalk-3.1.18. CVE-2022-22995 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:21:06 Modified files: net/netatalk3 : Tag: OPENBSD_7_3 Makefile Added files: net/netatalk3/patches: Tag: OPENBSD_7_3 patch-etc_afpd_desktop_c Log message: Merge fix for CVE-2022-22995. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:22:01 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-3.16.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:25:43 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.74.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:38:15 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-meson_build patch-src_storage_storage_util_c sysutils/libvirt/pkg: PLIST Log message: Update to libvirt-9.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:38:34 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-9.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:38:58 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-450.0.0. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 13:45:44 Log message: Import kde-applications/tokodon-23.08.0 Tokodon is a Mastodon client. It allows you to interact with the Fediverse community. tweak and ok kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/kde-applications/tokodon/Makefile N ports/x11/kde-applications/tokodon/distinfo N ports/x11/kde-applications/tokodon/pkg/DESCR N ports/x11/kde-applications/tokodon/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 13:47:22 Modified files: x11/kde-applications: Makefile Log message: +tokodon CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:50:11 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.52.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:54:44 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:55:36 Modified files: x11/gnome/accerciser: Makefile distinfo x11/gnome/accerciser/pkg: PLIST Log message: Update to accerciser-3.42.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:58:58 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-44.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:59:13 Modified files: x11/gnome/ghex : Makefile distinfo Log message: Update to ghex-44.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:14:49 Modified files: graphics/cairo : Makefile distinfo graphics/cairo/patches: patch-meson_build patch-src_meson_build graphics/cairo/pkg: PLIST Log message: Update to cairo-1.18.0. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:20:25 Log message: Import qtwebengine-6.5.2 The Qt WebEngine module provides a web browser engine that makes it easy to embed content from the World Wide Web into your Qt application on platforms that do not have a native web engine. Qt WebEngine provides C++ classes and QML types for rendering HTML, XHTML, and SVG documents, styled using Cascading Style Sheets (CSS) and scripted with JavaScript. HTML documents can be made fully editable by the user through the use of the contenteditable attribute on HTML elements. OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/qt6/qtwebengine/Makefile N ports/x11/qt6/qtwebengine/distinfo N ports/x11/qt6/qtwebengine/configure N ports/x11/qt6/qtwebengine/pkg/DESCR N ports/x11/qt6/qtwebengine/pkg/PLIST N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_zlib_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_address_space_randomization_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_page_allocator_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_page_allocator_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_page_h N ports/x11/qt6/qtwebengine/patches/patch-src_core_CMakeLists_txt N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_page_allocator_internals_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_address_space_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_base_rand_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_internal_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_atomicops_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_forward_h N ports/x11/qt6/qtwebengine/patches/patch-configure_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_base_paths_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_root_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_spinning_mutex_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_starscan_stack_stack_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_base_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_base_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_cpu_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_elf_reader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_debugger_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_proc_maps_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_stack_trace_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_dir_reader_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_dir_reader_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_path_watcher_bsd_cc N ports/x11/qt6/qtwebengine/patches/patch-cmake_Functions_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_path_watcher_kqueue_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_path_watcher_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_util_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_important_file_writer_cleaner_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_scoped_file_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_i18n_icu_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_linux_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_logging_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_discardable_memory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_discardable_memory_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_madv_free_discardable_memory_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_platform_shared_memory_region_h N ports/x11/qt6/qtwebengine/patches/patch-src_pdf_CMakeLists_txt N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_platform_shared_memory_region_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_message_loop_message_pump_glib_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_native_library_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_native_library_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_posix_can_lower_nice_to_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_posix_unix_domain_socket_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_kill_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_posix_unix_domain_socket_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_kill_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_launch_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_launch_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_memory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_build_gen_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_cc_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_iterator_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_iterator_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_rand_util_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_module_cache_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_rand_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_sampling_profiler_thread_token_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_sampling_profiler_thread_token_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_stack_base_address_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_stack_sampling_profiler_test_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_stack_sampling_profiler_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_thread_delegate_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_strings_safe_sprintf_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_synchronization_lock_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_syslog_logging_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_task_thread_pool_environment_config_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_test_test_file_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_test_test_file_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_tracing_trace_time_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_trace_event_malloc_dump_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_trace_event_memory_dump_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_trace_event_process_memory_dump_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_tracing_trace_time_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_BUILDCONFIG_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_linux_pkg-config_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_ozone_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_rust_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_v8_target_cpu_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_detect_host_arch_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_chrome_map N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_strip_binary_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_libevent_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_libusb_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_replace_gn_files_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_freebsd_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_gcc_solink_wrapper_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_gcc_toolchain_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_openbsd_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_chromium_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_app_management_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_generated_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_google_chrome_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_profiles_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_settings_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_theme_chrome_unscaled_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_src_gn_version_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_theme_theme_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_custom_handlers_chrome_protocol_handler_registry_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_dev_ui_browser_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_devtools_devtools_eye_dropper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_router_discovery_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_settings_private_prefs_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_core_api_configure_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_messaging_native_process_launcher_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_webrtc_logging_private_webrtc_logging_private_api_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_prefs_browser_prefs_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_event_log_uploader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_log_uploader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_logging_controller_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_logging_controller_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_net_system_network_context_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_prefs_pref_service_incognito_allowlist_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_printing_print_backend_service_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_printing_print_job_worker_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_resources_sandbox_internals_sandbox_internals_ts N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_resources_signin_signin_shared_css N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_resources_signin_sync_confirmation_sync_confirmation_app_html N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_about_ui_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_connectors_internals_device_trust_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_ntp_app_launcher_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_appearance_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_channel_info_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_channel_info_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_paths_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_paths_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_paths_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_extensions_permissions_chrome_permission_message_rules_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_media_cdm_host_file_path_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_pref_names_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_pref_names_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_channel_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_url_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_url_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_webui_url_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_webui_url_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_renderer_chrome_render_frame_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_test_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_payments_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_core_browser_personal_data_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_core_common_autofill_payments_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_core_common_autofill_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_assistant_browser_autofill_assistant_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_assistant_browser_client_context_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_components_chromium_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_components_google_chrome_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_content_settings_core_browser_website_settings_registry_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_cookie_config_cookie_store_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_app_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_common_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_app_chrome_crashpad_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_browser_crash_upload_list_crashpad_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_event_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_device_signals_core_common_signals_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_device_signals_core_common_signals_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_device_signals_core_system_signals_platform_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_discardable_memory_service_discardable_shared_memory_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_embedder_support_user_agent_utils_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_event_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_configurations_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_list_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_list_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_proto_v2_wire_version_proto N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_v2_feed_network_impl_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_v2_proto_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_v2_proto_util_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_flags_ui_flags_state_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_gwp_asan_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_gwp_asan_crash_handler_crash_analyzer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_live_caption_caption_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_media_router_common_providers_cast_channel_cast_message_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_metrics_drive_metrics_provider_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_metrics_metrics_log_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_metrics_motherboard_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_neterror_resources_neterror_js N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_network_session_configurator_browser_network_session_configurator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_network_session_configurator_browser_network_session_configurator_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_new_or_sad_tab_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_optimization_guide_core_optimization_guide_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_os_crypt_keyring_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_os_crypt_libsecret_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_os_crypt_os_crypt_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_browser_paint_preview_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_performance_manager_public_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_browser_paint_preview_client_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_storage_monitor_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_common_proto_paint_preview_proto N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_player_player_compositor_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_browser_login_database_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_browser_login_database_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_browser_sync_password_sync_bridge_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_common_password_manager_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_common_password_manager_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_permissions_prediction_service_prediction_common_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_tools_generate_policy_source_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_core_browser_policy_pref_mapping_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_core_common_cloud_cloud_policy_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_core_common_cloud_cloud_policy_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_content_common_file_type_policies_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_content_resources_gen_file_type_proto_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_core_browser_db_v4_protocol_manager_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_core_browser_realtime_url_lookup_service_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_security_interstitials_content_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_startup_metric_utils_browser_startup_metric_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_app_content_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_storage_monitor_removable_device_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_storage_monitor_removable_device_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_sync_device_info_local_device_info_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_sync_device_info_local_device_info_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_update_client_update_query_params_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_url_formatter_spoof_checks_idn_spoof_checker_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_variations_service_variations_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_common_gpu_dawn_context_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_host_host_display_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_host_host_display_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_app_content_main_runner_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_host_renderer_settings_creation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_skia_renderer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_embedder_skia_output_surface_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_embedder_software_output_surface_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_embedder_software_output_surface_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_browser_child_process_host_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_browser_main_loop_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_child_child_process_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_child_process_launcher_helper_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_compositor_viz_process_transport_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_devtools_protocol_system_info_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_download_download_manager_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_font_access_font_enumeration_data_source_cc N ports/x11/qt6/qtwebengine/patches/patch-src_core_api_qt_cmdline_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_gpu_compositor_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_gpu_gpu_process_host_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_frameless_media_interface_proxy_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_sandbox_host_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_frameless_media_interface_proxy_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_media_interface_proxy_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_media_keys_listener_manager_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_ppapi_plugin_process_host_receiver_bindings_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_delegated_frame_host_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_input_input_device_change_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_pepper_pepper_file_io_host_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_message_filter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_message_filter_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_process_host_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_process_host_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_view_host_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_aura_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_event_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_jank_monitor_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_native_event_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_native_event_observer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_utility_process_host_receiver_bindings_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_utility_sandbox_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_v8_snapshot_files_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_web_contents_web_contents_view_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_gpu_gpu_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_webui_web_ui_main_frame_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_webui_web_ui_main_frame_observer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_zygote_host_zygote_host_impl_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_zygote_host_zygote_host_impl_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_font_list_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_user_agent_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_mojo_core_library_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_gpu_gpu_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_shell_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_blink_platform_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_blink_platform_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_plugin_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_browser_render_process_host_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_browser_zygote_host_zygote_host_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_common_param_traits_macros_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_zygote_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_media_render_media_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_render_process_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_render_thread_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_renderer_blink_platform_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_renderer_blink_platform_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_renderer_main_platform_delegate_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_shell_app_shell_main_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_shell_utility_shell_content_utility_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_test_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_services_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_speech_speech_recognition_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_speech_speech_recognition_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_utility_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_utility_blink_platform_with_sandbox_support_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_utility_blink_platform_with_sandbox_support_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_zygote_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_zygote_zygote_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_zygote_zygote_main_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_bluetooth_bluetooth_adapter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_bluetooth_cast_bluetooth_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_gamepad_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_gamepad_gamepad_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_gamepad_hid_writer_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_api_messaging_message_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_api_networking_private_networking_private_delegate_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_browser_context_keyed_service_factories_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_extension_prefs_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_core_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_pref_names_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_pref_names_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_api__permission_features_json N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_api_runtime_json N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_command_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_features_feature_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_service_x_util_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_renderer_bindings_api_binding_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_renderer_bindings_argument_spec_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_app_shell_main_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_api_runtime_shell_runtime_api_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_shell_browser_main_parts_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_image_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_shell_extensions_api_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_shell_extensions_api_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_google_apis_gcm_engine_heartbeat_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_common_gpu_memory_buffer_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_angle_vulkan_image_backing_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_external_vk_image_backing_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_gl_texture_image_backing_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_gl_texture_image_backing_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_config_gpu_control_list_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_webgpu_decoder_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_config_gpu_finch_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_config_gpu_test_config_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_common_gpu_memory_buffer_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_common_gpu_memory_buffer_support_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_service_gpu_memory_buffer_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_generate_bindings_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_device_queue_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_device_queue_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_function_pointers_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_function_pointers_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_image_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_browser_main_parts_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_browser_main_parts_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_content_browser_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_request_context_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_web_contents_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_tools_run_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_headless_content_main_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_channel_common_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_channel_mojo_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_message_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_message_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_alsa_audio_manager_alsa_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_audio_input_device_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_audio_output_proxy_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_audio_manager_sndio_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_audio_manager_sndio_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_input_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_input_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_audio_latency_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_output_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_output_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_media_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_media_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_scopedfd_helper_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_supported_types_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_user_input_monitor_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_video_frame_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_video_frame_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_create_video_capture_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_fake_video_capture_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_file_video_capture_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_fake_v4l2_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_fake_v4l2_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_cdm_cdm_paths_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_video_capture_device_factory_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_video_capture_device_factory_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_video_capture_device_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_buffer_validation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_media_options_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_chromeos_video_decoder_pipeline_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_gpu_video_encode_accelerator_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_vaapi_vaapi_video_decoder_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_core_channel_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_mojo_mojom_video_frame_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_fake_gpu_memory_buffer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_gpu_memory_buffer_video_frame_pool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_video_encode_accelerator_adapter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_video_encode_accelerator_adapter_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_webrtc_audio_processor_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_webrtc_helpers_unittests_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_webrtc_webrtc_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_core_embedder_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_reloader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_public_c_system_thunks_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_public_tools_bindings_mojom_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_network_change_notifier_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_network_change_notifier_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_network_interfaces_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_sockaddr_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verifier_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_sockaddr_util_posix_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verify_proc_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verify_proc_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verify_proc_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_test_root_certs_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_disk_cache_blockfile_disk_format_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_address_sorter_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_disk_cache_simple_simple_file_tracker_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_config_service_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_reloader_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_host_resolver_proc_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_host_resolver_system_task_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_public_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_public_resolv_reader_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_public_scoped_res_state_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_http_http_auth_gssapi_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_http_http_auth_gssapi_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_http_http_network_session_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_proxy_resolution_proxy_config_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_socket_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_proxy_resolution_proxy_config_service_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_socks5_client_socket_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_tcp_socket_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_udp_socket_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_udp_socket_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_third_party_quiche_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_tools_cert_verify_tool_cert_verify_comparision_tool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_pdf_pdfium_pdfium_engine_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_tools_cert_verify_tool_cert_verify_tool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_traffic_annotation_network_traffic_annotation_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_url_request_url_request_context_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_url_request_url_request_context_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_url_request_url_request_context_builder_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_mojom_printing_context_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_mojom_printing_context_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_print_settings_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_print_settings_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_print_settings_conversion_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_printing_context_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_sandbox_print_backend_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_sandbox_print_backend_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_linux_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_linux_services_init_process_reaper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_color_color_id_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_linux_services_libc_interceptor_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_mojom_sandbox_mojom N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_freebsd_sandbox_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_freebsd_sandbox_freebsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_sandbox_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_openbsd_sandbox_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_openbsd_sandbox_openbsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_sandbox_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_sandbox_type_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_audio_audio_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_audio_audio_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_cert_verifier_cert_verifier_creation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_compute_pressure_cpu_probe_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_geolocation_location_arbitrator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_fido_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_fido_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_freebsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_fido_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_fido_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_freebsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_public_mojom_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_serial_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_serial_serial_device_enumerator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_serial_serial_io_handler_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_time_zone_monitor_time_zone_monitor_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_usb_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_usb_service_fake_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_usb_service_fake_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_network_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_network_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_network_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_service_manager_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_bsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_service_manager_public_cpp_service_executable_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_video_capture_public_mojom_video_capture_service_mojom N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_skia_ext_SkMemory_new_handler_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_base_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_base_internal_sysinfo_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_debugging_internal_elf_mem_image_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_src_util_exe_path_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_common_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_common_vulkan_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_libpci_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_linux_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_x11_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_Display_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_formatutils_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_driver_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_util_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_vulkan_DisplayVk_api_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_third_party_volk_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_common_privacy_budget_active_sampling_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_common_renderer_preferences_renderer_preferences_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_common_renderer_preferences_renderer_preferences_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_platform_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_common_renderer_preferences_renderer_preferences_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_platform_web_vector_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_build_scripts_run_with_pythonpath_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_bindings_scripts_bind_gen_style_format_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_frame_web_frame_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_controller_blink_initializer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_controller_memory_usage_monitor_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_controller_memory_usage_monitor_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_editing_editing_behavior_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_execution_context_navigator_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_exported_web_view_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_inspector_inspector_memory_agent_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_layout_layout_view_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_paint_paint_layer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_media_audio_audio_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webaudio_audio_worklet_thread_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_webcodecs_video_frame_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_cache_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_cache_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_description_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_metrics_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_platform_data_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_unique_name_lookup_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_graphics_begin_frame_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_brotli_common_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_graphics_video_frame_submitter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_runtime_enabled_features_json5 N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_scheduler_common_thread_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_BUILD_generated_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_widget_compositing_categorized_worker_pool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_container_annotations_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_stack_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_cpu_aarch64_openbsd_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_rand_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_rand_extra_arc4random_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_refcount_c11_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_include_openssl_base_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_include_openssl_thread_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_build_crashpad_buildconfig_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_display_screen_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_client_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_client_crashpad_client_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_minidump_minidump_misc_info_writer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_address_types_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_capture_context_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_metrics_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_uuid_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_close_multiple_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_drop_privileges_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_signals_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_aura_screen_ozone_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_symbolic_constants_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crc32c_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_dawn_include_dawn_native_VulkanBackend_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_dawn_src_dawn_common_Platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_dawn_src_dawn_native_vulkan_BackendVk_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavcodec_x86_cabac_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_components_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_components_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_cpu_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_components_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_mem_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_random_seed_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_fontconfig_include_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_fontconfig_src_src_fccompat_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ipcz_src_reference_drivers_random_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ipcz_src_standalone_base_logging_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_leveldatabase_env_chromium_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libevent_event_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libsync_src_include_sync_sync_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libsync_src_sync_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libusb_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libusb_src_libusb_core_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libxml_linux_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_lzma_sdk_C_CpuArch_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_service_gpu_init_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_maldoca_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_maldoca_src_maldoca_base_get_runfiles_dir_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_maldoca_src_maldoca_service_common_process_doc_wrapper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_nasm_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_nasm_config_config-linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_node_node_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_opus_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_core_fxge_cfx_fontmapper_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_core_fxge_linux_fx_linux_impl_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_fxjs_fx_date_helpers_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_xfa_fxfa_parser_cxfa_timezoneprovider_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_time_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_build_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_thread_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_ext_base_event_fd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_ext_base_thread_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_protos_perfetto_trace_ftrace_v4l2_proto N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_event_fd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_periodic_task_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_string_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ruy_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_subprocess_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_thread_task_runner_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_unix_socket_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_tracing_core_tracing_service_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_protobuf_src_google_protobuf_arenastring_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_aura_screen_ozone_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_protobuf_src_google_protobuf_stubs_platform_macros_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_skia_src_core_SkCpu_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_sqlite_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_skia_src_ports_SkOSFile_posix_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_sqlite_src_amalgamation_sqlite3_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_Reactor_Debug_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_System_Configurator_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux_hpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_tflite_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_WSI_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_WSI_libXCB_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_test_fonts_fontconfig_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_test_fonts_fontconfig_fontconfig_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-loader_src_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_wayland_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-validation-layers_src_layers_vk_mem_alloc_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_modules_audio_device_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_modules_desktop_capture_linux_x11_x_server_pixel_buffer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_byte_order_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_ip_address_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_network_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_physical_socket_server_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_physical_socket_server_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_platform_thread_types_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_third_party_sigslot_sigslot_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ui_base_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_system_wrappers_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_generate_stubs_rules_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_json_schema_compiler_cpp_bundle_generator_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_json_schema_compiler_feature_compiler_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_memory_partition_allocator_inspect_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_perf_chrome_telemetry_build_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_protoc_wrapper_protoc_wrapper_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_variations_fieldtrial_to_struct_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_clipboard_clipboard_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_clipboard_clipboard_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_cursor_cursor_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_cursor_cursor_factory_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ui_base_types_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_dragdrop_os_exchange_data_provider_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_dragdrop_os_exchange_data_provider_non_backed_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_dummy_text_input_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_dummy_text_input_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_fake_text_input_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_fake_text_input_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_linux_linux_input_method_context_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_text_input_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_resource_resource_bundle_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_cursor_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_cursor_factory_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_cursor_loader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_shm_image_pool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_color_color_provider_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_color_system_theme_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_compositor_compositor_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_compositor_compositor_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_compositor_compositor_observer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_display_screen_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_devices_x11_device_data_manager_x11_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_event_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_event_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_event_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_keycodes_dom_keycode_converter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_keycodes_dom_keycode_converter_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_canvas_skia_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_codec_png_codec_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_fallback_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_list_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_render_params_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_render_params_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_gpu_memory_buffer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_gpu_memory_buffer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_native_pixmap_handle_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_linux_client_native_pixmap_dmabuf_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_mojom_buffer_types_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_mojom_native_handle_types_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_mojom_native_handle_types_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_native_widget_types_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_platform_font_skia_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_render_text_api_fuzzer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_render_text_fuzzer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_generated_protos_dri3_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_generated_protos_shm_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_xlib_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_generate_bindings_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_bindings_api_autogen_glx_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_bindings_autogen_glx_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_bindings_autogen_glx_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_context_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_image_glx_native_pixmap_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_implementation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_sync_control_vsync_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_sync_control_vsync_provider_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gtk_gtk_compat_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gtk_printing_print_dialog_gtk_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_message_center_views_message_popup_view_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_native_theme_native_theme_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_native_theme_native_theme_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_common_egl_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_headless_headless_surface_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_headless_ozone_platform_headless_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_headless_vulkan_implementation_headless_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_x11_ozone_platform_x11_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_wayland_gpu_vulkan_implementation_wayland_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_x11_vulkan_implementation_x11_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_public_ozone_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_test_mock_platform_window_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_platform_window_platform_window_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_platform_window_platform_window_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_platform_window_platform_window_init_properties_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_app_locale_settings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_bn_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_ja_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_ko_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_prefix_selector_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_ml_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_th_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_zh-CN_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_zh-TW_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_prefix_selector_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_corewm_tooltip_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_examples_widget_example_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_focus_focus_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_style_platform_style_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_views_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_views_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_drag_drop_client_ozone_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_screen_ozone_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_window_tree_host_platform_impl_interactive_uitest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_widget_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_widget_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_window_custom_frame_view_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_window_dialog_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_window_frame_background_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_include_v8-internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_include_v8config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_api_api_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_atomicops_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_memory_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_platform-freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_platform-openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_platform-posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_small-vector_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_sys-info_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_compiler_backend_ia32_instruction-selector-ia32_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_diagnostics_perf-jit_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_diagnostics_perf-jit_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_sandbox_sandbox_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_trap-handler_handler-inside-posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_trap-handler_handler-inside-posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_licenses_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_trap-handler_trap-handler_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_browser_main_parts_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_content_browser_client_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_content_browser_client_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_system_network_context_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_common_weblayer_paths_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_compiler_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_linux_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_zlib_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_remoting_host_it2me_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_zlib_google_zip_internal_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_math_extras_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_chrome_cleaner_executables_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libxml_src_dict_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_native_client_sdk_src_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_scripts_build_ffmpeg_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan_memory_allocator_include_vk_mem_alloc_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_zlib_contrib_minizip_ioapi_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_webui_web_ui_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_native_pixmap_handle_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_build_build_linux_ninja_template N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_src_base_files_file_posix_cc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:21:53 Log message: Import qtwebchannel-6.5.2 Qt WebChannel bridges the gap between Qt applications and HTML/JavaScript. Qt WebChannel enables peer-to-peer communication between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine (experimental). It works on all browsers that support Qt WebSockets, enabling Qt WebChannel applications to run in any JavaScript runtime. Additionally, a custom transport mechanism can also be implemented using Qt WebSockets to support Qt WebChannel-based communication. The module provides a JavaScript library for seamless integration of C++ and QML applications with HTML/JavaScript clients. The client must use the JavaScript library to access the serialized QObjects published by the host applications. OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/qt6/qtwebchannel/Makefile N ports/x11/qt6/qtwebchannel/distinfo N ports/x11/qt6/qtwebchannel/pkg/DESCR N ports/x11/qt6/qtwebchannel/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:23:00 Log message: Import qtwebview-6.5.2 Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/qt6/qtwebview/Makefile N ports/x11/qt6/qtwebview/distinfo N ports/x11/qt6/qtwebview/pkg/DESCR N ports/x11/qt6/qtwebview/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:24:03 Modified files: devel/gettext : Makefile distinfo devel/gettext/patches: patch-gettext-runtime_intl_Makefile_in patch-gettext-runtime_intl_configure patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_src_Makefile_in Log message: devel/gettext: maintenance update to 0.22.3, no significant changes CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:24:49 Modified files: misc/vttest : Makefile distinfo Log message: misc/vttest: maintenance update to 20230924 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:25:31 Modified files: multimedia/libmediainfo: Makefile distinfo multimedia/mediainfo: Makefile distinfo Log message: mediainfo: maintenance update to 23.10 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:26:29 Modified files: audio/mpg123 : Makefile distinfo audio/mpg123/patches: patch-src_libmpg123_dct36_avx_S patch-src_libmpg123_dct36_neon64_S patch-src_libmpg123_dct36_x86_64_S Log message: audio/mpg123: update to 1.32.3 libmpg123: added explicit 64-bit API with "64" suffix CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 14:26:29 Modified files: textproc/codespell: Makefile distinfo textproc/codespell/pkg: PLIST Log message: Update codespell to 2.2.6. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:26:48 Modified files: x11/qt6 : Makefile Log message: + qtwebchannel,qtwebengine,qtwebview CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:32:03 Modified files: audio/ymuse : Makefile distinfo audio/ymuse/pkg: PLIST Removed files: audio/ymuse/patches: patch-internal_config_config_go patch-internal_player_libpath_go patch-internal_player_main-window_go patch-resources_metainfo_com_yktoo_ymuse_metainfo_xml Log message: Update to ymuse-0.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:32:48 Modified files: misc/shared-mime-info: Makefile distinfo misc/shared-mime-info/patches: patch-data_freedesktop_org_xml_in misc/shared-mime-info/pkg: PLIST Added files: misc/shared-mime-info/patches: patch-src_update-mime-database_cpp Removed files: misc/shared-mime-info/patches: patch-src_update-mime-database_c Log message: Update to shared-mime-info-2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:37:57 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.23. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 14:40:20 Modified files: benchmarks/hyperfine: Makefile crates.inc distinfo Log message: Update hyperfine to 1.18.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:47:36 Modified files: graphics/gthumb: Makefile distinfo graphics/gthumb/patches: patch-gthumb_gth-browser_c graphics/gthumb/pkg: PLIST Log message: Update to gthumb-3.12.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:48:01 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-11.6.2. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 14:50:18 Modified files: benchmarks/vegeta: Makefile distinfo modules.inc Log message: Update vegeta to 12.11.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:53:50 Modified files: sysutils/consul-template: Makefile distinfo modules.inc Log message: Update to consul-template-0.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 15:01:30 Modified files: x11/gnome/libshumate: Makefile distinfo x11/gnome/libshumate/pkg: PLIST Log message: Update to libshumate-1.1.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 15:21:12 Modified files: sysutils/xxhash/patches: patch-cli_xsum_os_specific_c Removed files: sysutils/xxhash/patches: patch-tests_sanity_test_c Log message: link to upstream merged PR for pledge, drop test bits CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 15:22:00 Modified files: archivers/snappy: Makefile distinfo archivers/snappy/patches: patch-snappy-stubs-internal_h Log message: update to snappy 1.1.10 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 15:24:25 Modified files: x11/gnome/librsvg: Makefile crates.inc distinfo distinfo.old Log message: Update to librsvg-2.57.0. CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/11 15:26:45 Modified files: . : 74.html Log message: some 7.4 package counts CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 15:48:39 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Removed files: net/curl/patches: patch-tests_data_test1474 Log message: net/curl: security update to 8.4.0 Changes: * curl: add support for the IPFS protocols via HTTP gateway * curl_multi_get_handles: get easy handles from a multi handle Includes a fix for * CVE-2023-38545: SOCKS5 heap buffer overflow CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/11 15:53:22 Modified files: . : 74.html Log message: typofix, add installer changes wrt. arm64 and disk crypto CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/10/11 16:13:16 Modified files: sys/net : pfkeyv2.c pfkeyv2_convert.c sys/netinet : ip_ipsp.c ip_ipsp.h Log message: Prevent deref-after-free when tdb_timeout() fires on invalid new tdb. When receiving a pfkeyv2 SADB_ADD message, a newly created tdb can fail in tdb_init(), which causes the tdb to not get added to the global tdb list and an immediate dereference. If a lifetime timeout triggers on this tdb, it will unconditionally try to remove it from the list and in the process deref once more than allowed, causing a one bit corruption in the already freed up slot in the tdb pool. We resolve this issue by moving timeout_add() after tdb_init() just before puttdb(). This means tdbs failing initialization get discarded immediately as they only hold a single reference. Valid tdbs get their timeouts activated just before we add them to the tdb list, meaning the timeout can safely assume they are linked. Feedback from mvs@ and millert@ ok mvs@ mbuhl@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 16:41:05 Modified files: usr.bin/ssh : sshkey.c Log message: add support for reading ED25519 private keys in PEM PKCS8 format; ok markus@ tb@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 16:42:26 Modified files: usr.bin/ssh : clientloop.c misc.c misc.h readconf.c readconf.h servconf.c ssh.c ssh_config.5 Log message: add ChannelTimeout support to the client, mirroring the same option in the server. ok markus@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 16:49:26 Modified files: net/curl : Tag: OPENBSD_7_4 Makefile distinfo net/curl/pkg : Tag: OPENBSD_7_4 PLIST Removed files: net/curl/patches: Tag: OPENBSD_7_4 patch-tests_data_test1474 Log message: net/curl: security update to 8.4.0 Changes: * curl: add support for the IPFS protocols via HTTP gateway * curl_multi_get_handles: get easy handles from a multi handle Includes fixes for * CVE-2023-38545: SOCKS5 heap buffer overflow * CVE-2023-38546: cookie injection with none file CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2023/10/11 16:52:41 Modified files: . : 74.html Log message: fill in the wireless section; cross-checked by benno CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/11 16:57:05 Modified files: . : 74.html Log message: another round of changes CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/11 16:59:34 Modified files: . : 74.html Log message: commuinites -> communities CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 17:14:33 Modified files: usr.bin/ssh : ssh.1 Log message: ssh -Q does not make sense with other command-line options, so give it its own line in the manpage CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 17:23:58 Modified files: usr.bin/ssh : ssh.c Log message: sync usage() with ssh.1; spotted by kn@ CVSROOT: /cvs Module name: www Changes by: dv@cvs.openbsd.org 2023/10/11 17:59:57 Modified files: . : 74.html Log message: Add in most, if not all, vmm/vmd changes for 7.4. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:12:53 Modified files: usr.bin/ssh : clientloop.c Log message: mask SIGINT/TERM/QUIT/HUP before checking quit_pending and use ppoll() to unmask them in the mainloop. Avoids race condition between signaling ssh to exit and polling. bz3531; ok dtucker CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:15:53 Modified files: usr.bin/ssh : sshconnect2.c Log message: release GSS OIDs only at end of authentication; bz2982, ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:18:18 Modified files: usr.bin/ssh : readconf.c readconf.h ssh.c ssh_config.5 sshconnect.h Log message: add %j token that expands to the configured ProxyJump hostname (or the empty string if this option is not being used). bz3610, ok dtucker CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:48:44 Modified files: usr.bin/ssh : ssh.c Log message: don't dereference NULL pointer when hashing jumphost CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 21:36:32 Modified files: usr.bin/ssh : misc.c Log message: 64 %-expansion keys ought to be enough for anybody; ok dtucker (we just hit the previous limit in some cases) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 21:48:54 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: ensure logs are owned by correct user; feedback/ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 21:51:08 Modified files: regress/usr.bin/ssh: sshsig.sh Log message: typos and extra debug trace calls CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 22:53:45 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: x509_algor: add a few missing includes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 23:16:20 Modified files: x11/xkbcommon : Makefile Log message: Fix test suite ok ajacoutot@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 23:41:28 Modified files: infrastructure/bin: portcheck Log message: Unified error messages for all missing RUN_DEPENDS ok op@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/12 00:12:33 Modified files: www/h2o : Makefile distinfo Log message: Switch to PowerDNS fork of h2o, it has the rapid reset fixes. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/12 00:13:38 Modified files: net/dnsdist : Makefile distinfo Log message: Update to dnsdist 1.8.2, using the h2o version with rapid reset fixes. ok and help sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 00:22:19 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.4.3.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 00:24:53 Modified files: devel/py-wcwidth: Makefile distinfo Log message: update to py3-wcwidth-0.2.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 00:25:49 Modified files: multimedia/get_iplayer: Makefile distinfo multimedia/get_iplayer/patches: patch-get_iplayer Log message: update to get_iplayer-3.32 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/10/12 00:46:17 Modified files: www/p5-Dancer2 : Makefile distinfo Log message: Update to p5-Dancer2-1.0.0 from wen heping. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/12 01:28:23 Modified files: net/samba : Makefile distinfo net/samba/pkg : PLIST-main Log message: SECURITY update to samba-4.19.1 Release notes: https://www.samba.org/samba/history/samba-4.19.1.html Tests and oks from Ian McWilliam (co-maintainer) and bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 01:28:43 Modified files: editors/vim : Makefile distinfo editors/vim/pkg: PLIST-main Log message: update to vim-9.0.2018, including various fixes for use-after-free and null deref CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/12 01:29:22 Modified files: net/samba : Tag: OPENBSD_7_4 Makefile distinfo net/samba/pkg : Tag: OPENBSD_7_4 PLIST-main Log message: SECURITY update to samba-4.19.1 Release notes: https://www.samba.org/samba/history/samba-4.19.1.html Tests and oks from Ian McWilliam (co-maintainer) and bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 01:29:30 Modified files: editors/vim : Tag: OPENBSD_7_4 Makefile distinfo editors/vim/pkg: Tag: OPENBSD_7_4 PLIST-main Log message: update to vim-9.0.2018 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/12 02:30:01 Modified files: graphics/oxipng: Makefile crates.inc distinfo Log message: Update oxipng to 9.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 02:32:13 Modified files: databases/pecl-redis: Makefile distinfo Log message: update to pecl-redis-6.0.1 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 02:35:53 Modified files: databases/pgbackrest: Makefile distinfo Log message: Update pgbackrest 2.47 -> 2.48 Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.48 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 02:38:17 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.20.4 - > 1.20.5 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.20.5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/12 03:12:06 Modified files: x11/xfce4/xfce4-pulseaudio: Makefile distinfo Log message: x11/xfce4/xfce4-pulseaudio: update to 0.4.8 see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001330.html CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/12 03:18:56 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.ixp.rdomain1.conf bgpd.ixp.rdomain2_1.conf bgpd.ixp.rdomain2_2.conf bgpd.ixp.rdomain2_3.conf bgpd.ixp.rdomain2_4.conf ixp.rdomain1.ok ixp.rdomain2.ok ixp.sh Log message: Add a fairly minimal ixp setup generated by arouteserver This does a lot of community manipulation and also tests a few other bits of code (prepends, roa, prefix-set). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/12 03:29:09 Modified files: x11/xfce4/xfce4-taskmanager: Makefile distinfo x11/xfce4/xfce4-taskmanager/pkg: PLIST Log message: x11/xfce4/xfce4-taskmanager: update to 1.5.6. see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001331.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 03:51:07 ports/editors/neovim-qt/patches Update of /cvs/ports/editors/neovim-qt/patches In directory cvs.openbsd.org:/tmp/cvs-serv68254/patches Log Message: Directory /cvs/ports/editors/neovim-qt/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 03:55:39 Modified files: editors/neovim-qt: Makefile distinfo editors/neovim-qt/pkg: PLIST Added files: editors/neovim-qt/patches: patch-src_gui_input_cpp patch-src_gui_runtime_plugin_nvim_gui_shim_vim patch-test_tst_input_common_cpp Log message: update to neovim-qt-0.2.17, and add a backported patch to apply a runtime key remap fix (issues with remapping shift-space and shift-backspace). From Laurie Tratt (maintainer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 04:10:33 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-color_ansi_c patch-color_command_c patch-conn_sasl_c patch-conn_sasl_h patch-main_c patch-pager_display_c Log message: update to neomutt-20231006 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 04:23:33 Modified files: textproc/pugixml: Makefile distinfo Log message: update to pugixml-1.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 04:28:06 Modified files: textproc/py-black: Makefile distinfo Log message: update to py3-black-23.9.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/12 04:40:59 Modified files: security/pizauth: Makefile crates.inc distinfo Log message: Update security/pizauth to 1.0.2 From maintainer/upstream Laurie Tratt CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 05:38:28 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_partition_root_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_system_sys_info_h patch-base_test_launcher_test_launcher_cc patch-base_trace_event_trace_log_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_config_ozone_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_generated_resources_grd patch-chrome_app_settings_strings_grdp patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_defaults_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_service_factory_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_h patch-chrome_browser_enterprise_signals_device_info_fetcher_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_net_system_network_context_manager_h patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_policy_policy_value_and_status_aggregator_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_aura_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_frame_h patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_style_views_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_management_management_ui_handler_cc patch-chrome_browser_ui_webui_management_management_ui_handler_h patch-chrome_browser_ui_webui_realbox_realbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_shortcut_sub_manager_cc patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_test_BUILD_gn patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_payments_strings_grdp patch-components_device_signals_core_browser_user_permission_service_impl_cc patch-components_embedder_support_user_agent_utils_cc patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_feed_core_v2_feed_network_impl_unittest_cc patch-components_management_strings_grdp patch-components_metrics_metrics_log_cc patch-components_optimization_guide_core_tflite_model_executor_h patch-components_password_manager_core_browser_login_database_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_renderer_host_render_frame_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_aura_h patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-content_browser_utility_process_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_BUILD_gn patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_shell_BUILD_gn patch-content_shell_browser_shell_browser_main_parts_cc patch-content_test_BUILD_gn patch-content_utility_utility_main_cc patch-extensions_browser_api_networking_private_networking_private_delegate_factory_cc patch-extensions_common_command_cc patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-headless_lib_browser_headless_browser_main_parts_posix_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_capture_video_linux_v4l2_capture_delegate_h patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-net_BUILD_gn patch-net_url_request_url_request_context_builder_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-printing_mojom_printing_context_mojom_traits_h patch-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-printing_print_settings_h patch-printing_printing_context_linux_cc patch-sandbox_policy_features_cc patch-services_device_geolocation_location_arbitrator_cc patch-services_device_public_mojom_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_service_cc patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc patch-services_video_capture_video_capture_service_impl_cc patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_formatutils_cpp patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_layout_ng_grid_ng_grid_layout_algorithm_cc patch-third_party_blink_renderer_core_paint_object_paint_properties_sparse_h patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_modules_webgpu_gpu_queue_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_video_capture_video_capture_impl_cc patch-third_party_boringssl_src_util_generate_build_files_py patch-third_party_cpuinfo_cpuinfo_gni patch-third_party_libsync_src_sync_c patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-tools_protoc_wrapper_protoc_wrapper_py patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_color_color_id_h patch-ui_gfx_BUILD_gn patch-ui_gfx_codec_png_codec_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_switches_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_ozone_platform_headless_vulkan_implementation_headless_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_wayland_window_cc patch-ui_ozone_platform_wayland_host_wayland_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_host_zwp_text_input_wrapper_v1_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_h patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_diagnostics_perf-jit_cc patch-v8_src_execution_isolate_cc Added files: www/chromium/patches: patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_threading_hang_watcher_cc patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_signin_signin_view_controller_cc patch-chrome_browser_ui_signin_signin_view_controller_delegate_h patch-chrome_browser_ui_views_dark_mode_manager_linux_h patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-chrome_common_media_cdm_registration_cc patch-chrome_common_media_component_widevine_cdm_hint_file_linux_h patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_commerce_strings_grdp patch-components_policy_core_common_policy_paths_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_webid_idp_network_request_manager_cc patch-device_fido_get_assertion_request_handler_cc patch-gpu_vulkan_semaphore_handle_cc patch-media_cdm_library_cdm_cdm_paths_gni patch-net_cert_pki_general_names_h patch-net_filter_zstd_source_stream_cc patch-net_http_http_auth_handler_negotiate_cc patch-net_http_http_auth_preferences_cc patch-net_http_http_auth_preferences_h patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_h patch-services_network_public_cpp_features_cc patch-third_party_widevine_cdm_widevine_gni patch-ui_base_ui_base_switches_cc patch-ui_base_ui_base_switches_h patch-ui_gfx_linux_dmabuf_uapi_h Removed files: www/chromium/patches: patch-chrome_browser_enterprise_connectors_analysis_content_analysis_delegate_cc patch-chrome_browser_enterprise_connectors_connectors_manager_cc patch-chrome_browser_enterprise_connectors_connectors_manager_h patch-chrome_browser_ui_autofill_chrome_autofill_client_cc patch-chrome_browser_ui_signin_view_controller_cc patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_test_chromedriver_chrome_client_hints_h patch-content_public_common_common_param_traits_macros_h patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_stateless_sl_instance_device_cpp patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_utils_vk_layer_utils_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vulkan_generated_vk_extension_helper_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc Log message: update to 118.0.5993.70 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 06:00:41 Modified files: databases/iodbc: Makefile distinfo databases/iodbc/patches: patch-iodbc_connect_c patch-samples_Makefile_in databases/iodbc/pkg: PLIST-admin PLIST-main Added files: databases/iodbc/patches: patch-iodbcinst_dlf_h Log message: update to iodbc-3.52.16 (belated; upstream moved to github, so portroach didn't find it) CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 06:30:23 Modified files: sysutils/ansible-core: Makefile distinfo Log message: Update ansible-core 2.15.4 -> 2.15.5 Changelog: https://github.com/ansible/ansible/blob/stable-2.15/changelogs/CHANGELOG-v2.15.rst#v2-15-5 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/12 06:31:15 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Remove default sets answer The autoinstall(8) response file contains only non-defaults, except for Set name(s)? (or 'abort' or 'done') [done] done which is the hardcoded default since 2009. Added in 2019 r1.23 "Let sysupgrade(8) create auto_upgrade.conf file [...]" with all others, remove the exception. OK florian CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 06:31:57 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 8.4.0 -> 8.5.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst#v8-5-0 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/12 06:49:01 Modified files: . : 74.html Log message: Delete entry regarding new libevent manuals, they are not installed yet. Add a few more manual page hyperlinks. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/12 06:56:26 Modified files: lib/libc/sys : sysctl.2 Log message: for a few sysctl nodes, mention standard or at least more widely available libc API functions and utility programs that produce equivalent output on OpenBSD; OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 06:56:55 Modified files: x11/mate/system-monitor: Makefile distinfo x11/mate/system-monitor/pkg: PLIST Log message: update to 1.26.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 06:58:46 Modified files: net/zabbix : Makefile distinfo net/zabbix/pkg : PLIST-web Log message: update to 6.4.7 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 07:09:10 Modified files: net/zeromq : Makefile distinfo Removed files: net/zeromq/patches: patch-tests_testutil_hpp Log message: update to 4.3.5 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/12 07:25:08 Modified files: . : 74.html Log message: fix the grammar and hyperlink in the entry for vmd/parse.y rev. 1.64; broken link reported by Wallin CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/12 08:06:08 Modified files: . : 74.html Log message: three more entries after going through /usr/src/bin/ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/12 08:16:28 Modified files: usr.sbin/bgpd : rde_update.c Log message: In up_generate_addpath_all() ensure that the new prefix is valid. This should fix a fatal error reported by Arend Brouwer (arend at eritap com) when "announce add-path send all" is used. As a workaround "announce add-path send best plus 500" can used. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/12 08:22:08 Modified files: usr.sbin/bgpd : rde_decide.c Log message: Before calling rde_generate_updates() with EVAL_ALL ensure that the new path is actually eligible. If this is not the case pass NULL instead. This is an optimisation to bypass extra work if both old and new path were ineligible. OK tb@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/12 09:16:44 Modified files: usr.sbin/btrace: bt_parse.y bt_parser.h btrace.c Log message: bt(5), btrace(8): add support for binary modulo operator ('%') Link: https://marc.info/?l=openbsd-tech&m=169695435209410&w=2 ok mpi@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/12 09:32:38 Modified files: share/man/man9 : timeout.9 sys/sys : timeout.h sys/kern : kern_timeout.c Log message: timeout: add TIMEOUT_MPSAFE flag Add a TIMEOUT_MPSAFE flag to signal that a timeout is safe to run without the kernel lock. Currently, TIMEOUT_MPSAFE requires TIMEOUT_PROC. When the softclock() is unlocked in the future this dependency will be removed. On MULTIPROCESSOR kernels, softclock() now shunts TIMEOUT_MPSAFE timeouts to a dedicated "timeout_proc_mp" bucket for processing by the dedicated softclock_thread_mp() kthread. Unlike softclock_thread(), softclock_thread_mp() is not pinned to any CPU and runs run at IPL_NONE. Prompted by bluhm@. Lots of input from bluhm@. Joint work with mvs@. Prompt: https://marc.info/?l=openbsd-tech&m=169646019109736&w=2 Thread: https://marc.info/?l=openbsd-tech&m=169652212131109&w=2 ok mvs@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/12 10:37:05 Modified files: lib/libc/dlfcn : init.c Log message: Static binaries which do not call execve() were not calling pinsyscall(SYS_execve, ...). Upon review, this is a fairly small set of programs which either pledge() aggressively or don't usually operate in a risky operating environment. We now point at a location which is definately not a "syscall" instruction. ok kettenis CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/12 10:59:24 Modified files: regress/sbin/disklabel: Makefile regress/sbin/newfs: checknewfs regress/sys/dev/vnd: Makefile regress/sys/kern/mount: Makefile regress/sys/kern/realpath-unmount: Makefile regress/sys/kern/unveil-unmount: Makefile regress/usr.sbin/syslogd: Makefile Log message: Let vnconfig select an unused device as opposed of unconditionally assume vnd0 is available. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/12 11:07:58 Log message: This package provides two Hatch plugins: * version source plugin that reads/writes the package version from the version field of the Node.js package.json file. * metadata hook plugin that reads PEP 621 metadata from the Node.js package.json file. Needed for an update of lang/pcbasic ok sthen@ Status: Vendor Tag: paco Release Tags: paco_20231012 N ports/devel/py-hatch-nodejs-version/Makefile N ports/devel/py-hatch-nodejs-version/distinfo N ports/devel/py-hatch-nodejs-version/pkg/DESCR N ports/devel/py-hatch-nodejs-version/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/12 11:14:17 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: x509_algor: fix error message CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/12 11:26:56 Modified files: lang/pcbasic : Makefile distinfo lang/pcbasic/pkg: PLIST Log message: update lang/pcbasic to 2.0.7 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/12 12:15:08 Modified files: net/curl : Tag: OPENBSD_7_3 Makefile distinfo net/curl/patches: Tag: OPENBSD_7_3 patch-configure_ac patch-lib_vquic_curl_ngtcp2_c net/curl/pkg : Tag: OPENBSD_7_3 PLIST Log message: net/curl: security update to 8.4.0 Changes: * curl: add support for the IPFS protocols via HTTP gateway * curl_multi_get_handles: get easy handles from a multi handle Includes fixes for * CVE-2023-38545: SOCKS5 heap buffer overflow * CVE-2023-38546: cookie injection with none file CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/12 12:21:31 Modified files: misc/remind : Makefile distinfo Log message: update to remind-4.2.7 From Martin Ziemer (maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/12 12:51:52 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231012 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 13:15:21 Modified files: sys/net : if_pflog.c Log message: pflog(4) logs packet dropped by default rule with block. If a packet is malformed, it is dropped by pf(4). The rule referenced in pflog(4) is the default rule. As the default rule is a pass rule, tcpdump printed "pass" although the packet was actually dropped. To avoid confusion, change the action to drop. Then tcpdump prints "block". OK sashan@ kn@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2023/10/12 13:29:49 Modified files: . : 74.html Log message: Misc fdisk(8), disklabel(8), installboot(8), ucom(4), cu(1) entries and tweaks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/12 13:30:50 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/12 14:43:38 Modified files: devel/p5-String-Tagged: Makefile distinfo Log message: update p5-String-Tagged to 0.22 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/12 14:55:29 Modified files: devel/p5-Devel-NYTProf: Makefile distinfo devel/p5-Devel-NYTProf/pkg: PLIST Log message: update p5-Devel-NYTProf to 6.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/12 15:32:59 Modified files: x11/xkbcommon : Makefile distinfo x11/xkbcommon/pkg: PLIST Log message: Update to libxkbcommon-1.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/12 15:33:40 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.2.1705.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/12 15:39:30 Modified files: print/epson-inkjet-printer-escpr: Makefile distinfo print/epson-inkjet-printer-escpr/patches: patch-lib_epson-escpr-api_c print/epson-inkjet-printer-escpr/pkg: PLIST Log message: Update to epson-inkjet-printer-escpr-1.8.1. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/12 15:58:41 Modified files: . : 74.html Log message: a few more entries CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 16:36:54 Modified files: usr.sbin/syslogd: privsep.c syslogd.c syslogd.h Log message: Retry DNS lookup for remote loghost. If DNS lookup for a remote loghost configured in syslog.conf did not work at startup, the entry was ignored. Better retry the lookup in intervals until it succeeds. Improve debug output to print IP address after resolution. Unify retry code that resolves DNS for UDP and connects to TCP server. testing and feedback from Paul de Weerd; OK deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 16:41:30 Modified files: regress/usr.sbin/syslogd: args-proto-udp4-host6.pl args-proto-udp6-host4.pl Added files: regress/usr.sbin/syslogd: args-dns-tcp-retry.pl args-dns-tls-retry.pl args-dns-udp-retry.pl Log message: Test retry after DNS lookup failure. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 18:00:52 Removed files: gnu/usr.bin/cvs/zlib: .cvsignore ChangeLog FAQ INDEX Make_vms.com Makefile.b32 Makefile.bor Makefile.dj2 Makefile.in Makefile.msc Makefile.riscos Makefile.sas Makefile.tc Makefile.wat README adler32.c algorithm.txt compress.c configure crc32.c deflate.c deflate.h descrip.mms example.c gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h maketree.c minigzip.c trees.c trees.h uncompr.c zconf.h zlib.3 zlib.h zutil.c zutil.h gnu/usr.bin/cvs/zlib/amiga: Makefile.pup Makefile.sas gnu/usr.bin/cvs/zlib/contrib: README.contrib visual-basic.txt gnu/usr.bin/cvs/zlib/contrib/asm386: gvmat32.asm gvmat32c.c mkgvmt32.bat zlibvc.def zlibvc.dsp zlibvc.dsw gnu/usr.bin/cvs/zlib/contrib/asm586: README.586 match.S gnu/usr.bin/cvs/zlib/contrib/asm686: README.686 match.S gnu/usr.bin/cvs/zlib/contrib/delphi: zlib.mak zlibdef.pas gnu/usr.bin/cvs/zlib/contrib/delphi2: d_zlib.bpr d_zlib.cpp readme.txt zlib.bpg zlib.bpr zlib.cpp zlib.pas zlib32.bpr zlib32.cpp gnu/usr.bin/cvs/zlib/contrib/iostream: test.cpp zfstream.cpp zfstream.h gnu/usr.bin/cvs/zlib/contrib/iostream2: zstream.h zstream_test.cpp gnu/usr.bin/cvs/zlib/contrib/minizip: ChangeLogUnzip Makefile miniunz.c minizip.c readme.txt unzip.c unzip.def unzip.h zip.c zip.def zip.h zlibvc.def zlibvc.dsp zlibvc.dsw gnu/usr.bin/cvs/zlib/contrib/untgz: Makefile makefile.w32 untgz.c gnu/usr.bin/cvs/zlib/msdos: Makefile.b32 Makefile.bor Makefile.dj2 Makefile.emx Makefile.msc Makefile.tc Makefile.w32 Makefile.wat zlib.def zlib.rc gnu/usr.bin/cvs/zlib/nt: Makefile.emx Makefile.gcc Makefile.nt zlib.dnt gnu/usr.bin/cvs/zlib/os2: Makefile.os2 zlib.def Log message: Remove ancient version of zlib bundled with GNU cvs. Avoid false positive in security scan. Removal of embedded zlib ensures that cvs is linked dynamically with /usr/lib/libz.so. We do not want any zlib 1.1.3 from 2001 in our source tree. no binary diff; OK millert@ deraadt@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/12 18:10:17 Modified files: . : 74.html Log message: remove incomplete sentence CVSROOT: /cvs Module name: www Changes by: kevlo@cvs.openbsd.org 2023/10/12 19:48:44 Modified files: . : 74.html Log message: mention rtl8153d CVSROOT: /cvs Module name: www Changes by: dv@cvs.openbsd.org 2023/10/12 20:26:29 Modified files: . : 74.html Log message: another vmm mention for the list CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/12 20:46:32 Modified files: . : 74.html Log message: Supressed -> Suppressed CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/12 23:15:01 Modified files: devel/geany : Makefile distinfo devel/geany/pkg: PLIST Log message: devel/geany: update to 1.38 from Rob Schmersel, ok MAINTAINER CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/12 23:29:09 Modified files: . : 74.html Log message: move entry on enabling phys for xhci at fdt out of network section CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/12 23:47:35 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Improve the description of X509_ALGOR_dup(3) The old description was vague, but strictly speaking a lie, so make it more precise and turn the lie into a truth. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/12 23:49:34 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Tweak previous by using the argument name, not its type CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 00:27:30 Modified files: net/haproxy : Makefile Log message: haproxy: enable QUIC support A substantial amount of effort was spent over a year ago to make QUIC work in libssl. haproxy upstream has gone to quite some length to make this work with LibreSSL and they run their CI with it. To make use it, users still have to opt in using the quic{4,6}@: keywords and the h3 alpn: https://www.haproxy.com/blog/how-to-enable-quic-load-balancing-on-haproxy ok danj jsing CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 00:31:50 Added files: devel/llvm/16/patches: patch-clang_tools_clang-shlib_CMakeLists_txt patch-llvm_tools_llvm-shlib_CMakeLists_txt Log message: devel/llvm/16: fix build on sparc64, ok robert This ports the OPENBSD_LD_IS_LLD hack from llvm-13 to llvm-16. This commit unbreaks the build, but not the packaging of llvm-16 on sparc64. No package change on architectures where llvm/16 already builds. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 00:34:11 Modified files: devel/llvm : Makefile.inc Log message: devel/llvm: unbreak packaging on sparc64, ok robert The packaging on sparc64 was broken since gcc has /usr/include/unwind.h and the post-install hook removed it from the fake directory. So skip its removal. No package change on architectures where llvm/16 builds. CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/13 00:41:06 Modified files: . : 74.html Log message: add smtpd entries CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/13 01:14:58 Modified files: devel/llvm/13 : Makefile devel/llvm/16 : Makefile devel/llvm/files: README-main Log message: Hint how to use ports clang for base builds; from/OK robert CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/13 01:21:00 Modified files: . : 74.html Log message: remove openssl(1) line from hardware section ok tb@ CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/13 01:22:51 Modified files: build : Makefile build/mirrors : openbgpd-ftp.html.head Log message: OpenBGPD-portable 8.3 release CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/13 01:23:16 Modified files: openbgpd : ftp.html Log message: Regen CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/13 01:37:35 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: Add missing Ns in argument list of announce (IPv4|IPv6) ... CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/13 01:55:57 Modified files: regress/usr.sbin/bgpd/integrationtests: bgpd.ixp.rdomain2_1.conf bgpd.ixp.rdomain2_2.conf bgpd.ixp.rdomain2_3.conf bgpd.ixp.rdomain2_4.conf ixp.rdomain1.ok Log message: Force the router-id on all bgpd instances to make the expected output predictable. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/10/13 02:14:54 Modified files: security/pdfcrack: Makefile distinfo Log message: Update to pdfcrack-0.20. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/10/13 02:22:34 Modified files: databases/py-pygresql: Makefile distinfo databases/py-pygresql/pkg: PLIST Log message: Update to py-pygresql-6.0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/13 02:57:13 Modified files: infrastructure/lib/DPB: Config.pm Log message: allows for an exception property to have a value, e.g., pin:host for some port. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:23:58 Modified files: devel/leiningen: Makefile distinfo devel/leiningen/patches: patch-bin_lein-pkg Log message: update devel/leiningen to 2.10.0; ok kn@ do one more attempt at running the script under ksh instead of bash. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:24:27 Modified files: archivers/zpaqfranz: Makefile distinfo Log message: update archivers/zpaqfranz to 58.10; diff from MAINTAINER CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:25:01 Modified files: devel/poedit : Makefile distinfo devel/poedit/pkg: PLIST Log message: update devel/poedit to 3.4 changelog: https://github.com/vslavik/poedit/releases/tag/v3.4-oss CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:27:20 Modified files: graphics/nsxiv : Makefile distinfo Log message: update graphics/nsxiv to v32; ok MAINTAINER Thim Cederlund - drop the legacy loaders (that are actually already unused since we have an up-to-date imlib2) - correct the pre-build comment: git doesn't break the build, but it's still useless. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:28:49 Modified files: plan9/plan9port: Makefile distinfo Log message: update plan9/plan9port to a newest commit (20230913); ok gsoares@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/13 04:01:31 Modified files: . : 74.html Log message: move rkusbphy(4) line out of network hardware section CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/13 04:14:01 Modified files: sysutils/py-schedule: Makefile distinfo Log message: Update py-schedule to 1.2.1. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 04:45:58 Modified files: devel : Makefile Log message: +py-hatch-nodejs-version,python3 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 05:29:01 Modified files: . : 74.html Log message: four more manual page hyperlinks CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/10/13 06:06:49 Modified files: usr.sbin/rpki-client: Makefile as.c aspa.c cert.c extern.h filemode.c gbr.c geofeed.c ip.c main.c mft.c parser.c roa.c rpki-client.8 rsc.c tak.c Added files: usr.sbin/rpki-client: constraints.c rfc3779.c Log message: Allow imposing constraints on RPKI trust anchors The ability to constrain a RPKI Trust Anchor's effective signing authority to a limited set of Internet Number Resources allows Relying Parties to enjoy the potential benefits of assuming trust, within a bounded scope. Some examples: ARIN does not support inter-RIR IPv6 transfers, so it wouldn't make any sense to see a ROA subordinate to ARIN's trust anchor covering RIPE-managed IPv6 space. Conversely, it wouldn't make sense to observe a ROA covering ARIN-managed IPv6 space under APNIC's, LACNIC's, or RIPE's trust anchor - even if a derived trust arc (a cryptographically valid certificate path) existed. Along these same lines, AFRINIC doesn't support inter-RIR transfers of any kind, and none of the RIRs have authority over private resources like 10.0.0.0/8 and 2001:db8::/32. For more background see: https://datatracker.ietf.org/doc/draft-snijders-constraining-rpki-trust-anchors/ https://mailman.nanog.org/pipermail/nanog/2023-September/223354.html With and OK tb@, OK claudio@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/13 06:12:05 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Added files: regress/usr.sbin/rpki-client: constraints-dummy.c Log message: Adjust regress to cope with constraints CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/13 06:51:38 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_partition_root_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_system_sys_info_h patch-base_test_launcher_test_launcher_cc patch-base_trace_event_trace_log_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_config_ozone_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_generated_resources_grd patch-chrome_app_settings_strings_grdp patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_defaults_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_service_factory_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_h patch-chrome_browser_enterprise_signals_device_info_fetcher_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_net_system_network_context_manager_h patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_policy_policy_value_and_status_aggregator_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_aura_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_frame_h patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_style_views_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_management_management_ui_handler_cc patch-chrome_browser_ui_webui_management_management_ui_handler_h patch-chrome_browser_ui_webui_realbox_realbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_shortcut_sub_manager_cc patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_linux_cc patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_test_BUILD_gn patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_payments_strings_grdp patch-components_device_signals_core_browser_user_permission_service_impl_cc patch-components_embedder_support_user_agent_utils_cc patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_feed_core_v2_feed_network_impl_unittest_cc patch-components_management_strings_grdp patch-components_metrics_metrics_log_cc patch-components_optimization_guide_core_tflite_model_executor_h patch-components_password_manager_core_browser_login_database_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_renderer_host_render_frame_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_aura_h patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-content_browser_utility_process_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_BUILD_gn patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_shell_BUILD_gn patch-content_shell_browser_shell_browser_main_parts_cc patch-content_test_BUILD_gn patch-content_utility_utility_main_cc patch-extensions_browser_api_networking_private_networking_private_delegate_factory_cc patch-extensions_common_command_cc patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-headless_lib_browser_headless_browser_main_parts_posix_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_capture_video_linux_v4l2_capture_delegate_h patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-net_BUILD_gn patch-net_url_request_url_request_context_builder_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-printing_mojom_printing_context_mojom_traits_h patch-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-printing_print_settings_h patch-printing_printing_context_linux_cc patch-sandbox_policy_features_cc patch-services_device_geolocation_location_arbitrator_cc patch-services_device_public_mojom_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_service_cc patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc patch-services_video_capture_video_capture_service_impl_cc patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_formatutils_cpp patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_layout_ng_grid_ng_grid_layout_algorithm_cc patch-third_party_blink_renderer_core_paint_object_paint_properties_sparse_h patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_modules_webgpu_gpu_queue_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_video_capture_video_capture_impl_cc patch-third_party_boringssl_src_util_generate_build_files_py patch-third_party_cpuinfo_cpuinfo_gni patch-third_party_libsync_src_sync_c patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-tools_protoc_wrapper_protoc_wrapper_py patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_color_color_id_h patch-ui_gfx_BUILD_gn patch-ui_gfx_codec_png_codec_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_switches_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_ozone_platform_headless_vulkan_implementation_headless_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_wayland_window_cc patch-ui_ozone_platform_wayland_host_wayland_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_host_zwp_text_input_wrapper_v1_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_h patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_diagnostics_perf-jit_cc patch-v8_src_execution_isolate_cc Added files: www/ungoogled-chromium/patches: patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_threading_hang_watcher_cc patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_signin_signin_view_controller_cc patch-chrome_browser_ui_signin_signin_view_controller_delegate_h patch-chrome_browser_ui_views_dark_mode_manager_linux_h patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-chrome_common_media_cdm_registration_cc patch-chrome_common_media_component_widevine_cdm_hint_file_linux_h patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_commerce_strings_grdp patch-components_policy_core_common_policy_paths_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_webid_idp_network_request_manager_cc patch-device_fido_get_assertion_request_handler_cc patch-gpu_vulkan_semaphore_handle_cc patch-media_cdm_library_cdm_cdm_paths_gni patch-net_cert_pki_general_names_h patch-net_filter_zstd_source_stream_cc patch-net_http_http_auth_handler_negotiate_cc patch-net_http_http_auth_preferences_cc patch-net_http_http_auth_preferences_h patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_h patch-services_network_public_cpp_features_cc patch-third_party_widevine_cdm_widevine_gni patch-ui_base_ui_base_switches_cc patch-ui_base_ui_base_switches_h patch-ui_gfx_linux_dmabuf_uapi_h Removed files: www/ungoogled-chromium/patches: patch-chrome_browser_enterprise_connectors_analysis_content_analysis_delegate_cc patch-chrome_browser_enterprise_connectors_connectors_manager_cc patch-chrome_browser_enterprise_connectors_connectors_manager_h patch-chrome_browser_ui_autofill_chrome_autofill_client_cc patch-chrome_browser_ui_signin_view_controller_cc patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_test_chromedriver_chrome_client_hints_h patch-content_public_common_common_param_traits_macros_h patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_stateless_sl_instance_device_cpp patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_utils_vk_layer_utils_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vulkan_generated_vk_extension_helper_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc Log message: update to 118.0.5993.70 CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/13 07:09:01 Modified files: . : 74.html Log message: Fix sentence in the "Installer, upgrade and bootloader" section. CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2023/10/13 07:28:02 Modified files: sys/dev/wsfont : wsfont.c Removed files: sys/dev/wsfont : bold8x16-iso1.h Log message: Remove bold8x16-iso1 font. This font has been unlinked from the build in January 2019 when it was replaced by Spleen 8x16. OK mpi@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 07:40:34 Modified files: . : 74.html Log message: several new entries after looking through /usr/src/usr.bin/ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/13 07:52:09 Modified files: sys/arch/amd64/conf: RAMDISK_CD Log message: enable dwqe(4) in RAMDISK_CD reminded by jsg@, snapshot test build done by me CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 08:50:39 Modified files: . : 74.html Log message: new entries for ktrace1(2), imsg, modf(3), oBER and pcap after looking through /usr/src/lib/ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/13 09:41:25 Modified files: sys/dev/fdt : sxipio.c sxipio_pins.h sxipiovar.h Log message: Add Allwinner D1 support. ok mbuhl@, patrick@, dlg@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 10:24:49 Log message: Import print/luametatex. Minimal TeX engine for use with ConTeXt. OK tb@, thanks. Status: Vendor Tag: edd Release Tags: edd_20231013 N ports/print/luametatex/Makefile N ports/print/luametatex/distinfo N ports/print/luametatex/pkg/DESCR N ports/print/luametatex/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 10:25:57 Modified files: print : Makefile Log message: Link print/luametatex. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 10:33:31 Modified files: . : 74.html Log message: mention zlib 1.3; OK tb@ benno@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 10:36:52 Modified files: . : 74.html Log message: oops, fix previous, i forgot the "(+ patches)" on the zlib line CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/10/13 10:48:08 ports/sysutils/u-boot/rk356x Update of /cvs/ports/sysutils/u-boot/rk356x In directory cvs.openbsd.org:/tmp/cvs-serv50775/rk356x Log Message: Directory /cvs/ports/sysutils/u-boot/rk356x added to the repository CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/10/13 10:48:53 ports/sysutils/u-boot/rk356x/files Update of /cvs/ports/sysutils/u-boot/rk356x/files In directory cvs.openbsd.org:/tmp/cvs-serv55017/files Log Message: Directory /cvs/ports/sysutils/u-boot/rk356x/files added to the repository CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/10/13 10:48:53 ports/sysutils/u-boot/rk356x/pkg Update of /cvs/ports/sysutils/u-boot/rk356x/pkg In directory cvs.openbsd.org:/tmp/cvs-serv55017/pkg Log Message: Directory /cvs/ports/sysutils/u-boot/rk356x/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/13 10:49:37 Modified files: www/nghttp2 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to nghttp2-1.57.0 (mitigates CVE-2023-44487, HTTP/2 rapid reset attack, for servers using nghttp2) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/13 10:53:42 Modified files: devel/gopls : Makefile distinfo modules.inc Log message: Update to gopls-0.13.2 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/13 10:54:00 Modified files: security/gosec : Makefile distinfo modules.inc security/gosec/pkg: DESCR Log message: Update to gosec-2.18.0 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/13 10:54:24 Modified files: devel/goreleaser: Makefile distinfo modules.inc Log message: Update to goreleaser-1.21.2 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:15:18 Modified files: print/texlive : Makefile.inc print/texlive/base: Makefile distinfo print/texlive/base/patches: patch-texk_dvisvgm_dvisvgm-src_src_Makefile_in patch-texk_web2c_luatexdir_lua_luatex-core_c print/texlive/base/pkg: PLIST-main PLIST-mktexlsr PLIST-synctex README-main print/texlive/texmf: Makefile adj.mk distinfo symlinks.mk print/texlive/texmf/files: mk_adj.py update_plist_hints.py write_plists.py print/texlive/texmf/patches: patch-texmf-dist_doc_man_man1_bib2gls_1 patch-texmf-dist_doc_man_man1_convertgls2bib_1 patch-texmf-dist_web2c_texmf_cnf patch-texmf-dist_web2c_texmfcnf_lua print/texlive/texmf/pkg: PLIST-buildset PLIST-context PLIST-docs PLIST-full PLIST-main Added files: print/texlive/texmf/patches: patch-texmf-dist_doc_info_latex2e-es_info patch-texmf-dist_scripts_context_lua_mtxrun_lua patch-texmf-dist_tex_context_base_mkiv_data-res_lua print/texlive/texmf/pkg: MESSAGE-context Removed files: print/texlive/base/patches: patch-texk_dvisvgm_dvisvgm-src_src_Ghostscript_cpp print/texlive/texmf/patches: patch-texmf-dist_scripts_context_stubs_unix_mtxrun Log message: print/texlive: Update to 2023. Unfortunately I was unable to get ConTeXt working with the new luametatex engine, so ConTeXt is broken for now. I will attempt to fix it at some point, but in the meantime, we can't let it block the TeX Live update. OK, tb@, thanks! CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:16:16 ports/books/tex-by-topic/patches Update of /cvs/ports/books/tex-by-topic/patches In directory cvs.openbsd.org:/tmp/cvs-serv28566/patches Log Message: Directory /cvs/ports/books/tex-by-topic/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/13 13:18:54 Modified files: www/tomcat/v10 : Makefile Log message: fix JDK version, tomcat 10.1 requires 11+ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:24:39 Modified files: books/tex-by-topic: Makefile distinfo Added files: books/tex-by-topic/patches: patch-Makefile Log message: books/tex-by-topic: update to version 20230810. Needed to build with TeX Live 2023. I contacted the author asking if he will be making any more formal releases, and he said he won't be. Hence using a git snapshot. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/13 13:28:59 Modified files: regress/sys/fileops: Makefile.inc Log message: Use the idiom in cleanup target like many others in regress already does. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:30:15 Modified files: editors/neovim : Makefile distinfo editors/neovim/patches: patch-static-deps_luajit_src_host_buildvm_asm_c patch-static-deps_luajit_src_lj_arch_h editors/neovim/pkg: PLIST Log message: editors/neovim: update to version 0.9.4. Diff from Laurent Cheylus. OK kn@. Thanks both. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/13 13:30:18 Modified files: regress/sys/mfs_noperm: Makefile Log message: Use a unique mount point rooted in /mnt in order to not conflict with other tests. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/13 14:33:51 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/13 15:21:30 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/13 15:38:41 Modified files: . : 74.html Log message: Fix a typo: s/artifical/artificial. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/13 16:36:29 Modified files: games/fheroes2 : Makefile distinfo Log message: update to fheroes2 1.0.9 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/13 16:38:11 Modified files: devel/sdl2 : Makefile distinfo Log message: bugfix update to sdl2 2.28.4 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/13 16:41:57 Modified files: audio/faudio : Makefile distinfo games/fna : Makefile distinfo games/fna/patches: patch-src_Content_ContentManager_cs graphics/fna3d : Makefile distinfo graphics/fna3d/patches: patch-CMakeLists_txt Log message: update FNA ports (including fna3d and faudio) to 23.10 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/13 17:10:10 Modified files: . : 74.html Log message: clould -> could CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:12:43 Modified files: lang/ruby : Makefile Log message: Unhook Ruby 3.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:13:19 Removed files: lang/ruby/3.0 : Makefile distinfo lang/ruby/3.0/patches: patch-common_mk patch-compile_c patch-configure patch-ext_etc_etc_c patch-ext_extmk_rb patch-ext_openssl_extconf_rb patch-ext_openssl_ossl_ocsp_c patch-ext_openssl_ossl_pkey_ec_c patch-ext_ripper_depend patch-lib_cgi_cookie_rb patch-lib_fileutils_rb patch-lib_mkmf_rb patch-lib_rubygems_commands_install_command_rb patch-lib_rubygems_dependency_installer_rb patch-lib_rubygems_ext_ext_conf_builder_rb patch-template_builtin_binary_inc_tmpl patch-thread_pthread_h lang/ruby/3.0/pkg: DESCR-gdbm DESCR-main DESCR-ri_docs MESSAGE-main PLIST-gdbm PLIST-main PLIST-ri_docs UNMESSAGE-main Log message: Send Ruby 3.0 to the Attic CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:14:54 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Update quirk for ruby30-* ports CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:15:40 Modified files: lang/ruby : ruby.port.mk Log message: Remove support for building ruby30-* packages for Ruby ports CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:16:58 Modified files: share/man/man5 : ruby-module.5 Log message: Update lang/ruby module documentation for the removal of Ruby 3.0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/13 17:53:08 Modified files: books/tex-by-topic: Makefile Log message: books/tex-by-topic: do not override SITE_GITHUB with obsolete SITES CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/13 18:34:17 Modified files: . : 74.html Log message: delete chunk that needs nothing CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/13 20:09:49 Modified files: security/osv-scanner: Makefile distinfo modules.inc Log message: security/osv-scanner: update to 1.4.1 ok danj@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/13 20:45:31 Modified files: geo/py-xyzservices: Makefile distinfo Log message: geo/py-xyzservices: update to 2023.10.0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/13 23:07:05 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/10/14 00:29:11 Modified files: share/man/man4 : iwm.4 iwn.4 iwx.4 pci.4 Log message: align the intel wifi entries with the other pci wifi entries; ok stsp CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/14 00:37:55 Modified files: emulators/libretro-genesis-plus-gx: Makefile Log message: Enable debug packages. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/14 02:04:15 Modified files: infrastructure/db: dist-tuple.pattern Log message: add codeberg support for DIST_TUPLES; ok kn espie thfr CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2023/10/14 02:25:36 Modified files: faq : current.html Log message: Roll current.html CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/14 02:48:05 Modified files: . : 74.html Log message: 8469 sparc64 packages CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2023/10/14 03:37:55 Added files: faq : upgrade74.html Log message: Initial 7.4 Upgrade notes CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/14 03:46:14 Modified files: usr.sbin/bgpd : logmsg.c Log message: Rewrite log_peer_info() and log_peer_warn[x]() Passing the peer description as part of the format string was a bad idea since the peer description may include some % signs (e.g. for link local IPv6 addresses). So instead of asprintf a new fmt string use vasprintf to get the message and then use logit("%s: %s", peer_info, msg). OK tb@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 03:53:35 Modified files: . : 74.html Log message: fix merge conflicts CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/14 04:50:11 Modified files: . : 74.html Log message: mention that pkg_add -u can now use the cache from the quirks package (used to reduce mirror load and speed updates) when -stable packages are available - it didn't handle multiple package repos before. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 05:46:50 Modified files: . : 74.html Log message: a few more lines CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/14 05:56:09 Modified files: www/chromium/patches: patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-v8_BUILD_gn www/ungoogled-chromium/patches: patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-v8_BUILD_gn Log message: unbreak build on i386 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 06:54:13 Modified files: . : 74.html Log message: several new entries after looking through /usr/src/sbin/, and make some entries more precise: one entry for iked(8), three for isakmpd(8), and two for ifconfig(8) CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/14 07:05:43 Modified files: regress/sys/kern/pipe: test-kqueue.c Log message: Suppress harmless EPIPE errors during test shutdown. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:26:21 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.31.63. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:26:30 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.63. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:26:50 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.29.63. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:28:11 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.52.3. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/14 07:32:55 Modified files: . : 74.html Log message: wrong section for pkg_add, pointed out sobrado@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 07:40:34 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 08:04:22 Modified files: games/taisei : Makefile Log message: mark BROKEN-i386, SSE issues during build CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 08:12:48 Modified files: . : 74.html Log message: many more manual page hyperlinks CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 08:43:17 Modified files: . : 74.html Log message: more changes and merge with manpage link update CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 09:23:40 Modified files: . : 74.html Log message: discuss hw.battery management sysctl(2) at one place, not at four different places CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 09:24:44 Modified files: graphics/darktable: Makefile distinfo graphics/darktable/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_common_darktable_h patch-src_external_rawspeed_cmake_compiler-flags_cmake graphics/darktable/pkg: PLIST Log message: update to darktable-4.4.2 add BDEP on devel/py-jsonschema,python3 - it's used during build if found at configure time - as found by naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 09:26:50 Modified files: graphics/darktable: Makefile Log message: also picks up portmidi if present during configure CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/14 09:28:17 Modified files: devel/nuget : Makefile distinfo Log message: update nuget to 6.6.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 09:35:46 Modified files: www/chromium : Makefile www/ungoogled-chromium: Makefile Log message: use DPB_PROPERTIES=lonesome on i386 in an attempt to put some kind of cap on the swapping during build (I set parallel2 to lower than parallel in dpb), for the larger C++ files it's not uncommon to see 800+MB per compiler process already present in iridium CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/14 09:35:58 Modified files: x11/qt6/qtwebengine: Makefile Log message: x11/qt6/qtwebengine: copy arch restrictions and dpb properties from qt5 ok tb@ CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/14 09:39:55 Modified files: . : 74.html Log message: Fix a couple of typos. CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/14 09:53:00 Modified files: audio/mpd : Makefile distinfo Log message: audio/mpd: update to 0.23.14 ok landry@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 10:02:49 Modified files: . : 74.html Log message: resolve duplication of the pfsync(4) entry and move it to the "SMP Improvements" section because that appears to be the main goal of the rewrite CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2023/10/14 10:54:39 Modified files: faq : upgrade74.html Log message: Add the change of shutdown(8) to using the _shutdown group to the upgrade configuration changes. Pointed out by benno@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 11:21:15 Modified files: . : 74.html Log message: Collect all pf(4) entries in one place rather than scattering them in five different places. Rewrite the DIOCXEND entry such that it becomes intelligible. CVSROOT: /cvs Module name: www Changes by: cheloha@cvs.openbsd.org 2023/10/14 11:55:54 Modified files: . : 74.html Log message: 74.html: SMP Improvements: drop mention of clockintr_queue mutex Change not significant enough to warrant mention. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/10/14 12:10:47 Modified files: usr.sbin/fw_update: fw_update.sh Log message: Verify but don't overwrite SHA256.sig in fw_update(8) Signify is happy to overwite the file with the signature stripped off. However, if we do that, when downloading firmware we lose the ability to check the signature before verifying checksums on the downloaded files. Noticed by Thomas Right deraadt@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:16:54 Modified files: . : 74.html Log message: Collect all entries related to TSO and LRO in one place rather than scattering them in three different places. In particular, move ix(1) out of the wireless section to avoid offending optical fibers. Also choose a more logical order for these entries and reword parts of them such that they become easier to understand. Remove one entry describing the modification of a feature that did not exist yet when 7.3 was released. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:24:33 Modified files: . : 74.html Log message: delete one duplicate entry related to ksh(1) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:30:35 Modified files: . : 74.html Log message: delete one duplicate entry related to shutdown(8) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:43:22 Modified files: . : 74.html Log message: resolve duplication of the entry for malloc(3) leak detection and add some manual page hyperlinks to it CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:50:52 Modified files: . : 74.html Log message: resolve duplication of an entry related to pax(1) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/14 13:02:17 Modified files: lib/libc/sys : sysctl.2 Log message: Document the hw.battery sysctls. ok benno@, jmc@, schwarze@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 13:08:51 Modified files: . : 74.html Log message: add manual page links for bge(4), rkpciephy(4), and sncodec(4) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 13:12:30 Modified files: . : 74.html Log message: delete two duplicate entries for iked(8) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 13:15:51 Modified files: . : 74.html Log message: one more manual page link for relayd(8) CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 13:30:41 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 13:47:37 Modified files: . : 74.html Log message: a few more new things CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 13:50:15 Added files: x11/qt5/qtbase/patches: patch-src_platformsupport_input_xkbcommon_qxkbcommon_cpp x11/qt6/qtbase/patches: patch-src_gui_platform_unix_qxkbcommon_cpp Log message: xkb: fix build with libxkbcommon 1.6.0 and later (from upstream) CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 13:53:05 Modified files: . : 74.html Log message: Improve the Security section, with help from kettenis@, Thanks! CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/14 14:56:07 Modified files: cad/solvespace : Makefile geo/lib2geom : Makefile graphics/libvips: Makefile mail/msmtp : Makefile math/datamash : Makefile Log message: explicitly specify gettext subpackage in *_DEPENDS Specify "devel/gettext,-runtime" rather than depending on "devel/gettext" expanding to this. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/14 15:13:43 Modified files: . : 74.html Log message: try to avoid using "we" CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:32:04 Modified files: . : 74.html Log message: last entries, still some formatting and reordering to do CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:35:53 Modified files: . : 74.html Log message: remove duplicate and commented out entry and reorder SMP section CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:42:44 Modified files: . : 74.html Log message: clean and reoorder network stack/userland section CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:44:28 Modified files: . : 74.html Log message: comment out the New/Extended Architectures. No new arch this time, and the single entry is a duplicate of content in the security section. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:47:31 Modified files: . : 74.html Log message: more cleanup, remove dup. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 17:00:49 Modified files: . : 74.html Log message: reorder and fix the drivers section CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2023/10/14 17:43:40 Modified files: faq : upgrade73.html Log message: uncomment links to upgrade74.html CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/14 18:30:41 Modified files: . : 74.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2023/10/14 22:19:25 Modified files: . : 74.html Log message: Fix typo in Chromium version CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/15 01:31:06 Modified files: archivers/snappy: Makefile Log message: Switch homepage to https. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/15 02:42:05 Modified files: security/openssl/libretls: Makefile distinfo security/openssl/libretls/pkg: DESCR PLIST Log message: update libretls to 3.8.1 and switch to libressl 3.1 ok tb@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/15 03:49:57 Modified files: bin/pax : pax.c Log message: Pledge once with or without "proc exec", not twice Spotted while comparing ktraces between 'tar -z' and 'gzcat | tar -f-'. Only the former runs, e.g. gzip(1), but the latter also pledges theses promises just to pledge again immediately afterwards without them. Make the calls mutually exclusive so 'tar -f-' et al. skip the first pledge and thus never have "proc exec" to begin wth. "looks good to me" mbuhl OK millert CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/15 03:54:10 Modified files: security/argon2: Makefile Log message: fix pkg-config version, from JR Aquino Consumers may fail on version constraints, pass the release version. OK sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/15 04:07:43 Modified files: net/psi : Makefile Log message: avoid ports minizip to unbreak build (port still BROKEN) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/15 04:10:34 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/psi : Makefile distinfo net/psi/pkg : DESCR PLIST Log message: Remove net/psi BROKEN since 2020, fails to connect to the server/login into accounts, upstream had commits in may, but still no fix/update after three years. OK rsadowski CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/15 04:45:56 Modified files: . : 74.html Log message: Improve the layout of the security section with

    and
    . While there, make the unveil change to patch easier to read. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 05:13:48 Modified files: . : 74.html Log message: Resolve dupli- and triplication of information about IBT/BTI and PAC. Tighten the wording and tweak HTML markup while there. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/15 05:22:01 Modified files: infrastructure/templates: Makefile.template Log message: zap double empty line CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 05:40:11 Modified files: . : 74.html Log message: Switch a few past tenses to present tense in sections that generally use present tense. Consistent spelling for IPsec and VPN. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/15 06:02:10 Modified files: textproc/libical: Makefile distinfo textproc/libical/patches: patch-CMakeLists_txt Log message: Update to libical-3.0.17. CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/15 06:09:12 Modified files: . : 74.html Log message: Add manual page links for dwiic(4) and axppmic(4). CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:31:25 Modified files: devel/cmake : Makefile distinfo Log message: Update cmake to 3.27.7 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:38:46 Modified files: devel/jenkins/devel: Makefile distinfo devel/jenkins/stable: Makefile distinfo Log message: Update Jenkins -stable and -devel CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 06:39:37 Modified files: . : 74.html Log message: more manpage links for utrace(2), tzset(3), and dmesg(8), fix one broken element, and some punctuation fixes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:47:37 Modified files: net/weechat : Makefile distinfo Log message: weechat to 4.0.5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:52:06 Modified files: devel/kdiff3 : Makefile distinfo devel/kdiff3/pkg: PLIST Log message: kdiff3 to 1.10.6 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 06:53:31 Modified files: . : 74.html Log message: resolve duplication of the imsg/ibuf entry CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 07:10:57 Modified files: . : 74.html Log message: Discuss "bioctl -s" in one place rather than in two different places. Delete the misleading entry "implement a non-interactive mode (-s)" because -s has been documented since OpenBSD 4.9. Add the word "non-interactive" to the other "bioctl -s" entry instead. CVSROOT: /cvs Module name: www Changes by: brynet@cvs.openbsd.org 2023/10/15 07:29:06 Modified files: . : 74.html Log message: aq(4) is not a wireless driver CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 07:36:06 Modified files: . : 74.html Log message: For pax(1), one entry appeared twice and another entry appeared three times. Collect all the information into the two entries that were already close to each other and delete the other three entries. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/15 07:42:14 Modified files: math/netcdf : Makefile math/netcdf/patches: patch-ncdap_test_tst_remote3_sh patch-ncdump_test_scope_sh Added files: math/netcdf/patches: patch-nc_test4_findplugin_in patch-nc_test4_tst_bloscfail_sh patch-nc_test4_tst_filter_sh patch-nc_test4_tst_specific_filters_sh patch-ncdump_test_rcmerge_sh patch-ncdump_testpathcvt_sh Log message: Enable blosc filter support and fix some more tests while there. OK tb@ landry@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 07:50:25 Modified files: . : 74.html Log message: Delete the entries for aucat(1) and find(1) and two of the sub-entries for mg(1) because those changes were trivial and lack notability. CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/15 08:07:39 Modified files: . : 74.html Log message: link mg no-tab-mode and set-default-mode commands CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/15 08:09:32 Modified files: math/py-h5py : Makefile distinfo Log message: Update h5py to 3.10.0 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 08:11:12 Modified files: . : 74.html Log message: some more hyperlinks in the mg(1) section CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/15 08:13:56 Modified files: sysutils/colorls: Makefile distinfo Log message: sysutils/colorls: sync with OpenBSD 7.4 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 08:15:22 Modified files: . : 74.html Log message: put both ld.so(1) entries next to each other, no text change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/15 08:20:10 Modified files: x11/wxWidgets : Makefile distinfo x11/wxWidgets/patches: patch-configure patch-wx-config_in Log message: Update to wxWidgets-gtk3-3.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/15 08:20:27 Modified files: net/filezilla : Makefile x11/wxSVG : Makefile devel/codeblocks: Makefile geo/spatialite/gui: Makefile Log message: Regen WANTLIB after x11/wxWidgets update. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:02:36 Modified files: . : 74.html Log message: manual page link for seq(1), and one more for cron(8) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:18:45 Modified files: . : 74.html Log message: resolve duplication of the entry for RFC9131 neighbor caching CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:32:37 Modified files: . : 74.html Log message: resolve some duplication in the TSO/LRO section CVSROOT: /cvs Module name: src Changes by: chrisz@cvs.openbsd.org 2023/10/15 09:49:47 Modified files: share/man/man9 : audio.9 Log message: audio(9): deprecate start_{output,input} ok ratchov@, kn@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:49:48 Modified files: . : 74.html Log message: Since we now have a dedicated subsection for pf(4), no need to repeat "in pf(4)" all over the place. Add hyperlinks for divert-packet and nat-to. Consistently use all caps for ICMP. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 10:04:01 Modified files: . : 74.html Log message: delete a sec(4) entry that strayed into the tmux(1) section, and consistently spell "route-based" with a hyphen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/15 11:11:14 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs security/rust-openssl-tests/pkg: PLIST Log message: Update rust-openssl-tests to 20231015 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/15 11:19:52 Modified files: security/py-tlsfuzzer: Makefile distinfo security/py-tlsfuzzer/pkg: PLIST Log message: Update to tlsfuzzer 20231014 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/15 12:20:25 Modified files: usr.bin/time : time.c Log message: time(1): miscellaneous style(9) tweaks Use a space after keywords, binary operators require spaces, second-level indents are four spaces, remove some extraneous parentheses and empty lines, fill empty loop bodies with a "continue" statement. No binary change. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 12:24:57 Modified files: textproc/ktextaddons: Makefile distinfo textproc/ktextaddons/pkg: PLIST Log message: Update ktextaddons to 1.5.2 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/15 12:50:00 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/coccinella : Makefile distinfo net/coccinella/files: coccinella net/coccinella/patches: patch-Coccinella_tcl patch-lib_Init_tcl net/coccinella/pkg: DESCR PLIST Log message: Remove net/coccinella Last update 13 years ago, fails to play sound, tries to open /dev/mixer, fails to connect via TLS. OK tb thfr CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 12:56:32 Modified files: devel/qbs : Makefile distinfo Log message: Update Qbs to 2.1.2 CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2023/10/15 13:13:43 Modified files: devel/knfmt : Makefile distinfo Log message: update to knfmt-4.3.0 CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/15 16:36:28 Modified files: faq : upgrade74.html Log message: consistently mark up all occurences of operator and _shutdown CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2023/10/15 17:43:13 Modified files: lang/janet : Makefile distinfo Log message: Update janet to 1.32.0 CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/15 17:45:21 Modified files: www/py-httpbin : Makefile distinfo www/py-httpbin/pkg: PLIST www/py-httpbin/patches: patch-httpbin_core_py Added files: www/py-httpbin/patches: patch-httpbin_filters_py Log message: www/py-httpbin: update to 0.10.0 switch to new upstream and bring up to the latest ok kn@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/15 17:47:07 Removed files: www/py-httpbin/patches: patch-httpbin_core_py Log message: www/py-httpbin: oops, removed missed patch CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/15 20:40:27 Log message: import legendary, a client for Epic Games Store authentication and downloads ok sdk@ DESCR: Legendary is an open-source game launcher that can download and install games from the Epic Games platform on Linux, macOS, Windows, and of course OpenBSD. Features: - Authenticating with Epic's service - Downloading and installing your games and their DLC - Delta patching/updating of installed games - Launching games with online authentication (for multiplayer/DRM) - Syncing cloud saves (compatible with EGL) - Running games with WINE on Linux/macOS - Importing/Exporting installed games from/to the Epic Games Launcher (unsupported on OpenBSD) Status: Vendor Tag: thfr Release Tags: thfr_20231015 N ports/games/legendary/Makefile N ports/games/legendary/distinfo N ports/games/legendary/pkg/DESCR N ports/games/legendary/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/15 20:41:21 Modified files: games : Makefile Log message: +legendary CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/15 23:03:20 Modified files: www/nghttp3 : Makefile distinfo Log message: Update to nghttp3 1.0.0 https://github.com/ngtcp2/nghttp3/releases/tag/v1.0.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/15 23:03:24 Modified files: net/ngtcp2 : Makefile distinfo Log message: Update to ngtcp2 1.0.0 https://github.com/ngtcp2/ngtcp2/releases/tag/v1.0.0 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/15 23:52:06 Modified files: devel/acpica : Makefile Log message: acpica needs ports-gcc rather than base-gcc to compile. Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/15 23:53:06 Modified files: audio/vgmstream: Makefile Log message: audio/vgmstream uses c99. Fixes the build on sparc64 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/16 00:14:20 Modified files: regress/usr.sbin/bgpd/integrationtests: bgpd.ixp.rdomain2_1.conf bgpd.ixp.rdomain2_2.conf bgpd.ixp.rdomain2_3.conf bgpd.ixp.rdomain2_4.conf Log message: Set fib-update no since the fib is not needed here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/16 01:17:29 Modified files: x11/gnome/gcr : Makefile x11/gnome/gcr/pkg: PLIST x11/gnome/gcr4 : Makefile x11/gnome/gcr4/pkg: PLIST Log message: Move gcr-ssh-agent to gcr4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:22:41 Modified files: devel/py-rich : Makefile distinfo Log message: update to py3-rich-13.6.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:23:02 Modified files: textproc/oniguruma: Makefile distinfo textproc/oniguruma/pkg: DESCR Log message: update to oniguruma-6.9.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:23:11 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.4.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:23:16 Modified files: www/tomcat/v9 : Makefile distinfo Log message: update to tomcat-9.0.82 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:35:30 Modified files: print/pdfarranger: Makefile distinfo Log message: update to pdfarranger-1.10.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:43:09 Modified files: audio/snack : Makefile audio/snack/pkg: PLIST-main Removed files: audio/snack/pkg: DESCR-python PLIST-python Log message: drop py2-only unused py-snack subpackage, maintainer timeout, ok kn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:44:01 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirk for py-snack CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:47:19 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/py-simplejson: Makefile distinfo devel/py-simplejson/pkg: PLIST Log message: update to oy3-simplejson-3.19.2 move to py3-only and MODPY_PYBUILD now that floss has been marked BROKEN CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:48:04 Modified files: devel : Makefile Log message: unhook py-simplejson (py2) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:49:41 Modified files: mail/exim : Makefile distinfo Log message: update to exim-4.96.2, from Renaud Allard (maintainer) security fixes for dnsdb lookups and the proxy protocol CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:50:22 Modified files: mail/exim : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to exim-4.96.2, from Renaud Allard (maintainer) security fixes for dnsdb lookups and the proxy protocol CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:51:28 Modified files: devel/py-sure : Makefile distinfo Log message: update to py3-sure-2.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:53:33 Modified files: devel/py-regex : Makefile distinfo Log message: update to py3-regex-2023.10.3 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/16 01:55:00 Modified files: infrastructure/lib/DPB: Vars.pm Log message: improve error messages: save previous non-sensical lines in the state machine, so that "exiting with an error" tells exactly how dump-vars failed without needing to dig up Var.pm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:56:04 Modified files: devel/py-pyproject-api: Makefile distinfo Log message: update to py3-pyproject_api-1.6.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:02:39 Modified files: devel/py-sh : Makefile distinfo devel/py-sh/pkg: PLIST Log message: update to py3-sh-2.0.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:02:47 Modified files: devel/py-stack_data: Makefile distinfo Log message: update to py3-stack_data-0.6.3 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/16 02:13:17 Modified files: infrastructure/lib/DPB: Locks.pm Log message: save and show more info for problematic logfiles CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:27:48 Modified files: devel/py-parsing: Makefile distinfo Log message: update to py3-parsing-3.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:32:34 Modified files: devel/py-pluggy: Makefile distinfo devel/py-pluggy/pkg: PLIST Log message: update to py3-pluggy-1.3.0 CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/10/16 02:33:16 Modified files: usr.bin/mg : mg.1 Log message: reinstate space-to-tabstop entry in the manpage removed in rev 1.95 since was hidden behind NOTAB, and forgot to be re-added when no-tab-mode was resurrected. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:34:12 Modified files: databases/py-peewee: Makefile distinfo Log message: update to py3-peewee-3.17.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:35:12 Modified files: databases/py-sqlobject: Makefile distinfo Log message: update to py3-sqlobject-3.10.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:35:18 Modified files: databases/py-odbc: Makefile distinfo databases/py-odbc/patches: patch-src_connection_cpp Log message: update to py3-odbc-5.0.1 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/16 02:40:01 Modified files: usr.bin/ssh : sshkey.c Log message: Move declaration of "len" into the block where it's used. This lets us compile Portable with -Werror with when OpenSSL doesn't have Ed25519 support. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/10/16 02:41:24 Modified files: lang/sbcl : Makefile lang/sbcl/pkg : PLIST Log message: lang/sbcl: remove sb-simd on amd64 it requires AVX2 support on the build machine, else the files aren't generated and make the packaging to fail. so don't package them. reported by espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:43:08 Modified files: devel/py-pathspec: Makefile distinfo Log message: update to py3-pathspec-0.11.2 CVSROOT: /cvs Module name: www Changes by: rsadowski@cvs.openbsd.org 2023/10/16 04:19:45 Modified files: . : 74.html Log message: Fix KDE Frameworks version CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/16 04:23:45 Modified files: emulators/ppsspp: Makefile distinfo emulators/ppsspp/patches: patch-CMakeLists_txt Log message: Update to ppsspp-1.16.6. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/16 04:25:46 Modified files: usr.sbin/bgpd : bgpd.h kroute.c rde.c rde.h rde_peer.c rde_rib.c session.c session.h Log message: Improve IPv6 link-local address handling When a session is established determine the possible interface scope of that session. The scope is only set when the remote address is directly connected. This interface scope is passed to the RDE that uses this information when link-local nexthops are received. Again checking that a link-local nexthop is actually acceptable. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/16 04:26:51 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.lladdr.rdomain1.conf bgpd.lladdr.rdomain2.conf lladdr.rdomain1.ok lladdr.rdomain2.ok lladdr.sh Log message: Add regress test to verify that IPv6 link-local addresses work CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/16 04:27:15 Log message: Import apertium-recursive-1.0.1. Apertium-recursive is an alternative to apertium-transfer, apertium-interchunk, and apertium-postchunk. It uses a GLR parser rather than chunking and so can apply rules recursively. Rules can be written in a format almost identical to that of apertium-transfer or in a somewhat Yacc-like format created for this purpose. ok jeremy@ Status: Vendor Tag: bentley Release Tags: bentley_20231016 N ports/textproc/apertium-recursive/Makefile N ports/textproc/apertium-recursive/distinfo N ports/textproc/apertium-recursive/pkg/DESCR N ports/textproc/apertium-recursive/pkg/PLIST N ports/textproc/apertium-recursive/patches/patch-src_randpath_cc N ports/textproc/apertium-recursive/patches/patch-src_rtx_comp_cc N ports/textproc/apertium-recursive/patches/patch-src_rtx_decomp_cc N ports/textproc/apertium-recursive/patches/patch-src_rtx_proc_cc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/16 04:28:30 Log message: Import apertium-regtest-0.9.1. Apertium-regtest is a program for managing regression tests and corpora for Apertium language data and translators. ok jeremy@ Status: Vendor Tag: bentley Release Tags: bentley_20231016 N ports/textproc/apertium-regtest/Makefile N ports/textproc/apertium-regtest/distinfo N ports/textproc/apertium-regtest/pkg/DESCR N ports/textproc/apertium-regtest/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/16 04:29:43 Modified files: textproc : Makefile Log message: +apertium-regtest, +apertium-recursive CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/10/16 05:32:19 Modified files: www/goaccess : Makefile distinfo Log message: update to goaccess-1.8 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2023/10/16 05:32:54 Modified files: sys/uvm : uvm_pdaemon.c Log message: Consider required constraint when moving pages from active to inactive lists. Make sure low pages are deactivated first when there is a shortage of inactive pages. Without this the system can have a ton of high pages on the active list and never swapout anything if there's a shortage of low pages. This prevents a deadlock on amd64 reported and tested by bluhm@. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/16 05:37:15 Modified files: security/gosec : Makefile distinfo modules.inc Log message: Update to gosec-2.18.1 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/16 06:26:51 Modified files: . : 74.html Log message: delete a duplicate entry for libpcap CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/16 06:32:22 Modified files: . : 74.html Log message: add missing manual page link for radiusd(8) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/16 06:42:17 Modified files: infrastructure/lib/DPB: Locks.pm Log message: be even more specific in refusing to write stuff that won't get parsed properly CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/16 06:49:15 Modified files: regress/usr.sbin/bgpd/integrationtests: bgpd.lladdr.rdomain1.conf lladdr.sh Log message: Adjust lladdr test to use templates in rdomain1 (e.g. fe80::%pair11/64) The code allready supports matching of templates with a scope id and fe80::%pair11/64 and fe80::%gif11/64 are different to session_match_mask(). CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/16 06:52:21 Modified files: . : 74.html alpha.html amd64.html anoncvs.html arm64.html armv7.html errata73.html ftp.html hppa.html i386.html index.html landisk.html loongson.html luna88k.html macppc.html octeon.html powerpc64.html riscv64.html sparc64.html stable.html build : Makefile build/mirrors : anoncvs.html.head ftp.html.end faq : faq1.html faq14.html faq16.html faq4.html faq5.html index.html Added files: images : ImHappyBecauseEveryoneLovesMe-s.gif ImHappyBecauseEveryoneLovesMe.jpg puffy74.gif Log message: roll to 7.4; many parts by tj and job CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2023/10/16 07:00:57 Log message: Import FreeDict dictionaries. Add 203 unidirectional dictionaries in dictd format. From https://freedict.org/: The FreeDict project strives to be the most comprehensive source of truly free bilingual dictionaries. They are not just free of charge, but they give you the right to study, change and modify them, as long as you guarantee others these freedoms, too. Founded in 2000, FreeDict nowadays provides over 140 dictionaries in about 45 languages and thanks to its members, grows continuously. OK kn Status: Vendor Tag: mbuhl Release Tags: mbuhl_20231016 N ports/education/freedict/Makefile.inc N ports/education/freedict/Makefile N ports/education/freedict/eng-deu/Makefile N ports/education/freedict/eng-deu/distinfo N ports/education/freedict/eng-deu/pkg/DESCR N ports/education/freedict/eng-deu/pkg/PLIST N ports/education/freedict/deu-eng/Makefile N ports/education/freedict/deu-eng/distinfo N ports/education/freedict/deu-eng/pkg/DESCR N ports/education/freedict/deu-eng/pkg/PLIST N ports/education/freedict/afr-deu/Makefile N ports/education/freedict/afr-deu/distinfo N ports/education/freedict/afr-deu/pkg/DESCR N ports/education/freedict/afr-deu/pkg/PLIST N ports/education/freedict/afr-eng/Makefile N ports/education/freedict/afr-eng/distinfo N ports/education/freedict/afr-eng/pkg/DESCR N ports/education/freedict/afr-eng/pkg/PLIST N ports/education/freedict/ara-eng/Makefile N ports/education/freedict/ara-eng/distinfo N ports/education/freedict/ara-eng/pkg/DESCR N ports/education/freedict/ara-eng/pkg/PLIST N ports/education/freedict/bre-fra/Makefile N ports/education/freedict/bre-fra/distinfo N ports/education/freedict/bre-fra/pkg/DESCR N ports/education/freedict/bre-fra/pkg/PLIST N ports/education/freedict/ces-eng/Makefile N ports/education/freedict/ces-eng/distinfo N ports/education/freedict/ces-eng/pkg/DESCR N ports/education/freedict/ces-eng/pkg/PLIST N ports/education/freedict/ckb-kmr/Makefile N ports/education/freedict/ckb-kmr/distinfo N ports/education/freedict/ckb-kmr/pkg/DESCR N ports/education/freedict/ckb-kmr/pkg/PLIST N ports/education/freedict/cym-eng/Makefile N ports/education/freedict/cym-eng/distinfo N ports/education/freedict/cym-eng/pkg/DESCR N ports/education/freedict/cym-eng/pkg/PLIST N ports/education/freedict/dan-eng/Makefile N ports/education/freedict/dan-eng/distinfo N ports/education/freedict/dan-eng/pkg/DESCR N ports/education/freedict/dan-eng/pkg/PLIST N ports/education/freedict/deu-bul/Makefile N ports/education/freedict/deu-bul/distinfo N ports/education/freedict/deu-bul/pkg/DESCR N ports/education/freedict/deu-bul/pkg/PLIST N ports/education/freedict/deu-ell/Makefile N ports/education/freedict/deu-ell/distinfo N ports/education/freedict/deu-ell/pkg/DESCR N ports/education/freedict/deu-ell/pkg/PLIST N ports/education/freedict/deu-fin/Makefile N ports/education/freedict/deu-fin/distinfo N ports/education/freedict/deu-fin/pkg/DESCR N ports/education/freedict/deu-fin/pkg/PLIST N ports/education/freedict/deu-fra/Makefile N ports/education/freedict/deu-fra/distinfo N ports/education/freedict/deu-fra/pkg/DESCR N ports/education/freedict/deu-fra/pkg/PLIST N ports/education/freedict/deu-ind/Makefile N ports/education/freedict/deu-ind/distinfo N ports/education/freedict/deu-ind/pkg/DESCR N ports/education/freedict/deu-ind/pkg/PLIST N ports/education/freedict/deu-ita/Makefile N ports/education/freedict/deu-ita/distinfo N ports/education/freedict/deu-ita/pkg/DESCR N ports/education/freedict/deu-ita/pkg/PLIST N ports/education/freedict/deu-kur/Makefile N ports/education/freedict/deu-kur/distinfo N ports/education/freedict/deu-kur/pkg/DESCR N ports/education/freedict/deu-kur/pkg/PLIST N ports/education/freedict/deu-nld/Makefile N ports/education/freedict/deu-nld/distinfo N ports/education/freedict/deu-nld/pkg/DESCR N ports/education/freedict/deu-nld/pkg/PLIST N ports/education/freedict/deu-pol/Makefile N ports/education/freedict/deu-pol/distinfo N ports/education/freedict/deu-pol/pkg/DESCR N ports/education/freedict/deu-pol/pkg/PLIST N ports/education/freedict/deu-por/Makefile N ports/education/freedict/deu-por/distinfo N ports/education/freedict/deu-por/pkg/DESCR N ports/education/freedict/deu-por/pkg/PLIST N ports/education/freedict/deu-rus/Makefile N ports/education/freedict/deu-rus/distinfo N ports/education/freedict/deu-rus/pkg/DESCR N ports/education/freedict/deu-rus/pkg/PLIST N ports/education/freedict/deu-spa/Makefile N ports/education/freedict/deu-spa/distinfo N ports/education/freedict/deu-spa/pkg/DESCR N ports/education/freedict/deu-spa/pkg/PLIST N ports/education/freedict/deu-swe/Makefile N ports/education/freedict/deu-swe/distinfo N ports/education/freedict/deu-swe/pkg/DESCR N ports/education/freedict/deu-swe/pkg/PLIST N ports/education/freedict/deu-tur/Makefile N ports/education/freedict/deu-tur/distinfo N ports/education/freedict/deu-tur/pkg/DESCR N ports/education/freedict/deu-tur/pkg/PLIST N ports/education/freedict/ell-bul/Makefile N ports/education/freedict/ell-bul/distinfo N ports/education/freedict/ell-bul/pkg/DESCR N ports/education/freedict/ell-bul/pkg/PLIST N ports/education/freedict/ell-eng/Makefile N ports/education/freedict/ell-eng/distinfo N ports/education/freedict/ell-eng/pkg/DESCR N ports/education/freedict/ell-eng/pkg/PLIST N ports/education/freedict/ell-fin/Makefile N ports/education/freedict/ell-fin/distinfo N ports/education/freedict/ell-fin/pkg/DESCR N ports/education/freedict/ell-fin/pkg/PLIST N ports/education/freedict/ell-fra/Makefile N ports/education/freedict/ell-fra/distinfo N ports/education/freedict/ell-fra/pkg/DESCR N ports/education/freedict/ell-fra/pkg/PLIST N ports/education/freedict/ell-ind/Makefile N ports/education/freedict/ell-ind/distinfo N ports/education/freedict/ell-ind/pkg/DESCR N ports/education/freedict/ell-ind/pkg/PLIST N ports/education/freedict/ell-ita/Makefile N ports/education/freedict/ell-ita/distinfo N ports/education/freedict/ell-ita/pkg/DESCR N ports/education/freedict/ell-ita/pkg/PLIST N ports/education/freedict/ell-jpn/Makefile N ports/education/freedict/ell-jpn/distinfo N ports/education/freedict/ell-jpn/pkg/DESCR N ports/education/freedict/ell-jpn/pkg/PLIST N ports/education/freedict/ell-lat/Makefile N ports/education/freedict/ell-lat/distinfo N ports/education/freedict/ell-lat/pkg/DESCR N ports/education/freedict/ell-lat/pkg/PLIST N ports/education/freedict/ell-lit/Makefile N ports/education/freedict/ell-lit/distinfo N ports/education/freedict/ell-lit/pkg/DESCR N ports/education/freedict/ell-lit/pkg/PLIST N ports/education/freedict/ell-nld/Makefile N ports/education/freedict/ell-nld/distinfo N ports/education/freedict/ell-nld/pkg/DESCR N ports/education/freedict/ell-nld/pkg/PLIST N ports/education/freedict/ell-nor/Makefile N ports/education/freedict/ell-nor/distinfo N ports/education/freedict/ell-nor/pkg/DESCR N ports/education/freedict/ell-nor/pkg/PLIST N ports/education/freedict/ell-pol/Makefile N ports/education/freedict/ell-pol/distinfo N ports/education/freedict/ell-pol/pkg/DESCR N ports/education/freedict/ell-pol/pkg/PLIST N ports/education/freedict/ell-por/Makefile N ports/education/freedict/ell-por/distinfo N ports/education/freedict/ell-por/pkg/DESCR N ports/education/freedict/ell-por/pkg/PLIST N ports/education/freedict/ell-rus/Makefile N ports/education/freedict/ell-rus/distinfo N ports/education/freedict/ell-rus/pkg/DESCR N ports/education/freedict/ell-rus/pkg/PLIST N ports/education/freedict/ell-spa/Makefile N ports/education/freedict/ell-spa/distinfo N ports/education/freedict/ell-spa/pkg/DESCR N ports/education/freedict/ell-spa/pkg/PLIST N ports/education/freedict/ell-swe/Makefile N ports/education/freedict/ell-swe/distinfo N ports/education/freedict/ell-swe/pkg/DESCR N ports/education/freedict/ell-swe/pkg/PLIST N ports/education/freedict/eng-afr/Makefile N ports/education/freedict/eng-afr/distinfo N ports/education/freedict/eng-afr/pkg/DESCR N ports/education/freedict/eng-afr/pkg/PLIST N ports/education/freedict/eng-ara/Makefile N ports/education/freedict/eng-ara/distinfo N ports/education/freedict/eng-ara/pkg/DESCR N ports/education/freedict/eng-ara/pkg/PLIST N ports/education/freedict/eng-bul/Makefile N ports/education/freedict/eng-bul/distinfo N ports/education/freedict/eng-bul/pkg/DESCR N ports/education/freedict/eng-bul/pkg/PLIST N ports/education/freedict/eng-ces/Makefile N ports/education/freedict/eng-ces/distinfo N ports/education/freedict/eng-ces/pkg/DESCR N ports/education/freedict/eng-ces/pkg/PLIST N ports/education/freedict/eng-cym/Makefile N ports/education/freedict/eng-cym/distinfo N ports/education/freedict/eng-cym/pkg/DESCR N ports/education/freedict/eng-cym/pkg/PLIST N ports/education/freedict/eng-dan/Makefile N ports/education/freedict/eng-dan/distinfo N ports/education/freedict/eng-dan/pkg/DESCR N ports/education/freedict/eng-dan/pkg/PLIST N ports/education/freedict/eng-ell/Makefile N ports/education/freedict/eng-ell/distinfo N ports/education/freedict/eng-ell/pkg/DESCR N ports/education/freedict/eng-ell/pkg/PLIST N ports/education/freedict/eng-fin/Makefile N ports/education/freedict/eng-fin/distinfo N ports/education/freedict/eng-fin/pkg/DESCR N ports/education/freedict/eng-fin/pkg/PLIST N ports/education/freedict/eng-fra/Makefile N ports/education/freedict/eng-fra/distinfo N ports/education/freedict/eng-fra/pkg/DESCR N ports/education/freedict/eng-fra/pkg/PLIST N ports/education/freedict/eng-gle/Makefile N ports/education/freedict/eng-gle/distinfo N ports/education/freedict/eng-gle/pkg/DESCR N ports/education/freedict/eng-gle/pkg/PLIST N ports/education/freedict/eng-hin/Makefile N ports/education/freedict/eng-hin/distinfo N ports/education/freedict/eng-hin/pkg/DESCR N ports/education/freedict/eng-hin/pkg/PLIST N ports/education/freedict/eng-hrv/Makefile N ports/education/freedict/eng-hrv/distinfo N ports/education/freedict/eng-hrv/pkg/DESCR N ports/education/freedict/eng-hrv/pkg/PLIST N ports/education/freedict/eng-hun/Makefile N ports/education/freedict/eng-hun/distinfo N ports/education/freedict/eng-hun/pkg/DESCR N ports/education/freedict/eng-hun/pkg/PLIST N ports/education/freedict/eng-ind/Makefile N ports/education/freedict/eng-ind/distinfo N ports/education/freedict/eng-ind/pkg/DESCR N ports/education/freedict/eng-ind/pkg/PLIST N ports/education/freedict/eng-ita/Makefile N ports/education/freedict/eng-ita/distinfo N ports/education/freedict/eng-ita/pkg/DESCR N ports/education/freedict/eng-ita/pkg/PLIST N ports/education/freedict/eng-jpn/Makefile N ports/education/freedict/eng-jpn/distinfo N ports/education/freedict/eng-jpn/pkg/DESCR N ports/education/freedict/eng-jpn/pkg/PLIST N ports/education/freedict/eng-lat/Makefile N ports/education/freedict/eng-lat/distinfo N ports/education/freedict/eng-lat/pkg/DESCR N ports/education/freedict/eng-lat/pkg/PLIST N ports/education/freedict/eng-lit/Makefile N ports/education/freedict/eng-lit/distinfo N ports/education/freedict/eng-lit/pkg/DESCR N ports/education/freedict/eng-lit/pkg/PLIST N ports/education/freedict/eng-nld/Makefile N ports/education/freedict/eng-nld/distinfo N ports/education/freedict/eng-nld/pkg/DESCR N ports/education/freedict/eng-nld/pkg/PLIST N ports/education/freedict/eng-nor/Makefile N ports/education/freedict/eng-nor/distinfo N ports/education/freedict/eng-nor/pkg/DESCR N ports/education/freedict/eng-nor/pkg/PLIST N ports/education/freedict/eng-pol/Makefile N ports/education/freedict/eng-pol/distinfo N ports/education/freedict/eng-pol/pkg/DESCR N ports/education/freedict/eng-pol/pkg/PLIST N ports/education/freedict/eng-por/Makefile N ports/education/freedict/eng-por/distinfo N ports/education/freedict/eng-por/pkg/DESCR N ports/education/freedict/eng-por/pkg/PLIST N ports/education/freedict/eng-rom/Makefile N ports/education/freedict/eng-rom/distinfo N ports/education/freedict/eng-rom/pkg/DESCR N ports/education/freedict/eng-rom/pkg/PLIST N ports/education/freedict/eng-rus/Makefile N ports/education/freedict/eng-rus/distinfo N ports/education/freedict/eng-rus/pkg/DESCR N ports/education/freedict/eng-rus/pkg/PLIST N ports/education/freedict/eng-spa/Makefile N ports/education/freedict/eng-spa/distinfo N ports/education/freedict/eng-spa/pkg/DESCR N ports/education/freedict/eng-spa/pkg/PLIST N ports/education/freedict/eng-srp/Makefile N ports/education/freedict/eng-srp/distinfo N ports/education/freedict/eng-srp/pkg/DESCR N ports/education/freedict/eng-srp/pkg/PLIST N ports/education/freedict/eng-swe/Makefile N ports/education/freedict/eng-swe/distinfo N ports/education/freedict/eng-swe/pkg/DESCR N ports/education/freedict/eng-swe/pkg/PLIST N ports/education/freedict/eng-swh/Makefile N ports/education/freedict/eng-swh/distinfo N ports/education/freedict/eng-swh/pkg/DESCR N ports/education/freedict/eng-swh/pkg/PLIST N ports/education/freedict/eng-tur/Makefile N ports/education/freedict/eng-tur/distinfo N ports/education/freedict/eng-tur/pkg/DESCR N ports/education/freedict/eng-tur/pkg/PLIST N ports/education/freedict/epo-eng/Makefile N ports/education/freedict/epo-eng/distinfo N ports/education/freedict/epo-eng/pkg/DESCR N ports/education/freedict/epo-eng/pkg/PLIST N ports/education/freedict/fin-bul/Makefile N ports/education/freedict/fin-bul/distinfo N ports/education/freedict/fin-bul/pkg/DESCR N ports/education/freedict/fin-bul/pkg/PLIST N ports/education/freedict/fin-deu/Makefile N ports/education/freedict/fin-deu/distinfo N ports/education/freedict/fin-deu/pkg/DESCR N ports/education/freedict/fin-deu/pkg/PLIST N ports/education/freedict/fin-ell/Makefile N ports/education/freedict/fin-ell/distinfo N ports/education/freedict/fin-ell/pkg/DESCR N ports/education/freedict/fin-ell/pkg/PLIST N ports/education/freedict/fin-eng/Makefile N ports/education/freedict/fin-eng/distinfo N ports/education/freedict/fin-eng/pkg/DESCR N ports/education/freedict/fin-eng/pkg/PLIST N ports/education/freedict/fin-fra/Makefile N ports/education/freedict/fin-fra/distinfo N ports/education/freedict/fin-fra/pkg/DESCR N ports/education/freedict/fin-fra/pkg/PLIST N ports/education/freedict/fin-ind/Makefile N ports/education/freedict/fin-ind/distinfo N ports/education/freedict/fin-ind/pkg/DESCR N ports/education/freedict/fin-ind/pkg/PLIST N ports/education/freedict/fin-ita/Makefile N ports/education/freedict/fin-ita/distinfo N ports/education/freedict/fin-ita/pkg/DESCR N ports/education/freedict/fin-ita/pkg/PLIST N ports/education/freedict/fin-jpn/Makefile N ports/education/freedict/fin-jpn/distinfo N ports/education/freedict/fin-jpn/pkg/DESCR N ports/education/freedict/fin-jpn/pkg/PLIST N ports/education/freedict/fin-lat/Makefile N ports/education/freedict/fin-lat/distinfo N ports/education/freedict/fin-lat/pkg/DESCR N ports/education/freedict/fin-lat/pkg/PLIST N ports/education/freedict/fin-lit/Makefile N ports/education/freedict/fin-lit/distinfo N ports/education/freedict/fin-lit/pkg/DESCR N ports/education/freedict/fin-lit/pkg/PLIST N ports/education/freedict/fin-nld/Makefile N ports/education/freedict/fin-nld/distinfo N ports/education/freedict/fin-nld/pkg/DESCR N ports/education/freedict/fin-nld/pkg/PLIST N ports/education/freedict/fin-nor/Makefile N ports/education/freedict/fin-nor/distinfo N ports/education/freedict/fin-nor/pkg/DESCR N ports/education/freedict/fin-nor/pkg/PLIST N ports/education/freedict/fin-pol/Makefile N ports/education/freedict/fin-pol/distinfo N ports/education/freedict/fin-pol/pkg/DESCR N ports/education/freedict/fin-pol/pkg/PLIST N ports/education/freedict/fin-por/Makefile N ports/education/freedict/fin-por/distinfo N ports/education/freedict/fin-por/pkg/DESCR N ports/education/freedict/fin-por/pkg/PLIST N ports/education/freedict/fin-swe/Makefile N ports/education/freedict/fin-swe/distinfo N ports/education/freedict/fin-swe/pkg/DESCR N ports/education/freedict/fin-swe/pkg/PLIST N ports/education/freedict/fra-bre/Makefile N ports/education/freedict/fra-bre/distinfo N ports/education/freedict/fra-bre/pkg/DESCR N ports/education/freedict/fra-bre/pkg/PLIST N ports/education/freedict/fra-bul/Makefile N ports/education/freedict/fra-bul/distinfo N ports/education/freedict/fra-bul/pkg/DESCR N ports/education/freedict/fra-bul/pkg/PLIST N ports/education/freedict/fra-deu/Makefile N ports/education/freedict/fra-deu/distinfo N ports/education/freedict/fra-deu/pkg/DESCR N ports/education/freedict/fra-deu/pkg/PLIST N ports/education/freedict/fra-ell/Makefile N ports/education/freedict/fra-ell/distinfo N ports/education/freedict/fra-ell/pkg/DESCR N ports/education/freedict/fra-ell/pkg/PLIST N ports/education/freedict/fra-eng/Makefile N ports/education/freedict/fra-eng/distinfo N ports/education/freedict/fra-eng/pkg/DESCR N ports/education/freedict/fra-eng/pkg/PLIST N ports/education/freedict/fra-fin/Makefile N ports/education/freedict/fra-fin/distinfo N ports/education/freedict/fra-fin/pkg/DESCR N ports/education/freedict/fra-fin/pkg/PLIST N ports/education/freedict/fra-ita/Makefile N ports/education/freedict/fra-ita/distinfo N ports/education/freedict/fra-ita/pkg/DESCR N ports/education/freedict/fra-ita/pkg/PLIST N ports/education/freedict/fra-jpn/Makefile N ports/education/freedict/fra-jpn/distinfo N ports/education/freedict/fra-jpn/pkg/DESCR N ports/education/freedict/fra-jpn/pkg/PLIST N ports/education/freedict/fra-lat/Makefile N ports/education/freedict/fra-lat/distinfo N ports/education/freedict/fra-lat/pkg/DESCR N ports/education/freedict/fra-lat/pkg/PLIST N ports/education/freedict/fra-lit/Makefile N ports/education/freedict/fra-lit/distinfo N ports/education/freedict/fra-lit/pkg/DESCR N ports/education/freedict/fra-lit/pkg/PLIST N ports/education/freedict/fra-nld/Makefile N ports/education/freedict/fra-nld/distinfo N ports/education/freedict/fra-nld/pkg/DESCR N ports/education/freedict/fra-nld/pkg/PLIST N ports/education/freedict/fra-pol/Makefile N ports/education/freedict/fra-pol/distinfo N ports/education/freedict/fra-pol/pkg/DESCR N ports/education/freedict/fra-pol/pkg/PLIST N ports/education/freedict/fra-por/Makefile N ports/education/freedict/fra-por/distinfo N ports/education/freedict/fra-por/pkg/DESCR N ports/education/freedict/fra-por/pkg/PLIST N ports/education/freedict/fra-rus/Makefile N ports/education/freedict/fra-rus/distinfo N ports/education/freedict/fra-rus/pkg/DESCR N ports/education/freedict/fra-rus/pkg/PLIST N ports/education/freedict/fra-spa/Makefile N ports/education/freedict/fra-spa/distinfo N ports/education/freedict/fra-spa/pkg/DESCR N ports/education/freedict/fra-spa/pkg/PLIST N ports/education/freedict/fra-swe/Makefile N ports/education/freedict/fra-swe/distinfo N ports/education/freedict/fra-swe/pkg/DESCR N ports/education/freedict/fra-swe/pkg/PLIST N ports/education/freedict/fra-tur/Makefile N ports/education/freedict/fra-tur/distinfo N ports/education/freedict/fra-tur/pkg/DESCR N ports/education/freedict/fra-tur/pkg/PLIST N ports/education/freedict/gla-deu/Makefile N ports/education/freedict/gla-deu/distinfo N ports/education/freedict/gla-deu/pkg/DESCR N ports/education/freedict/gla-deu/pkg/PLIST N ports/education/freedict/gle-eng/Makefile N ports/education/freedict/gle-eng/distinfo N ports/education/freedict/gle-eng/pkg/DESCR N ports/education/freedict/gle-eng/pkg/PLIST N ports/education/freedict/gle-pol/Makefile N ports/education/freedict/gle-pol/distinfo N ports/education/freedict/gle-pol/pkg/DESCR N ports/education/freedict/gle-pol/pkg/PLIST N ports/education/freedict/hrv-eng/Makefile N ports/education/freedict/hrv-eng/distinfo N ports/education/freedict/hrv-eng/pkg/DESCR N ports/education/freedict/hrv-eng/pkg/PLIST N ports/education/freedict/hun-eng/Makefile N ports/education/freedict/hun-eng/distinfo N ports/education/freedict/hun-eng/pkg/DESCR N ports/education/freedict/hun-eng/pkg/PLIST N ports/education/freedict/isl-eng/Makefile N ports/education/freedict/isl-eng/distinfo N ports/education/freedict/isl-eng/pkg/DESCR N ports/education/freedict/isl-eng/pkg/PLIST N ports/education/freedict/ita-bul/Makefile N ports/education/freedict/ita-bul/distinfo N ports/education/freedict/ita-bul/pkg/DESCR N ports/education/freedict/ita-bul/pkg/PLIST N ports/education/freedict/ita-deu/Makefile N ports/education/freedict/ita-deu/distinfo N ports/education/freedict/ita-deu/pkg/DESCR N ports/education/freedict/ita-deu/pkg/PLIST N ports/education/freedict/ita-ell/Makefile N ports/education/freedict/ita-ell/distinfo N ports/education/freedict/ita-ell/pkg/DESCR N ports/education/freedict/ita-ell/pkg/PLIST N ports/education/freedict/ita-eng/Makefile N ports/education/freedict/ita-eng/distinfo N ports/education/freedict/ita-eng/pkg/DESCR N ports/education/freedict/ita-eng/pkg/PLIST N ports/education/freedict/ita-fin/Makefile N ports/education/freedict/ita-fin/distinfo N ports/education/freedict/ita-fin/pkg/DESCR N ports/education/freedict/ita-fin/pkg/PLIST N ports/education/freedict/ita-ind/Makefile N ports/education/freedict/ita-ind/distinfo N ports/education/freedict/ita-ind/pkg/DESCR N ports/education/freedict/ita-ind/pkg/PLIST N ports/education/freedict/ita-jpn/Makefile N ports/education/freedict/ita-jpn/distinfo N ports/education/freedict/ita-jpn/pkg/DESCR N ports/education/freedict/ita-jpn/pkg/PLIST N ports/education/freedict/ita-lit/Makefile N ports/education/freedict/ita-lit/distinfo N ports/education/freedict/ita-lit/pkg/DESCR N ports/education/freedict/ita-lit/pkg/PLIST N ports/education/freedict/ita-nor/Makefile N ports/education/freedict/ita-nor/distinfo N ports/education/freedict/ita-nor/pkg/DESCR N ports/education/freedict/ita-nor/pkg/PLIST N ports/education/freedict/ita-pol/Makefile N ports/education/freedict/ita-pol/distinfo N ports/education/freedict/ita-pol/pkg/DESCR N ports/education/freedict/ita-pol/pkg/PLIST N ports/education/freedict/ita-por/Makefile N ports/education/freedict/ita-por/distinfo N ports/education/freedict/ita-por/pkg/DESCR N ports/education/freedict/ita-por/pkg/PLIST N ports/education/freedict/ita-rus/Makefile N ports/education/freedict/ita-rus/distinfo N ports/education/freedict/ita-rus/pkg/DESCR N ports/education/freedict/ita-rus/pkg/PLIST N ports/education/freedict/ita-spa/Makefile N ports/education/freedict/ita-spa/distinfo N ports/education/freedict/ita-spa/pkg/DESCR N ports/education/freedict/ita-spa/pkg/PLIST N ports/education/freedict/ita-swe/Makefile N ports/education/freedict/ita-swe/distinfo N ports/education/freedict/ita-swe/pkg/DESCR N ports/education/freedict/ita-swe/pkg/PLIST N ports/education/freedict/ita-tur/Makefile N ports/education/freedict/ita-tur/distinfo N ports/education/freedict/ita-tur/pkg/DESCR N ports/education/freedict/ita-tur/pkg/PLIST N ports/education/freedict/jpn-deu/Makefile N ports/education/freedict/jpn-deu/distinfo N ports/education/freedict/jpn-deu/pkg/DESCR N ports/education/freedict/jpn-deu/pkg/PLIST N ports/education/freedict/jpn-eng/Makefile N ports/education/freedict/jpn-eng/distinfo N ports/education/freedict/jpn-eng/pkg/DESCR N ports/education/freedict/jpn-eng/pkg/PLIST N ports/education/freedict/jpn-fra/Makefile N ports/education/freedict/jpn-fra/distinfo N ports/education/freedict/jpn-fra/pkg/DESCR N ports/education/freedict/jpn-fra/pkg/PLIST N ports/education/freedict/jpn-rus/Makefile N ports/education/freedict/jpn-rus/distinfo N ports/education/freedict/jpn-rus/pkg/DESCR N ports/education/freedict/jpn-rus/pkg/PLIST N ports/education/freedict/kha-deu/Makefile N ports/education/freedict/kha-deu/distinfo N ports/education/freedict/kha-deu/pkg/DESCR N ports/education/freedict/kha-deu/pkg/PLIST N ports/education/freedict/kha-eng/Makefile N ports/education/freedict/kha-eng/distinfo N ports/education/freedict/kha-eng/pkg/DESCR N ports/education/freedict/kha-eng/pkg/PLIST N ports/education/freedict/kur-deu/Makefile N ports/education/freedict/kur-deu/distinfo N ports/education/freedict/kur-deu/pkg/DESCR N ports/education/freedict/kur-deu/pkg/PLIST N ports/education/freedict/kur-eng/Makefile N ports/education/freedict/kur-eng/distinfo N ports/education/freedict/kur-eng/pkg/DESCR N ports/education/freedict/kur-eng/pkg/PLIST N ports/education/freedict/kur-tur/Makefile N ports/education/freedict/kur-tur/distinfo N ports/education/freedict/kur-tur/pkg/DESCR N ports/education/freedict/kur-tur/pkg/PLIST N ports/education/freedict/lat-deu/Makefile N ports/education/freedict/lat-deu/distinfo N ports/education/freedict/lat-deu/pkg/DESCR N ports/education/freedict/lat-deu/pkg/PLIST N ports/education/freedict/lat-eng/Makefile N ports/education/freedict/lat-eng/distinfo N ports/education/freedict/lat-eng/pkg/DESCR N ports/education/freedict/lat-eng/pkg/PLIST N ports/education/freedict/lit-eng/Makefile N ports/education/freedict/lit-eng/distinfo N ports/education/freedict/lit-eng/pkg/DESCR N ports/education/freedict/lit-eng/pkg/PLIST N ports/education/freedict/mkd-bul/Makefile N ports/education/freedict/mkd-bul/distinfo N ports/education/freedict/mkd-bul/pkg/DESCR N ports/education/freedict/mkd-bul/pkg/PLIST N ports/education/freedict/nld-bul/Makefile N ports/education/freedict/nld-bul/distinfo N ports/education/freedict/nld-bul/pkg/DESCR N ports/education/freedict/nld-bul/pkg/PLIST N ports/education/freedict/nld-deu/Makefile N ports/education/freedict/nld-deu/distinfo N ports/education/freedict/nld-deu/pkg/DESCR N ports/education/freedict/nld-deu/pkg/PLIST N ports/education/freedict/nld-ell/Makefile N ports/education/freedict/nld-ell/distinfo N ports/education/freedict/nld-ell/pkg/DESCR N ports/education/freedict/nld-ell/pkg/PLIST N ports/education/freedict/nld-eng/Makefile N ports/education/freedict/nld-eng/distinfo N ports/education/freedict/nld-eng/pkg/DESCR N ports/education/freedict/nld-eng/pkg/PLIST N ports/education/freedict/nld-fin/Makefile N ports/education/freedict/nld-fin/distinfo N ports/education/freedict/nld-fin/pkg/DESCR N ports/education/freedict/nld-fin/pkg/PLIST N ports/education/freedict/nld-fra/Makefile N ports/education/freedict/nld-fra/distinfo N ports/education/freedict/nld-fra/pkg/DESCR N ports/education/freedict/nld-fra/pkg/PLIST N ports/education/freedict/nld-ind/Makefile N ports/education/freedict/nld-ind/distinfo N ports/education/freedict/nld-ind/pkg/DESCR N ports/education/freedict/nld-ind/pkg/PLIST N ports/education/freedict/nld-ita/Makefile N ports/education/freedict/nld-ita/distinfo N ports/education/freedict/nld-ita/pkg/DESCR N ports/education/freedict/nld-ita/pkg/PLIST N ports/education/freedict/nld-lat/Makefile N ports/education/freedict/nld-lat/distinfo N ports/education/freedict/nld-lat/pkg/DESCR N ports/education/freedict/nld-lat/pkg/PLIST N ports/education/freedict/nld-lit/Makefile N ports/education/freedict/nld-lit/distinfo N ports/education/freedict/nld-lit/pkg/DESCR N ports/education/freedict/nld-lit/pkg/PLIST N ports/education/freedict/nld-pol/Makefile N ports/education/freedict/nld-pol/distinfo N ports/education/freedict/nld-pol/pkg/DESCR N ports/education/freedict/nld-pol/pkg/PLIST N ports/education/freedict/nld-por/Makefile N ports/education/freedict/nld-por/distinfo N ports/education/freedict/nld-por/pkg/DESCR N ports/education/freedict/nld-por/pkg/PLIST N ports/education/freedict/nld-rus/Makefile N ports/education/freedict/nld-rus/distinfo N ports/education/freedict/nld-rus/pkg/DESCR N ports/education/freedict/nld-rus/pkg/PLIST N ports/education/freedict/nld-spa/Makefile N ports/education/freedict/nld-spa/distinfo N ports/education/freedict/nld-spa/pkg/DESCR N ports/education/freedict/nld-spa/pkg/PLIST N ports/education/freedict/nld-swe/Makefile N ports/education/freedict/nld-swe/distinfo N ports/education/freedict/nld-swe/pkg/DESCR N ports/education/freedict/nld-swe/pkg/PLIST N ports/education/freedict/nno-nob/Makefile N ports/education/freedict/nno-nob/distinfo N ports/education/freedict/nno-nob/pkg/DESCR N ports/education/freedict/nno-nob/pkg/PLIST N ports/education/freedict/oci-cat/Makefile N ports/education/freedict/oci-cat/distinfo N ports/education/freedict/oci-cat/pkg/DESCR N ports/education/freedict/oci-cat/pkg/PLIST N ports/education/freedict/pol-bul/Makefile N ports/education/freedict/pol-bul/distinfo N ports/education/freedict/pol-bul/pkg/DESCR N ports/education/freedict/pol-bul/pkg/PLIST N ports/education/freedict/pol-deu/Makefile N ports/education/freedict/pol-deu/distinfo N ports/education/freedict/pol-deu/pkg/DESCR N ports/education/freedict/pol-deu/pkg/PLIST N ports/education/freedict/pol-ell/Makefile N ports/education/freedict/pol-ell/distinfo N ports/education/freedict/pol-ell/pkg/DESCR N ports/education/freedict/pol-ell/pkg/PLIST N ports/education/freedict/pol-eng/Makefile N ports/education/freedict/pol-eng/distinfo N ports/education/freedict/pol-eng/pkg/DESCR N ports/education/freedict/pol-eng/pkg/PLIST N ports/education/freedict/pol-fin/Makefile N ports/education/freedict/pol-fin/distinfo N ports/education/freedict/pol-fin/pkg/DESCR N ports/education/freedict/pol-fin/pkg/PLIST N ports/education/freedict/pol-fra/Makefile N ports/education/freedict/pol-fra/distinfo N ports/education/freedict/pol-fra/pkg/DESCR N ports/education/freedict/pol-fra/pkg/PLIST N ports/education/freedict/pol-gle/Makefile N ports/education/freedict/pol-gle/distinfo N ports/education/freedict/pol-gle/pkg/DESCR N ports/education/freedict/pol-gle/pkg/PLIST N ports/education/freedict/pol-ind/Makefile N ports/education/freedict/pol-ind/distinfo N ports/education/freedict/pol-ind/pkg/DESCR N ports/education/freedict/pol-ind/pkg/PLIST N ports/education/freedict/pol-ita/Makefile N ports/education/freedict/pol-ita/distinfo N ports/education/freedict/pol-ita/pkg/DESCR N ports/education/freedict/pol-ita/pkg/PLIST N ports/education/freedict/pol-jpn/Makefile N ports/education/freedict/pol-jpn/distinfo N ports/education/freedict/pol-jpn/pkg/DESCR N ports/education/freedict/pol-jpn/pkg/PLIST N ports/education/freedict/pol-nld/Makefile N ports/education/freedict/pol-nld/distinfo N ports/education/freedict/pol-nld/pkg/DESCR N ports/education/freedict/pol-nld/pkg/PLIST N ports/education/freedict/pol-nor/Makefile N ports/education/freedict/pol-nor/distinfo N ports/education/freedict/pol-nor/pkg/DESCR N ports/education/freedict/pol-nor/pkg/PLIST N ports/education/freedict/pol-por/Makefile N ports/education/freedict/pol-por/distinfo N ports/education/freedict/pol-por/pkg/DESCR N ports/education/freedict/pol-por/pkg/PLIST N ports/education/freedict/pol-rus/Makefile N ports/education/freedict/pol-rus/distinfo N ports/education/freedict/pol-rus/pkg/DESCR N ports/education/freedict/pol-rus/pkg/PLIST N ports/education/freedict/pol-spa/Makefile N ports/education/freedict/pol-spa/distinfo N ports/education/freedict/pol-spa/pkg/DESCR N ports/education/freedict/pol-spa/pkg/PLIST N ports/education/freedict/pol-swe/Makefile N ports/education/freedict/pol-swe/distinfo N ports/education/freedict/pol-swe/pkg/DESCR N ports/education/freedict/pol-swe/pkg/PLIST N ports/education/freedict/pol-tur/Makefile N ports/education/freedict/pol-tur/distinfo N ports/education/freedict/pol-tur/pkg/DESCR N ports/education/freedict/pol-tur/pkg/PLIST N ports/education/freedict/por-deu/Makefile N ports/education/freedict/por-deu/distinfo N ports/education/freedict/por-deu/pkg/DESCR N ports/education/freedict/por-deu/pkg/PLIST N ports/education/freedict/por-eng/Makefile N ports/education/freedict/por-eng/distinfo N ports/education/freedict/por-eng/pkg/DESCR N ports/education/freedict/por-eng/pkg/PLIST N ports/education/freedict/por-fra/Makefile N ports/education/freedict/por-fra/distinfo N ports/education/freedict/por-fra/pkg/DESCR N ports/education/freedict/por-fra/pkg/PLIST N ports/education/freedict/por-spa/Makefile N ports/education/freedict/por-spa/distinfo N ports/education/freedict/por-spa/pkg/DESCR N ports/education/freedict/por-spa/pkg/PLIST N ports/education/freedict/san-deu/Makefile N ports/education/freedict/san-deu/distinfo N ports/education/freedict/san-deu/pkg/DESCR N ports/education/freedict/san-deu/pkg/PLIST N ports/education/freedict/slk-eng/Makefile N ports/education/freedict/slk-eng/distinfo N ports/education/freedict/slk-eng/pkg/DESCR N ports/education/freedict/slk-eng/pkg/PLIST N ports/education/freedict/slv-eng/Makefile N ports/education/freedict/slv-eng/distinfo N ports/education/freedict/slv-eng/pkg/DESCR N ports/education/freedict/slv-eng/pkg/PLIST N ports/education/freedict/spa-ast/Makefile N ports/education/freedict/spa-ast/distinfo N ports/education/freedict/spa-ast/pkg/DESCR N ports/education/freedict/spa-ast/pkg/PLIST N ports/education/freedict/spa-deu/Makefile N ports/education/freedict/spa-deu/distinfo N ports/education/freedict/spa-deu/pkg/DESCR N ports/education/freedict/spa-deu/pkg/PLIST N ports/education/freedict/spa-eng/Makefile N ports/education/freedict/spa-eng/distinfo N ports/education/freedict/spa-eng/pkg/DESCR N ports/education/freedict/spa-eng/pkg/PLIST N ports/education/freedict/spa-por/Makefile N ports/education/freedict/spa-por/distinfo N ports/education/freedict/spa-por/pkg/DESCR N ports/education/freedict/spa-por/pkg/PLIST N ports/education/freedict/srp-eng/Makefile N ports/education/freedict/srp-eng/distinfo N ports/education/freedict/srp-eng/pkg/DESCR N ports/education/freedict/srp-eng/pkg/PLIST N ports/education/freedict/swe-bul/Makefile N ports/education/freedict/swe-bul/distinfo N ports/education/freedict/swe-bul/pkg/DESCR N ports/education/freedict/swe-bul/pkg/PLIST N ports/education/freedict/swe-deu/Makefile N ports/education/freedict/swe-deu/distinfo N ports/education/freedict/swe-deu/pkg/DESCR N ports/education/freedict/swe-deu/pkg/PLIST N ports/education/freedict/swe-ell/Makefile N ports/education/freedict/swe-ell/distinfo N ports/education/freedict/swe-ell/pkg/DESCR N ports/education/freedict/swe-ell/pkg/PLIST N ports/education/freedict/swe-eng/Makefile N ports/education/freedict/swe-eng/distinfo N ports/education/freedict/swe-eng/pkg/DESCR N ports/education/freedict/swe-eng/pkg/PLIST N ports/education/freedict/swe-fin/Makefile N ports/education/freedict/swe-fin/distinfo N ports/education/freedict/swe-fin/pkg/DESCR N ports/education/freedict/swe-fin/pkg/PLIST N ports/education/freedict/swe-fra/Makefile N ports/education/freedict/swe-fra/distinfo N ports/education/freedict/swe-fra/pkg/DESCR N ports/education/freedict/swe-fra/pkg/PLIST N ports/education/freedict/swe-ita/Makefile N ports/education/freedict/swe-ita/distinfo N ports/education/freedict/swe-ita/pkg/DESCR N ports/education/freedict/swe-ita/pkg/PLIST N ports/education/freedict/swe-jpn/Makefile N ports/education/freedict/swe-jpn/distinfo N ports/education/freedict/swe-jpn/pkg/DESCR N ports/education/freedict/swe-jpn/pkg/PLIST N ports/education/freedict/swe-lat/Makefile N ports/education/freedict/swe-lat/distinfo N ports/education/freedict/swe-lat/pkg/DESCR N ports/education/freedict/swe-lat/pkg/PLIST N ports/education/freedict/swe-nld/Makefile N ports/education/freedict/swe-nld/distinfo N ports/education/freedict/swe-nld/pkg/DESCR N ports/education/freedict/swe-nld/pkg/PLIST N ports/education/freedict/swe-nor/Makefile N ports/education/freedict/swe-nor/distinfo N ports/education/freedict/swe-nor/pkg/DESCR N ports/education/freedict/swe-nor/pkg/PLIST N ports/education/freedict/swe-pol/Makefile N ports/education/freedict/swe-pol/distinfo N ports/education/freedict/swe-pol/pkg/DESCR N ports/education/freedict/swe-pol/pkg/PLIST N ports/education/freedict/swe-por/Makefile N ports/education/freedict/swe-por/distinfo N ports/education/freedict/swe-por/pkg/DESCR N ports/education/freedict/swe-por/pkg/PLIST N ports/education/freedict/swe-rus/Makefile N ports/education/freedict/swe-rus/distinfo N ports/education/freedict/swe-rus/pkg/DESCR N ports/education/freedict/swe-rus/pkg/PLIST N ports/education/freedict/swe-spa/Makefile N ports/education/freedict/swe-spa/distinfo N ports/education/freedict/swe-spa/pkg/DESCR N ports/education/freedict/swe-spa/pkg/PLIST N ports/education/freedict/swe-tur/Makefile N ports/education/freedict/swe-tur/distinfo N ports/education/freedict/swe-tur/pkg/DESCR N ports/education/freedict/swe-tur/pkg/PLIST N ports/education/freedict/swh-eng/Makefile N ports/education/freedict/swh-eng/distinfo N ports/education/freedict/swh-eng/pkg/DESCR N ports/education/freedict/swh-eng/pkg/PLIST N ports/education/freedict/swh-pol/Makefile N ports/education/freedict/swh-pol/distinfo N ports/education/freedict/swh-pol/pkg/DESCR N ports/education/freedict/swh-pol/pkg/PLIST N ports/education/freedict/tur-deu/Makefile N ports/education/freedict/tur-deu/distinfo N ports/education/freedict/tur-deu/pkg/DESCR N ports/education/freedict/tur-deu/pkg/PLIST N ports/education/freedict/tur-eng/Makefile N ports/education/freedict/tur-eng/distinfo N ports/education/freedict/tur-eng/pkg/DESCR N ports/education/freedict/tur-eng/pkg/PLIST N ports/education/freedict/wol-fra/Makefile N ports/education/freedict/wol-fra/distinfo N ports/education/freedict/wol-fra/pkg/DESCR N ports/education/freedict/wol-fra/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/16 07:03:42 Modified files: infrastructure/lib/DPB: Config.pm Log message: peek a bit more into the ports tree, refuse to start if bsd.port.mk and dpb have been misconfigured to use the same LOCKDIR, as they fit vastly different usage scenarios, and dpb will not grok bsd.port.mk(5)'s locks, as found by tb@ CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2023/10/16 07:17:27 Modified files: education : Makefile Log message: +freedict CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/16 07:40:30 Modified files: . : 74.html Log message: add some manual page links to the LibreSSL section CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 08:06:51 Modified files: net/icinga/web2-module-director: Makefile distinfo net/icinga/web2-module-director/pkg: PLIST Log message: update to icinga-web2-module-director-1.11.0 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/16 08:07:51 Modified files: www/tor-browser/browser: Makefile Log message: Tor Browser: add missing BDEP on py3-setuptools Reported by naddy@, fix from landry@ (already in www/mozilla-firefox since Dec 2022) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 08:21:05 Modified files: www/webkitgtk4 : Makefile Log message: tweak DPB_PROPERTIES on i386 to use parallel2 lonesome CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/16 09:43:47 Modified files: faq : upgrade74.html Log message: hint at softraid KDF iterations update "seems alright to me" op feedback kmos CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/16 11:46:26 Modified files: . : 74.html Log message: 8351 powerpc64 packages CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/16 13:23:17 Modified files: lang/node : Makefile distinfo Log message: lang/node: Update to 18.18.2 Fixes CVE-2023-45143 CVE-2023-39331 CVE-2023-39332 CVE-2023-39333 CVE-2023-38552 ok kn@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/16 13:41:37 Modified files: misc/shared-mime-info: Makefile Log message: shared-mime-info: unbreak on sparc64, ok aja Needs COMPILER due to C++17 and -lstdc++fs for ports-gcc, so do the usual dances. With help from jca CVSROOT: /cvs Module name: www Changes by: sdk@cvs.openbsd.org 2023/10/16 13:55:49 Modified files: faq/ports : ports.html Log message: Change example to show default PORTSDIR path Reported by mavavilj in #openbsd on matrix. OK kn CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/16 14:31:13 Modified files: archivers/snappy: Makefile Log message: skip installing bundled gtest libs; no PLIST change Forgot the configure switch when enabling gtest which snappy installs ships by default (even though they're only used for tests). update-plist(1) picked them up, but that hunk wasn't committed, so no package change now disabling it again. OK tb CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/16 15:17:52 Modified files: archivers/snappy: Makefile Added files: archivers/snappy/patches: patch-third_party_googletest_googletest_src_gtest_cc Log message: archivers/snappy: unbreak on sparc64, with/ok kn ports-gcc needs -I${LOCALBASE}/includes to be able to pick up lz4.h. Morevoer, include for raise. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/16 15:41:27 Modified files: x11/gromit-mpx : Makefile distinfo x11/gromit-mpx/patches: patch-CMakeLists_txt x11/gromit-mpx/pkg: PLIST Added files: x11/gromit-mpx/patches: patch-src_main_c patch-src_main_h Removed files: x11/gromit-mpx/patches: patch-src_gromit-mpx_c patch-src_gromit-mpx_h Log message: update to gromit-mpx 1.5.0 feedback from Laurie (maintainer) CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/16 18:04:02 Modified files: sys/kern : kern_clockintr.c subr_prof.c sched_bsd.c kern_clock.c kern_time.c sys/sys : clockintr.h resourcevar.h sched.h systm.h time.h Log message: clockintr: move callback-specific API behaviors to "clockrequest" namespace The API's behavior when invoked from a callback function is impossible to document. Move the special behavior into a distinct namespace, "clockrequest". - Add a 'struct clockrequest'. Basically a stripped-down 'struct clockintr' for exclusive use during clockintr_dispatch(). - In clockintr_queue, replace the "cq_shadow" clockintr with a "cq_request" clockrequest. They serve the same purpose. - CLST_SHADOW_PENDING -> CR_RESCHEDULE; different namespace, same meaning. - CLST_IGNORE_SHADOW -> CLST_IGNORE_REQUEST; same meaning. - Move shadow branch in clockintr_advance() to clockrequest_advance(). - clockintr_request_random() becomes clockrequest_advance_random(). - Delete dead shadow branches in clockintr_cancel(), clockintr_schedule(). - Callback functions now get a clockrequest pointer instead of a special clockintr pointer: update all prototypes, callers. No functional change intended. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2023/10/16 21:52:18 Modified files: lang/go : Makefile distinfo lang/go/patches: patch-src_cmd_link_internal_ld_lib_go lang/go/pkg : PLIST Log message: Update lang/go to 1.21.3. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2023/10/16 21:53:17 Modified files: lang/go : go.port.mk Log message: Bump modgo version to rebuild packages with Go 1.21.3. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/16 22:55:10 Modified files: editors/litexl : Makefile Log message: litexl uses GNU11 extensions, so that requires ports-gcc, not base-gcc Fixes build on sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/16 23:13:16 Modified files: editors/nvi : Makefile Log message: base-gcc fails building with undefined reference to `__builtin_unreachable' Switching to ports-gcc fixes build for sparc64 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/16 23:28:18 Modified files: x11/kde-plasma/kinfocenter/patches: patch-Modules_about-distro_src_MemoryEntry_cpp Log message: Fix build by adding missing includes CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/17 00:17:19 Modified files: devel/liburcu : Makefile Log message: liburcu uses C++ now, so we need to drop the COMPILER_LANGS=c line Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/17 00:40:14 Modified files: games/crispy-doom: Makefile Log message: crispy-doom uses C99 constructs (for loop in particular) Do the C99 dance to fix the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:23:18 Modified files: devel/py-pip : Makefile distinfo devel/py-pip/pkg: PLIST Log message: update to py3-pip-23.3 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/17 01:29:48 Modified files: net/samba : Makefile distinfo Log message: Bugfix update to samba-4.19.2 Release notes: https://www.samba.org/samba/history/samba-4.19.2.html Tests and oks Ian McWilliam and bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:31:00 Modified files: www/tomcat/v8 : Makefile distinfo Log message: update to tomcat-8.5.95 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:31:14 Modified files: www/tomcat/v10 : Makefile distinfo Log message: update to tomcat-10.1.15 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/17 01:32:31 Modified files: net/samba : Tag: OPENBSD_7_4 Makefile distinfo Log message: Bugfix update to samba-4.19.2 Release notes: https://www.samba.org/samba/history/samba-4.19.2.html Tested on -stable + ok by Ian McWilliam (co-maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:43:33 Modified files: mail/roundcubemail: Makefile distinfo Log message: update to roundcubemail-1.6.4 Fix cross-site scripting (XSS) vulnerability in handling of SVG in HTML messages CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:43:54 Modified files: mail/roundcubemail: Tag: OPENBSD_7_4 Makefile distinfo Log message: update to roundcubemail-1.6.4 Fix cross-site scripting (XSS) vulnerability in handling of SVG in HTML message CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:44:12 Modified files: www/c-icap/c-icap: Makefile distinfo Log message: update to c-icap-0.5.11 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/17 01:49:29 Modified files: security/openssl: Makefile.inc security/openssl/1.1: Makefile security/openssl/3.0: Makefile security/openssl/3.1: Makefile security/openssl/libretls: Makefile Log message: Take MAINTAINER of the openssls After many years of denial, let's face the truth: I'm actually maintaining this. I do need to keep an eye on it... CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/17 01:51:15 Modified files: security/openssl: Makefile.inc Log message: Set MAINTAINER with ?= CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/17 02:01:52 Modified files: x11/qt6/qtwebengine: Makefile Log message: Add missing dependency on Qt6Designer CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/17 02:03:53 Modified files: infrastructure/lib/DPB: External.pm Log message: thinko, repair commands that can take multiple parameters CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/17 02:15:21 Modified files: sysutils/upower: Makefile distinfo Removed files: sysutils/upower/patches: patch-src_openbsd_up-backend_c patch-src_up-device-battery_c Log message: sysutils/upower: update to 1.90.2 remove patches merged upstream see https://gitlab.freedesktop.org/upower/upower/-/releases/v1.90.1 & https://gitlab.freedesktop.org/upower/upower/-/releases/v1.90.2 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 02:21:21 Modified files: textproc/py-rebulk: Makefile distinfo Log message: update to py3-rebulk-3.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 02:22:02 Modified files: textproc/py-semver: Makefile distinfo Log message: update to py3-semver-3.0.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/17 02:25:30 Modified files: x11/kde-plasma/systemsettings: Makefile Log message: Add more tools as run dependency CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 02:42:00 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim patch-src_configure_ac Log message: update to vim-9.0.2035 includes fix for use-after-free, partially triggerable from a modeline in an opened file. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 02:42:23 Modified files: editors/vim : Tag: OPENBSD_7_4 Makefile distinfo editors/vim/patches: Tag: OPENBSD_7_4 patch-runtime_filetype_vim patch-src_configure_ac Log message: update to vim-9.0.2035 includes fix for use-after-free, partially triggerable from a modeline in an opened file. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/17 02:49:33 Modified files: geo/gpx-viewer : Makefile distinfo geo/gpx-viewer/pkg: PLIST Added files: geo/gpx-viewer/patches: patch-libgpx_gpx-viewer-path-layer_vala patch-meson_build Removed files: geo/gpx-viewer/patches: patch-data_gpx-viewer-file-chooser_ui patch-data_gpx-viewer-preferences_ui Log message: geo/gpx-viewer: update to 0.5.0. switch to github and meson. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/17 02:50:40 Modified files: geo/pgrouting : Makefile distinfo geo/pgrouting/pkg: PLIST Log message: geo/pgrouting: update to 3.5.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/17 03:21:53 Modified files: print/libpaper : Makefile distinfo Log message: Update to libpaper-2.1.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/17 03:29:09 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-11.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/17 03:34:19 Modified files: devel/libgtop2 : Makefile distinfo Log message: Update to libgtop2-2.41.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/17 03:52:11 Modified files: gnu/lib/libreadline: shlib_version lib/libcurses : Caps Makefile SigAction.h capdefaults.c curs_add_wch.3 curs_add_wchstr.3 curs_addch.3 curs_addchstr.3 curs_addstr.3 curs_addwstr.3 curs_attr.3 curs_beep.3 curs_bkgd.3 curs_bkgrnd.3 curs_border.3 curs_border_set.3 curs_clear.3 curs_color.3 curs_delch.3 curs_deleteln.3 curs_extend.3 curs_get_wch.3 curs_get_wstr.3 curs_getch.3 curs_getstr.3 curs_getyx.3 curs_in_wch.3 curs_in_wchstr.3 curs_inch.3 curs_inchstr.3 curs_initscr.3 curs_inopts.3 curs_ins_wch.3 curs_ins_wstr.3 curs_insch.3 curs_insstr.3 curs_instr.3 curs_inwstr.3 curs_kernel.3 curs_legacy.3 curs_mouse.3 curs_move.3 curs_opaque.3 curs_outopts.3 curs_overlay.3 curs_pad.3 curs_print.3 curs_printw.3 curs_refresh.3 curs_scanw.3 curs_scr_dump.3 curs_scroll.3 curs_slk.3 curs_termattrs.3 curs_touch.3 curs_util.3 curs_window.3 curses.3 curses.h curses.priv.h default_colors.3 define_key.3 fifo_defs.h hashed_db.h key_defined.3 keybound.3 keyok.3 legacy_coding.3 nc_alloc.h nc_panel.h nc_tparm.h ncurses_cfg.h ncurses_def.h parametrized.h resizeterm.3 shlib_version term.5 term.7 term.h term_entry.h termcap.3 termcap.h terminfo.3 terminfo.5 tic.h unctrl.h wresize.3 lib/libcurses/base: MKkeyname.awk MKlib_gen.sh MKunctrl.awk define_key.c key_defined.c keybound.c keyok.c legacy_coding.c lib_addch.c lib_addstr.c lib_beep.c lib_bkgd.c lib_box.c lib_chgat.c lib_clear.c lib_clearok.c lib_clrbot.c lib_clreol.c lib_color.c lib_colorset.c lib_delch.c lib_delwin.c lib_dft_fgbg.c lib_echo.c lib_endwin.c lib_erase.c lib_flash.c lib_freeall.c lib_getch.c lib_getstr.c lib_hline.c lib_immedok.c lib_inchstr.c lib_initscr.c lib_insch.c lib_insdel.c lib_insnstr.c lib_instr.c lib_isendwin.c lib_leaveok.c lib_mouse.c lib_move.c lib_mvwin.c lib_newterm.c lib_newwin.c lib_nl.c lib_overlay.c lib_pad.c lib_printw.c lib_redrawln.c lib_refresh.c lib_restart.c lib_scanw.c lib_screen.c lib_scroll.c lib_scrollok.c lib_scrreg.c lib_set_term.c lib_slk.c lib_slkatr_set.c lib_slkatrof.c lib_slkatron.c lib_slkatrset.c lib_slkattr.c lib_slkclear.c lib_slkcolor.c lib_slkinit.c lib_slklab.c lib_slkrefr.c lib_slkset.c lib_slktouch.c lib_touch.c lib_ungetch.c lib_vline.c lib_wattroff.c lib_wattron.c lib_winch.c lib_window.c nc_panel.c resizeterm.c safe_sprintf.c tries.c use_window.c version.c vsscanf.c wresize.c lib/libcurses/tinfo: MKcaptab.awk MKcaptab.sh MKcodes.awk MKfallback.sh MKkeys_list.sh MKnames.awk access.c add_tries.c alloc_entry.c alloc_ttype.c captoinfo.c comp_error.c comp_expand.c comp_hash.c comp_parse.c comp_scan.c db_iterator.c doalloc.c entries.c free_ttype.c getenv_num.c hashed_db.c home_terminfo.c init_keytry.c lib_acs.c lib_baudrate.c lib_cur_term.c lib_data.c lib_has_cap.c lib_kernel.c lib_longname.c lib_napms.c lib_options.c lib_print.c lib_raw.c lib_setup.c lib_termcap.c lib_termname.c lib_tgoto.c lib_ti.c lib_tparm.c lib_tputs.c lib_ttyflags.c make_keys.c name_match.c parse_entry.c read_entry.c read_termcap.c strings.c trim_sgr0.c use_screen.c write_entry.c lib/libcurses/trace: lib_trace.c visbuf.c lib/libcurses/tty: MKexpanded.sh hardscroll.c hashmap.c lib_mvcur.c lib_tstp.c lib_twait.c lib_vidattr.c tty_update.c lib/libcurses/widechar: charable.c lib_add_wch.c lib_box_set.c lib_cchar.c lib_erasewchar.c lib_get_wch.c lib_get_wstr.c lib_hline_set.c lib_in_wch.c lib_in_wchnstr.c lib_ins_wch.c lib_inwstr.c lib_key_name.c lib_pecho_wchar.c lib_slk_wset.c lib_unget_wch.c lib_vid_attr.c lib_vline_set.c lib_wacs.c lib_wunctrl.c lib/libedit : shlib_version lib/libform : Makefile READ.ME fld_arg.c fld_attr.c fld_current.c fld_def.c fld_dup.c fld_ftchoice.c fld_ftlink.c fld_info.c fld_just.c fld_link.c fld_max.c fld_move.c fld_newftyp.c fld_opts.c fld_pad.c fld_page.c fld_stat.c fld_type.c fld_user.c form.3 form.h form.priv.h form_cursor.3 form_data.3 form_driver.3 form_field.3 form_field_attributes.3 form_field_buffer.3 form_field_info.3 form_field_just.3 form_field_new.3 form_field_opts.3 form_field_userptr.3 form_field_validation.3 form_fieldtype.3 form_hook.3 form_new.3 form_new_page.3 form_opts.3 form_page.3 form_post.3 form_requestname.3 form_userptr.3 form_win.3 frm_cursor.c frm_data.c frm_def.c frm_driver.c frm_hook.c frm_opts.c frm_page.c frm_post.c frm_req_name.c frm_scale.c frm_sub.c frm_user.c frm_win.c fty_alnum.c fty_alpha.c fty_enum.c fty_int.c fty_ipv4.c fty_num.c fty_regex.c shlib_version lib/libmenu : Makefile READ.ME eti.h m_attribs.c m_cursor.c m_driver.c m_format.c m_global.c m_hook.c m_item_cur.c m_item_nam.c m_item_new.c m_item_opt.c m_item_top.c m_item_use.c m_item_val.c m_item_vis.c m_items.c m_new.c m_opts.c m_pad.c m_pattern.c m_post.c m_req_name.c m_scale.c m_spacing.c m_sub.c m_userptr.c m_win.c menu.3 menu.h menu.priv.h menu_attributes.3 menu_cursor.3 menu_driver.3 menu_format.3 menu_hook.3 menu_items.3 menu_mark.3 menu_new.3 menu_opts.3 menu_pattern.3 menu_post.3 menu_requestname.3 menu_spacing.3 menu_userptr.3 menu_win.3 mf_common.h mitem_current.3 mitem_name.3 mitem_new.3 mitem_opts.3 mitem_userptr.3 mitem_value.3 mitem_visible.3 shlib_version lib/libpanel : Makefile p_above.c p_below.c p_bottom.c p_delete.c p_hidden.c p_hide.c p_move.c p_new.c p_replace.c p_show.c p_top.c p_update.c p_user.c p_win.c panel.3 panel.c panel.h panel.priv.h shlib_version usr.bin/infocmp: Makefile infocmp.1 infocmp.c usr.bin/tic : MKtermsort.sh Makefile captoinfo.1 dump_entry.c dump_entry.h infotocap.1 progs.priv.h tic.1 tic.c transform.h usr.bin/tput : Makefile tput.1 tput.c usr.bin/tset : Makefile tset.1 tset.c Added files: lib/libcurses : Caps-ncurses MKterminfo.sh build.priv.h curs_getcchar.3 curs_memleaks.3 curs_sp_funcs.3 curs_threads.3 curs_variables.3 manhtml.aliases manhtml.externs nc_access.h nc_string.h nc_termios.h ncurses_dll.h new_pair.3 new_pair.h report_hashing.c report_offsets.c scr_dump.5 term.priv.h term_variables.3 user_caps.5 wcwidth.h lib/libcurses/base: lib_driver.c new_pair.c sigaction.c lib/libcurses/tinfo: MKuserdefs.sh lib_win32con.c lib_win32util.c make_hash.c obsolete.c tinfo_driver.c lib/libcurses/widechar: widechars.c lib/libform : form_variables.3 fty_generic.c usr.bin/tic : capconvert clear_cmd.c clear_cmd.h reset_cmd.c reset_cmd.h tparm_type.c tparm_type.h transform.c tty_settings.c tty_settings.h Removed files: lib/libcurses/trace: lib_traceatr.c lib_tracebits.c lib_tracechr.c lib_tracedmp.c lib_tracemse.c trace_buf.c trace_tries.c trace_xnames.c varargs.c Log message: Update ncurses and associated libraries (form, panel, menu) to 6.4-20230826 (from 5.7-20081102). Based on result from Thomas Dickey's ncu2openbsd script and then modified. Switches to the upstream tput. Major bump for the ncurses libraries and for libedit and libreadline. Help from tb, millert. ok deraadt sthen CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/17 03:55:32 Modified files: usr.bin/tmux : tty-term.c Log message: Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm, which allows ncurses to validate the capabilities correctly. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/17 04:05:46 Modified files: share/termtypes: termtypes.master Log message: Update termtypes to 6.4-20230424 with local changes. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/17 04:13:54 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync, from sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 05:38:48 Modified files: textproc/pdftk : Makefile distinfo Log message: pdftk: update java deps CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/17 07:07:33 Modified files: lib/libXpm : ChangeLog Makefile.bsd-wrapper configure.ac lib/libXpm/include/X11: xpm.h lib/libXpm/m4 : libtool.m4 lib/libXpm/src : RdFToBuf.c RdFToI.c WrFFrBuf.c WrFFrI.c XpmI.h rgb.c lib/libXpm/test: TestAllFiles.h XpmRead.c XpmWrite.c rgb.c Removed files: lib/libXpm : CHANGES Log message: Update libXpm to version 3.5.17. ok tb@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/17 07:08:08 Modified files: lib/libXaw : Makefile.bsd-wrapper Log message: Bump major version after libXpm bump CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/17 07:08:36 Modified files: distrib/sets/lists/xbase: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:31:31 Modified files: devel/py-sh : Makefile Log message: py-sh now uses poetry-core not setuptools, found by aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:39:10 Modified files: devel/py-importlib-metadata: Makefile distinfo Log message: update to py3-importlib_metadata-6.8.0, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:39:57 Modified files: devel/py-immutabledict: Makefile distinfo Log message: update to py3-immutabledict-3.0.0, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:43:53 Modified files: sysutils/fzf : Makefile distinfo modules.inc Added files: sysutils/fzf/patches: patch-src_protector_protector_openbsd_go Log message: update to fzf-0.43.0, from Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:43:56 Modified files: devel/py-typing-extensions: Makefile distinfo Log message: update to py3-typing_extensions-4.8.0, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:44:54 Modified files: textproc/py-pypandoc: Makefile distinfo textproc/py-pypandoc/patches: patch-tests_py Log message: update to py3-pypandoc-1.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:44:56 Modified files: security/py-libnacl: Makefile distinfo security/py-libnacl/pkg: PLIST Log message: update to py3-libnacl-2.1.0, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/17 07:45:23 Modified files: textproc/py-ijson: Makefile distinfo Log message: textproc/py-ijson: update to 3.2.3 from Renaud Allard CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:50:32 Modified files: security/py-libnacl: Makefile Log message: py-libnacl moved setuptools->poetry-core, pointed out landry@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/17 10:48:45 Modified files: . : 74.html Log message: add manual page link to mg.1#space-to-tabstop after op@ committed the documentation and after it is now available on man.openbsd.org CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/17 11:28:37 Modified files: devel/bison : Makefile distinfo devel/bison/patches: patch-Makefile_in devel/bison/pkg: PLIST Log message: update to bison 3.8.2 massage the makefile patch to keep MAKE_JOBS=1 builds working, disable optional dependencies to avoid picking them up. bulk-built by tb OK millert CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/17 11:51:58 Modified files: www/hugo : Makefile distinfo modules.inc Log message: update www/hugo to 0.119.0 original diff by armani@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/17 11:57:41 Modified files: net/dnscontrol : Makefile distinfo modules.inc Log message: update net/dnscontrol to 4.5.0 ok kn@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/17 11:58:15 Modified files: usr.sbin/bgpd : session.c Log message: Remove bogus plen != 0xff check OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/17 11:59:59 Modified files: usr.sbin/bgpd : kroute.c Log message: Neither sin_len nor sin6_len can be 0 so these checks are not needed. Also reorder the RTF_HOST vs netmask check. RTF_HOST wins if both are set. Makes the code a bit neater. OK tb@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/17 12:42:31 Modified files: build/mirrors : anoncvs.html.end Log message: anoncvs needs at least 9GB now ok sthen@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/17 12:42:56 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/10/17 13:36:22 Modified files: sysutils/u-boot: Makefile Makefile.inc Added files: sysutils/u-boot/rk356x: Makefile distinfo sysutils/u-boot/rk356x/files: rkbinpatch.c sysutils/u-boot/rk356x/pkg: DESCR PLIST Log message: Add a version of U-Boot 2023.10 for the Rockchip RK3356 and RK3358 SoCs. ok sthen@, kevlo@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/17 14:59:02 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20231017 CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2023/10/17 15:13:13 Modified files: . : arm64.html Log message: Add a few more supported machines. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/17 16:19:34 Modified files: infrastructure/mk: bsd.port.subdir.mk infrastructure/lib/DPB: State.pm Log message: glue to randomize SUBDIRS using sort -R, so that dpb -r is even more random (done because it's cheap) okay tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/17 19:45:42 Modified files: distrib/arm64/iso: Makefile Log message: grow arm64 iso media space CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/17 19:47:42 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Adjust the MST resume flow From Wayne Lin 71472872932b11ca2591104eb73255fecaae9d33 in linux-6.1.y/6.1.57 ec5fa9fcdeca69edf7dab5ca3b2e0ceb1c08fe9a in mainline linux CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/10/17 19:49:26 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: Increase max depth for termcaps With the update to ncurses 6.4-20230826 /etc/termcap now needs at least a 36 deep search. Instead, we'll just bump to 64. It seems 32 has been enough since perl 5.001 in 1995, so hopefully this buys us at least another 28 years. "please commit that" deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/17 19:49:45 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c Log message: drm/amd: Fix detection of _PR3 on the PCIe root port From Mario Limonciello c8bd3e12b3291e632ae189619169914743ba77d1 in linux-6.1.y/6.1.57 134b8c5d8674e7cde380f82e9aedfd46dcdd16f7 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/17 19:52:20 Modified files: sys/dev/pci/drm/amd/pm/swsmu/smu11: sienna_cichlid_ppt.c Log message: drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters() From Mario Limonciello d2894c4f473ab71cd68ef0f9b086148bb2c02132 in linux-6.1.y/6.1.57 2a1fe39a5be785e962e387146aed34fa9a829f3f in mainline linux CVSROOT: /cvs Module name: ports Changes by: asou@cvs.openbsd.org 2023/10/17 21:27:55 Modified files: devel/valgrind : Makefile devel/valgrind/patches: patch-coregrind_m_aspacemgr_aspacemgr_linux_c patch-coregrind_m_ume_elf_c Added files: devel/valgrind/patches: patch-coregrind_m_replacemalloc_vg_replace_malloc_c Log message: Fix a bug where symbols of some ELF files (lower 12 bits of Offset are 0 and File Size is 0 of program header) were not printed. ok otto CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/17 21:56:45 Modified files: graphics/libgexiv2: Makefile Log message: ports-gcc needs libstdc++fs linked in. Fixes build on sparc64 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/17 22:58:27 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.64.1 Changes: https://rclone.org/changelog/#v1-64-1-2023-10-17 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 00:30:40 Modified files: usr.sbin/rpki-client: rfc3779.c Log message: rfc3779: no need for err.h, but we do need asn1.h CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/18 00:31:34 Modified files: security/keycloak: Makefile distinfo security/keycloak/pkg: PLIST Log message: Update keycloak 22.0.3 -> 22.0.4 Release notes: https://www.keycloak.org/docs/latest/release_notes/index.html ok aisha@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2023/10/18 00:45:45 Modified files: distrib/notes/arm64: prep Log message: Mention U-Boot file and offset for Rockchip RK356x. "Sure." miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/18 00:50:52 Modified files: x11 : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: x11/wxglade : Makefile distinfo x11/wxglade/patches: patch-wxGlade_desktop patch-wxglade x11/wxglade/pkg: DESCR PLIST Log message: Remove x11/wxglade; it's been broken for a while, uses python2 and nothing uses it in tree. ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 01:04:25 Modified files: usr.sbin/rpki-client: as.c Log message: rpki-client: rework as_check_overlap() Avoid early returns and use a single copy of the warning by reworking the control flow through two nested switches. ok claudio job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 01:08:19 Modified files: usr.sbin/rpki-client: ip.c Log message: rpki-client: rework ip_addr_check_overlap() Avoid conditional early returns and significantly simplify the printing of ip addresses/ranges by using the new ip_warn(). This also eliminates an extremely weird usage of the comma operator and reduces noise levels quite a bit. ok claudio job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 01:10:24 Modified files: usr.sbin/rpki-client: as.c ip.c Log message: rpki-client: move inherit in {ip,as}_warn() While alphabetic order makes sense, having inherit between individual AS and IP entries and ranges makes little sense. Use the order that we have elsewhere. ok claudio job CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/18 01:11:36 Added files: www/c-icap/c-icap/patches: patch-configure_ac Log message: unbreak, missed cvs add CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2023/10/18 01:23:58 Modified files: distrib/notes/arm64: hardware Log message: Sync the supported hardware list with arm64.html. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 01:24:15 Modified files: lib/libcrypto/cms: cms_dd.c Log message: cms_DigestedData_create() use X509_ALGOR_set_evp_md() Our internal version allows for error checking and this avoids a silent failure leading to corruption later on. Clean up includes while there. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 01:30:50 Modified files: lib/libcrypto/cms: cms_sd.c Log message: Use X509_ALGOR_set_evp_md() in CMS_add1_signer() Contrary to X509_ALGOR_set_md() this allows for error checking. Avoid local complications by freeing in the exit path and use a const version of X509_ALGOR for walking a STACK_OF() to avoid a bad free. Clean up includes ok jsing CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2023/10/18 01:56:45 Modified files: share/man/man4 : pfsync.4 Log message: with pfsync rewrite, pfsync interfaces need an "up" after configuration, not before. Noted by Marko Cupac, thanks. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/18 02:03:19 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document semi-internal parts used by dpb(1) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/18 02:20:58 Modified files: security/xmlsec: Makefile Log message: xmlsec now uses many warning options base-gcc doesn't understand. Ditch the old base-gcc c99 dance and switch to ports-gcc Fixes the build on sparc64 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/18 02:50:13 Modified files: usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: only strip actual file/line part from the eval error CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/18 04:36:46 Modified files: infrastructure/mk: bsd.port.mk Log message: it's SITE_BACKUP, not SITES_BACKUP CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/18 04:52:52 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_common_chrome_features_cc Log message: update to 118.0.5993.88 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/18 05:38:10 Modified files: archivers/snappy: Makefile Log message: snappy: unify build behaviour between gcc/clang archs - set flags to add /usr/local/include to header search path unconditionally rather than just on ports-clang archs. - set flags to add /usr/local/lib to library search path on base-compiler archs (previously, with ports-gcc it's searching there automatically and picking up lz4/lzo2 if present, but with base-clang it isn't. - register dep on lz4/lzo2. they're used in tests only, so add as BUILD_DEPENDS not LIB_DEPENDS. fixes possible intermittent build problem if they're present during configure and then junked (though for lz4, that's not a practical issue, as snappy uses cmake which depends on lz4 anyway). no pkg change -> no bump ok tb@ kn@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/18 06:00:18 Modified files: geo/gpx-viewer : Makefile Log message: geo/gpx-viewer: add missing BDEP on vala, reported by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/18 07:32:04 Modified files: www/chromium : Makefile www/ungoogled-chromium: Makefile Log message: oops, my i386 DPB_PROPERTIES .if should have used MACHINE_ARCH not ARCH CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/18 08:19:56 Modified files: geo/pdal : Makefile distinfo geo/pdal/patches: patch-cmake_macros_cmake patch-pdal_util_CMakeLists_txt geo/pdal/pkg : PLIST Added files: geo/pdal/patches: patch-cmake_test_cmake Log message: geo/pdal: update to 2.6.0 see https://github.com/PDAL/PDAL/releases/tag/2.6.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/18 08:21:43 Modified files: geo/qgis : Makefile Added files: geo/qgis/patches: patch-cmake_FindPDAL_cmake Log message: geo/qgis: adjust cmake goo to find pdal 2.6 simpler fix than upstream in https://github.com/qgis/QGIS/pull/54940 but this one also works CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/10/18 08:24:29 Modified files: sys/arch/sparc64/dev: iommu.c Log message: Avoid segments greater than maxsegsz during map merging Found with hints from kettenis@ Tested on Sun-Fire-V215. Also tested on U2 and UltraBook IIe by miod@ ok miod@ CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2023/10/18 08:24:37 Modified files: . : 74.html Log message: mips64 package count CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/18 08:47:22 Modified files: usr.bin/mandoc : mandoc.1 Log message: Better document the purpose and features of the file mandoc.css and the purpose and limitations of the embedded stylesheet. Triggered by a conversation with Alejandro Colomar . CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/18 09:51:05 Modified files: audio/audacity : Makefile Added files: audio/audacity/patches: patch-src_export_ExportMP3_cpp Log message: recognize mp3lame out of the box, okay sthen@, aja@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/18 10:11:29 Modified files: usr.bin/mandoc : man_html.c Log message: Support the GNU-specific syntax ".IP \\[bu]" for bullet lists in man(7) pages that Alejandro Colomar recommends in the "Lists" subsection of https://man7.org/linux/man-pages/man7/man-pages.7.html#STYLE_GUIDE . For example, this will improve HTML formatting of the first list in the subsection "Feature test macros understood by glibc" on the page https://manpages.debian.org/bookworm/manpages/ftm.7.en.html . Issue reported by Alejandro Colomar . CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/18 10:48:09 Modified files: devel/difftastic: Makefile crates.inc distinfo devel/difftastic/patches: patch-Cargo_lock patch-Cargo_toml Log message: devel/difftastic: Update to 0.52.0 diff from Laurent Cheylus, thanks CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 11:26:07 Modified files: lib/libcrypto/evp: evp.h Log message: Remove EVP_add_alg_module() prototype This function was the unfortunate protagonist in a series of tragic merge errors resulting in only a short stint of a year and nine months between OpenSSL 0.9.8j and 1.0.0a actually present in OpenBSD. Then it said good bye for good, but somehow a prototype came back with 1.0.1g, a famous version released when there were slightly more pressing things to be taken care of than a function supporting a config knob whose only purpose was to turn off fips mode or to error. from schwarze PS: The mechanism that it was supposed to provide is still documented in openssl.cnf(5). I am going remove the relevant bit at some point, but not today. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/18 12:01:10 Modified files: regress/usr.bin/ul: ul.sh Log message: adjust sgr0 escape sequence after ncurses update; ok nicm@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/18 13:03:50 ports/x11/qt6ct/patches Update of /cvs/ports/x11/qt6ct/patches In directory cvs.openbsd.org:/tmp/cvs-serv9111/patches Log Message: Directory /cvs/ports/x11/qt6ct/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/18 13:04:30 Modified files: x11/qt6ct : Makefile distinfo Added files: x11/qt6ct/patches: patch-CMakeLists_txt Log message: update to qt6ct 0.9 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/18 13:14:32 Modified files: regress/lib/libssl/interop: Makefile.inc Log message: Make libssl interop server/client tests less flaky by ensuring the server has terminated before examining the outcome. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/18 13:35:54 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.37.0 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2023/10/18 13:47:02 Modified files: lang/janet : Makefile distinfo Log message: Update janet to 1.32.1 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/18 15:08:34 Modified files: sysutils/patchelf: Makefile Log message: update sparc64 test comment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/18 15:43:07 Modified files: mail/neomutt : Makefile Removed files: mail/neomutt/patches: patch-color_ansi_c patch-color_command_c patch-pager_display_c Log message: Remove neomutt patches compensating for old curses. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/18 16:18:22 Modified files: sysutils/patchelf: Makefile Log message: fix manual sectiaon for ld.so in patchelf.1 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/18 16:44:42 Modified files: sys/arch/powerpc64/stand/rdboot: disk.c Log message: Avoid forcible mounting a dirty filessystem. Mount such filesystems read-only instead. This means that writing to the filesystem will fail. As a consequence chmod'ing of files in the bootloader will fail, but that will fix itself on the next clean boot. ok kn@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/18 20:33:13 Modified files: databases/redis: Makefile distinfo Log message: Update to redis-6.2.14 (CVE-2023-45145) The wrong order of listen(2) and chmod(2) calls creates a race condition that can be used by another process to bypass desired Unix socket permissions on startup. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/18 20:39:06 Modified files: distrib/miniroot: install.sub Log message: Support encrypting the root disk with a key disk Extend the yes/no question to no/passphrase/keydisk and have users pick an existing, preformated RAID partition; no support (yet) for creating one. OK tb afresh1 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/18 20:43:58 Modified files: distrib/notes : packages Log message: Reduce unpractical package URL to usual package name; OK deraadt This section about ports/packages really wants a revamp, though... CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2023/10/19 00:47:36 Modified files: sys/dev/wsfont : wsfont.c Added files: sys/dev/wsfont : spleen8x16-ibm.h Log message: Add IBM encoded version of "Spleen 8x16". The font is 2-Clause BSD licensed and is my original creation. OK miod@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/19 01:01:39 Modified files: telephony/linphone/liblinphone/patches: patch-src_CMakeLists_txt Added files: telephony/linphone/liblinphone/patches: patch-CMakeLists_txt Log message: liblinphone: unbreak build when devel/xsd is installed, ok kn Ensure we use the headers from the bundled libxsd, even if devel/xsd is instaleld by adding an include line before -I/usr/local/include. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/19 01:02:46 Modified files: usr.sbin/bgpd : session.c session.h Log message: Convert the session engine to use the new ibuf API. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 01:09:30 Modified files: security/yubico/yubikey-manager: Makefile distinfo Log message: update to yubikey-manager-5.2.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 01:16:31 Modified files: x11/xfce4/xfconf: Makefile distinfo Log message: x11/xfce4/xfconf: update to 4.18.2 see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001339.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 01:17:20 Modified files: multimedia/get_iplayer: Makefile distinfo Log message: update to get_iplayer-3.33 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 01:19:27 Modified files: x11/xfce4/terminal: Makefile distinfo Log message: x11/xfce4/terminal: update to 1.1.1. see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001334.html this update and the xfconf 4.18.2 update apparently seems to fix (or only work around ?) the hanging terminal sessions i was seeing (https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/265) - if so, i'll backport those to 7.4-stable CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/19 01:20:39 Modified files: www/ungoogled-chromium/patches: patch-v8_BUILD_gn www/chromium/patches: patch-v8_BUILD_gn Log message: unbreak on i386 by moving the arch specific change inside the feature if block CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 01:22:50 Modified files: x11/xfce4/xfce4-dev-tools: Makefile distinfo Log message: x11/xfce4/xfce4-dev-tools: update to 4.18.1. see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001340.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 01:38:32 Modified files: x11/xfce4 : xfce4.port.mk x11/xfce4/exo : Makefile x11/xfce4/garcon: Makefile x11/xfce4/libxfce4util: Makefile x11/xfce4/parole: Makefile x11/xfce4/tumbler: Makefile x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-dev-tools: Makefile x11/xfce4/xfce4-mixer: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xfwm4: Makefile Log message: x11/xfce4: default XFCE_DESKTOP_VERSION to 4.18.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 01:43:20 Modified files: meta/xfce : Makefile Log message: meta/xfce: bump to 4.18.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/19 01:45:23 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.24.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/19 01:48:26 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-8.2.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:06:38 Modified files: mail/rspamd : Makefile mail/rspamd/pkg: PLIST README Log message: rspamd: missed @sample. add README tweak while there. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/19 02:13:19 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-451.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:21:50 Modified files: mail/rspamd : Tag: OPENBSD_7_4 Makefile mail/rspamd/pkg: Tag: OPENBSD_7_4 README Added files: mail/rspamd/patches: Tag: OPENBSD_7_4 patch-src_libutil_util_c Log message: backport gzip memory leak fix from rspamd 3.7.1 sync README while there CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:22:00 Modified files: net/monitoring-plugins: Makefile distinfo net/monitoring-plugins/patches: patch-plugins_check_http_c net/monitoring-plugins/pkg: PLIST-main Removed files: net/monitoring-plugins/patches: patch-plugins-scripts_check_ircd_pl patch-plugins_check_radius_c Log message: update to monitoring-plugins-2.3.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:31:15 Modified files: telephony/asterisk: Makefile.inc Log message: remove old --disable entries from PJPROJECT_CONFIGURE_OPTS; the reason for disabling them (gcc/clang c++ std lib conflict) has gone, but these libs aren't picked up any more anyway CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:32:09 Modified files: telephony/asterisk/16: Makefile telephony/asterisk/16/pkg: PLIST-main PLIST-odbc Log message: move ODBC-related file to the correct PLIST CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 02:38:11 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.3.3. see https://www.thunderbird.net/en-US/thunderbird/115.3.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 02:38:49 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.3.3. see https://www.thunderbird.net/en-US/thunderbird/115.3.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:42:07 Modified files: telephony/asterisk/20: Makefile distinfo telephony/asterisk/20/pkg: PLIST-main PLIST-odbc Log message: update to asterisk-20.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:42:16 Modified files: telephony/asterisk/18: Makefile distinfo telephony/asterisk/18/pkg: PLIST-main PLIST-odbc Log message: update to asterisk-18.20.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/19 02:42:42 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.6.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:44:46 Modified files: converters/py-num2words: Makefile distinfo converters/py-num2words/pkg: PLIST Log message: update to py3-num2words-0.5.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/19 02:45:39 Modified files: sysutils/cloud-sql-proxy: Makefile distinfo Log message: Update to cloud-sql-proxy-2.7.1. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 04:17:24 Modified files: regress/lib/libcrypto/bn: Makefile bn_mod_exp.c Log message: Add test case checking aliasing of the result with other arguments These are expected failures for BN_mod_exp_simple() and the internal BN_mod_exp_recp(), which will be fixed shortly. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 04:17:52 Modified files: lib/libcrypto/bn: bn_exp.c Log message: Fix aliasing of result with exponent or modulus in BN_mod_exp_simple() Reported and reminded by Guido Vranken in OpenSSL issue #21110 ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 04:23:00 Modified files: lib/libcrypto/bn: bn_exp.c Log message: Fix aliasing of result and exponent in the internal BN_mod_exp_recp() This is basically the same fix as the one applied in BN_mod_exp_simple(). CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 04:23:38 Modified files: regress/lib/libcrypto/bn: Makefile Log message: The bn_mod_exp test is no longer an expected failure CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 04:27:27 Modified files: lib/libcrypto/bn: bn_exp.c Log message: Garbage collect weird /* 1 */ and /* 2 */ comments If they ever had any meaning, that's long been lost. Requested by jsing CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2023/10/19 04:35:27 Modified files: www/apache-httpd: Makefile distinfo Log message: update to 2.4.58 fixes CVE-2023-45802, CVE-2023-43622 and CVE-2023-31122 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2023/10/19 04:49:18 Modified files: www/apache-httpd: Tag: OPENBSD_7_4 Makefile distinfo Log message: update to 2.4.58 fixes CVE-2023-45802, CVE-2023-43622 and CVE-2023-31122 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/19 05:12:10 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Convert rtr_proto.c to use new ibuf API. More yak shaving required which will follow. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 05:39:06 Modified files: security : Makefile security/wpa_supplicant: Makefile security/wpa_supplicant/pkg: DESCR README Added files: security/wpa_supplicant/patches: patch-src_ap_authsrv_c patch-src_crypto_tls_h patch-src_crypto_tls_openssl_c patch-src_eap_peer_eap_c patch-src_eap_peer_eap_tls_common_c patch-wpa_supplicant_wpa_supplicant_conf Log message: wpa_supplicant port changes: - add a non-default openssl flavour for people on networks with obsolete authentication servers (libressl no longer supports TLSv1.0 etc). - apply upstream patches to allow configuring to permit insecure renegotiation, found by haywirrr /at/ proton /dot/ me - add some notes about the above in pkg-readme. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/19 06:10:11 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-chrome_common_chrome_features_cc Log message: update to 118.0.5993.88 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/19 07:14:19 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: While the ibuf_add calls should not fail the way they are used it is still better to check for error. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 07:38:12 Modified files: regress/lib/libcrypto/bn: bn_mod_exp.c Log message: Add a few more test cases for mod_exp aliasing CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2023/10/19 07:44:06 Modified files: faq/pf : carp.html Log message: faq/pf/carp.html: put 'up' on a separate line *after* syncdev directive per upgrade74.html CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2023/10/19 07:58:16 Modified files: . : want.html Log message: I really could use a IBT capable laptop CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 09:36:02 Modified files: graphics/tiff : Makefile distinfo graphics/tiff/pkg: PLIST Removed files: graphics/tiff/patches: patch-doc_Makefile_in patch-test_tiff2ps-EPS1_sh patch-test_tiff2ps-PS1_sh patch-test_tiff2ps-PS2_sh patch-test_tiff2ps-PS3_sh Log message: graphics/tiff: major update to 4.6.0, and switch to build with cmake cf https://gitlab.com/libtiff/libtiff/-/releases/v4.6.0, notes from upstream: --- This version removes a big number of utilities that have suffered from lack of maintenance over the years and were the source of various reported security issues. See "Removed functionality" below for the list of removed utilities. Starting with libtiff v4.6.0, their source code, at this time, will still be available in the source distribution, but they will no longer be built by default, and issues related to them will no longer be accepted in the libtiff bug tracker. The only remaining supported TIFF tools are tiffinfo, tiffdump, tiffcp, tiffset and tiffsplit. --- as a result, comms/hylafax will be marked BROKEN, as being abandoware and relying on tiff2ps and tiff2pdf. went in an amd64 bulk build by tb@, many thanks. ok tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 09:38:54 Modified files: comms/hylafax : Makefile Log message: comms/hylafax: mark as BROKEN upstream has had two commits in 2018 and one in 2014, otherwise the last update was in 2012. It relied on the now-not-build-by-default tiff2ps and tiff2pdf binaries. ppl actually using hylafax on OpenBSD should speak up to improve that situation..there's apparently a fork at https://hylafax.sourceforge.io/ but i have no idea if this has better support for modern tiff (i doubt so) ok tb@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/19 09:54:24 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/browser/files: pledge.utility unveil.utility www/tor-browser/browser/patches: patch-browser_app_profile_000-tor-browser_js patch-browser_config_mozconfigs_base-browser patch-browser_config_mozconfigs_tor-browser patch-config_makefiles_rust_mk patch-media_ffvpx_libavcodec_x86_fft_asm patch-toolkit_moz_configure patch-toolkit_xre_nsXREDirProvider_cpp patch-xpcom_io_nsAppFileLocationProvider_cpp www/tor-browser/browser/pkg: PLIST Added files: www/tor-browser/browser/patches: patch-js_src_ctypes_libffi_src_dlmalloc_c patch-toolkit_components_downloads_DownloadIntegration_sys_mjs patch-toolkit_components_tor-launcher_TorProcess_sys_mjs patch-toolkit_xre_glxtest_glxtest_cpp Removed files: www/tor-browser/browser/files: pledge.utility-audioDecoder unveil.utility-audioDecoder www/tor-browser/browser/patches: patch-js_src_jit_ProcessExecutableMemory_h patch-toolkit_components_downloads_DownloadIntegration_jsm patch-toolkit_components_downloads_DownloadUIHelper_jsm patch-toolkit_components_processtools_ProcInfo_linux_cpp patch-toolkit_components_tor-launcher_TorProcess_jsm patch-toolkit_system_gnome_nsGIOService_cpp patch-toolkit_xre_glxtest_cpp patch-xpcom_build_BinaryPath_h Log message: Tor Browser: update to 13.0 CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/10/19 10:28:03 Modified files: sys/dev/pci : if_ixl.c Log message: Enable TCP Segmentation Offloading for ixl(4) Tested on amd64 and sparc64. Also tested by bluhm@. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/10/19 11:05:55 Modified files: usr.sbin/rpki-client: cert.c cms.c crl.c validate.c Log message: Add experimental support for secp256r1 aka P-256 aka prime256v1 ECDSA signatures are much smaller than RSA signatures while offering similar security. Adding support for P-256 now allows CA developers to test their implementations, and paving the way for signers in the production environment in the future to take advantage of ECDSA. OK tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/19 11:32:15 Modified files: www/iridium : Makefile distinfo www/iridium/patches: patch-BUILD_gn patch-ash_display_mirror_window_controller_cc patch-base_BUILD_gn patch-base_allocator_partition_allocator_address_space_randomization_h patch-base_allocator_partition_allocator_page_allocator_constants_h patch-base_allocator_partition_allocator_page_allocator_h patch-base_allocator_partition_allocator_page_allocator_internals_posix_h patch-base_allocator_partition_allocator_partition_alloc_base_rand_util_posix_cc patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_partition_root_cc patch-base_allocator_partition_allocator_starscan_stack_stack_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_debug_elf_reader_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_unittest_cc patch-base_i18n_icu_util_cc patch-base_linux_util_cc patch-base_process_process_metrics_h patch-base_process_process_metrics_openbsd_cc patch-base_process_process_posix_cc patch-base_profiler_module_cache_cc patch-base_system_sys_info_cc patch-base_system_sys_info_h patch-base_test_launcher_test_launcher_cc patch-base_test_test_file_util_linux_cc patch-base_threading_platform_thread_posix_cc patch-base_threading_platform_thread_unittest_cc patch-base_trace_event_malloc_dump_provider_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_config_ozone_gni patch-build_toolchain_gcc_toolchain_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-chrome_app_app_management_strings_grdp patch-chrome_app_chrome_command_ids_h patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_chromium_strings_grd patch-chrome_app_generated_resources_grd patch-chrome_app_google_chrome_strings_grd patch-chrome_app_profiles_strings_grdp patch-chrome_app_settings_strings_grdp patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_features_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_browser_process_impl_h patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_defaults_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_commands_h patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_service_factory_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_service_factory_cc patch-chrome_browser_enterprise_signals_device_info_fetcher_cc patch-chrome_browser_enterprise_signals_device_info_fetcher_linux_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_headless_headless_mode_util_cc patch-chrome_browser_media_galleries_fileapi_mtp_device_map_service_cc patch-chrome_browser_media_router_discovery_discovery_network_list_wifi_linux_cc patch-chrome_browser_memory_details_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_metrics_power_process_monitor_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_net_system_network_context_manager_h patch-chrome_browser_new_tab_page_modules_drive_drive_service_cc patch-chrome_browser_password_manager_password_reuse_manager_factory_cc patch-chrome_browser_platform_util_linux_cc patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_policy_policy_value_and_status_aggregator_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_print_backend_service_manager_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_resources_settings_appearance_page_appearance_page_html patch-chrome_browser_resources_settings_appearance_page_appearance_page_ts patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_task_manager_sampling_task_group_sampler_h patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_themes_theme_service_factory_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_color_native_chrome_color_mixer_cc patch-chrome_browser_ui_omnibox_omnibox_pedal_implementations_cc patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_accelerator_table_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_aura_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_frame_h patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h patch-chrome_browser_ui_views_tab_search_bubble_host_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_views_tabs_tab_hover_card_bubble_view_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webui_app_home_app_home_page_handler_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_management_management_ui_handler_cc patch-chrome_browser_ui_webui_management_management_ui_handler_h patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_ui_webui_realbox_realbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_ui_window_sizer_window_sizer_cc patch-chrome_browser_web_applications_os_integration_run_on_os_login_sub_manager_cc patch-chrome_browser_web_applications_os_integration_shortcut_sub_manager_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_manager_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_h patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_renderer_chrome_render_frame_observer_cc patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_test_BUILD_gn patch-chrome_test_chromedriver_chrome_launcher_cc patch-chrome_utility_services_cc patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_core_common_autofill_util_cc patch-components_autofill_payments_strings_grdp patch-components_crash_core_app_BUILD_gn patch-components_crash_core_browser_crash_upload_list_crashpad_cc patch-components_device_signals_core_browser_user_permission_service_impl_cc patch-components_device_signals_test_signals_contract_cc patch-components_embedder_support_user_agent_utils_unittest_cc patch-components_feature_engagement_public_event_constants_h patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_feed_core_v2_feed_network_impl_unittest_cc patch-components_feed_core_v2_proto_util_unittest_cc patch-components_flags_ui_flags_state_cc patch-components_management_strings_grdp patch-components_metrics_drive_metrics_provider_linux_cc patch-components_metrics_metrics_log_cc patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_network_session_configurator_browser_network_session_configurator_unittest_cc patch-components_password_manager_core_browser_login_database_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_browser_sync_password_sync_bridge_cc patch-components_password_manager_core_browser_ui_passwords_grouper_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_policy_tools_generate_policy_source_py patch-components_policy_tools_template_writers_writer_configuration_py patch-components_power_metrics_BUILD_gn patch-components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc patch-components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_cc patch-components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_cc patch-components_services_screen_ai_screen_ai_library_wrapper_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_sync_device_info_local_device_info_util_cc patch-components_translate_core_common_translate_util_cc patch-components_url_formatter_spoof_checks_idn_spoof_checker_cc patch-components_user_education_views_help_bubble_view_cc patch-components_variations_service_google_groups_updater_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_devtools_protocol_system_info_handler_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_gpu_gpu_data_manager_impl_private_h patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_network_service_instance_impl_cc patch-content_browser_renderer_host_delegated_frame_host_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_aura_h patch-content_browser_sandbox_host_linux_cc patch-content_browser_utility_process_host_cc patch-content_browser_utility_process_host_h patch-content_browser_utility_process_host_receiver_bindings_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_child_child_process_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_BUILD_gn patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_main_platform_delegate_linux_cc patch-content_shell_BUILD_gn patch-content_shell_browser_shell_browser_main_parts_cc patch-content_test_BUILD_gn patch-content_utility_services_cc patch-content_utility_speech_speech_recognition_sandbox_hook_linux_h patch-content_utility_utility_main_cc patch-content_zygote_zygote_linux_cc patch-content_zygote_zygote_main_linux_cc patch-extensions_browser_api_messaging_message_service_cc patch-extensions_browser_api_networking_private_networking_private_delegate_factory_cc patch-extensions_common_api_runtime_json patch-extensions_common_command_cc patch-extensions_common_features_feature_cc patch-gpu_command_buffer_common_gpu_memory_buffer_support_cc patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_gles2_cmd_decoder_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc patch-gpu_command_buffer_service_shared_image_shared_image_manager_cc patch-gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_finch_features_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_generate_bindings_py patch-gpu_vulkan_vulkan_device_queue_cc patch-gpu_vulkan_vulkan_device_queue_h patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h patch-headless_lib_browser_headless_browser_main_parts_posix_cc patch-headless_lib_headless_content_main_delegate_cc patch-ipc_ipc_message_utils_cc patch-media_BUILD_gn patch-media_audio_BUILD_gn patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_linux_fake_v4l2_impl_cc patch-media_capture_video_linux_fake_v4l2_impl_h patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_capture_video_linux_v4l2_capture_delegate_h patch-media_capture_video_video_capture_buffer_tracker_factory_impl_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_gpu_video_encode_accelerator_factory_cc patch-media_gpu_sandbox_hardware_video_encoding_sandbox_hook_linux_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-media_video_video_encode_accelerator_adapter_cc patch-mojo_public_tools_bindings_mojom_gni patch-net_BUILD_gn patch-net_url_request_url_request_context_builder_cc patch-printing_backend_cups_ipp_helper_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-printing_mojom_printing_context_mojom_traits_h patch-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-printing_print_settings_h patch-printing_printing_context_linux_cc patch-printing_sandbox_print_backend_sandbox_hook_linux_h patch-remoting_host_chromoting_host_cc patch-remoting_host_chromoting_host_services_client_cc patch-remoting_host_it2me_it2me_host_cc patch-remoting_host_it2me_it2me_native_messaging_host_main_cc patch-remoting_host_policy_watcher_cc patch-remoting_host_remoting_me2me_host_cc patch-sandbox_linux_services_libc_interceptor_cc patch-sandbox_policy_features_cc patch-services_audio_audio_sandbox_hook_linux_cc patch-services_audio_audio_sandbox_hook_linux_h patch-services_device_geolocation_location_arbitrator_cc patch-services_device_public_mojom_BUILD_gn patch-services_device_time_zone_monitor_time_zone_monitor_linux_cc patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_service_cc patch-services_network_public_cpp_BUILD_gn patch-services_network_public_mojom_BUILD_gn patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc patch-services_video_capture_video_capture_service_impl_cc patch-services_video_capture_video_capture_service_impl_h patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_abseil-cpp_absl_debugging_internal_elf_mem_image_h patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_formatutils_cpp patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_controller_memory_usage_monitor_posix_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_frame_web_frame_test_cc patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_layout_ng_layout_ng_view_cc patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc patch-third_party_blink_renderer_modules_ml_webnn_ml_graph_xnnpack_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_modules_webgpu_gpu_queue_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_cache_h patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_video_capture_video_capture_impl_cc patch-third_party_boringssl_src_util_generate_build_files_py patch-third_party_cpuinfo_cpuinfo_gni patch-third_party_crashpad_crashpad_build_crashpad_buildconfig_gni patch-third_party_crashpad_crashpad_client_BUILD_gn patch-third_party_crashpad_crashpad_util_misc_capture_context_h patch-third_party_ffmpeg_chromium_scripts_build_ffmpeg_py patch-third_party_ffmpeg_configure patch-third_party_ffmpeg_libavutil_random_seed_c patch-third_party_ipcz_src_reference_drivers_random_cc patch-third_party_leveldatabase_env_chromium_cc patch-third_party_libsync_src_sync_c patch-third_party_libusb_BUILD_gn patch-third_party_libxml_linux_config_h patch-third_party_maldoca_src_maldoca_service_common_process_doc_wrapper_cc patch-third_party_pdfium_core_fxge_cfx_fontmapper_cpp patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_src_base_unix_socket_cc patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_vulkan_memory_allocator_include_vk_mem_alloc_h patch-third_party_webrtc_BUILD_gn patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-third_party_zlib_BUILD_gn patch-tools_gn_build_gen_py patch-ui_base_cursor_cursor_factory_cc patch-ui_base_cursor_cursor_factory_h patch-ui_base_ime_fake_text_input_client_cc patch-ui_base_ime_fake_text_input_client_h patch-ui_base_resource_resource_bundle_cc patch-ui_base_test_skia_gold_pixel_diff_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_x_x11_cursor_loader_cc patch-ui_color_color_id_h patch-ui_compositor_compositor_cc patch-ui_events_event_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_canvas_skia_cc patch-ui_gfx_codec_png_codec_cc patch-ui_gfx_native_widget_types_h patch-ui_gfx_x_xlib_support_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_switches_cc patch-ui_gtk_gtk_compat_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_ozone_platform_headless_vulkan_implementation_headless_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_wayland_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_host_zwp_text_input_wrapper_v1_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_ozone_public_ozone_platform_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_atomicops_h patch-v8_src_base_platform_platform-posix_cc patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_assembler-x64_cc patch-v8_src_codegen_x64_assembler-x64_h patch-v8_src_codegen_x64_macro-assembler-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_h patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_diagnostics_perf-jit_cc patch-v8_src_execution_isolate_cc patch-v8_src_flags_flags_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_maglev_x64_maglev-assembler-x64_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h Added files: www/iridium/patches: patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_threading_hang_watcher_cc patch-base_threading_platform_thread_bsd_cc patch-base_threading_platform_thread_internal_posix_cc patch-cc_base_features_cc patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_h patch-chrome_browser_extensions_api_runtime_chrome_runtime_api_delegate_cc patch-chrome_browser_gcm_gcm_profile_service_factory_cc patch-chrome_browser_gcm_instance_id_instance_id_profile_service_factory_cc patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_signin_signin_view_controller_cc patch-chrome_browser_ui_signin_signin_view_controller_delegate_h patch-chrome_browser_ui_views_dark_mode_manager_linux_h patch-chrome_browser_ui_views_frame_tab_strip_region_view_cc patch-chrome_browser_ui_views_tabs_tab_style_views_cc patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-chrome_common_media_cdm_registration_cc patch-chrome_common_media_component_widevine_cdm_hint_file_linux_h patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_commerce_strings_grdp patch-components_embedder_support_user_agent_utils_cc patch-components_gwp_asan_client_guarded_page_allocator_posix_cc patch-components_gwp_asan_client_gwp_asan_cc patch-components_policy_core_common_policy_loader_common_cc patch-components_policy_core_common_policy_paths_cc patch-components_startup_metric_utils_common_startup_metric_utils_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_renderer_host_media_service_video_capture_device_launcher_cc patch-content_browser_webid_idp_network_request_manager_cc patch-device_fido_get_assertion_request_handler_cc patch-gpu_command_buffer_service_shared_image_shared_image_factory_cc patch-gpu_vulkan_semaphore_handle_cc patch-media_cdm_library_cdm_cdm_paths_gni patch-net_base_features_cc patch-net_cert_pki_general_names_h patch-net_dns_address_info_cc patch-net_filter_zstd_source_stream_cc patch-net_http_http_auth_handler_negotiate_cc patch-net_http_http_auth_preferences_cc patch-net_http_http_auth_preferences_h patch-remoting_host_chromoting_host_h patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_h patch-services_network_public_cpp_features_cc patch-third_party_angle_src_common_platform_helpers_h patch-third_party_blink_renderer_core_layout_ng_physical_fragment_rare_data_h patch-third_party_ffmpeg_chromium_scripts_robo_lib_config_py patch-third_party_libaom_source_libaom_aom_ports_aarch64_cpudetect_c patch-third_party_material_color_utilities_src_cpp_palettes_tones_cc patch-third_party_webrtc_rtc_base_net_test_helpers_cc patch-third_party_widevine_cdm_widevine_gni patch-third_party_zlib_cpu_features_c patch-ui_base_ui_base_switches_cc patch-ui_base_ui_base_switches_h patch-ui_events_gesture_detection_motion_event_generic_h patch-ui_gfx_linux_dmabuf_uapi_h patch-ui_gl_gl_fence_cc patch-ui_ozone_platform_wayland_host_wayland_window_cc patch-ui_ozone_platform_x11_x11_screen_ozone_cc patch-ui_ozone_platform_x11_x11_screen_ozone_h patch-ui_ozone_public_platform_screen_cc patch-ui_ozone_public_platform_screen_h Removed files: www/iridium/patches: patch-base_threading_platform_thread_linux_cc patch-chrome_browser_chrome_process_singleton_cc patch-chrome_browser_enterprise_connectors_analysis_content_analysis_delegate_cc patch-chrome_browser_enterprise_connectors_connectors_manager_cc patch-chrome_browser_enterprise_connectors_connectors_manager_h patch-chrome_browser_memory_details_linux_cc patch-chrome_browser_ui_managed_ui_cc patch-chrome_browser_ui_signin_view_controller_cc patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_browser_ui_views_tabs_new_tab_button_cc patch-chrome_common_chrome_paths_cc patch-chrome_common_pref_names_cc patch-chrome_test_chromedriver_chrome_client_hints_h patch-components_invalidation_impl_invalidation_switches_cc patch-components_startup_metric_utils_browser_startup_metric_utils_cc patch-components_viz_host_renderer_settings_creation_cc patch-content_browser_renderer_host_back_forward_cache_impl_cc patch-content_public_common_common_param_traits_macros_h patch-gpu_vulkan_vulkan_image_cc patch-headless_lib_browser_policy_headless_browser_policy_connector_cc patch-net_disk_cache_blockfile_disk_format_h patch-remoting_base_mojo_util_cc patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc patch-third_party_angle_src_libANGLE_renderer_driver_utils_h patch-third_party_blink_renderer_modules_webgl_webgl_webcodecs_video_frame_cc patch-third_party_boringssl_BUILD_gn patch-third_party_boringssl_src_crypto_chacha_asm_chacha-x86_64_pl patch-third_party_boringssl_src_crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl patch-third_party_boringssl_src_crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_aesni-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_vpaes-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_rsaz-avx2_pl patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont5_pl patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont_pl patch-third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl patch-third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256_beeu-x86_64-asm_pl patch-third_party_boringssl_src_crypto_fipsmodule_md5_asm_md5-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_rand_asm_rdrand-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha1-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha512-x86_64_pl patch-third_party_boringssl_src_crypto_perlasm_x86_64-xlate_pl patch-third_party_boringssl_src_crypto_test_asm_trampoline-x86_64_pl patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_stateless_sl_instance_device_cpp patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_utils_vk_layer_utils_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vulkan_generated_vk_extension_helper_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc Log message: update to 2023.10.118 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/19 12:04:44 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/19 12:36:41 Modified files: regress/sbin/route: Makefile regress/sbin/slaacd: Makefile regress/sys/net/etherip: Makefile regress/sys/net/gif: Makefile regress/sys/net/loop: Makefile regress/sys/net/pair: Makefile regress/sys/net/pflog: Makefile regress/sys/net/rdomains: ifalocal.sh regress/sys/net/vxlan: vxlan_1.sh vxlan_2.sh regress/sys/netinet/carp: carp_1.sh carp_2.sh carp_3.sh carp_4.sh regress/usr.bin/netstat: Makefile regress/usr.sbin/arp: Makefile Log message: Add missing removal of network interfaces in regress cleanup targets. Reducing the risk tests conflicting with each other. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/19 12:39:46 Modified files: distrib/notes : m4.common Log message: root disk can be enrypted with a key disk now CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/19 12:48:48 Modified files: security/qtpass: Makefile distinfo Log message: Update qtpass from 1.3.2 to 1.4.0 Changes: https://github.com/IJHack/QtPass/releases/tag/v1.4.0 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/19 13:06:12 Modified files: sysutils/hcloud: Makefile distinfo modules.inc Log message: Update hcloud to 1.38.3 * build with Go 1.21 * iso: support deprecation info API * load-balancer: Add health status to list output CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 13:17:46 Modified files: lib/libcrypto/man: BN_mod_inverse.3 Log message: Rename the modulus from n into m This matches what other pages use. Also rewrite the definition of the modular inverse to be less ugly. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/19 16:16:10 Modified files: usr.sbin/syslogd: syslogd.c Log message: syslogd(8) counts dropped UDP packets. Now that syslogd handles delayed DNS lookups, also count dropped packets to UDP loghosts. Although not every outgoing UDP packet dropped along the path can be detected, the message makes the admin aware that there is a local blind spot during startup. Improve debug and log messages, especially if UDP logging is shut down permanently. Also do not print 'last message repeated' if the message was dropped. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/19 16:19:16 Modified files: regress/usr.sbin/syslogd: args-dropped-tcp.pl args-dropped-tls.pl Added files: regress/usr.sbin/syslogd: args-dropped-udp.pl Log message: Add test for dropped messages to UDP loghost. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/19 16:45:39 Modified files: devel/p5-Devel-NYTProf: Makefile distinfo Log message: update p5-Devel-NYTProf to 6.14 CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/19 16:50:30 Modified files: sysutils/vultr-cli: Makefile distinfo modules.inc Log message: Update to vultr-cli-2.19.0 From Adriano Barbosa (maintainer) CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2023/10/19 17:45:16 Modified files: faq : current.html Log message: Describe how to get source build over the ncurses and tic update. OK tb@ CVSROOT: /cvs Module name: www Changes by: thfr@cvs.openbsd.org 2023/10/19 18:45:07 Modified files: faq : current.html Log message: libaries -> libraries CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:38:58 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: dma-fence.h Log message: add dma_fence_timestamp() for 6.1.59 drm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:41:56 Modified files: sys/dev/pci/drm/i915/gt: gen8_engine_cs.c Log message: drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval From Nirmoy Das f175665385fe9fdd996080806aa67e666475d3d8 in linux-6.1.y/6.1.59 128c20eda73bd3e78505c574fb17adb46195c98b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:43:33 Modified files: sys/dev/pci/drm: drm_atomic_helper.c Log message: drm/atomic-helper: relax unregistered connector check From Simon Ser 0fb82afee55fc6e12f3581e87d47fd1beae36a98 in linux-6.1.y/6.1.59 2b7947bd32e243c52870d54141d3b4ea6775e63d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:45:42 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_object.h Log message: drm/amdgpu: add missing NULL check From Christian Koenig a61d905a86879427e330a5a66cba8b2330dac4d1 in linux-6.1.y/6.1.59 ff89f064dca38e2203790bf876cc7756b8ab2961 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:46:56 Modified files: sys/dev/pci/drm/amd/display/dc/core: amdgpu_dc.c Log message: drm/amd/display: Don't set dpms_off for seamless boot From Daniel Miess f0410917561cb56f93ac8c502eb0ec94f25cafe9 in linux-6.1.y/6.1.59 23645bca98304a2772f0de96f97370dd567d0ae6 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:49:31 Modified files: sys/dev/pci/drm/scheduler: sched_main.c Log message: dma-buf: add dma_fence_timestamp helper From Christian Koenig d67b5a2b97b6e8959117ff71fc2daa30e66c8290 in linux-6.1.y/6.1.59 b83ce9cb4a465b8f9a3fa45561b721a9551f60e3 in mainline linux CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/20 00:56:44 Modified files: databases/p5-DBIx-SearchBuilder: Makefile distinfo Log message: update to 1.78 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/20 00:56:45 Modified files: regress/usr.bin/ssh: Makefile test-exec.sh Added files: regress/usr.bin/ssh: dropbear-ciphers.sh dropbear-kex.sh Log message: Add interop test with Dropbear. Right now this is only dbclient not the Dropbear server since it won't currently run as a ProxyCommand. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/20 00:57:08 Modified files: www/rt : Makefile distinfo www/rt/patches : patch-Makefile_in www/rt/pkg : PLIST Log message: update to 5.0.5 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/20 01:08:38 Modified files: net/p5-MaxMind-DB-Writer: Makefile distinfo Log message: Update p5-MaxMind-DB-Writer to 0.300004. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/10/20 01:31:12 Modified files: sys/dev/pci : if_ix.c if_ixl.c Log message: Improve bad comment. pointed out by kn@ ok kn@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/20 01:37:07 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Allow overriding the locations of the Dropbear binaries similar to what we do for the PuTTY ones. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/20 03:18:48 Modified files: lang/python/3.11: Makefile distinfo lang/python/3.11/patches: patch-Makefile_pre_in patch-Modules__hashopenssl_c patch-Python_fileutils_c patch-configure_ac lang/python/3.11/pkg: PLIST-main PLIST-tests Log message: https://docs.python.org/release/3.11.6/whatsnew/changelog.html#python-3-11-6 Update to Python 3.11.6 Input from and ok daniel@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/20 04:35:49 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update rust-openssl-tests to 20231020 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/20 05:25:46 Modified files: security/boringssl/head: Makefile distinfo Log message: Update to boringssl 20231020 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 06:31:32 Modified files: www/qutebrowser: Makefile distinfo Log message: update to qutebrowser-3.0.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/20 06:43:16 Modified files: sysutils/google-cloud-sdk: Makefile distinfo Log message: Update to google-cloud-sdk-451.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/20 06:51:34 Modified files: x11/gnome/gucharmap: Makefile distinfo Log message: Update to gucharmap-15.1.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 07:07:59 Modified files: graphics/opensubdiv: Makefile Log message: opensubdiv uses python during build; add MODULES=lang/python CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/10/20 07:21:15 Modified files: sys/dev/pci : if_ixl.c Log message: Add missing tcps_outpkttso counter to ixl(4) TSO setup. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/20 09:29:04 Modified files: x11/qt5 : Makefile.version x11/qt5/docs : distinfo x11/qt5/qt3d : Makefile distinfo x11/qt5/qtbase : Makefile distinfo x11/qt5/qtbase/patches: patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_p_h x11/qt5/qtcharts: distinfo x11/qt5/qtconnectivity: distinfo x11/qt5/qtdatavis3d: distinfo x11/qt5/qtdeclarative: Makefile distinfo x11/qt5/qtgamepad: distinfo x11/qt5/qtgraphicaleffects: distinfo x11/qt5/qtimageformats: Makefile distinfo x11/qt5/qtlocation: Makefile distinfo x11/qt5/qtlocation/pkg: PLIST-main x11/qt5/qtlottie: distinfo x11/qt5/qtmultimedia: distinfo x11/qt5/qtnetworkauth: distinfo x11/qt5/qtpurchasing: distinfo x11/qt5/qtquickcontrols: distinfo x11/qt5/qtquickcontrols2: Makefile distinfo x11/qt5/qtremoteobjects: distinfo x11/qt5/qtscript: distinfo x11/qt5/qtscxml: distinfo x11/qt5/qtsensors: distinfo x11/qt5/qtserialbus: Makefile distinfo x11/qt5/qtserialport: distinfo x11/qt5/qtserialport/pkg: PLIST-main x11/qt5/qtspeech: distinfo x11/qt5/qtsvg : distinfo x11/qt5/qttools: Makefile distinfo x11/qt5/qttranslations: distinfo x11/qt5/qtvirtualkeyboard: Makefile distinfo x11/qt5/qtwayland: distinfo x11/qt5/qtwayland/patches: patch-src_hardwareintegration_compositor_linux-dmabuf-unstable-v1_linuxdmabuf_h x11/qt5/qtwebchannel: distinfo x11/qt5/qtwebglplugin: distinfo x11/qt5/qtwebsockets: distinfo x11/qt5/qtwebview: distinfo x11/qt5/qtx11extras: distinfo x11/qt5/qtxmlpatterns: distinfo Log message: Update Qt to 5.15.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 10:03:59 Modified files: net/unifi/snappy-java: Makefile distinfo Log message: switch to DIST_TUPLE and use IGNORE for this helper port CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 10:04:40 Modified files: net/unifi : Makefile Log message: hook up snappy-java (IGNOREd) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/20 10:25:15 Modified files: sys/kern : uipc_mbuf.c Log message: Avoid assertion failure when splitting mbuf cluster. m_split() calls m_align() to initialize the data pointer of newly allocated mbuf. If the new mbuf will be converted to a cluster, this is not necessary. If additionally the new mbuf is larger than MLEN, this can lead to a panic. Only call m_align() when a valid m_data is needed. This is the case if we do not refecence the existing cluster, but memcpy() the data into the new mbuf. Reported-by: syzbot+0e6817f5877926f0e96a@syzkaller.appspotmail.com OK claudio@ deraadt@ CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/20 10:49:43 Modified files: faq : faq14.html Log message: Zap obvious/duplicate bits, clarify key disk usage, fix bsd.rd name; OK tj CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 11:26:09 Modified files: www/squid : Makefile Added files: www/squid/patches: patch-src_comm_cc Log message: squid: raise buffer size on the sockets used for IPC when running with multiple SMP workers, problem reported by Silamael Darkomen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 11:28:42 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile Added files: www/squid/patches: Tag: OPENBSD_7_4 patch-src_comm_cc Log message: squid: raise buffer size on the sockets used for IPC when running with multiple SMP workers, problem reported by Silamael Darkomen CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/20 12:51:09 Modified files: bin/ksh : ksh.1 Log message: Improve markup in some cases where .Li was abused. Triggered by a smaller diff from jan@. OK jmc@ jan@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/20 12:53:12 Modified files: sys/arch/octeon/stand/rdboot: disk.c Log message: Avoid forcible mounting a dirty filessystem. Mount such filesystems read-only instead. This means that writing to the filesystem will fail. As a consequence chmod'ing of files in the bootloader will fail, but that will fix itself on the next clean boot. Same change as I committed to powerpc64 a few days ago. ok kn@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/20 12:53:28 Modified files: editors/novelwriter: Makefile distinfo editors/novelwriter/pkg: PLIST Log message: update to novelwriter 2.1 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/20 13:05:11 Modified files: sys/conf : Tag: OPENBSD_7_4 newvers.sh Log message: 7.4-stable CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/20 13:55:50 Modified files: sys/arch/octeon/stand/rdboot: cmd.c rdboot.c Log message: Adopt MI re-upgrade prevention In comparison to MI boot which only cares about /bsd.upgrade's x bit, octeon rdboot just wants a regular file. Require and strip u+x before execution to prevent sysupgrade(8) loops. OK kettenis CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/20 13:58:16 Modified files: sys/arch/powerpc64/stand/rdboot: cmd.c rdboot.c Log message: Adopt MI re-upgrade prevention In comparison to MI boot which only cares about /bsd.upgrade's x bit, powerpc64 rdboot just wants a regular file. Require and strip u+x before execution to prevent sysupgrade(8) loops. OK kettenis CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/20 14:16:43 Modified files: . : macppc.html sparc64.html Log message: use cmdbox for OpenFirmware commands; OK tj CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/20 16:29:48 Modified files: misc/open62541 : Makefile distinfo Removed files: misc/open62541/patches: patch-plugins_include_open62541_plugin_accesscontrol_default_h patch-plugins_ua_accesscontrol_default_c patch-tests_CMakeLists_txt patch-tests_server_check_server_password_c Log message: update open62541 to 1.3.8 patches have been applied upstream CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/10/20 20:25:02 Modified files: devel/jdk/1.8 : Makefile distinfo Removed files: devel/jdk/1.8/patches: patch-common_autoconf_generated-configure_sh patch-common_autoconf_toolchain_m4 patch-hotspot_src_cpu_aarch64_vm_templateInterpreter_aarch64_cpp patch-hotspot_src_os_bsd_vm_os_bsd_cpp patch-hotspot_src_os_cpu_bsd_sparc_vm_os_bsd_sparc_cpp patch-hotspot_src_share_vm_runtime_os_hpp patch-hotspot_src_share_vm_runtime_thread_cpp Log message: Update to 8u392 GA: * Contains upstream bug and security fixes: https://openjdk.org/groups/vulnerability/advisories/2023-10-17 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/20 20:58:19 Modified files: games/xmoto : Makefile Log message: xmoto always haangs for 8 hours and then gets killed when building on sparc64. Mark it BROKEN-sparc64 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/21 00:41:26 Modified files: sys/dev/pci : if_iwm.c Log message: ensure that iwm(4) uses the 80Mhz primary channel index announced in beacons same fix was applied to iwx(4) some time ago CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/21 00:47:23 Modified files: sys/net80211 : ieee80211_node.c Log message: ignore wide channel configs that do not appear in the 802.11ac spec Wide channel configurations not listed in operating class tables of the 802.11ac spec can trigger regulatory assertion failures in iwm(4) firmware, and potentially other device firmware. Ignore non-standard channels configs such that we downgrade to 40MHz or even 20MHz to make such APs usable, albeit at lower speed. Found by dlg@ with a mikrotik AP advertising channel configs that do not appear as such in the spec: 80 MHz: |104|108|112|116| 40 MHz: |primary: 112|secondary above: 116| Either of these triggered iwm0: 0x000014FD | ADVANCED_SYSASSERT Fix tested by myself on iwx(4) AX200 and dlg@ on iwm(4) 7260. Johannes Berg helped with deciphering the error code, thanks! CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/21 00:54:37 Log message: Import textproc/urlscan 1.0.1 Urlscan is a small program that is designed to integrate with the "mutt" mailreader to allow you to easily launch a Web browser for URLs contained in email messages. It is a replacement for the "urlview" program with additional features. Port created by me, with help from Laurent and hint from Stuard. OK sthen, lraab Status: Vendor Tag: sdk Release Tags: sdk_20231021 N ports/textproc/urlscan/Makefile N ports/textproc/urlscan/distinfo N ports/textproc/urlscan/pkg/DESCR N ports/textproc/urlscan/pkg/PLIST N ports/textproc/urlscan/patches/patch-pyproject_toml No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/21 00:56:58 Modified files: textproc : Makefile Log message: Add urlscan dir CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/21 01:44:57 Log message: Import Qt speech 6.5.2 The module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are visually challenged or cannot access the application for whatever reason. The most common use case where text-to-speech comes in handy is when the end-user is driving and cannot attend the incoming messages on the phone. In such a scenario, the messaging application can read out the incoming message. Requested and OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231021 N ports/x11/qt6/qtspeech/Makefile N ports/x11/qt6/qtspeech/distinfo N ports/x11/qt6/qtspeech/pkg/DESCR N ports/x11/qt6/qtspeech/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/21 01:59:42 Modified files: x11/qt6 : Makefile Log message: +qtspeech CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/21 02:02:15 Modified files: x11/qt6/qtbase : Makefile Log message: Disable libinput auto detection in Qt OK kn CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/21 02:04:53 Modified files: x11/qt5/qtbase : Makefile Log message: Disable libinput auto detection in Qt OK kn CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/21 02:36:19 Modified files: telephony/baresip: Makefile.inc telephony/baresip/baresip: Makefile distinfo telephony/baresip/re: Makefile distinfo telephony/baresip/re/patches: patch-CMakeLists_txt telephony/baresip/re/pkg: PLIST Added files: telephony/baresip/re/patches: patch-src_ice_icesdp_c Log message: telephony/baresip: update to 3.6.0 see https://github.com/baresip/baresip/releases/tag/v3.5.0 & https://github.com/baresip/baresip/releases/tag/v3.6.0 CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/21 02:56:00 Modified files: faq : current.html Log message: typo: ususal -> usual CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/21 03:21:49 Modified files: devel/meson : Makefile distinfo meson.port.mk Log message: Update to meson-1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/21 03:23:25 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.31.68. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/21 03:23:35 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.68. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/21 03:23:49 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.29.68. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/21 03:33:45 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.52.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/21 04:37:15 Modified files: www/nextcloud/27: Makefile distinfo www/nextcloud/27/pkg: PLIST Log message: www/nextcloud/27: update to 27.1.2, ok gonzalo@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/21 04:39:45 Modified files: www/nextcloud/27: Tag: OPENBSD_7_4 Makefile distinfo www/nextcloud/27/pkg: Tag: OPENBSD_7_4 PLIST Log message: www/nextcloud/27: MFC update to 27.1.2, ok gonzalo@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/21 04:41:18 Modified files: x11/xfce4/xfce4-dev-tools: Makefile Log message: x11/xfce4-dev-tools: add missing RDEP on xsltproc, reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/21 05:29:53 Modified files: textproc/opensearch: Makefile distinfo textproc/opensearch/pkg: PLIST Log message: Update opensearch 2.10.0 -> 2.11.0 Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.11.0.md ok op@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/21 05:30:55 Modified files: www/opensearch-dashboards: Makefile distinfo www/opensearch-dashboards/pkg: PLIST Log message: Update opensearch-dashboards 2.10.0 -> 2.11.0 Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.11.0.md ok op@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/21 05:55:51 Modified files: meta/tor-browser: Tag: OPENBSD_7_4 Makefile www/tor-browser: Tag: OPENBSD_7_4 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_4 Makefile distinfo www/tor-browser/browser/files: Tag: OPENBSD_7_4 pledge.utility pledge.utility-audioDecoder unveil.utility unveil.utility-audioDecoder www/tor-browser/browser/patches: Tag: OPENBSD_7_4 patch-browser_app_profile_000-tor-browser_js patch-browser_config_mozconfigs_base-browser patch-browser_config_mozconfigs_tor-browser patch-config_makefiles_rust_mk patch-media_ffvpx_libavcodec_x86_fft_asm patch-toolkit_moz_configure patch-toolkit_xre_nsXREDirProvider_cpp patch-xpcom_io_nsAppFileLocationProvider_cpp www/tor-browser/browser/pkg: Tag: OPENBSD_7_4 PLIST Added files: www/tor-browser/browser/patches: Tag: OPENBSD_7_4 patch-js_src_ctypes_libffi_src_dlmalloc_c patch-toolkit_components_downloads_DownloadIntegration_sys_mjs patch-toolkit_components_tor-launcher_TorProcess_sys_mjs patch-toolkit_xre_glxtest_glxtest_cpp Removed files: www/tor-browser/browser/patches: Tag: OPENBSD_7_4 patch-js_src_jit_ProcessExecutableMemory_h patch-toolkit_components_downloads_DownloadIntegration_jsm patch-toolkit_components_downloads_DownloadUIHelper_jsm patch-toolkit_components_processtools_ProcInfo_linux_cpp patch-toolkit_components_tor-launcher_TorProcess_jsm patch-toolkit_system_gnome_nsGIOService_cpp patch-toolkit_xre_glxtest_cpp patch-xpcom_build_BinaryPath_h Log message: Tor Browser: update to 13.0 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/21 06:02:11 Modified files: www/tor-browser/browser: Makefile Log message: Tor Browser: install Tor Browser icons instead of Firefox' and maybe fixes other branding issues too. Reported by george@. CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/21 07:10:04 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: devel/intellij: update to 2023.2.3 ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/21 07:41:45 Log message: Import opencascade, replacement for oce. Work by Johannes Thyssen Tishman, who becomes maintainer. Improved by sthen@, tested by me with one of the two consumers. Shared libraries have version 2.0 since oce was 1.0. Status: Vendor Tag: ian Release Tags: ian_20231021 N ports/cad/opencascade/Makefile N ports/cad/opencascade/distinfo N ports/cad/opencascade/patches/patch-CMakeLists_txt N ports/cad/opencascade/patches/patch-adm_cmake_occt_csf_cmake N ports/cad/opencascade/patches/patch-adm_cmake_occt_macros_cmake N ports/cad/opencascade/patches/patch-adm_cmake_occt_toolkit_cmake N ports/cad/opencascade/patches/patch-adm_genproj_tcl N ports/cad/opencascade/patches/patch-adm_qmake_OccToolkit_pri N ports/cad/opencascade/patches/patch-adm_templates_env_install_sh_in N ports/cad/opencascade/patches/patch-src_BRepMesh_delabella_cpp N ports/cad/opencascade/patches/patch-src_OSD_OSD_Chronometer_cxx N ports/cad/opencascade/patches/patch-src_OSD_OSD_Host_cxx N ports/cad/opencascade/patches/patch-src_OSD_OSD_MemInfo_cxx N ports/cad/opencascade/patches/patch-src_OSD_OSD_Path_cxx N ports/cad/opencascade/patches/patch-src_Standard_Standard_CString_cxx N ports/cad/opencascade/patches/patch-src_Standard_Standard_MMgrOpt_cxx N ports/cad/opencascade/patches/patch-src_Standard_Standard_StackTrace_cxx N ports/cad/opencascade/pkg/DESCR N ports/cad/opencascade/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/21 07:45:43 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: oce->opencascade. suggested & ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/21 07:47:27 Modified files: cad/kicad : Makefile Log message: oce->opencascade, from Johannes Thyssen Tishman, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/21 07:49:26 Modified files: cad/prusaslicer: Makefile cad/prusaslicer/patches: patch-src_occt_wrapper_CMakeLists_txt Log message: oce->opencascade, from Johannes Thyssen Tishman, ok sthen@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/21 07:53:43 Modified files: lib/libcrypto/man: BN_mod_inverse.3 Log message: style tweak: avoid double conjunction to make it read better OK tb@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/21 07:53:59 Modified files: audio/audacity : Makefile Added files: audio/audacity/patches: patch-libraries_lib-ffmpeg-support_FFmpegFunctions_cpp Log message: audio/audacity: fix loading of ffmpeg library OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/21 07:55:10 Modified files: cad : Makefile Log message: Unhook oce, hook opencascade in its place CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/10/21 07:58:55 Modified files: devel/jdk/11 : Makefile distinfo Removed files: devel/jdk/11/patches: patch-make_autoconf_flags-ldflags_m4 patch-src_hotspot_cpu_aarch64_templateInterpreterGenerator_aarch64_cpp patch-src_hotspot_os_bsd_os_bsd_cpp patch-src_hotspot_share_runtime_os_hpp patch-src_hotspot_share_runtime_thread_cpp patch-src_java_base_unix_native_libjava_ProcessHandleImpl_unix_c patch-src_java_base_unix_native_libjava_ProcessHandleImpl_unix_h Log message: Update to 11.0.21 GA: * Contains upstream bug and security fixes: https://openjdk.org/groups/vulnerability/advisories/2023-10-17 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/21 08:05:49 Modified files: lib/libcrypto/man: openssl.cnf.5 Log message: Remove mention of alg_section. This never worked in LibreSSL. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/21 08:09:16 Modified files: usr.bin/lex : flex.skl flexint.h Log message: delete whitespaces that end up in output files CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/21 11:10:12 Modified files: usr.bin/mandoc : mandoc.h roff.c Log message: When parsing a macro argument results in delayed escape sequence expansion, re-check for all contained escape sequences whether they need delayed expansion, not just for the particular escape sequences that triggered delayed expansion in the first place. This is needed because delayed expansion can result in strings containing nested escape sequences recursively needing delayed expansion, too. This fixes an assertion failure in krb5_openlog(3), see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266882 Thanks to Wolfram Schneider for reporting the bug and to Baptiste Daroussin for forwarding the report. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/10/21 11:24:51 Modified files: devel/jdk/17 : Makefile distinfo devel/jdk/17/patches: patch-make_common_NativeCompilation_gmk Added files: devel/jdk/17/patches: patch-src_hotspot_os_cpu_bsd_aarch64_os_bsd_aarch64_cpp patch-src_hotspot_share_runtime_safefetch_static_hpp Removed files: devel/jdk/17/patches: patch-make_autoconf_flags-ldflags_m4 patch-src_hotspot_cpu_aarch64_templateInterpreterGenerator_aarch64_cpp patch-src_hotspot_os_bsd_os_bsd_cpp patch-src_hotspot_share_runtime_os_hpp patch-src_hotspot_share_runtime_stackOverflow_cpp patch-src_java_base_unix_native_libjava_ProcessHandleImpl_unix_c patch-src_java_base_unix_native_libjava_ProcessHandleImpl_unix_h Log message: Update to 17.0.9 GA: * Contains upstream bug and security fixes: https://openjdk.org/groups/vulnerability/advisories/2023-10-17 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/21 11:28:01 Modified files: regress/usr.bin/mandoc/roff/args: Makefile Added files: regress/usr.bin/mandoc/roff/args: esc.in esc.out_ascii Log message: regression test for roff.c rev. 1.269: recursive delayed expansion of escape sequences in macro arguments CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/21 11:37:16 Modified files: net/unifi : Makefile Log message: unhook snappy-java again for now, missing pkg/DESCR reported by aja, but it probably needs more (special-purpose helper port, doesn't produce a package at all) CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/21 12:37:20 Modified files: sysutils/detox : Makefile distinfo sysutils/detox/pkg: PLIST Log message: Update detox from 1.2.0 to 1.4.5 Detox has moved to a new upstream. Changes: https://github.com/dharple/detox/releases Reported by Ray Kohler on ports@ Patch by me with hints from sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/21 15:57:18 Modified files: net/neochat : Makefile distinfo Log message: update to neochat 23.08.2 (fixes for newer libquotient) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/21 15:58:44 Modified files: net/neochat : Makefile Log message: mark BORKEN: base clang/libcstd++ too old, uses too new C++20 code CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/21 17:43:38 Modified files: security/rust-openssl-tests: Makefile distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs Log message: Updat to rust-openssl-tests 20231022 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/22 00:08:50 Modified files: infrastructure/db: dist-tuple.pattern Log message: add kde (invent.kde.org) support for DIST_TUPLES ok thfr, tweak@ and ok op@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/22 01:30:29 Modified files: x11/xfce4/xfce4-dev-tools: Makefile Log message: x11/xfce4/xfce4-dev-tools: fixup previous xsltproc isnt a port but is in libxslt, and it's a bdep not an rep reported by phessler@ and naddy@ (and this is why you shouldn't commit and run to the hills..) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/22 02:55:21 Modified files: x11/gnome/libshumate: Makefile distinfo Log message: Update to libshumate-1.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/22 02:59:14 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-44.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/22 03:08:28 Modified files: x11/gnome/user-docs: Makefile distinfo Log message: Update to gnome-user-docs-44.6. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/22 04:35:37 Removed files: cad/oce : Makefile distinfo cad/oce/patches: patch-CMakeLists_txt patch-adm_cmake_occt_csf_cmake patch-adm_cmake_occt_macros_cmake patch-adm_templates_env_install_sh_in patch-src_BRepMesh_delabella_cpp patch-src_OSD_OSD_Chronometer_cxx patch-src_OSD_OSD_Host_cxx patch-src_OSD_OSD_MemInfo_cxx patch-src_OSD_OSD_Path_cxx patch-src_Standard_Standard_CString_cxx patch-src_Standard_Standard_MMgrOpt_cxx patch-src_Standard_Standard_StackTrace_cxx cad/oce/pkg : DESCR MESSAGE PLIST Log message: remove unhooked port, oce CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/22 04:51:18 Modified files: www/squid : Makefile distinfo Log message: update to squid-6.4, fixes include: SQUID-2023:1 Request/Response smuggling in HTTP(S) and ICAP SQUID-2023:2 Multiple issues in HTTP response caching SQUID-2023:3 Denial of Service in HTTP Digest Authentication SQUID-2023:5 Denial of Service in FTP CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/22 04:51:37 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to squid-6.4, fixes include: SQUID-2023:1 Request/Response smuggling in HTTP(S) and ICAP SQUID-2023:2 Multiple issues in HTTP response caching SQUID-2023:3 Denial of Service in HTTP Digest Authentication SQUID-2023:5 Denial of Service in FTP CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/22 04:56:35 Modified files: x11/qt6/qtwebengine: Makefile Log message: mark BROKEN-i386 RuntimeError: Command '/usr/local/bin/node ../../../../../qtwebengine-everywhere-src-6.5.2/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/compress_files.js --file_list __third_party_devtools-frontend_src_compress__pobj_qt6-qtwebengine-6.5.2_build-i386_src_core_target_toolchain_target__rule..rsp' failed CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/22 04:59:11 Modified files: build : mirrors.dat Log message: Add mirror.junda.nl, in Germany. Req by Daan van Ginkel. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/22 04:59:39 Modified files: . : ftp.html ftplist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/22 05:03:55 Modified files: . : 74.html Log message: 10170 riscv64 packages CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2023/10/22 05:25:43 Modified files: sysutils/kopia : Makefile distinfo modules.inc Log message: Update to v0.15.0 Changelog: https://github.com/kopia/kopia/releases/tag/v0.15.0 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/22 06:01:36 Modified files: sys/net80211 : ieee80211_node.c Log message: fix 40 MHz channel validation checks for the 2.4 GHz channel range Just like the 5 GHz channels, 2.4 GHz channels are spaced 5 MHz apart. 40 MHz wide channels hence span channels [N, N + 4] not [N, N + 1]. Adjust our secondary channel range checks accordingly. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/10/22 06:19:26 Modified files: lib/libc/stdlib: malloc.3 malloc.c Log message: When option D is active, store callers for all chunks; this avoids the 0x0 call sites for leak reports. Also display more info on detected write of free chunks: print the info about where the chunk was allocated, and for the preceding chunk as well. ok asou@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/10/22 06:20:07 Modified files: regress/lib/libc/malloc/malloc_errs: malloc_errs.c Log message: A few more tests CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/10/22 06:32:59 Modified files: devel/py-jupyter_core: Makefile distinfo devel/py-jupyter_core/pkg: PLIST Removed files: devel/py-jupyter_core/patches: patch-jupyter_core_tests_test_command_py Log message: update jupyter core to 5.4.0 ok bket@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/22 06:47:44 Modified files: lang/gleam : Makefile crates.inc distinfo lang/gleam/patches: patch-compiler-core_src_build_package_compiler_rs Log message: lang/gleam: Update to 0.31.0 ok sdk@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/22 06:49:26 Modified files: lang/erlang/26 : Makefile distinfo Log message: lang/erlang/26: Update to 26.1.2 ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/22 06:52:39 Log message: import net/py-ephemeral_port_reserve Bind to an ephemeral port, force it into the TIME_WAIT state, and unbind it. ok daniel@ Status: Vendor Tag: lraab Release Tags: lraab_20231022 N ports/net/py-ephemeral_port_reserve/Makefile N ports/net/py-ephemeral_port_reserve/distinfo N ports/net/py-ephemeral_port_reserve/pkg/DESCR N ports/net/py-ephemeral_port_reserve/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/22 06:53:46 Modified files: net : Makefile Log message: hook net/py-ephemeral_port_reserve up to the build CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:00:31 Modified files: sysutils/ruby-puppet-lint: Makefile distinfo Log message: update 3.4.0 -> 4.2.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:03:59 Modified files: security/py-fickling: Makefile distinfo Log message: simple update 0.0.6 -> 0.0.7 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/10/22 08:04:52 Modified files: lib/libc/stdlib: malloc.3 Log message: correct Va in previous; CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:05:29 Modified files: databases/puppetdb/7: Makefile Log message: Add portroach marker CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:18:51 Modified files: security/ruby-cms_scanner: Makefile distinfo security/ruby-cms_scanner/patches: patch-_metadata Log message: update 0.13.8 -> 0.13.9 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:20:24 Modified files: security/wpscan: Makefile distinfo Log message: update 3.8.24 -> 3.8.25 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:23:56 Modified files: sysutils/ruby-facter: Makefile distinfo sysutils/ruby-facter/files/resolvers: dhcp.rb mountpoints.rb sysutils/ruby-facter/pkg: PLIST Added files: sysutils/ruby-facter/patches: patch-lib_facter_framework_core_file_loader_rb Log message: update 4.3.1 -> 4.5.0 and some clean-up CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:27:34 Modified files: devel/ruby-ruby-progressbar: Makefile distinfo devel/ruby-ruby-progressbar/pkg: PLIST Log message: update 1.11.0 -> 1.13.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:30:29 Modified files: www/ruby-ethon : Makefile distinfo Log message: update 0.15.0 -> 0.16.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/22 08:48:04 Modified files: x11/qt5/qtwebengine: Makefile x11/qt5/qtwebengine/pkg: PLIST Log message: Unbreak with Qt 5.15.11 Spotted by naddy, thanks CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/22 09:02:48 Modified files: x11/spectrwm : Makefile distinfo x11/spectrwm/patches: patch-spectrwm_1 patch-spectrwm_c Log message: Update to spectrwm-3.5.0 Changes: https://github.com/conformal/spectrwm/releases/tag/SPECTRWM_3_5_0 OK gonzalo@, sdk@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2023/10/22 09:12:02 Modified files: . : want.html Log message: A laptop was arranged via the OpenBSD foundation CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 09:16:54 Modified files: textproc/xpdf : Makefile textproc/xpdf/patches: patch-Makefile_in Log message: don't build/install too much Instead of tossing a bunch of utilities, pass the ones we want. Makefile and Makefile.in patch gets simpler, no package change. OK schwarze CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/22 10:01:58 Modified files: usr.bin/mandoc : roff.c Log message: While doing delayed expansion of escape sequences in macro arguments, correctly check for failure of the in-place expansion function. If an argument not only does recursive delayed expansion but infinitely recursive delayed expansion, this bug could result in an ESCAPE_EXPAND assertion failure. Thanks to Eric van Gyzen for finding this bug by inspecting FreeBSD source code. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 10:16:10 Log message: import textproc/goldendict 1.5.0; feedback OK rsadowski GoldenDict is a feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict/Babylon/Lingvo/Dictd/AARD/MDict/SDict) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case. Status: Vendor Tag: kn Release Tags: kn_20231022 N ports/textproc/goldendict/Makefile N ports/textproc/goldendict/distinfo N ports/textproc/goldendict/patches/patch-goldendict_pro N ports/textproc/goldendict/patches/patch-main_cc N ports/textproc/goldendict/pkg/DESCR N ports/textproc/goldendict/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 10:17:49 Modified files: textproc : Makefile Log message: + goldendict CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 10:36:30 Modified files: textproc/jq : Makefile Added files: textproc/jq/patches: patch-tests_shtest Removed files: textproc/jq/patches: patch-main_c Log message: fix one test (bash vs. ksh), skip another (lack of script(1) options) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 10:38:09 Added files: textproc/jq/patches: patch-main_c Log message: reinstate accidentially removed patch CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/22 10:54:19 Modified files: regress/usr.bin/mandoc/roff/args: Makefile Added files: regress/usr.bin/mandoc/roff/args: infrec.in infrec.out_ascii infrec.out_lint Log message: new regression test for roff.c rev. 1.270: infinite recursion in macro argument expansion CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/22 11:20:28 Modified files: astro/calcmysky: Makefile astro/calcmysky/pkg: PLIST Log message: Move to Qt6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/22 11:20:40 Modified files: astro/stellarium: Makefile Added files: astro/stellarium/patches: patch-src_StelLogger_cpp Log message: Move to Qt6. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/22 11:48:09 Log message: import new sysutils/eza eza is a replacement for ls written in Rust. Its options are similar to the regular ls, but it also adds lots of fancy features like tree traversing, colors, git support, sorting options.. eza is a fork of exa (which is no longer maintained). initial work from sthen@ ok to import sthen@, tb@ Status: Vendor Tag: volker Release Tags: volker_20231022 N ports/sysutils/eza/Makefile N ports/sysutils/eza/crates.inc N ports/sysutils/eza/distinfo N ports/sysutils/eza/pkg/DESCR N ports/sysutils/eza/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/22 11:51:28 Modified files: sysutils : Makefile Log message: + eza CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 11:51:48 Modified files: security/qdigidoc4: Makefile distinfo Log message: config.json rerolled CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 11:57:23 Modified files: textproc/jq : Makefile textproc/jq/patches: patch-main_c Log message: Drop "getpw" promise There since 2016, but upstream "Avoid getpwuid for static linking" contained in 1.7 removed the last code requiring it: https://github.com/jqlang/jq/commit/f1c49473a36bd5068031f2dca4f8cdc7c5dddb70 jq(1) still expands the tilder character in module/library search paths, but does so purely via getenv(3). Tests pass as before, upstream agrees, scripts and manual tests are happy. OK volker CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2023/10/22 12:23:42 Modified files: devel/swig : Makefile devel/swig/pkg : PLIST Log message: Configure swig without ruby; stop installing examples This prevents a dependency cycle (devel/swig -> lang/ruby/3.2 -> lang/rust -> devel/llvm/16 -> swig) if ruby enables yjit and rust uses our llvm. Our swig now skips ruby during "make test", but can still generate ruby interfaces (as in devel/subversion, textproc/libmarisa, textproc/redland-bindings). Keep guile, perl, python, tcl; so "make test" tries those languages. Configure without any other language. This would affect the Makefiles under /usr/local/share/examples/swig, but they were already broken (by failing to run WRKSRC/swig), so stop installing the examples. --with-php=${MODPHP_BIN} didn't find php because lang/php wasn't in MODULES; change to --without-php. bulk build by sthen@ ok sthen@ tb@ semarie@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/22 13:30:35 Modified files: usr.sbin/btrace: btrace.c bt.5 regress/usr.sbin/btrace: exit.bt exit.ok mapoverwrite.ok Log message: bt(5), btrace(8): execute END probe and print non-empty maps upon exit() BPFTrace's exit() statement executes the END probe (if any) and prints the contents of all non-empty maps before terminating the interpreter. Implement this in btrace(8) with a halting check after each statement. If a statement causes the program to halt, the condition bubbles up to the top-level evaluation loop and causes rules_teardown() to run immediately. btrace(8) still performs a full rules_setup() if exit() is called during the BEGIN probe, though the top-level evaluation loop is never run. One edge-like case: an exit() from the END probe is treated as an early return; END is not executed multiple times. Thread: https://marc.info/?l=openbsd-tech&m=169765169420751&w=2 ok mpi@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/22 13:31:37 Modified files: x11/kde-plasma : Makefile Log message: Typo fix CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/22 14:45:55 Removed files: x11/kde-plasma/kwin/patches: patch-CMakeLists_txt patch-autotests_CMakeLists_txt patch-src_backends_libinput_CMakeLists_txt patch-src_input_cpp patch-src_tabletmodemanager_cpp Log message: Remove unnecessary libinput patches CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/22 16:43:43 Modified files: lang/jruby : Makefile distinfo lang/jruby/patches: patch-lib_ruby_stdlib_ffi_library_rb lang/jruby/pkg : PLIST Log message: Update to JRuby 9.4.4.0 CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2023/10/22 18:58:32 Modified files: usr.sbin/radiusd: radiusd.c Log message: Fix radiusd(8) to fixup MPPE-{Send,Recv}-Key and Tunnel-Password attributes of the response properly. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2023/10/23 00:25:49 Modified files: . : want.html Log message: i have a RB450Gx4 now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/23 00:45:16 Modified files: graphics/djvulibre: Makefile graphics/djvulibre/pkg: PLIST Log message: Drop @tag update-mime-database and dependency; it's unused. Move @tag gtk-update-icon-cache at the end. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/23 00:47:18 Modified files: multimedia/libheif: Makefile multimedia/libheif/pkg: PLIST Log message: Drop @tag update-mime-database and dependency; it's unused. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/23 02:12:00 Modified files: usr.bin/tmux : screen-write.c window.c Log message: Unzoom window at start of destroy so it doesn't happen later (when destroying panes) after the layout has been freed, GitHub issue 3717. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/23 02:37:45 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: add some limited capability to -DVAR+=value to be used with REGRESSION_TESTING, where it's somewhat inconvenient to know the full list in advance. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/23 02:38:14 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: split on spaces as well, to take advantage of += CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/23 02:38:58 Modified files: regress/usr.sbin/pkg_add: Makefile Log message: use more natural (and new) += with REGRESSION_TESTING CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/23 04:05:11 Modified files: net/miniflux : Makefile distinfo modules.inc Log message: update net/miniflux to 2.0.49 ok danj@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/23 04:07:06 Modified files: net/py-nbxmpp : Makefile distinfo Log message: update of net/py-nbxmpp to 4.3.3 ok op@ kn@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/23 04:07:52 Modified files: net/gajim : Makefile distinfo net/gajim/pkg : PLIST Log message: update net/gajim to 1.8.1 ok op@ kn@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/10/23 04:22:06 Modified files: sys/net : if_wg.c Log message: Prevent wg(4) stuck on peer destruction. While interface going down and output stopped, packets could rest in `if_snd' queue. So the (!ifq_empty(&sc->sc_if.if_snd)) condition will always be true and wg_peer_destroy() will sleep until interface became up and stuck packets transmitted. Check IFF_RUNNING flag within (!ifq_empty(&sc->sc_if.if_snd)) loop in wg_peer_destroy(). If the flag is not set that means interface is down, so drain the `if_snd' queue manually to prevent wg_peer_destroy() stuck. Problem reported and fix tested by Kirill Miazine. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/23 05:30:49 Modified files: regress/usr.bin/ssh: conch-ciphers.sh Log message: Use private key that is allowed by sshd defaults in conch interop tests. ok dtucker@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/23 06:11:11 Modified files: build : support.dat Log message: French entries: sort by departement, break long lines; drop obsolete HTML syntax "
    " from one other entry CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/23 06:16:01 Modified files: build : support.dat Log message: new entry: solene@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/23 06:17:18 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/23 07:07:44 Modified files: usr.sbin/bgpd : flowspec.c Log message: Use xoff instead of *olen in the shift_right() call. xoff is the right value here since *olen is (conditionally) set a few lines later to the same value as xoff. Should fix the CodeQL warnings because *olen is dereferenced without proper NULL check. OK tb@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/23 08:58:57 Modified files: build : support.dat . : support.html Log message: Drop the dead link to mpi@'s former website; requested by mpi@. The mail domain is still active. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/23 09:58:58 Modified files: . : donations.html Log message: delete a donation which apparently was a not a donation, but xsupported a belief that I can be ordered around to do things. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/23 11:06:36 Modified files: textproc/der-ascii: Makefile distinfo Log message: Update to der-ascii 20231023 This adds some OID annotations for rpki products. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/23 11:08:06 Modified files: games : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: games/barony : Makefile distinfo games/barony/files: barony.sh games/barony/patches: patch-CMakeLists_txt patch-cmake_Modules_FindThreads_cmake patch-src_draw_cpp patch-src_files_cpp patch-src_opengl_cpp patch-src_savepng_cpp games/barony/pkg: DESCR PLIST README Log message: retire games/barony - frequent breakage with new releases, openal backend has been orphaned for > 1 year with limited to no support from upstream. Maybe revisit/resurrect once development has petered out and/or there is a sane implementation with a non-proprietary audio backend. ok David Carlier (maintainer) ok solene@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/23 12:07:29 Modified files: textproc/der-ascii: Makefile distinfo Log message: Update to der-ascii 0.3.0 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/23 13:09:02 Modified files: sysutils : Makefile Removed files: sysutils/exa : Makefile crates.inc distinfo sysutils/exa/pkg: DESCR PLIST Log message: Retire sysutils/exa. It has been abandoned upstream and is superseded by sysutils/eza. While here, move eza to the right place in Makefile. discussed on -ports with sthen@, tb@ ok to remove exa sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/23 13:17:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add sysutils/exa removal CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/23 13:25:38 Modified files: net/ngtcp2 : Makefile distinfo Log message: Update to ngtcp2 1.0.1 https://github.com/ngtcp2/ngtcp2/releases/tag/v1.0.1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/23 13:45:28 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: Revert Subst.pm r1.22. It broke ordinary pkg_add usage CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/23 14:07:19 Modified files: usr.bin/mandoc : roff.c share/man/man7 : roff.7 regress/usr.bin/mandoc/roff/esc: w.in w.out_ascii w.out_lint Log message: Support some escape sequences, in particular character escape sequences, inside \w arguments, and skip most other escape sequences when measuring the output length in this way because most escape sequences contribute little or nothing to text width: for example, consider font escapes in terminal output. This implementation is very rudimentary. In particular, it assumes that every character has the same width. No attempt is made to detect double-width or zero-width Unicode characters or to take dependencies on output devices or fonts into account. These limitations are hard to avoid because mandoc has to interpolate \w at the parsing stage when the output device is not yet known. I really do not want the content of the syntax tree to depend on the output device. Feature requested by Paul , who also submitted a patch, but i chose to commit this very different patch with almost the same functionality. His input was still very valuable because complete support for \w is out of the question, and consequently, the main task is identifying subsets of the feature that are needed for real-world manual pages and can be supported without uprooting the whole forest. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/23 14:15:36 Modified files: regress/usr.bin/mandoc/roff/esc: w.out_ascii Log message: once again, i forgot to update the date in the footer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/23 14:40:24 Modified files: gnu/llvm/libcxxabi/src: cxa_guard_impl.h Log message: create __OpenBSD__ versions that use futex() with the correct number of arguments and without using syscall(). the glibc people should be ashamed of the mess they created. ok miod CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/23 15:53:54 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: sorry, somehow I did redo this line badly and didn't retest CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/23 15:59:00 Modified files: gnu/usr.bin/cvs/src: rcscmds.c Log message: Do not print "retrieving revision 1.13" while doing cvs diff. Provide shorter diffs without unnecessary debugging output. Note that this affects cvs installed on the server side. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/23 16:57:51 Modified files: share/man/man7 : man.7 Log message: Remove the statement that .TQ was "rarely used even in GNU manual pages". It appears the Linux Manual Pages project started to quite aggressively use .TQ ever for cases where it not only provides no value, but makes formatting worse even when it formats as intended. It's also a bad idea to use it that aggressively because .TQ has particularly catastrophic formatting behaviour on formatters (other than groff and mandoc) that do not support it: It essentially has the effect of omitting the topic of the discussion from the formatted version of the manual page, but in such a way that it does not become apparent to the reader that anything is missing. But whether this is wise or stupid is their problem and none of our business. Either way, we should not call a thing "rarely used" after that is no longer true. Thanks to Alejandro Colomar for making me aware that the statement is no longer true. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/23 23:15:08 Modified files: audio/mscore : Makefile distinfo audio/mscore/patches: patch-CMakeLists_txt patch-main_CMakeLists_txt patch-mscore_CMakeLists_txt audio/mscore/pkg: PLIST Log message: update to 3.6.2, switch to GH_* some other cleanup. enable portmidi OK bcallah@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/23 23:58:49 Modified files: sysutils/gitlab-cli: Makefile distinfo modules.inc sysutils/gitlab-cli/pkg: PLIST Log message: update to gitlab-cli 1.34.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 00:11:21 Modified files: x11/gnustep/performance: Makefile distinfo Log message: Update 0.5.0 -> 0.6.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 00:11:45 Modified files: x11/gnustep/sqlclient: Makefile distinfo Log message: update 1.8.1 -> 1.9.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 00:12:10 Modified files: x11/gnustep/webserver: Makefile distinfo Log message: update 1.5.6 -> 1.6.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 00:12:32 Modified files: x11/gnustep/webservices: Makefile distinfo Log message: update 0.7.3 -> 0.9.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/24 00:26:18 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: Makefile distinfo net/qbittorrent/qbittorrent-nox: Makefile distinfo Log message: update to qbittorrent 4.6.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:30:06 Modified files: databases/pg_sqlite_fdw: Makefile distinfo Log message: update to pg_sqlite_fdw-2.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:30:15 Modified files: databases/pecl-redis: Makefile distinfo databases/pecl-redis/patches: patch-library_c Log message: update to pecl-redis-6.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:30:24 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.4.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:30:54 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to certbot-2.7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:35:17 Modified files: devel/py-codestyle: Makefile distinfo Log message: update to py3-codestyle-2.11.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:39:38 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2023.9.19 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:43:40 Modified files: devel/py-jsonschema-spec: Makefile distinfo devel/py-jsonschema-spec/pkg: PLIST Log message: update to py3-jsonschema-spec-0.2.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:45:27 Modified files: devel/py-jsonschema-spec: Makefile Log message: set TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/24 00:45:44 Modified files: graphics/py-cairo: Makefile distinfo Log message: Update to py3-cairo-1.25.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/24 00:46:30 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.74.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/24 00:47:23 Modified files: textproc/asciinema: Makefile distinfo Log message: Update to asciinema-2.4.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:48:58 Modified files: textproc/py-charset-normalizer: Makefile distinfo textproc/py-charset-normalizer/pkg: PLIST Log message: update to py3-charset-normalizer-3.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:49:41 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-10.0.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 01:03:59 Modified files: sysutils/py-pipx: Makefile distinfo Log message: update to py3-pipx-1.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 01:10:19 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: update to py3-virtualenv-20.24.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 01:11:28 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/pkg: PLIST Log message: update to neomutt-20231023 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 01:11:39 Modified files: sysutils/py-packaging: Makefile distinfo Log message: update to py3-packaging-23.2 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 02:41:20 Modified files: usr.sbin/snmpd : parse.y Log message: Remove filter-pf-addresses. This feature has been deprecated since 7.2 in favour of 'blocklist pfTblAddrTable'. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 02:48:41 Modified files: usr.sbin/snmpd : ax.c lib/libagentx : ax.c Log message: Make sure that unpacking of an AgentX OID doesn't contain more than 128 elements. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 02:54:52 Modified files: usr.sbin/snmpd : application_agentx.c ax.c ax.h lib/libagentx : agentx.c ax.c ax.h Log message: According to RFC2741 section 6.1.1 an agentx-response-pdu shouldn't have the NON_DEFAULT_CONTEXT set. Remove the argument from ax_response(). OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 03:00:53 Modified files: usr.sbin/snmpd : application_agentx.c Log message: RFC2741 section 7.1.1 tells us that if a pdu can't be parsed we must return a parseerror. Make sure we can differentiate between parseerror and openfailed. OK tb@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2023/10/24 03:02:36 Modified files: sysutils/obsdfreqd: Makefile distinfo Log message: update to obsdfreqd-1.2.1 fixes an issue with automatic threshold when not on battery approved by maintainer CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2023/10/24 03:04:05 Modified files: sysutils/obsdfreqd: Tag: OPENBSD_7_4 Makefile distinfo Log message: update to obsdfreqd-1.2.1 fixes an issue with automatic threshold when not on battery approved by maintainer CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/10/24 03:13:22 Modified files: sys/dev/usb : if_umb.c Log message: Delete any existing v4 address before setting a new one. This allows us to keep a working default route when the address changes. ok dlg@ kn@ CVSROOT: /cvs Module name: www Changes by: mpi@cvs.openbsd.org 2023/10/24 03:35:58 Modified files: . : support.html Log message: I relocated to the south of France a couple of years ago. CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/24 03:49:05 Log message: Add quiche, a rust crate providing implementations of the QUIC and HTTP/3 protocols; ok and help tb@ Status: Vendor Tag: otto Release Tags: otto_20231024 N ports/net/quiche/Makefile N ports/net/quiche/crates.inc N ports/net/quiche/distinfo N ports/net/quiche/pkg/PLIST N ports/net/quiche/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/24 03:51:00 Modified files: net : Makefile Log message: Add quiche CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2023/10/24 04:00:22 Modified files: sys/uvm : uvm_pdaemon.c Log message: Merge two equivalent if blocks. No functional change, ok tb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/24 04:12:09 Modified files: sys/dev/pci/drm/radeon: atombios_encoders.c Log message: revert rev 1.19 'drm/radeon: Fix eDP for single-display iMac11,2' mglocker@ reports this caused the screen to stay black on iMac11,2 when radeondrm takes over CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 04:16:21 Modified files: net/libstrophe : Makefile Added files: net/libstrophe/patches: patch-src_tls_openssl_c Log message: libstrophe: merge upstreamed patch to avoid reaching into X509_ALGOR tested & ok op (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/10/24 04:26:02 Modified files: usr.bin/mg : main.c Log message: call vttidy() in the exit path for the batch mode Diff by Mark Willson (mark [at] hydrus.org.uk), thank you! CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/24 04:49:40 Modified files: . : support.html build : support.dat Log message: * sync from support.html back to support.dat * restore ordering by departement in the section for France * update the entry for Wesley Mouedine Assaby (at his request) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 05:17:20 Modified files: security/badkeys: Makefile distinfo Log message: update to badkeys-0.0.6 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 05:29:26 Modified files: security/rust-openssl-tests: Makefile distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs Log message: Update to rust-openssl tests 20231024 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 06:57:40 Modified files: usr.sbin/snmpd : application_agentx.c Log message: Verify if supplied AgentX PDU header flags are valid for given PDU type inside appl_agentx_recv(). While here clean up the logging a bit. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/24 07:09:54 Modified files: lib/libcrypto/evp: c_all.c Log message: Add chacha aliases for OpenSSL compatibility OpenSSL has the 20 in the long and short names, so add aliases to the existing names to make things work. In particular, EVP_get_cipherbyname() will now return EVP_chacha20() for both 'ChaCha20' and 'chacha20'. Found by Facundo Tuesca when trying to add LibreSSL support for ChaCha20 in https://github.com/pyca/cryptography/pull/9209 ok jsing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:13:39 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/pkg: PLIST www/firefox-i18n: Makefile.inc distinfo Removed files: www/mozilla-firefox/patches: patch-widget_gtk_v4l2test_v4l2test_cpp Log message: www/mozilla-firefox: update to 119.0. - see https://www.mozilla.org/en-US/firefox/119.0/releasenotes/ - fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-45/ - remove patch from #1847500, merged upstream - if you get video decoding regressions, check #1856301 (still wip there, reminder for $self) tested by at least tb@, jmc@ and Jesper Wellin, thanks ! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:15:13 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 115.4.0. see https://www.mozilla.org/en-US/firefox/115.4.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-46/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:15:45 Modified files: www/firefox-esr: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/firefox-esr: MFC update to 115.4. see https://www.mozilla.org/en-US/firefox/115.4.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-46/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:16:28 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo www/mozilla-firefox/pkg: Tag: OPENBSD_7_4 PLIST Removed files: www/mozilla-firefox/patches: Tag: OPENBSD_7_4 patch-widget_gtk_v4l2test_v4l2test_cpp Log message: www/mozilla-firefox: MFC update to 119.0. see https://www.mozilla.org/en-US/firefox/119.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-45/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:18:22 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.4.0. see https://www.thunderbird.net/en-US/thunderbird/115.4.0/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:19:10 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.4.0. see https://www.thunderbird.net/en-US/thunderbird/115.4.0/releasenotes/ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/24 07:20:11 Modified files: sys/arch/alpha/alpha: cpu.c locore.s vm_machdep.c sys/arch/amd64/amd64: cpu.c locore.S sys/arch/arm/arm: cpu.c cpuswitch7.S sys/arch/arm64/arm64: cpu.c cpuswitch.S sys/arch/hppa/dev: cpu.c sys/arch/hppa/hppa: locore.S sys/arch/i386/i386: cpu.c locore.s sys/arch/loongson/loongson: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/m88k/m88k: eh_common.S sys/arch/macppc/macppc: cpu.c locore.S machdep.c sys/arch/mips64/mips64: clock.c context.S sys/arch/octeon/octeon: machdep.c sys/arch/powerpc64/powerpc64: cpu.c locore.S sys/arch/riscv64/riscv64: cpu.c cpuswitch.S sys/arch/sh/sh : locore_subr.S vm_machdep.c sys/arch/sparc64/sparc64: cpu.c locore.s sys/kern : kern_fork.c kern_sched.c sys/sys : sched.h Log message: Normally context switches happen in mi_switch() but there are 3 cases where a switch happens outside. Cleanup these code paths and make the machine independent. - when a process forks (fork, tfork, kthread), the new proc needs to somehow be scheduled for the first time. This is done by proc_trampoline. Since proc_trampoline is machine dependent assembler code change the MP specific proc_trampoline_mp() to proc_trampoline_mi() and make sure it is now always called. - cpu_hatch: when booting APs the code needs to jump to the first proc running on that CPU. This should be the idle thread for that CPU. - sched_exit: when a proc exits it needs to switch away from itself and then instruct the reaper to clean up the rest. This is done by switching to the idle loop. Since the last two cases require a context switch to the idle proc factor out the common code to sched_toidle() and use it in those places. Tested by many on all archs. OK miod@ mpi@ cheloha@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 07:28:12 Modified files: usr.sbin/snmpd : application.c application.h application_agentx.c Log message: Always check if the context is available inside appl_agentx_recv(). Not every PDU goes through application.c. OK tb@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2023/10/24 07:28:43 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: revert Subst.pm r1.24 again, it breaks package creation '+' is a widely used character in LIBxxx_VERSION, e.g. LIBFLAC++_VERSION. Making it illegal breaks numerous packages. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 07:37:02 Modified files: usr.sbin/snmpd : application_agentx.c Log message: appl_agentx_free() closes any open sessions before freeing everything up. Up until now all sessions were closed with reasonShutdown, which is not accurate for every situation. Give it an additional reason argument that propagates to appl_agentx_forceclose(). OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 07:41:16 Modified files: usr.sbin/snmpd : application_agentx.c Log message: RFC2741 section 6.2.2 says that reasonByManager can only be used by the agentx master. Treat this reason as a parseerror. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 07:46:11 Modified files: usr.sbin/snmpd : application.c Log message: Fix appl_register() when called with range_subid set to !0. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 07:50:47 Modified files: usr.sbin/snmpd : application.c Log message: Fix appl_unregister() when called with range_subid set to !0. OK tb@ CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2023/10/24 07:52:50 Modified files: sys/dev/wsfont : wsfont.c Removed files: sys/dev/wsfont : bold8x16.h Log message: Remove bold8x16 font. Since we have imported the IBM encoded version of "Spleen 8x16" as a replacement, there is no reason to keep it anymore. OK miod@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/24 07:59:40 Modified files: sysutils/telegraf: Makefile distinfo modules.inc sysutils/telegraf/pkg: PLIST Log message: sysutils/telegraf: update to 1.28.3 ok landry@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:02:52 Modified files: usr.sbin/snmpd : application_agentx.c Log message: When opening 2 sessions on an agentx connection and registering 2 overlapping regions on the different sessions, e.g. by differing in priority and we close the underlying connection with an outstanding request to the dominant region we will call appl_agentx_free(), which sequentially closes all sessions. If the session with the outstanding request is closed before the second session the request is retried before said session is cleaned up and it will try to send it over a conn_ax which at that point has been set to NULL, resulting in a SIGSEGV. Simply return early and let this second request be cancelled by the cleanup of the second session. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/24 08:05:23 Modified files: lib/libutil : imsg-buffer.c Log message: Require callers to use ibuf_fd_get() to extract the passed fd from an ibuf. In imsg_free() close any fd that was not claimed automatically to prevent filedescriptor leaks. In ibuf_dequeue() remvoe code which is now part of imsg_free(). OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:06:00 Modified files: usr.sbin/snmpd : application.c Log message: When returning an endOfMibView we must always set it on the requested OID. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 08:06:18 Modified files: audio/mscore : Makefile Log message: remove bogus SITES entry, failed to fetch spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:11:14 Modified files: usr.sbin/snmpd : application_agentx.c Log message: set ab_range explicitly to 1 for appl_agentx_session instead of relying on malloc random garbage. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:17:20 Modified files: usr.sbin/snmpd : application.c Log message: If a backend registers as an instance it must never return OIDs below their registration. Add a test for this in appl_varbind_valid(). OK and minor nit tb@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/24 08:18:18 Modified files: sysutils/fd : Makefile crates.inc distinfo Log message: Update fd to 8.7.1. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:19:44 Modified files: usr.sbin/snmpd : application.c Log message: Certain error codes are only intended for certain request-types. Add an appl_error_valid() function to test for this. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:21:58 Modified files: usr.sbin/snmpd : application.c Log message: FC3416 section 4.2.1 (and others) tells us that if an error occurs the varbindlist in the response must be identical to the original request. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:34:40 Modified files: regress/usr.sbin/snmpd: Makefile Added files: regress/usr.sbin/snmpd: agentx.c backend.c regress.h snmp.c snmpd.conf snmpd_regress.c Log message: Add a new regression framework for snmpd. There are still many test cases left to write, so leave snmpd.sh in place to test for cases not yet implemented by the new code. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 09:24:49 Modified files: security/openssl/3.1: Makefile distinfo security/openssl/3.1/pkg: PLIST Log message: Update to OpenSSL 3.1.4 * Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() with OSSL_PARAM parameters that alter the key or IV length ([CVE-2023-5363]). https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5363 Let's just say that the names are by far the most fortunate choice made in the design of these interfaces. Only one application is known to be affected by this and it's not in ports. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 09:25:08 Modified files: security/openssl/3.0: Makefile distinfo security/openssl/3.0/pkg: PLIST Log message: Update to OpenSSL 3.0.12 * Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() with OSSL_PARAM parameters that alter the key or IV length ([CVE-2023-5363]). https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5363 Let's just say that the names are by far the most fortunate choice made in the design of these interfaces. Only one application is known to be affected by this and it's not in ports. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 09:32:25 Modified files: sysutils/borgbackup/2.0: Makefile Log message: Bump after openssl update (static linking) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 09:34:51 Modified files: mail/postfix/stable: Makefile mail/postfix/snapshot: Makefile Log message: Bump the postfixes after openssl update (static link) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/24 10:21:35 src/regress/usr.bin/mandoc/man/MR Update of /cvs/src/regress/usr.bin/mandoc/man/MR In directory cvs.openbsd.org:/tmp/cvs-serv52540/MR Log Message: Directory /cvs/src/regress/usr.bin/mandoc/man/MR added to the repository CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/24 11:51:42 Modified files: net/libfilezilla: Makefile distinfo Log message: Update to libfilezilla-0.45.0 Changes: https://lib.filezilla-project.org/ Bump minor because of addition of symbols. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/24 11:52:30 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.66.0 Changes: https://filezilla-project.org/versions.php CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/24 11:52:57 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.64.2 Minor bugfix release, nothing relevant for OpenBSD. Reason for updating is to silence portroach. Changes: https://rclone.org/changelog/#v1-64-2-2023-10-19 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 11:54:51 Modified files: sysutils/borgbackup/2.0: Makefile Added files: sysutils/borgbackup/2.0/patches: patch-setup_py Log message: borgbackup: switch to using openssl/3.1 setup.py patch & ok bket (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 11:58:42 Modified files: security/openssl/3.0: Makefile security/openssl/3.1: Makefile Log message: Update bumping comment. borgbackup was switched to 3.1 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2023/10/24 12:03:53 Modified files: distrib/miniroot: install.sub Log message: add fallback IPv6 address for ftplist1.openbsd.org; ok phessler@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 12:14:04 Modified files: net/icinga/core2: Makefile Added files: net/icinga/core2/patches: patch-lib_base_tlsutility_cpp Log message: icinga/core2: remove some dead code reaching into X509_ALGOR, ok sthen https://github.com/Icinga/icinga2/pull/9882 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/10/24 12:15:57 Modified files: editors/gummi : Makefile distinfo Log message: Update to gummi-0.8.3. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 12:16:05 Modified files: libexec/snmpd/snmpd_metrics: mib.c Log message: Add support for HOST-RESOURCES-MIB:hrSWRunPerfTable by adding hrSWRunPerfCPU and hrSWRunPerfMem. This allows snmptop to work with snmpd(8). Math copied from top(1). OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 12:18:26 Modified files: www/squid : Makefile Log message: add fallback SITES entry, otherwise fetching squid-6.4.tar.xz fails if you prefer v6 over v4 CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/24 12:19:18 Modified files: math/py-cftime : Makefile distinfo math/py-cftime/pkg: PLIST Log message: Update py-cftime to 1.6.3. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 12:27:26 Modified files: libexec/snmpd/snmpd_metrics: mib.c Log message: Make hrSWRunPath use argv[0], instead of p_comm. hrSWRunName is supposed to be a descriptive name, where hrSWRunPath should give the full path to the binary. While argv[0] can contain any of a simple binary name, the full path, or a custom name given by the application itself, it gives us the option to retrieve both pieces of information. This is also the same distinction made by netsnmp. This also keeps the default command column from top(1) and snmptop in sync, and now allows for identical output in the column between `top -C` and `snmptop -Cpa` OK tb@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/24 12:47:13 Modified files: sysutils/py-daemon: Makefile distinfo sysutils/py-daemon/pkg: PLIST Removed files: sysutils/py-daemon/patches: patch-setup_py Log message: Update py-daemon to 3.0.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/24 12:49:32 Modified files: mail/grommunio/gromox: Makefile distinfo Removed files: mail/grommunio/gromox/patches: patch-exch_ews_enums_hpp patch-exch_ews_hash_hpp patch-lib_mapi_rop_util_cpp Log message: update to 2.15 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 14:13:30 Modified files: sysutils/ruby-puppetserver-ca: Makefile distinfo sysutils/ruby-puppetserver-ca/pkg: PLIST Log message: update 2.4.0 -> 2.6.0 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/24 14:30:49 Modified files: usr.bin/mandoc : man_html.c man_macro.c man_term.c man_validate.c mandoc.1 roff.c roff.h regress/usr.bin/mandoc/man: Makefile Added files: regress/usr.bin/mandoc/man/MR: Makefile basic.in basic.out_ascii basic.out_lint Log message: Implement the man(7) .MR macro, a 2023 GNU extension. The syntax and semantics is almost identical to mdoc(7) .Xr. This will be needed for reading the groff manual pages once our port will be updated to 1.23, and the Linux Manual Pages Project is also determined to start using it sooner or later. I did not advocate for this new macro, but since we want to remain able to read all manual pages found in the wild, there is little choice but to support it. At least it is easy to do, they basically copied .Xr. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 16:14:55 Modified files: www/gotosocial/patches: patch-example_config_yaml Log message: regen patch CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2023/10/24 18:00:10 Modified files: . : artwork.html Log message: List 7.4 in the art gallery CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/24 18:21:02 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 23:06:50 Modified files: devel/abseil-cpp/patches: patch-absl_base_internal_raw_logging_cc Log message: abseil-cpp: link to PR for syscall removal CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/24 23:16:40 Modified files: xserver/Xi : xiproperty.c xserver/dix : enterleave.h xserver/fb : fb.h fbscreen.c xserver/hw/vfb : InitOutput.c xserver/include: eventstr.h xserver/mi : mipointer.c miscrinit.c xserver/randr : rrproperty.c Log message: Fix several input validation errors in the X server CVE-2023-5367 CVE-2023-5380 CVE-2023-5574 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 23:29:08 Modified files: devel/gtest/patches: patch-googletest_src_gtest_cc Log message: gtest: add link to PR for raise(3) https://github.com/google/googletest/pull/4397 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 23:34:18 Modified files: archivers/snappy/patches: patch-third_party_googletest_googletest_src_gtest_cc Log message: snappy: add link to googletest PR for raise(3) https://github.com/google/googletest/pull/4397 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/24 23:38:09 Modified files: etc : moduli usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log message: Import regenerated moduli. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/25 00:32:40 Modified files: net/lagrange : Makefile distinfo Log message: update net/lagrange to 1.17.1; ok MAINTAINER Florian Viehweger CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/25 00:51:47 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-452.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/25 00:51:53 Modified files: devel/vte3 : Makefile distinfo Log message: Update to vte3-0.72.3. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/25 00:59:00 Modified files: devel/py-vulture: Makefile distinfo devel/py-vulture/pkg: PLIST Log message: Update py-vulture to 2.10. CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/25 01:30:21 Modified files: opensmtpd : index.html Added files: opensmtpd/announces: release-7.4.0p0.txt Log message: release opensmtpd 7.4.0p0 CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/25 01:44:12 Modified files: opensmtpd/announces: release-7.4.0p0.txt Log message: oops, it should be OpenSSL >= 1.1; spotted by tb@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/25 01:49:51 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.52.5 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/25 02:01:59 Modified files: regress/usr.bin/ssh: conch-ciphers.sh Log message: ssh conch interop tests requires a controlling terminal; ok dtucker@ CVSROOT: /cvs Module name: xenocara Changes by: bluhm@cvs.openbsd.org 2023/10/25 02:13:24 Modified files: xserver/Xi : Tag: OPENBSD_7_4 xiproperty.c xserver/dix : Tag: OPENBSD_7_4 enterleave.h xserver/fb : Tag: OPENBSD_7_4 fb.h fbscreen.c xserver/hw/vfb : Tag: OPENBSD_7_4 InitOutput.c xserver/include: Tag: OPENBSD_7_4 eventstr.h xserver/mi : Tag: OPENBSD_7_4 mipointer.c miscrinit.c xserver/randr : Tag: OPENBSD_7_4 rrproperty.c Log message: Fix several input validation errors in the X server CVE-2023-5367 CVE-2023-5380 CVE-2023-5574 from matthieu@ this is errata/7.4/001_xserver.patch.sig CVSROOT: /cvs Module name: xenocara Changes by: bluhm@cvs.openbsd.org 2023/10/25 02:14:42 Modified files: xserver/Xi : Tag: OPENBSD_7_3 xiproperty.c xserver/dix : Tag: OPENBSD_7_3 enterleave.h xserver/fb : Tag: OPENBSD_7_3 fb.h fbscreen.c xserver/hw/vfb : Tag: OPENBSD_7_3 InitOutput.c xserver/include: Tag: OPENBSD_7_3 eventstr.h xserver/mi : Tag: OPENBSD_7_3 mipointer.c miscrinit.c xserver/randr : Tag: OPENBSD_7_3 rrproperty.c Log message: Fix several input validation errors in the X server CVE-2023-5367 CVE-2023-5380 CVE-2023-5574 from matthieu@ this is errata/7.3/018_xserver.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/25 02:17:16 Modified files: sys/kern : Tag: OPENBSD_7_4 uipc_mbuf.c Log message: Avoid assertion failure when splitting mbuf cluster. m_split() calls m_align() to initialize the data pointer of newly allocated mbuf. If the new mbuf will be converted to a cluster, this is not necessary. If additionally the new mbuf is larger than MLEN, this can lead to a panic. Only call m_align() when a valid m_data is needed. This is the case if we do not refecence the existing cluster, but memcpy() the data into the new mbuf. Reported-by: syzbot+0e6817f5877926f0e96a@syzkaller.appspotmail.com OK claudio@ deraadt@ this is errata/7.4/002_msplit.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/25 02:17:54 Modified files: sys/kern : Tag: OPENBSD_7_3 uipc_mbuf.c Log message: Avoid assertion failure when splitting mbuf cluster. m_split() calls m_align() to initialize the data pointer of newly allocated mbuf. If the new mbuf will be converted to a cluster, this is not necessary. If additionally the new mbuf is larger than MLEN, this can lead to a panic. Only call m_align() when a valid m_data is needed. This is the case if we do not refecence the existing cluster, but memcpy() the data into the new mbuf. Reported-by: syzbot+0e6817f5877926f0e96a@syzkaller.appspotmail.com OK claudio@ deraadt@ this is errata/7.3/019_msplit.patch.sig CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2023/10/25 02:31:32 Modified files: . : errata73.html errata74.html Log message: Release xserver and msplit errata. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/10/25 03:36:47 Modified files: sys/dev : vscsi.c Log message: Make `vscsi_filtops' mpsafe. filt_vscsiread() checks `sc_ccb_i2t' protected by `sc_state_mtx' mutex(9), so use it to protect `sc_klist' knotes list too. ok claudio CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/25 05:14:42 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: okay, that one ought to work. Recognize + only right before = CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/25 05:56:57 Modified files: x11/xfce4/thunar: Makefile distinfo Log message: x11/xfce4/thunar: update to 4.18.8 CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/10/25 06:44:28 Modified files: usr.sbin/vmd : i8253.c mc146818.c ns8250.c Log message: vmd(8): stop toggling irq deassert for edge triggered devs. For edge-triggered devices, there's no need to deassert an irq given how vmd(8) emulates a pic. Deassertion grabs a lock and can trigger the ioctl for toggling pending interrupts causing a race condition. This results in a storm of vm-exits and guest vcpu becoming unresponsive. The original sign of this issue is guest "pauses" when pasting text into a serial console connection in something like xterm(1). Tested by mbuhl@, cheloha@, sashan@, kn@, and mlarkin@. "go for it", mlarkin@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/25 06:52:19 Modified files: www/mozilla-firefox: Makefile Added files: www/mozilla-firefox/patches: patch-third_party_libwebrtc_third_party_abseil-cpp_absl_base_internal_raw_logging_cc Log message: mozilla-firefox: prepare for syscall(2) removal Avoid syscall(SYS_write) in libwebrtc's bundled abseil's logging facility. Just call write(2). ok landry CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/25 06:55:37 Modified files: www/firefox-esr: Makefile Added files: www/firefox-esr/patches: patch-third_party_libwebrtc_third_party_abseil-cpp_absl_base_internal_raw_logging_cc Log message: firefox-esr: prepare for syscall(2) removal Avoid syscall(SYS_write) in libwebrtc's bundled abseil's logging facility. Just call write(2). CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/25 06:57:25 Modified files: mail/mozilla-thunderbird: Makefile Added files: mail/mozilla-thunderbird/patches: patch-third_party_libwebrtc_third_party_abseil-cpp_absl_base_internal_raw_logging_cc Log message: mozilla-thunderbird: prepare for syscall(2) removal Avoid syscall(SYS_write) in libwebrtc's bundled abseil's logging facility. Just call write(2). CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/25 07:00:00 Modified files: www/tor-browser/browser: Makefile Added files: www/tor-browser/browser/patches: patch-third_party_libwebrtc_third_party_abseil-cpp_absl_base_internal_raw_logging_cc Log message: tor-browser/browser: prepare for syscall(2) removal Avoid syscall(SYS_write) in libwebrtc's bundled abseil's logging facility. Just call write(2). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/25 08:05:48 Modified files: databases/sqlports/files: Inserter.pm Log message: be completely silent about the schema if not -v CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/25 09:23:59 Modified files: databases/sqlports: Makefile databases/sqlports/files: PkgPath.pm TreeWalker.pm mksqlitedb Log message: major overhaul of the treewalker and options for mksqlitedb as a result: - properly show errors at the end. - show walker errors like I did for dpb. - feature a "keepgoing" mode that will do the full walk BEFORE exiting with an error if necessary (but switch from +++ path to !!! path after the first error, so that interactive runs can be interrupted early on if deemed applicable) - feature a "testmode" for trying out a single path - remove some old obsolete options - embed some perldoc in the script proper. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/25 09:51:45 Modified files: distrib/notes/arm64: hardware Log message: typo; from katagawa gmail CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 09:53:02 Modified files: devel/pyflakes : Makefile distinfo Log message: update to pyflakes-3.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 09:54:26 Modified files: devel/flake8 : Makefile distinfo devel/flake8/pkg: PLIST Log message: update to flake8-6.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 09:59:11 Modified files: sysutils/restic: Makefile distinfo modules.inc Log message: update to restic-0.16.1, includes bugfix for rare corruption bug if you manually specify max compression, see https://github.com/restic/restic/releases/v0.16.1 for info. (default compression level is auto, which is unaffected). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 09:59:41 Modified files: sysutils/restic: Tag: OPENBSD_7_4 Makefile distinfo modules.inc Log message: update to restic-0.16.1, includes bugfix for rare corruption bug if you manually specify max compression, see https://github.com/restic/restic/releases/v0.16.1 for info. (default compression level is auto, which is unaffected). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 10:05:50 Modified files: www/squid : Makefile distinfo Log message: backout to squid-6.3, there's an issue with one of the security fixes in 6.4 (triggering assertions). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 10:06:17 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile distinfo Log message: backout to squid-6.3, there's an issue with one of the security fixes in 6.4 (triggering assertions). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/25 12:57:36 Modified files: infrastructure/mk: bsd.port.mk Log message: trivial "check-sqlports" target CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/25 14:05:43 Modified files: usr.bin/patch : patch.c Log message: Fix unveil(2) in patch(1) with explicit patchfile. A backup file should be created in the directory of the original file, but only the current directory was unveiled. Then the patched file was created in /tmp and did not replace the original patchfile in place. If a patchfile is passed in argv[0], unveil its directory instead of current directory. OK florian@ deraadt@ millert@ CVSROOT: /cvs Module name: www Changes by: mlarkin@cvs.openbsd.org 2023/10/25 23:48:20 Modified files: . : riscv64.html Log message: Add some words about VisionFive 2 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/26 00:06:25 Modified files: emulators/mame : Makefile distinfo emulators/mame/patches: patch-makefile Log message: Update mame to 0.260. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 00:40:00 Modified files: security/clamav: Makefile distinfo security/clamav/pkg: PLIST Log message: update to clamav-1.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 00:40:17 Modified files: security/clamav: Tag: OPENBSD_7_4 Makefile distinfo security/clamav/pkg: Tag: OPENBSD_7_4 PLIST Log message: update to clamav-1.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 00:40:21 Modified files: devel/py-pip : Makefile distinfo Log message: update to py3-pip-23.3.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/26 00:42:16 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.4.1. see https://www.thunderbird.net/en-US/thunderbird/115.4.1/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-47/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/26 00:43:06 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.4.1. see https://www.thunderbird.net/en-US/thunderbird/115.4.1/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-47/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 00:44:51 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to certbot/py3-acme-2.7.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 00:45:04 Modified files: security/gpgme : Makefile distinfo security/gpgme/patches: patch-configure patch-lang_cpp_tests_Makefile_in patch-lang_qt_Makefile_in patch-lang_qt_tests_Makefile_in security/gpgme/pkg: PLIST-main Log message: update to gpgme-1.23.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/26 00:55:59 Modified files: sysutils/govmomi: Makefile distinfo modules.inc Log message: Update to govc-0.33.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/26 01:08:46 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-452.0.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 01:18:39 Modified files: textproc/xml2rfc: Makefile distinfo Log message: update to xml2rfc-3.18.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 01:20:13 Modified files: security/lastpass-cli: Makefile distinfo Log message: update to lastpass-cli-1.3.6 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/26 01:57:54 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Rework the MD setting in the RSA ASN.1 method This streamlines the code to use safer idioms, do proper error checking and be slightly less convoluted. Sprinkle a few references to RFC 8017 and explain better what we are doing and why. Clarify ownership and use more consistent style. This removes the last internal use of X509_ALGOR_set_md(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/26 02:01:38 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: Provide prototype for X509_ALGOR_set_md() Once we remove X509_ALGOR_set_md() we can link this test statically and use X509_ALGOR_set_evp_md() but for now make sure the documented workaround for this garbage API works. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/26 02:01:56 Modified files: lib/libcrypto/x509: x509.h Log message: Hide X509_ALGOR_set_md() for LIBRESSL_INTERNAL CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 02:08:17 Modified files: security/burpsuite: Makefile distinfo Log message: fix distfile download feedback sthen@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/26 03:08:57 Modified files: lib/libcrypto/cms: cms_dd.c Log message: Tidy includes CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 03:48:50 Modified files: sysutils/ruby-puppet/7: Makefile distinfo sysutils/ruby-puppet/7/pkg: PLIST Log message: update 7.25.0 -> 7.26.0 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/26 03:49:38 Modified files: net/lagrange : Makefile distinfo Log message: update net/lagrange to 1.17.2; from MAINTAINER Florian Viehweger, thanks! Changes: https://github.com/skyjake/lagrange/releases/tag/v1.17.2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 03:59:35 Modified files: databases/ruby-hiera-eyaml: Makefile distinfo databases/ruby-hiera-eyaml/pkg: PLIST Log message: update 3.3.0 -> 3.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 04:03:48 Modified files: devel/flake8 : Makefile Log message: update HOMEPAGE, part of a larger diff from Laurent Cheylus CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/26 04:11:50 Modified files: sysutils/hcloud: Makefile distinfo Log message: Update hcloud to 1.19.0 Features - add --enable-protection flag to "create" commands - add "all list" command to list all resources in the project - iso: allow to filter list by type (public, private) - primary-ip: enable/disable-protection accept levels as arguments - server: add --enable-backup flag to "create" command - server: add --wait flag to "shutdown" command Bug Fixes - floating-ip: list command only returns first 50 entries - image: list does not parse "type" flag correctly - list outputs null instead of empty array when listing in JSON - build: ensure signature is properly generated CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 05:48:54 Modified files: devel/ruby-optimist: Makefile distinfo devel/ruby-optimist/pkg: PLIST Log message: update 3.0.1 -> 3.1.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 05:54:42 Modified files: devel/ruby-puppet-resource_api: Makefile distinfo devel/ruby-puppet-resource_api/pkg: PLIST Log message: update 1.8.14 -> 1.9.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 06:08:22 Modified files: net/ruby-public_suffix: Makefile distinfo net/ruby-public_suffix/pkg: PLIST Log message: update 4.0.7 -> 5.0.3 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/26 06:44:07 Modified files: regress/usr.bin/ssh: conch-ciphers.sh Log message: Skip conch interop tests when not enabled instead of fatal. CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/26 07:18:56 Modified files: audio/picard : Makefile distinfo audio/picard/pkg: PLIST Log message: audio/picard: update to 2.10 ok sdk@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/26 07:19:56 Modified files: sysutils/loki : Makefile distinfo Log message: sysutils/loki: update to 2.9.2 ok landry@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/26 07:22:49 Modified files: sysutils/grafana: Makefile distinfo sysutils/grafana/pkg: PLIST sysutils/grafana/patches: patch-conf_sample_ini Log message: sysutils/grafana: update to 10.2.0 ok landry@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/26 07:51:06 Modified files: lang/njs : Makefile distinfo Log message: lang/njs: update to 0.8.2 from Sergey A. Osokin osa freebsd org CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/26 07:51:38 Modified files: www/nginx : Makefile distinfo Log message: www/nginx: update njs module to 0.8.2. from Sergey A. Osokin osa freebsd org CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/26 08:08:48 Modified files: sys/arch/amd64/stand/efiboot: efidev.c sys/arch/arm64/stand/efiboot: efidev.c sys/arch/armv7/stand/efiboot: efidev.c sys/arch/riscv64/stand/efiboot: efidev.c Log message: make efi_getdisklabel_cd9660() handle a block size of 512 and simplify ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/26 08:13:38 Modified files: sys/arch/arm64/stand/efiboot: Makefile conf.c Log message: add cd9660 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/26 08:27:03 Modified files: distrib/arm64/iso: Makefile distrib/arm64/ramdisk: Makefile Log message: construct EFI bootable cdXX.iso and instalXX.iso files CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/26 08:29:14 Modified files: distrib/notes/arm64: contents Log message: install CDs now available. (these are EFI-only) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/26 08:34:15 Modified files: distrib/arm64/ramdisk: Makefile Log message: delete incorrect dependency CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/26 08:36:45 Modified files: lang/njs : Makefile Added files: lang/njs/patches: patch-auto_make Log message: lang/njs: add small patch to fix build when the previous version is installed also from Sergey A Osokin osa freebsd org, thanks ! CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/26 09:30:36 Modified files: sysutils/chezmoi: Makefile distinfo modules.inc Log message: update sysutils/chezmoi to 2.40.3 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/26 10:26:01 Modified files: sbin/pfctl : parse.y pfctl.c pfctl_parser.c pfctl_table.c Log message: whitespace cleanup my fingers couldn't avoid doing while i was re-reading the parsing code CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/26 10:31:52 Modified files: print/a2ps : Makefile print/a2ps/pkg : PLIST Added files: print/a2ps/patches: patch-src_a2ps-lpr-wrapper Log message: Fix a2ps-lpr-wrapper; from upstream https://savannah.gnu.org/bugs/?64047 reported by rsykora at disroot dot org CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/26 10:38:23 Modified files: print/a2ps : Tag: OPENBSD_7_4 Makefile print/a2ps/pkg : Tag: OPENBSD_7_4 PLIST Added files: print/a2ps/patches: Tag: OPENBSD_7_4 patch-src_a2ps-lpr-wrapper Log message: Fix a2ps-lpr-wrapper; from upstream https://savannah.gnu.org/bugs/?64047 reported by rsykora at disroot dot org CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/26 10:40:59 Log message: import devel/libmaa; Feedback OK op rsadowski new dependency for net/dict update Status: Vendor Tag: kn Release Tags: kn_20231026 N ports/devel/libmaa/Makefile N ports/devel/libmaa/distinfo N ports/devel/libmaa/patches/patch-maa_Makefile N ports/devel/libmaa/patches/patch-maa_bit_c N ports/devel/libmaa/patches/patch-maa_timer_c N ports/devel/libmaa/pkg/DESCR N ports/devel/libmaa/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/26 10:42:06 Modified files: devel : Makefile Log message: + libmaa CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/26 10:49:27 Modified files: net/dictd : Makefile distinfo net/dictd/pkg : PLIST-main PLIST-server Removed files: net/dictd/patches: patch-Makefile_in patch-configure patch-decl_h patch-dictP_h patch-libmaa_configure patch-libmaa_decl_h patch-libmaa_maaP_h Log message: update to dictd 1.13.1; OK op rsadowski Dust off the port, no more patches needed. Works great with education/freedict/ ports. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/26 11:13:50 Modified files: distrib/arm64/ramdisk: Makefile Log message: the dependency should have been moved down CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/26 11:33:35 Modified files: gnu/usr.bin/gcc/gcc: c-opts.c gnu/usr.bin/gcc/gcc/doc: cppopts.texi invoke.texi gnu/gcc/gcc : c-opts.c gnu/gcc/gcc/doc: cppopts.texi gcc.1 gcc.info invoke.texi share/man/man1 : gcc-local.1 Log message: Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89. While these versions of gcc don't have full C99 support, it is better than defaulting to C89 when building modern software. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/26 11:35:38 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231026 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/10/26 11:59:16 Modified files: lib/libc/stdlib: malloc.c Log message: A few micro-optimizations; ok asou@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/26 12:26:36 Modified files: devel/p5-Test2-Suite: Makefile distinfo Log message: update p5-Test2-Suite to 0.000159 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/26 12:28:46 Modified files: devel/p5-Term-Table: Makefile distinfo Log message: update p5-Term-Table to 0.018 CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2023/10/26 12:45:28 Modified files: sysutils/m1n1 : Makefile distinfo Added files: sysutils/m1n1/patches: patch-data_makelogo_sh Log message: Update to m1n1 1.4.3 CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2023/10/26 12:46:22 Modified files: sysutils/firmware/apple-boot: Makefile Log message: Bump m1n1 version to 1.4.3 ok kettenis@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/26 12:46:42 Modified files: gnu/usr.bin/gcc/gcc/doc: cppopts.texi Log message: Fix a typo spotted by miod@. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/26 12:52:45 Modified files: regress/usr.bin/ssh: Makefile Log message: make use of bsd.regress.mk in extra and interop targets; ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/26 13:26:56 Modified files: infrastructure/mk: bsd.port.mk mail/elm : Makefile mail/elm/pkg : PLIST Log message: do not create the ${PREFIX}/share/nls directory tree by default The share/nls directories have been barely ever used throughout the 27-year history of the ports tree. Let the single port that still installs a file there create the directory itself. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2023/10/26 13:28:30 Modified files: etc/mtree : 4.4BSD.dist Log message: do not create /usr/local/share/nls and subdirectories by default The share/nls/ paths are unused. ok miod@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/26 14:17:58 Modified files: mail/postfix : Makefile.inc mail/postfix/snapshot: Makefile mail/postfix/stable: Makefile Log message: postfix: switch to openssl 3.1, ok sthen, looks fine to brad (maintainer) This was the last consumer of OpenSSL 3.0, so the latter will soon be sent where it belongs. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 14:36:45 Modified files: www/squid : Makefile Log message: squid: fix RUN_DEPENDS-ldap after adding EPOCH for the revert CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 14:37:06 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile Log message: squid: fix RUN_DEPENDS-ldap after adding EPOCH for the revert CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2023/10/26 15:30:53 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/26 23:09:26 Modified files: sysutils/rustic: Makefile crates.inc distinfo sysutils/rustic/pkg: PLIST Added files: sysutils/rustic/patches: patch-modcargo-crates_rustic_core-0_1_1_src_error_rs Log message: Update to rustic-0.6.0 This is the first release using the rustic_core crate for basically all rustic functionality. Changes: https://github.com/rustic-rs/rustic/releases/tag/v0.6.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/26 23:59:06 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_browser_sync_password_sync_bridge_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_browser_sync_password_sync_bridge_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h Added files: www/chromium/patches: patch-components_password_manager_core_browser_features_password_features_cc www/ungoogled-chromium/patches: patch-components_password_manager_core_browser_features_password_features_cc Removed files: www/chromium/patches: patch-components_password_manager_core_browser_login_database_cc www/ungoogled-chromium/patches: patch-components_password_manager_core_browser_login_database_cc Log message: update to 118.0.5993.117 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/27 00:26:22 Modified files: x11/spectrwm : Makefile Log message: spectrwm's new version does not get along with base-gcc, move to ports-gcc Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/27 00:52:40 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.74.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/27 00:58:32 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.52.6. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/27 01:33:06 Modified files: regress/lib/libc/sys: t_sendmmsg.c Log message: Include wait(2) status in error message, in the hopes of providing clues on why this occasionally fails. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/27 01:38:02 Modified files: security/p11-kit: Makefile distinfo Log message: Update to p11-kit-0.25.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/27 02:02:18 Modified files: devel/py-astroid: Makefile distinfo devel/py-astroid/pkg: PLIST Removed files: devel/py-astroid/patches: patch-pyproject_toml Log message: update to py3-astroid-3.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/27 02:02:29 Modified files: devel/pylint : Makefile distinfo devel/pylint/pkg: PLIST Removed files: devel/pylint/patches: patch-pyproject_toml Log message: update to pylint3-3.0.2 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/27 03:40:28 Modified files: usr.sbin/bgpd : session.c Log message: The holdtime is added to the ibuf with ibuf_add_n16() so no need to htons() the value before. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/27 04:20:43 Modified files: sysutils/firmware/apple-boot: Makefile Log message: bump REVISION CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/27 04:23:58 Modified files: usr.sbin/snmpd : application_agentx.c Log message: Use event_add(), instead of calling appl_agentx_send() directly. If an error occurs the connection will be freed and if the caller uses the connection afterwards it will lead to a use after free. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/27 04:26:20 Modified files: regress/usr.sbin/snmpd: Makefile agentx.c regress.h snmpd_regress.c Log message: Add a test that would cause a use after free previously by sending a protocol error-ed message and immediately followed up by a connection close. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/27 04:31:31 Modified files: graphics/orthanc/server: Makefile graphics/orthanc/server/pkg: PLIST Log message: ${VARBASE} is wrong (it is not in the default SUBST_VARS and usually makes no sense in ports anyway; for things where you mean "/var or some locally defined alternative for people doing their own special package build which nobody actually does" then it would be ${LOCALSTATEDIR}, which _is_ in the default SUBST_VARS). replace with /var. found by op@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/27 04:32:11 Modified files: usr.sbin/snmpd : application.c Log message: If an invalid varbindlist was returned by a backend we would call appl_request_upstream_resolve() twice where the first call would already return a reply and free the upstream request, leading to a use after free. Make appl_request_downstream_free() call appl_request_upstream_resolve() unconditionally and remove the call from appl_response(). OK tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/27 04:57:04 Modified files: devel/qt-creator: Makefile distinfo devel/qt-creator/patches: patch-src_libs_3rdparty_sqlite_sqlite3_c patch-src_libs_utils_qtcassert_cpp patch-src_tools_qml2puppet_CMakeLists_txt devel/qt-creator/pkg: PLIST Removed files: devel/qt-creator/patches: patch-cmake_Findyaml-cpp_cmake patch-src_libs_sqlite_CMakeLists_txt patch-src_plugins_clangformat_clangformatutils_cpp patch-src_plugins_qmldesigner_qmldesignercore_cmake Log message: Update qt-creator to 11.0.3 Switch from Qt5 to Qt6. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/27 07:46:44 Modified files: devel/pre-commit: Makefile distinfo Log message: Update pre-commit 3.4.0 -> 3.5.0 Changelog: https://github.com/pre-commit/pre-commit/releases/tag/v3.5.0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/27 07:47:07 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.15.0 -> 1.15.1 Changelog: https://github.com/hashicorp/vault/releases/tag/v1.15.1 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/27 07:47:29 Modified files: databases/patroni: Makefile distinfo databases/patroni/patches: patch-patroni_validator_py databases/patroni/pkg: PLIST Log message: Update patroni 3.1.2 -> 3.2.0 Changelog: https://github.com/zalando/patroni/blob/master/docs/releases.rst#version-320 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/27 07:48:08 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/patches: patch-config_logstash_yml sysutils/logstash/pkg: PLIST Log message: Update logstash 8.9.0 -> 8.10.4 Release notes: https://www.elastic.co/guide/en/logstash/8.10/logstash-8-10-4.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/27 07:55:39 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/patches: patch-server_config_config_json net/mattermost-server/pkg: PLIST-main Log message: Update mattermost-server 8.1.2 -> 9.1.0 Changelog: https://docs.mattermost.com/install/self-managed-changelog.html CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/27 08:22:43 Modified files: usr.sbin/bgpd : session.c Log message: Simplify the handling of optparamlen and RFC9072 support. Use the ibuf_size() of the optional params (opb) when writing the various headers. Only use optparamlen to write the Opt Parm Len field of the OPEN message. Since there the size could be forced to 255 in case of a RFC9072 exended header. Also use size_t for optparamlen since the new ibuf API no longer depends on using the right sized type. OK tb@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/27 09:02:30 Modified files: build : mirrors.dat Log message: mirror2.sandyriver.net disabled for now; moving CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/27 09:02:54 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/27 09:23:45 Modified files: multimedia/libv4l: Makefile Added files: multimedia/libv4l/patches: patch-lib_libv4l-mplane_libv4l-mplane_c patch-lib_libv4l1_libv4l1_c patch-lib_libv4l2_libv4l2_c Log message: libv4l: neuter syscall(2) usage This library is littered with syscall(SYS_foo). Some of it can be disabled with CONFIG_SYS_WRAPPER. Condition the rest of the callers on this. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/27 09:56:48 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo Log message: Tor Browser: update to 13.0.1 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/27 09:57:53 Modified files: meta/tor-browser: Tag: OPENBSD_7_4 Makefile www/tor-browser: Tag: OPENBSD_7_4 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_4 Makefile distinfo Log message: Tor Browser: update to 13.0.1 And backport commit to -current: "Tor Browser: install Tor Browser icons instead of Firefox'" CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/27 10:20:37 ports/net/dictd/files Update of /cvs/ports/net/dictd/files In directory cvs.openbsd.org:/tmp/cvs-serv1389/files Log Message: Directory /cvs/ports/net/dictd/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/27 12:47:00 Log message: import sysutils/py-apscheduler Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically. You can add new jobs or remove old ones on the fly as you please. If you store your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is restarted, it will then run all the jobs it should have run while it was offline. Among other things, APScheduler can be used as a cross-platform, application specific replacement to platform specific schedulers, such as the cron daemon or the Windows task scheduler. Please note, however, that APScheduler is not a daemon or service itself, nor does it come with any command line tools. It is primarily meant to be run inside existing applications. That said, APScheduler does provide some building blocks for you to build a scheduler service or to run a dedicated scheduler process. feedback and OK sthen@ Status: Vendor Tag: sebastia Release Tags: sebastia_20231027 N ports/sysutils/py-apscheduler/Makefile N ports/sysutils/py-apscheduler/distinfo N ports/sysutils/py-apscheduler/pkg/DESCR N ports/sysutils/py-apscheduler/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/27 12:48:42 Modified files: sysutils : Makefile Log message: hook up py-apscheduler CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/27 12:51:10 Modified files: infrastructure/db: user.list net/dictd : Makefile net/dictd/pkg : PLIST-server Added files: net/dictd/files: dictd.conf net/dictd/patches: patch-dictd_c net/dictd/pkg : dictd.rc Log message: Use dedicated user, ship rc script and education/freedict/ example dictd(8) dropts to dictd (nonexistent) or nobody iff started as root; recycle old _polkituser into _dictd to isolate this port. Take maintainer Feedback OK sthen CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/27 12:51:18 Log message: import devel/py-cachelib A collection of cache libraries in the same API interface. Extracted from Werkzeug. feedback and OK sthen@ Status: Vendor Tag: sebastia Release Tags: sebastia_20231027 N ports/devel/py-cachelib/Makefile N ports/devel/py-cachelib/distinfo N ports/devel/py-cachelib/pkg/DESCR N ports/devel/py-cachelib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/27 12:53:12 Modified files: devel : Makefile Log message: hook up py-cachelib CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2023/10/27 13:13:51 Modified files: sys/uvm : uvm_anon.c Log message: Do not decrement the swap counter if the anon is associated to a "bad" slot. When such anon is freed its content is obviously not living in swap. ok miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2023/10/27 13:18:53 Modified files: sys/uvm : uvm_pdaemon.c uvm_swap.c uvm_swap.h uvmexp.h Log message: Make out-of-swap checks more robust. Consider that the swap space is full when 99% of it is filled with pages that are no longer present in memory. This prevents deadlocks when out-of-swap if some swap ranges had I/O errors and have been marked as 'bad', or if some pages are unreachable by the pagedaemon and still holding some slots. Also introduce uvm_swapisfilled() to check if there are some free slots in the swap. Note that we consider the swap space completly filled if it is not possible to write a full cluster. This prevents deadlocks if a few slots are never allocated. ok miod@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/27 13:21:18 Added files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_skia_src_opts_SkRasterPipeline_opts_h Log message: Unbreak aarch64 Revert b2de8e8046dc1c558465f74b4afe11d57cbc6cf3 (with new defined check) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/27 14:22:48 Modified files: net/nextcloudclient: Makefile distinfo Log message: Update nextcloudclient to 3.10.1 Changelog: https://github.com/nextcloud/desktop/releases/v3.10.1 - Fix folder wizard warning color for local path in dark mode by @backportbot-nextcloud in #6068 - Bugfix/remove dead oauth code by @claucambra in #6075 - Open Nextcloud after installation on macOS by @backportbot-nextcloud in #6076 - Fix Chunk v2 upload headers by @backportbot-nextcloud in #6086 - Bugfix/legacy migration by @backportbot-nextcloud in #6095 - Prevent empty password being passed into share creation by @tobiasKaminsky in #6107 - Unhide discovery logs for file deleted on the server and for discovered file by @backportbot-nextcloud in #6116 - Fix issues on manpages by @hefee in #6122 - Fix chunk v2 destination header by @backportbot-nextcloud in #6141 - Bugfix/restore folders recursively by @backportbot-nextcloud in #6143 Update diff from maintainer, obrigado! CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/10/27 14:56:48 Modified files: sys/net : if.c if_bpe.c if_gre.c if_vlan.c if_vxlan.c Log message: Forward TCP LRO disabling to parent devices. Also disable TCP LRO on bridged vlan(4) and default for bpe(4), nvgre(4) and vxlan(4). ok bluhm@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/27 18:25:19 Modified files: gnu/usr.bin/gcc/gcc: c-opts.c gnu/usr.bin/gcc/gcc/doc: cppopts.texi invoke.texi gnu/gcc/gcc : c-opts.c gnu/gcc/gcc/doc: cppopts.texi gcc.1 gcc.info invoke.texi share/man/man1 : gcc-local.1 Log message: Back out change to make the default -std=gnu99 for now. There has been some unexpected fallout. Requested by deraadt@. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 01:16:12 Modified files: devel/kf5 : kf5.port.mk devel/kf5/attica: distinfo devel/kf5/baloo: distinfo devel/kf5/baloo/pkg: PLIST devel/kf5/bluez-qt: distinfo devel/kf5/breeze-icons: distinfo devel/kf5/extra-cmake-modules: distinfo devel/kf5/frameworkintegration: distinfo devel/kf5/kactivities: distinfo devel/kf5/kactivities-stats: distinfo devel/kf5/kapidox: distinfo devel/kf5/karchive: distinfo devel/kf5/karchive/pkg: PLIST devel/kf5/kauth: distinfo devel/kf5/kbookmarks: distinfo devel/kf5/kcalendarcore: distinfo devel/kf5/kcmutils: distinfo devel/kf5/kcodecs: distinfo devel/kf5/kcompletion: distinfo devel/kf5/kconfig: distinfo devel/kf5/kconfigwidgets: distinfo devel/kf5/kcontacts: distinfo devel/kf5/kcoreaddons: Makefile distinfo devel/kf5/kcrash: distinfo devel/kf5/kdav : distinfo devel/kf5/kdbusaddons: distinfo devel/kf5/kdeclarative: distinfo devel/kf5/kded : distinfo devel/kf5/kdelibs4support: Makefile distinfo devel/kf5/kdesignerplugin: distinfo devel/kf5/kdesu: distinfo devel/kf5/kdewebkit: distinfo devel/kf5/kdnssd: distinfo devel/kf5/kdoctools: distinfo devel/kf5/kemoticons: distinfo devel/kf5/kfilemetadata: distinfo devel/kf5/kglobalaccel: distinfo devel/kf5/kguiaddons: distinfo devel/kf5/kholidays: distinfo devel/kf5/khtml: distinfo devel/kf5/ki18n: Makefile distinfo devel/kf5/kiconthemes: distinfo devel/kf5/kidletime: distinfo devel/kf5/kimageformats: distinfo devel/kf5/kinit: distinfo devel/kf5/kio : distinfo devel/kf5/kirigami2: distinfo devel/kf5/kitemmodels: distinfo devel/kf5/kitemviews: distinfo devel/kf5/kjobwidgets: distinfo devel/kf5/kjs : distinfo devel/kf5/kjsembed: distinfo devel/kf5/kmediaplayer: distinfo devel/kf5/knewstuff: distinfo devel/kf5/knotifications: distinfo devel/kf5/knotifyconfig: distinfo devel/kf5/kpackage: distinfo devel/kf5/kparts: Makefile distinfo devel/kf5/kpeople: distinfo devel/kf5/kplotting: distinfo devel/kf5/kpty : distinfo devel/kf5/kquickcharts: distinfo devel/kf5/kross: distinfo devel/kf5/krunner: distinfo devel/kf5/kservice: distinfo devel/kf5/ktexteditor: distinfo devel/kf5/ktextwidgets: distinfo devel/kf5/kunitconversion: distinfo devel/kf5/kwallet: distinfo devel/kf5/kwayland: distinfo devel/kf5/kwidgetsaddons: distinfo devel/kf5/kwindowsystem: distinfo devel/kf5/kxmlgui: distinfo devel/kf5/kxmlrpcclient: Makefile distinfo devel/kf5/oxygen-icons: distinfo devel/kf5/plasma-framework: distinfo devel/kf5/prison: distinfo devel/kf5/purpose: distinfo devel/kf5/qqc2-desktop-style: distinfo devel/kf5/solid: distinfo devel/kf5/sonnet: Makefile distinfo devel/kf5/syndication: Makefile distinfo devel/kf5/syntax-highlighting: distinfo devel/kf5/threadweaver: distinfo Removed files: devel/kf5/kio/patches: patch-src_ioslaves_file_file_unix_cpp Log message: Update KDE Frameworks to 5.111.0 https://kde.org/announcements/frameworks/5/5.111.0/ This update introduce MODKF5_BUILD_TESTING. (disabled for now, only internal use) MODKF5_BUILD_TESTING is a way to disable all tests by default. This should save build time. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 01:18:06 Modified files: x11/kde-plasma : Makefile.inc x11/kde-plasma/breeze: Makefile distinfo x11/kde-plasma/breeze-gtk: distinfo x11/kde-plasma/kactivitymanagerd: distinfo x11/kde-plasma/kde-cli-tools: distinfo x11/kde-plasma/kde-gtk-config: Makefile distinfo x11/kde-plasma/kdecoration: distinfo x11/kde-plasma/kdeplasma-addons: distinfo x11/kde-plasma/kdeplasma-addons/pkg: PLIST x11/kde-plasma/kgamma5: distinfo x11/kde-plasma/khotkeys: distinfo x11/kde-plasma/kinfocenter: distinfo x11/kde-plasma/kinfocenter/pkg: PLIST x11/kde-plasma/kmenuedit: distinfo x11/kde-plasma/kscreen: distinfo x11/kde-plasma/kscreenlocker: distinfo x11/kde-plasma/ksshaskpass: distinfo x11/kde-plasma/ksysguard: Makefile x11/kde-plasma/ksystemstats: distinfo x11/kde-plasma/kwayland-integration: Makefile distinfo x11/kde-plasma/kwin: Makefile distinfo x11/kde-plasma/kwin/pkg: PLIST x11/kde-plasma/kwrited: distinfo x11/kde-plasma/layer-shell-qt: distinfo x11/kde-plasma/libkscreen: distinfo x11/kde-plasma/libksysguard: distinfo x11/kde-plasma/libksysguard/pkg: PLIST x11/kde-plasma/milou: distinfo x11/kde-plasma/oxygen: distinfo x11/kde-plasma/oxygen-sounds: distinfo x11/kde-plasma/plasma-nano: distinfo x11/kde-plasma/plasma-pa: Makefile distinfo x11/kde-plasma/plasma-sdk: distinfo x11/kde-plasma/plasma-workspace: distinfo x11/kde-plasma/plasma-workspace-wallpapers: distinfo x11/kde-plasma/polkit-kde-agent-1: distinfo x11/kde-plasma/qqc2-breeze-style: distinfo x11/kde-plasma/systemsettings: Makefile distinfo x11/kde-plasma/systemsettings/pkg: PLIST x11/kde-plasma/xdg-desktop-portal-kde: distinfo Log message: Update KDE Plasma to 5.27.9, Bugfix Release for October https://kde.org/announcements/plasma/5/5.27.9/ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 01:19:03 Modified files: x11/kde-plasma/kinfocenter: Makefile x11/kde-plasma/ksysguard: Makefile x11/kde-plasma/libksysguard: Makefile Log message: Remove REVISION (unhooked) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 01:33:52 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.31.73. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 01:34:02 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.73. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 01:34:24 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.29.73. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 01:36:00 Modified files: misc/osinfo : Makefile.inc misc/osinfo/libosinfo: distinfo misc/osinfo/libosinfo/patches: patch-meson_build patch-osinfo_meson_build misc/osinfo/libosinfo/pkg: PLIST misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST misc/osinfo/osinfo-db-tools: distinfo misc/osinfo/osinfo-db-tools/patches: patch-meson_build misc/osinfo/osinfo-db-tools/pkg: PLIST Log message: Update to: libosinfo-1.11.0 libsinfo-db-20231027 libsinfo-db-tools-1.11.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 01:47:55 Modified files: devel/kdevelop : Makefile distinfo devel/kdevelop/pkg: PLIST editors/ghostwriter: distinfo graphics/skanlite: distinfo meta/kde : Makefile net/kdeconnect-kde: distinfo net/kdeconnect-kde/patches: patch-core_backends_lan_lanlinkprovider_cpp net/kdeconnect-kde/pkg: PLIST net/konversation: Makefile distinfo net/ktorrent : distinfo net/libktorrent: distinfo net/neochat : Makefile x11/kde-applications: kde-applications.port.mk x11/kde-applications/akonadi: Makefile distinfo x11/kde-applications/akonadi-calendar: Makefile distinfo x11/kde-applications/akonadi-calendar/pkg: PLIST x11/kde-applications/akonadi-calendar-tools: distinfo x11/kde-applications/akonadi-contacts: Makefile distinfo x11/kde-applications/akonadi-import-wizard: Makefile distinfo x11/kde-applications/akonadi-mime: Makefile distinfo x11/kde-applications/akonadi-notes: distinfo x11/kde-applications/akonadi-search: Makefile distinfo x11/kde-applications/akonadi-search/pkg: PLIST x11/kde-applications/akonadiconsole: Makefile distinfo x11/kde-applications/akonadiconsole/pkg: PLIST x11/kde-applications/akregator: Makefile distinfo x11/kde-applications/analitza: distinfo x11/kde-applications/ark: Makefile distinfo x11/kde-applications/ark/pkg: PLIST x11/kde-applications/artikulate: distinfo x11/kde-applications/audiocd-kio: distinfo x11/kde-applications/baloo-widgets: distinfo x11/kde-applications/blinken: distinfo x11/kde-applications/bomber: distinfo x11/kde-applications/bovo: distinfo x11/kde-applications/calendarsupport: Makefile distinfo x11/kde-applications/cantor: Makefile distinfo x11/kde-applications/cervisia: distinfo x11/kde-applications/dolphin: distinfo x11/kde-applications/dolphin-plugins: distinfo x11/kde-applications/dragon: distinfo x11/kde-applications/elisa: distinfo x11/kde-applications/eventviews: distinfo x11/kde-applications/ffmpegthumbs: Makefile distinfo x11/kde-applications/filelight: Makefile distinfo x11/kde-applications/granatier: distinfo x11/kde-applications/grantlee-editor: Makefile distinfo x11/kde-applications/grantleetheme: distinfo x11/kde-applications/gwenview: distinfo x11/kde-applications/incidenceeditor: Makefile distinfo x11/kde-applications/juk: distinfo x11/kde-applications/kaccounts-integration: distinfo x11/kde-applications/kaccounts-providers: distinfo x11/kde-applications/kaddressbook: distinfo x11/kde-applications/kaddressbook/pkg: PLIST x11/kde-applications/kajongg: distinfo x11/kde-applications/kalarm: Makefile distinfo x11/kde-applications/kalarm/pkg: PLIST x11/kde-applications/kalgebra: Makefile distinfo x11/kde-applications/kalgebra/pkg: PLIST x11/kde-applications/kalzium: Makefile distinfo x11/kde-applications/kamera: distinfo x11/kde-applications/kanagram: distinfo x11/kde-applications/kapman: distinfo x11/kde-applications/kapptemplate: distinfo x11/kde-applications/kate: distinfo x11/kde-applications/katomic: distinfo x11/kde-applications/kbackup: distinfo x11/kde-applications/kblackbox: distinfo x11/kde-applications/kblocks: Makefile distinfo x11/kde-applications/kbounce: distinfo x11/kde-applications/kbreakout: Makefile distinfo x11/kde-applications/kbruch: distinfo x11/kde-applications/kbruch/pkg: PLIST x11/kde-applications/kcachegrind: distinfo x11/kde-applications/kcalc: distinfo x11/kde-applications/kcalutils: Makefile distinfo x11/kde-applications/kcharselect: distinfo x11/kde-applications/kcolorchooser: distinfo x11/kde-applications/kcron: Makefile distinfo x11/kde-applications/kde-dev-scripts: distinfo x11/kde-applications/kde-dev-utils: distinfo x11/kde-applications/kdebugsettings: Makefile distinfo x11/kde-applications/kdeedu-data: distinfo x11/kde-applications/kdegraphics-mobipocket: distinfo x11/kde-applications/kdegraphics-thumbnailers: distinfo x11/kde-applications/kdenetwork-filesharing: distinfo x11/kde-applications/kdenlive: distinfo x11/kde-applications/kdenlive/pkg: PLIST x11/kde-applications/kdepim-addons: Makefile distinfo x11/kde-applications/kdepim-addons/pkg: PLIST x11/kde-applications/kdepim-runtime: distinfo x11/kde-applications/kdesdk-thumbnailers: distinfo x11/kde-applications/kdf: Makefile distinfo x11/kde-applications/kdf/pkg: PLIST x11/kde-applications/kdialog: distinfo x11/kde-applications/kdiamond: distinfo x11/kde-applications/keditbookmarks: distinfo x11/kde-applications/kfind: distinfo x11/kde-applications/kfourinline: distinfo x11/kde-applications/kgeography: distinfo x11/kde-applications/kget: distinfo x11/kde-applications/kgoldrunner: distinfo x11/kde-applications/kgoldrunner/pkg: PLIST x11/kde-applications/kgpg: Makefile distinfo x11/kde-applications/khangman: Makefile distinfo x11/kde-applications/khelpcenter: distinfo x11/kde-applications/kidentitymanagement: Makefile distinfo x11/kde-applications/kig: distinfo x11/kde-applications/kigo: distinfo x11/kde-applications/killbots: distinfo x11/kde-applications/kimagemapeditor: distinfo x11/kde-applications/kimap: Makefile distinfo x11/kde-applications/kio-extras: Makefile distinfo x11/kde-applications/kipi-plugins: distinfo x11/kde-applications/kipi-plugins/pkg: PLIST x11/kde-applications/kirigami-gallery: distinfo x11/kde-applications/kiriki: distinfo x11/kde-applications/kiten: distinfo x11/kde-applications/kitinerary: Makefile distinfo x11/kde-applications/kjumpingcube: distinfo x11/kde-applications/kldap: distinfo x11/kde-applications/kleopatra: distinfo x11/kde-applications/klettres: Makefile distinfo x11/kde-applications/klettres/pkg: PLIST x11/kde-applications/klickety: distinfo x11/kde-applications/klines: distinfo x11/kde-applications/kmag: distinfo x11/kde-applications/kmahjongg: distinfo x11/kde-applications/kmail: Makefile distinfo x11/kde-applications/kmail-account-wizard: distinfo x11/kde-applications/kmailtransport: Makefile distinfo x11/kde-applications/kmbox: distinfo x11/kde-applications/kmime: Makefile distinfo x11/kde-applications/kmines: distinfo x11/kde-applications/kmix: Makefile distinfo x11/kde-applications/kmousetool: distinfo x11/kde-applications/kmouth: distinfo x11/kde-applications/kmplot: distinfo x11/kde-applications/knavalbattle: distinfo x11/kde-applications/knetwalk: distinfo x11/kde-applications/knotes: distinfo x11/kde-applications/knotes/pkg: PLIST x11/kde-applications/kolf: distinfo x11/kde-applications/kollision: distinfo x11/kde-applications/kolourpaint: distinfo x11/kde-applications/kompare: distinfo x11/kde-applications/konqueror: distinfo x11/kde-applications/konquest: distinfo x11/kde-applications/konsole: Makefile distinfo x11/kde-applications/konsole/pkg: PLIST x11/kde-applications/kontact: distinfo x11/kde-applications/kontactinterface: distinfo x11/kde-applications/kopeninghours: distinfo x11/kde-applications/korganizer: Makefile distinfo x11/kde-applications/kpimtextedit: Makefile distinfo x11/kde-applications/kpkpass: distinfo x11/kde-applications/kqtquickcharts: distinfo x11/kde-applications/krdc: distinfo x11/kde-applications/kreversi: Makefile distinfo x11/kde-applications/krfb: Makefile x11/kde-applications/kross-interpreters: distinfo x11/kde-applications/kruler: distinfo x11/kde-applications/ksanecore: distinfo x11/kde-applications/kshisen: Makefile distinfo x11/kde-applications/ksirk: distinfo x11/kde-applications/ksirk/pkg: PLIST x11/kde-applications/ksmtp: distinfo x11/kde-applications/ksnakeduel: distinfo x11/kde-applications/kspaceduel: distinfo x11/kde-applications/ksquares: distinfo x11/kde-applications/ksudoku: distinfo x11/kde-applications/ksystemlog: distinfo x11/kde-applications/kteatime: distinfo x11/kde-applications/kteatime/pkg: PLIST x11/kde-applications/ktimer: distinfo x11/kde-applications/ktnef: Makefile distinfo x11/kde-applications/ktnef/pkg: PLIST x11/kde-applications/ktouch: distinfo x11/kde-applications/ktuberling: distinfo x11/kde-applications/kturtle: distinfo x11/kde-applications/kubrick: distinfo x11/kde-applications/kwalletmanager: distinfo x11/kde-applications/kwordquiz: Makefile distinfo x11/kde-applications/libgravatar: Makefile distinfo x11/kde-applications/libgravatar/pkg: PLIST x11/kde-applications/libkcddb: distinfo x11/kde-applications/libkcompactdisc: distinfo x11/kde-applications/libkdcraw: distinfo x11/kde-applications/libkdegames: distinfo x11/kde-applications/libkdepim: Makefile distinfo x11/kde-applications/libkeduvocdocument: distinfo x11/kde-applications/libkexiv2: distinfo x11/kde-applications/libkgapi: distinfo x11/kde-applications/libkipi: Makefile distinfo x11/kde-applications/libkipi/pkg: PLIST x11/kde-applications/libkleo: Makefile distinfo x11/kde-applications/libkmahjongg: distinfo x11/kde-applications/libkomparediff2: distinfo x11/kde-applications/libksane: distinfo x11/kde-applications/libksieve: Makefile distinfo x11/kde-applications/lokalize: Makefile distinfo x11/kde-applications/lskat: distinfo x11/kde-applications/mailcommon: Makefile distinfo x11/kde-applications/mailimporter: Makefile distinfo x11/kde-applications/marble: distinfo x11/kde-applications/markdownpart: distinfo x11/kde-applications/mbox-importer: Makefile distinfo x11/kde-applications/merkuro: distinfo x11/kde-applications/merkuro/pkg: PLIST x11/kde-applications/messagelib: Makefile distinfo x11/kde-applications/messagelib/pkg: PLIST x11/kde-applications/minuet: distinfo x11/kde-applications/minuet/pkg: PLIST x11/kde-applications/okular: distinfo x11/kde-applications/palapeli: distinfo x11/kde-applications/picmi: distinfo x11/kde-applications/pim-data-exporter: Makefile distinfo x11/kde-applications/pim-sieve-editor: Makefile distinfo x11/kde-applications/pimcommon: Makefile distinfo x11/kde-applications/poxml: distinfo x11/kde-applications/print-manager: distinfo x11/kde-applications/rocs: distinfo x11/kde-applications/signon-kwallet-extension: distinfo x11/kde-applications/spectacle: Makefile x11/kde-applications/step: distinfo x11/kde-applications/svgpart: distinfo x11/kde-applications/sweeper: distinfo x11/kde-applications/tokodon: distinfo x11/kde-applications/umbrello: Makefile distinfo x11/yakuake : Makefile distinfo Log message: Update KDE Gear to 23.08.2 https://kde.org/announcements/gear/23.08.2/ https://kde.org/announcements/gear/23.08.1/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 02:12:27 Modified files: net/bro : Tag: OPENBSD_7_4 Makefile distinfo net/bro/patches: Tag: OPENBSD_7_4 patch-src_zeek_bif Log message: SECURITY update to zeek-6.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 02:12:59 Modified files: net/bro : Makefile distinfo net/bro/patches: patch-src_zeek_bif Log message: SECURITY update to zeek-6.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 02:18:03 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.53.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 02:19:00 Modified files: lang/php : Makefile.inc lang/php/7.4 : Makefile lang/php/8.0 : Makefile Log message: change default AUTOCONF_VERSION for PHP and override in old branches CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 02:24:28 Modified files: x11/gnome/gitg : Makefile distinfo x11/gnome/gitg/pkg: PLIST Removed files: x11/gnome/gitg/patches: patch-data_meson_build Log message: Update to gitg-44. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 02:57:33 Modified files: lang/php : Tag: OPENBSD_7_4 Makefile.inc lang/php/7.4 : Tag: OPENBSD_7_4 Makefile lang/php/8.0 : Tag: OPENBSD_7_4 Makefile Log message: sync from -current: change default AUTOCONF_VERSION for PHP and override in old branches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 02:59:24 Modified files: lang/php/8.1 : Makefile distinfo Log message: update to php-8.1.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 02:59:33 Modified files: lang/php/8.2 : Makefile distinfo Log message: update to php-8.2.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:00:29 Modified files: lang/php/8.1 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to php-8.1.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:00:36 Modified files: lang/php/8.2 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to php-8.2.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:01:28 Modified files: sysutils/borgmatic: Makefile distinfo sysutils/borgmatic/pkg: PLIST Log message: update to borgmatic-1.8.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:02:08 Modified files: www/nghttp2 : Makefile distinfo Log message: update to nghttp2-1.58.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:04:48 Modified files: devel/py-asttokens: Makefile distinfo Log message: update to py3-asttokens-2.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:37:21 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-LibreNMS_wrapper_py patch-misc_config_definitions_json net/librenms/pkg: PLIST Log message: update to librenms-23.10.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 05:13:29 Modified files: wayland/xwayland: Makefile distinfo Log message: Update xwayland to 23.2.2 Update diff from matthieu@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/28 07:25:48 Modified files: geo/qgis : Makefile distinfo geo/qgis/pkg : PLIST Removed files: geo/qgis/patches: patch-cmake_FindPDAL_cmake patch-src_core_raster_qgsexiftools_cpp Log message: geo/qgis: update to 3.34.0. see https://changelog.qgis.org/en/qgis/version/3.34/ disable draco support for now, until the port is imported add 64 (!) absl WANTLIBs.. & drop patches merged upstream CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 08:03:31 Modified files: devel/boost : Makefile Added files: devel/boost/patches: patch-boost_atomic_detail_futex_hpp patch-boost_fiber_detail_futex_hpp patch-libs_filesystem_src_unique_path_cpp patch-libs_log_src_posix_object_name_cpp Log message: syscall(2) removal Taught boost not to use syscall(2) on OpenBSD OK Brad (co-maintainer) CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/28 08:09:31 Modified files: lang/mono : Makefile Added files: lang/mono/patches: patch-mono_mini_mini-posix_c Log message: remove use of syscall(2) from mono. Thanks brynet@ for finding the location in mini-posix.c. ok brynet@, op@, robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/28 09:30:29 Modified files: security/openssl/3.0: Makefile security/openssl/3.1: Makefile Log message: openssl: update bumping instructions after postfix moved to 3.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/28 09:44:51 Log message: Import archivers/draco 1.5.6. Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. ok tb@ Status: Vendor Tag: landry Release Tags: landryb_20231028 N ports/archivers/draco/Makefile N ports/archivers/draco/distinfo N ports/archivers/draco/pkg/PLIST N ports/archivers/draco/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/28 09:45:26 Modified files: archivers : Makefile Log message: +draco CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2023/10/28 11:26:44 Modified files: x11/bwidget : Makefile distinfo Log message: Update to 1.9.16. Add FIX_EXTRACT_PERMISSIONS=Yes. Thanks to Gonzalo L. Rodriguez for patch and prodding. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/28 12:56:49 Modified files: devel/tbb : Makefile Added files: devel/tbb/patches: patch-include_tbb_machine_linux_common_h Log message: use futex(2) not syscall(2); with tb CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/28 16:38:22 Modified files: usr.bin/awk : run.c Log message: substr: fix buffer overflow with utf-8 strings We need to use u8_strlen(), not strlen(), to compute the length. Otherwise, there may be an out of bounds write when writing the NUL terminator to set the length of the substring. https://github.com/onetrueawk/awk/pull/205 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/10/29 00:02:22 Modified files: games/scorched3d: Makefile Added files: games/scorched3d/patches: patch-src_launcher_scorched_main_cpp Log message: Add compatibility with wxWidgets-3.2 OK sdk@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/29 00:22:07 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Only try to chown logfiles that exist to prevent spurious errors. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 00:31:11 Modified files: infrastructure/db: network.conf Log message: Update SITE_KDE - Remove broken mirrors - Switch to HTTP Feedback from sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 00:39:56 Modified files: geo/qgis : Makefile Log message: geo/qgis: add archivers/draco dependency should allow to display GLTF models as 3d entities in 3dtiles scenes. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 00:44:19 Modified files: x11/qt5/qtwebengine: Makefile x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_base_allocator_partition_allocator_spinning_futex_linux_cc Added files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_perfetto_src_tracing_ipc_memfd_cc Log message: syscall(2) removal OK kn@ tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 00:45:53 Modified files: x11/qt6/qtwebengine: Makefile x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_base_allocator_partition_allocator_spinning_mutex_cc Added files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_base_internal_raw_logging_cc patch-src_3rdparty_chromium_third_party_perfetto_src_tracing_ipc_memfd_cc Log message: syscall(2) removal OK tb@ kn@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/29 01:04:28 Modified files: sysutils/coreboot-utils: Makefile distinfo sysutils/coreboot-utils/patches: patch-util_cbmem_cbmem_c sysutils/coreboot-utils/pkg: DESCR PLIST Added files: sysutils/coreboot-utils/patches: patch-util_cbfstool_Makefile_inc Log message: Update coreboot-utils to version 4.21, patch from cat This update adds the cbfstool binary. kn@: port-wise this looks good CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 01:15:49 Modified files: x11/xfce4/xfce4-notifyd: Makefile distinfo Log message: x11/xfce4/xfce4-notifyd: update to 0.9.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 01:50:23 Modified files: geo/gpxsee : Makefile distinfo Log message: geo/gpxsee: update to 13.10 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/29 01:56:08 Modified files: databases/sqlcipher: Makefile distinfo Log message: Update sqlcipher to 4.5.5 from MAINTAINER Tom Murphy Changes: * Updates baseline to upstream SQLite 3.42.0 * Does not allow key to be set again on a connection after it has been successfully used for an encryption or decryption operation to prevent accidental database corruption * Raises an error if a rekey operation is attempted on an unencrypted database * Raises an error when a key or rekey operation is passed an empty key * Minor improvements to constant time functions * Miscellaneous code and comment cleanup With shlib bump, but there are no upstream consumers. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/10/29 02:36:12 Modified files: net/munin : Makefile distinfo Log message: update munin to 2.0.75 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/29 02:46:27 Modified files: sysutils/py-apscheduler: Makefile Log message: This needs setuptools_scm. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/10/29 02:55:27 Modified files: graphics/vigra : Makefile distinfo graphics/vigra/patches: patch-CMakeLists_txt patch-src_impex_CMakeLists_txt Removed files: graphics/vigra/patches: patch-test_CMakeLists_txt Log message: update to vigra-1.11.2 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/29 03:10:49 Modified files: net/dictd : Makefile net/dictd/pkg : PLIST-main PLIST-server Log message: Move client example from -server to -client pkg, @comment useless files Feedback sdk From sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/29 03:16:49 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-3.17.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/29 03:20:49 Modified files: textproc/enchant2: Makefile distinfo Log message: Update to enchant2-2.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/29 03:23:26 Modified files: devel/libsoup3 : Makefile distinfo Log message: Update to libsoup3-3.4.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 04:15:41 Modified files: telephony/linphone: Makefile.inc telephony/linphone/bctoolbox: Makefile distinfo telephony/linphone/bctoolbox/patches: patch-src_utils_port_c telephony/linphone/belcard: distinfo telephony/linphone/belle-sip: distinfo telephony/linphone/belr: distinfo telephony/linphone/bzrtp: distinfo telephony/linphone/liblinphone: Makefile distinfo telephony/linphone/liblinphone/patches: patch-console_linphonec_c patch-coreapi_linphonecore_c patch-src_CMakeLists_txt telephony/linphone/liblinphone/pkg: PLIST telephony/linphone/linphone-desktop: Makefile distinfo telephony/linphone/linphone-desktop/patches: patch-CMakeLists_txt patch-linphone-app_cmake_builder_linphone_package_CMakeLists_txt patch-linphone-app_src_app_App_cpp patch-linphone-app_src_components_call_CallModel_cpp patch-linphone-app_src_config_h_cmake telephony/linphone/mediastreamer2: Makefile distinfo telephony/linphone/mediastreamer2/pkg: PLIST telephony/linphone/ortp: distinfo Log message: telephony/linphone: update to 5.1.2, and update linphone-sdk 5.2.109 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 04:21:01 Modified files: wayland : Makefile Log message: Hook up wayland/xwayland and wayland/libinput-openbsd OK matthieu@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 04:31:08 Modified files: devel/kdevelop : Makefile devel/kf5 : kf5.port.mk devel/kf5/kjobwidgets: Makefile devel/kf5/knotifyconfig: Makefile devel/kf5/kwayland: Makefile x11/kde-applications/akonadi-mime: Makefile x11/kde-applications/incidenceeditor: Makefile x11/kde-applications/kimap: Makefile x11/kde-applications/libkipi: Makefile x11/kde-applications/poxml: Makefile x11/kde-plasma/kwin: Makefile x11/libqaccessibilityclient: Makefile x11/libqaccessibilityclient/pkg: PLIST Log message: Enable MODKF5_BUILD_TESTING Set MODKF5_BUILD_TESTING to "No" by default. As a result, we no longer build tests in the kf5 ports. Which again leads to faster builds and a greener environment(tm). Tested by tb@, tweak kn@ (Thanks) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/29 04:41:59 Modified files: graphics/clutter/core: Makefile Log message: Sync WANTLIB. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/29 05:10:07 Modified files: lib/libagentx : agentx.c Log message: Add a test to the end of agentx_varbind_finalize(), after completing the full OID, that checks if we're >= searchrange.end. If so, just make it an endOfMIBView. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/29 05:12:57 Modified files: usr.sbin/snmpd : application.c Log message: searchrange.end is non-inclusive. Adjust the tests for that. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/29 05:15:09 Modified files: regress/usr.sbin/snmpd: Makefile backend.c regress.h snmpd_regress.c Log message: Add a regress test to make sure that agentx responses equal to searchrange.end are rejected. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/29 05:20:06 Modified files: usr.sbin/snmpd : application.c Log message: When doing a get{next,bulk} below an instance we must move the OID to the next sibling. Not simply copying over the value of the next to use region, since that might be the parent and we would walk backwards in the tree. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/29 05:26:12 Modified files: regress/usr.sbin/snmpd: Makefile backend.c regress.h snmpd_regress.c Log message: Add a few tests to make sure that getnext requests on/under a registered instance with a registered region above cause a recursion in the tree. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/29 05:27:11 Modified files: usr.sbin/relayd: parse.y relay.c relayd.conf.5 usr.sbin/httpd : httpd.conf.5 etc/examples : relayd.conf Log message: Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warning Switch "ssl" to "tls" in relayd.conf(5) if you haven't done so in the last ten years, "ssl" is now an error. Say "TLS" not "SSL/TLS" and drop the primer in the TLS RELAYS section. OK benno CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 05:29:36 Modified files: wayland : Makefile Log message: Revert libinput-openbsd and xwayland activation Sorry for the noise. We are not ready yet. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 06:59:58 Modified files: x11/xfce4/libxfce4ui: Makefile Log message: x11/xfce4/libxfce4ui: pass --disable-gudev to CONFIGURE_ARGS if someday we have a libgudev port.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 07:05:58 Modified files: x11/xfce4/xfce4-settings: Makefile Log message: x11/xfce4/xfce4-settings: make sure xorg-libinput isn't picked up if someday we have a xorg-libinput.pc file.. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/29 07:22:37 Modified files: lib/libcrypto/x509: x509_addr.c Log message: Fix an error exit in X509v3_addr_validate_path() If the topmost cert is invalid, this should result in a validation failure. Do the same dance as elsewhere permitting the verify callback to intercept the error but ensuring that we throw an error. ok jsing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 08:01:15 Modified files: x11/x11vnc : Makefile Log message: x11/x11vnc: make sure that linux/input.h isnt detected if libinput-openbsd is present CONFIGURE_ENV+=ac_cv_header_linux_input_h=no is the right magic in that case CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/29 08:23:04 Modified files: sbin/ifconfig : ifconfig.c Log message: Use clock_gettime(), not timespec_get() like other parts of ifconfig. This makes is possible to build the base system with a C99 compiler. OK deraadt@ mvs@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/29 08:26:13 Modified files: lib/libc/include: namespace.h Log message: Enable ISO C11 APIs when building libc, even with an older compiler. Otherwise, the prototypes for timespec_get() and aligned_alloc() are not visible. OK guenther@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/29 09:50:08 Modified files: audio/schismtracker: Makefile distinfo audio/schismtracker/patches: patch-configure_ac Log message: Update schismtracker to 20231029. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/29 09:57:16 Modified files: textproc/ruby-rouge: Makefile distinfo textproc/ruby-rouge/pkg: PLIST Log message: Update ruby-rouge to 4.2.0. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/29 10:17:22 Modified files: proto/xorgproto: COPYING-compositeproto COPYING-evieproto COPYING-fixesproto COPYING-printproto COPYING-x11proto Makefile.am aclocal.m4 configure configure.ac dri3proto.txt fixesproto.pc.in fixesproto.txt meson.build presentproto.pc.in presentproto.txt randrproto.txt proto/xorgproto/include/X11: Sunkeysym.h Xfuncproto.h Xos.h keysymdef.h proto/xorgproto/include/X11/extensions: Print.h Printstr.h XvMCproto.h composite.h compositeproto.h evieproto.h presenttokens.h xfixesproto.h xfixeswire.h Log message: Update to xorgproto 2023.2 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2023/10/29 10:22:04 Modified files: www/nextcloud/27: Makefile distinfo www/nextcloud/27/pkg: PLIST Log message: Update for Nextcloud to 27.1.3 OK landry@ & Adriano Barbosa, thanks! CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/29 10:29:07 Modified files: net/dictd : Makefile net/dictd/pkg : PLIST-main PLIST-server Log message: colorit(1) belongs next to dict_lookup(1) in -client CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/29 10:38:56 Modified files: net/dictd : Makefile Log message: dict has tests (all pass on amd64) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/29 10:45:39 Modified files: xserver : ChangeLog Makefile.in aclocal.m4 configure configure.ac install-sh meson.build xserver/Xext : Makefile.in xserver/Xi : Makefile.in xserver/composite: Makefile.in xserver/config : Makefile.in xserver/damageext: Makefile.in xserver/dbe : Makefile.in xserver/dix : Makefile.in xserver/doc : Makefile.in xserver/doc/dtrace: Makefile.in xserver/dri3 : Makefile.in xserver/exa : Makefile.in xserver/fb : Makefile.in xserver/glamor : Makefile.in xserver/glx : Makefile.in xserver/hw : Makefile.in xserver/hw/kdrive: Makefile.in xserver/hw/kdrive/ephyr: Makefile.in xserver/hw/kdrive/ephyr/man: Makefile.in xserver/hw/kdrive/src: Makefile.in xserver/hw/vfb : Makefile.in xserver/hw/vfb/man: Makefile.in xserver/hw/xfree86: Makefile.in xserver/hw/xfree86/common: Makefile.in xserver/hw/xfree86/ddc: Makefile.in xserver/hw/xfree86/dixmods: Makefile.in xserver/hw/xfree86/doc: Makefile.in xserver/hw/xfree86/dri: Makefile.in xserver/hw/xfree86/dri2: Makefile.in xserver/hw/xfree86/dri2/pci_ids: Makefile.in xserver/hw/xfree86/drivers: Makefile.in xserver/hw/xfree86/drivers/inputtest: Makefile.in xserver/hw/xfree86/drivers/modesetting: Makefile.in xserver/hw/xfree86/exa: Makefile.in xserver/hw/xfree86/exa/man: Makefile.in xserver/hw/xfree86/fbdevhw: Makefile.in xserver/hw/xfree86/fbdevhw/man: Makefile.in xserver/hw/xfree86/glamor_egl: Makefile.in xserver/hw/xfree86/i2c: Makefile.in xserver/hw/xfree86/int10: Makefile.in xserver/hw/xfree86/loader: Makefile.in xserver/hw/xfree86/man: Makefile.in xserver/hw/xfree86/modes: Makefile.in xserver/hw/xfree86/os-support: Makefile.in xserver/hw/xfree86/os-support/bsd: Makefile.in xserver/hw/xfree86/os-support/bus: Makefile.in xserver/hw/xfree86/os-support/hurd: Makefile.in xserver/hw/xfree86/os-support/linux: Makefile.in xserver/hw/xfree86/os-support/misc: Makefile.in xserver/hw/xfree86/os-support/solaris: Makefile.in xserver/hw/xfree86/os-support/stub: Makefile.in xserver/hw/xfree86/parser: Makefile.in xserver/hw/xfree86/ramdac: Makefile.in xserver/hw/xfree86/shadowfb: Makefile.in xserver/hw/xfree86/utils: Makefile.in xserver/hw/xfree86/utils/gtf: Makefile.in xserver/hw/xfree86/utils/man: Makefile.in xserver/hw/xfree86/vgahw: Makefile.in xserver/hw/xfree86/x86emu: Makefile.in xserver/hw/xfree86/xkb: Makefile.in xserver/hw/xnest: Makefile.in xserver/hw/xnest/man: Makefile.in xserver/hw/xquartz: Makefile.in xserver/hw/xquartz/GL: Makefile.in xserver/hw/xquartz/bundle: Makefile.in xserver/hw/xquartz/mach-startup: Makefile.in xserver/hw/xquartz/man: Makefile.in xserver/hw/xquartz/pbproxy: Makefile.in xserver/hw/xquartz/xpr: Makefile.in xserver/hw/xwin: Makefile.in xserver/hw/xwin/dri: Makefile.in xserver/hw/xwin/glx: Makefile.in xserver/hw/xwin/man: Makefile.in xserver/hw/xwin/winclipboard: Makefile.in xserver/include: Makefile.in do-not-use-config.h.in os.h xserver/man : Makefile.in xserver/mi : Makefile.in xserver/miext : Makefile.in xserver/miext/damage: Makefile.in xserver/miext/rootless: Makefile.in xserver/miext/shadow: Makefile.in xserver/miext/sync: Makefile.in xserver/os : Makefile.in auth.c xserver/present: Makefile.in present_event.c present_priv.h present_screen.c xserver/pseudoramiX: Makefile.in xserver/randr : Makefile.in xserver/record : Makefile.in xserver/render : Makefile.in xserver/test : Makefile.in xserver/xfixes : Makefile.in xserver/xkb : Makefile.in Log message: Update to xserver 21.1.9. All the security patches have already been committed. Udated autoconf to 2.71 explains the large build infrastructure diff. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 10:49:20 Added files: devel/qt-creator/patches: patch-src_libs_3rdparty_libptyqt_unixptyprocess_cpp patch-src_plugins_qmldesigner_CMakeLists_txt patch-src_tools_process_stub_main_cpp Log message: Add missing patches to unbreak the build Lost in the move from Git to CVS! Spotted by naddy (thanks) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/29 10:55:58 Modified files: net/dictd : Makefile net/dictd/pkg : PLIST-main Added files: net/dictd/files: dict.conf Log message: Have dict(1) query local server by default Point the client at the default localhost dictd(8) so 'dict word' can work by default; ~/.dictrc still takes precedence, so no behaviour change if user config already exists. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/29 11:10:21 xenocara/lib/libXrandr/m4 Update of /cvs/xenocara/lib/libXrandr/m4 In directory cvs.openbsd.org:/tmp/cvs-serv68159/m4 Log Message: Directory /cvs/xenocara/lib/libXrandr/m4 added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/29 11:11:00 Modified files: lib/libXrandr : ChangeLog configure configure.ac lib/libXrandr/man: Makefile.am Makefile.in lib/libXrandr/src: XrrMonitor.c Added files: lib/libXrandr/m4: libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 Log message: Update to libXrandr 1.5.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/29 11:29:07 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/29 12:07:14 Modified files: lang/wabt : Makefile distinfo lang/wabt/patches: patch-src_tools_wasm-interp_cc patch-src_tools_wasm-strip_cc patch-src_tools_wasm2c_cc lang/wabt/pkg : PLIST Added files: lang/wabt/patches: patch-src_tools_wasm-stats_cc Removed files: lang/wabt/patches: patch-src_tools_wasm-opcodecnt_cc Log message: Update wabt to 1.0.34. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/29 12:45:32 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.26.1. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/29 17:31:16 Modified files: gnu/gcc/gcc : c-opts.c gnu/gcc/gcc/doc: cppopts.texi gcc.1 gcc.info invoke.texi gnu/usr.bin/gcc/gcc: c-opts.c gnu/usr.bin/gcc/gcc/doc: cppopts.texi invoke.texi share/man/man1 : gcc-local.1 Log message: Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89. While these versions of gcc don't have full C99 support, it is better than defaulting to C89 when building modern software. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/29 17:32:52 Modified files: lib/libc : Makefile.inc Log message: libc: Makefile.inc: remove "sparc" from quad support list; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/29 18:56:47 Modified files: sys/dev/pci/drm/i915/gem: i915_gem_mman.c Log message: drm/i915: Retry gtt fault when out of fence registers From Ville Syrjala add2eeda1d6e3ead1d61db70e37615e5ef6c5e75 in linux-6.1.y/6.1.60 e339c6d628fe66c9b64bf31040a55770952aec57 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/29 18:59:56 Modified files: sys/dev/pci/drm: drm_panel_orientation_quirks.c Log message: drm: panel-orientation-quirks: Add quirk for One Mix 2S From Kai Uwe Broulik c3657e5fa7b6310a485f59ca965d12a618e0c8df in linux-6.1.y/6.1.60 cbb7eb2dbd9472816e42a1b0fdb51af49abbf812 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/29 19:02:30 Modified files: sys/dev/pci/drm/amd/pm: amdgpu_pm.c Log message: drm/amd/pm: add unique_id for gc 11.0.3 From Kenneth Feng 2a2df4f74f3746b614af686a9cbaa390d3828b09 in linux-6.1.y/6.1.60 4953856f280b2b606089a72a93a1e9212a3adaca in mainline linux CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/29 19:34:13 Modified files: lib/libc/sys : pledge.2 Log message: make special note, right at the start, that DNS is handled seperately from regular network. All the crummy pledge clones don't do that. ok millert CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2023/10/29 20:43:59 Modified files: editors/qownnotes: Makefile distinfo Log message: Update to qownnotes-23.10.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/10/30 00:11:04 Modified files: lib/libc/sys : pledge.2 Log message: seperate -> separate; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/30 01:04:36 Modified files: sys/sys : systm.h Log message: Adjust KERNEL_ASSERT_UNLOCKED() to not assert during a panic. KERNEL_ASSERT_UNLOCKED calls _kernel_lock_held() which returns true if panicstr || db_active which triggers this assert. Workaround this by checking them before. This will alter the following Syzkaller reports: Reported-by: syzbot+169110a0815838ab5940@syzkaller.appspotmail.com Reported-by: syzbot+3c2eced405b9de6f79c2@syzkaller.appspotmail.com OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/30 01:13:10 Modified files: sys/kern : kern_exec.c Log message: Use ERESTART for any single_thread_set() error in sys_execve(). If single thread is already held by another thread just unwind to userret() wait there and retry the system call later (if at all). OK mpi@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/30 04:15:49 Modified files: multimedia/libv4l: Makefile Log message: multimedia/libv4l: fix build if libudev-openbsd is installed enforce --disable-libdvbv5, if libudev is found during configure the build fails later on on missing linux/types.h ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/30 04:34:37 Modified files: x11/xfce4/thunar-archive: Makefile distinfo x11/xfce4/thunar-archive/pkg: PLIST Log message: x11/xfce4/thunar-archive: update to 0.5.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/30 06:16:20 Modified files: net/iperf3 : Makefile distinfo net/iperf3/patches: patch-src_iperf_api_c Added files: net/iperf3/patches: patch-src_iperf_util_c patch-src_main_c Log message: update to iperf3-3.15 and add patches to use pledge/unveil, from mp39590 a gmail,com CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/30 06:26:48 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-man_i3_man patch-meson_build patch-src_bindings_c patch-src_main_c x11/i3/pkg : PLIST Log message: update to i3-4.23 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/10/30 06:51:00 Modified files: sys/arch/amd64/amd64: ipifuncs.c sys/arch/i386/i386: ipifuncs.c Log message: Use KERNEL_ASSERT_UNLOCKED() instead of KASSERT(!_kernel_lock_held()). The first one defined as the second, so no functional changed. ok claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/30 06:51:47 Modified files: sysutils/restic: Makefile distinfo Log message: update to restic-0.16.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/30 07:01:20 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt mail/rspamd/pkg: PLIST Log message: update to rspamd-3.7.3 remove blas/cblas deps; rspamd stopped using these by default a while ago but the port didn't catch up. reported by j at bitminer/ca CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/30 07:19:11 Modified files: cad/opencascade: Makefile cad/opencascade/pkg: PLIST Log message: add missing @pkgpath marker so that opencascade is allowed to replace oce CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/30 07:27:53 Modified files: sys/kern : uipc_socket2.c Log message: Do not truncate MSG_EOR in recvmsg(). The soreceive() code depends on the fact that MSG_EOR is set on the last mbuf of the chain. In sbappendcontrol() move MSG_EOR to the end like sbcompress() does it. This fixes MSG_EOR handling for SOCK_SEQPACKET sockets with control message. bug reported by Eric Wong analysed, tested and OK claudio@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/30 07:52:37 Modified files: x11/kde-applications/kio-extras: Makefile Log message: Fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/30 07:59:18 Modified files: x11/kde-applications/kimap: Makefile x11/kde-applications/kimap/pkg: PLIST Log message: Regen plist with MODKF5_BUILD_TESTING=No CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/30 08:38:14 Modified files: x11/kde-applications/akonadi-mime: Makefile x11/kde-applications/akonadi-mime/pkg: PLIST Log message: Regen plist with MODKF5_BUILD_TESTING=No CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/30 08:39:17 Modified files: x11/kde-applications/kalgebra: Makefile x11/kde-applications/kalgebra/pkg: PLIST Log message: Add missing optional build dependency on devel/kf5/plasma-framework Spotted by tb CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/30 10:05:30 Modified files: usr.bin/tmux : screen-write.c Log message: Do not allow combined UTF-8 characters that are too long, GitHub issue 3729. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/30 10:14:51 Modified files: usr.bin/awk : lib.c Log message: Include strings.h for the strncasecmp() prototype. From upstream. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/30 10:46:18 src/regress/lib/libssl/interop/openssl31 Update of /cvs/src/regress/lib/libssl/interop/openssl31 In directory cvs.openbsd.org:/tmp/cvs-serv34462/openssl31 Log Message: Directory /cvs/src/regress/lib/libssl/interop/openssl31 added to the repository CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/30 11:15:21 Modified files: regress/lib/libssl/interop: Makefile regress/lib/libssl/interop/botan: Makefile regress/lib/libssl/interop/cert: Makefile regress/lib/libssl/interop/cipher: Makefile regress/lib/libssl/interop/netcat: Makefile regress/lib/libssl/interop/session: Makefile regress/lib/libssl/interop/version: Makefile Added files: regress/lib/libssl/interop/openssl31: Makefile Log message: Add support for OpenSSL 3.1 interop tests Until OpenSSL 3.1 has replaced OpenSSL 3.0 on most architectures, run both tests. Installed packages of OpenSSL 3.0 will update automatically to 3.1, so regress runners should not need to do anything. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2023/10/30 11:20:53 Modified files: www/nextcloud/27: Tag: OPENBSD_7_4 Makefile distinfo www/nextcloud/27/pkg: Tag: OPENBSD_7_4 PLIST Log message: Update for Nextcloud to 27.1.3 OK landry@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/30 11:25:35 Modified files: security/openssl: Makefile security/openssl/3.1: Makefile security/openssl/3.1/pkg: PLIST Removed files: security/openssl/3.0: Makefile distinfo security/openssl/3.0/patches: patch-Configurations_10-main_conf patch-Configurations_shared-info_pl patch-Configurations_unix-Makefile_tmpl patch-apps_rehash_c patch-crypto_aes_asm_aes-x86_64_pl patch-crypto_aes_asm_aesni-sha1-x86_64_pl patch-crypto_aes_asm_aesni-sha256-x86_64_pl patch-crypto_aes_asm_aesni-x86_64_pl patch-crypto_aes_asm_aesv8-armx_pl patch-crypto_aes_asm_bsaes-x86_64_pl patch-crypto_aes_asm_vpaes-armv8_pl patch-crypto_aes_asm_vpaes-x86_64_pl patch-crypto_bn_asm_armv8-mont_pl patch-crypto_bn_asm_rsaz-x86_64_pl patch-crypto_bn_asm_x86_64-mont5_pl patch-crypto_camellia_asm_cmll-x86_64_pl patch-crypto_chacha_asm_chacha-armv8_pl patch-crypto_chacha_asm_chacha-x86_64_pl patch-crypto_ec_asm_ecp_nistz256-armv8_pl patch-crypto_ec_asm_ecp_nistz256-x86_64_pl patch-crypto_modes_asm_aes-gcm-armv8_64_pl patch-crypto_modes_asm_aesni-gcm-x86_64_pl patch-crypto_modes_asm_ghash-x86_64_pl patch-crypto_modes_asm_ghashv8-armx_pl patch-crypto_poly1305_asm_poly1305-armv8_pl patch-crypto_poly1305_asm_poly1305-x86_64_pl patch-crypto_sha_asm_keccak1600-armv8_pl patch-crypto_sha_asm_keccak1600-x86_64_pl patch-crypto_sha_asm_sha1-armv8_pl patch-crypto_sha_asm_sha1-mb-x86_64_pl patch-crypto_sha_asm_sha1-x86_64_pl patch-crypto_sha_asm_sha256-mb-x86_64_pl patch-crypto_sha_asm_sha512-armv8_pl patch-crypto_sha_asm_sha512-x86_64_pl patch-crypto_whrlpool_asm_wp-x86_64_pl security/openssl/3.0/pkg: DESCR PLIST Log message: Retire OpenSSL 3.0, ok rsadowski sthen If you don't care about the FIPS or LTS selling points of OpenSSL 3.0, then there is no reason to use this. It also doesn't have landing pads in its assembly, making it a risk on very modern hardware. Thankfully, the bit bucket in the sky is used to all sorts of gruesome horrors, so it won't mind this particular one. OpenSSL 3.1 is going to live until pi day 2025, which gives us at least two full releases worth of 3.1 (including stable) and until then there is some chance that there will be 3.2 with the QUIC MVP. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/30 11:32:00 Modified files: regress/usr.bin/ssh: agent-pkcs11.sh Log message: tidy and refactor PKCS#11 setup code Replace the use of a perl script to delete the controlling TTY with a SSH_ASKPASS script to directly load the PIN. Move PKCS#11 setup code to functions in anticipation of it being used elsewhere in additional tests. Reduce stdout spam CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/30 11:47:44 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231030 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/30 11:52:54 Modified files: usr.bin/awk : README.md b.c lib.c maketab.c tran.c Log message: Minor cosmetic changes to make our awk match my github branch. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/30 14:53:19 Modified files: lang/erlang : erlang.port.mk Log message: erlang.port.mk: Change handling of erlang FLAVORS to the same method used by python, ruby and lua ports. Enable erlang26 FLAVOR. Feedback and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/30 14:59:45 Modified files: devel/rebar3 : Makefile distinfo devel/rebar3/patches: patch-apps_rebar_src_rebar_prv_escriptize_erl patch-bootstrap patch-vendor_relx_priv_templates_bin patch-vendor_relx_priv_templates_extended_bin devel/rebar3/pkg: PLIST Log message: devel/rebar3: use lang/erlang port module, which provides the possibility to include additional dependencies from hex, and enable erlang26 FLAVOR with it. Adds a conflict with rebar-erlang25 because of the change in FULLPKGNAME that comes with this change. Feedback and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/30 15:02:52 Modified files: lang/lfe : Makefile Log message: lang/lfe: Bump REVISION after change in erlang port module. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/30 15:04:51 Modified files: editors/helix : Makefile crates.inc distinfo editors/helix/patches: patch-helix-loader_src_grammar_rs patch-helix-loader_src_lib_rs patch-helix-vcs_src_diff_line_cache_rs editors/helix/pkg: PLIST Log message: editors/helix: Update to 23.10 From maintainer Laurent Cheylus, tweak from me. ok kn@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/30 15:11:09 Modified files: security/openssl/3.1: Makefile Log message: Fix openssl/3.1 PKGSPEC CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/30 16:12:02 Modified files: usr.bin/awk : README.md Log message: This is the OpenBSD version of Awk. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/30 17:00:25 Modified files: regress/usr.bin/ssh: agent-pkcs11.sh test-exec.sh Log message: move PKCS#11 setup code to test-exec.sh so it can be reused elsewhere CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/10/30 17:41:04 Modified files: print/lilypond : Makefile distinfo print/lilypond/patches: patch-lily_include_open-type-font_hh patch-lily_music-iterator_cc patch-lily_pango-font_cc patch-lily_ttf_cc print/lilypond/pkg: PLIST-docs PLIST-main Removed files: print/lilypond/patches: patch-configure_ac Log message: Update to lilypond-2.24.2. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/30 17:49:25 Modified files: www/ruby-passenger: Makefile Added files: www/ruby-passenger/patches: patch-src_cxx_supportlib_vendor-modified_boost_atomic_detail_futex_hpp Log message: ruby-passenger: apply boost futex diff to bundled boost header CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/30 18:56:36 Modified files: . : support.html build : support.dat Log message: update website, requuested by pea@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/10/30 19:00:56 Modified files: sysutils/firmware/amd: Makefile distinfo Log message: update amd microcode to 20231030 00A10F11 19-11-01 Genoa B1 0x0a10113e -> 0x0a101144 00A10F12 19-11-02 Genoa-X B2 0x0a10123e -> 0x0a101244 00AA0F02 19-a0-02 Bergamo A2 0x0aa00212 -> 0x0aa00213 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/10/30 19:02:46 Modified files: sysutils/firmware/radeondrm: Makefile distinfo Log message: update radeon firmware to 20231030 no binary change CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/10/30 19:04:29 Modified files: sysutils/firmware/inteldrm: Makefile distinfo Log message: update inteldrm firmware to 20231030 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/10/30 19:05:31 Modified files: sysutils/firmware/amdgpu: Makefile distinfo Log message: update amdgpu firmware to 20231030 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/30 19:08:51 Modified files: usr.bin/awk : FIXES main.c Log message: Update awk to Oct 30, 2023 version. This is really just a version number bump as we already have the fixes committed. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/30 20:58:45 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Only try to chmod logfile if we have sudo. If we don't have sudo then we won't need to chmod. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/30 22:15:40 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Don't try to use sudo inside sshd log wrapper. We still need to check if we're using sudo since we don't want to chown unecessarily, as on some platforms this causes an error which pollutes stderr. We also don't want to unnecessarily invoke sudo, since it's running in the context of the proxycommand, on *other* platforms it may not be able to authenticate, and if we're using SUDO then it should already be privileged. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/30 23:46:37 Modified files: sys/dev/pci : if_dwqe_pci.c Log message: remove unneeded includes ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/30 23:56:09 Modified files: x11/kde-applications/incidenceeditor: Makefile x11/kde-applications/incidenceeditor/pkg: PLIST Log message: Regen plist with MODKF5_BUILD_TESTING=No CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/31 00:14:43 Removed files: editors/helix/patches: patch-helix-vcs_src_diff_line_cache_rs Log message: editors/helix: Drop patch that is now included upstream, forgot to cvs rm with the commit updating helix to 23.10 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:37:11 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-meson_build devel/glib2/pkg: PLIST Log message: Update to glib2-2.78.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:37:33 Modified files: devel/gobject-introspection: Makefile distinfo Log message: Update to gobject-introspection-1.78.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:38:23 Modified files: net/glib2-networking: Makefile distinfo Log message: Update to glib2-networking-2.78.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:38:32 Modified files: x11/gnome/at-spi2-core: Makefile distinfo Log message: Update to at-spi2-core-2.50.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:38:50 Modified files: devel/py-gobject3: Makefile distinfo Log message: Update to py3-gobject3-3.46.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:39:04 Modified files: devel/json-glib: Makefile distinfo devel/json-glib/pkg: PLIST Log message: Update to json-glib-1.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:39:17 Modified files: devel/glibmm268: Makefile distinfo devel/glibmm268/pkg: PLIST Log message: Update to glibmm268-2.78.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:39:35 Modified files: x11/gnome/gvfs : Makefile distinfo x11/gnome/gvfs/patches: patch-daemon_gvfsftpdircache_c Log message: Update to gvfs-1.52.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:46:41 Modified files: misc/osinfo/osinfo-db: Makefile Log message: Fix doc (comment); no pkg change. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/31 01:56:45 Modified files: regress/lib/libc/sys: t_pipe2.c Log message: Ignore closefrom() failure. This fails normally since fd 4 and up are all closed. OK mbuhl@ millert@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/31 01:57:59 Modified files: regress/lib/libc/sys: t_stat.c Log message: When creating a file in a directory the file gid is inherited from the directory and so checking against getgid() makes no sense. OK mbuhl@ millert@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/31 01:59:52 Modified files: regress/lib/libc/sys: t_unlink.c Log message: unlink("/") just needs to error. Checking for a specific errno makes little sense here since there are multiple possible errnos that could be returned. On OpenBSD this returns EISDIR and not EBUSY. OK mbuhl@ millert@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/31 02:00:33 Modified files: regress/lib/libc/sys: Makefile Log message: Remove 3 expected failures those got fixed in the regress code. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/31 03:35:41 Modified files: devel/py-wcwidth: Makefile distinfo Log message: update to py3-wcwidth-0.2.9 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/31 05:21:46 Modified files: databases/sqlite3: Makefile distinfo databases/sqlite3/pkg: PLIST Log message: databases/sqlite3: update to 3.43.2. see https://www.sqlite.org/releaselog/3_43_2.html CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/31 07:13:54 Log message: Import nanosvg, "simple, stupid SVG parser". From Renato Aguiar, needed for prusaslicer update. Tweaks and OK kn@ Status: Vendor Tag: ian Release Tags: ian_20231031 N ports/graphics/nanosvg/Makefile N ports/graphics/nanosvg/distinfo N ports/graphics/nanosvg/pkg/DESCR N ports/graphics/nanosvg/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/31 07:16:10 Modified files: graphics : Makefile Log message: + nanosvg CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/31 07:21:56 Modified files: . : 74.html Log message: 9683 powerpc packages CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/31 07:54:28 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo net/eduvpn/vpn-user-portal/patches: patch-src_Cfg_Config_php net/eduvpn/vpn-user-portal/pkg: PLIST Log message: update to vpn-user-portal-3.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/31 10:29:49 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim editors/vim/pkg: PLIST-main Log message: update to vim-9.0.2081 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/31 11:40:06 ports/sysutils/lsd/patches Update of /cvs/ports/sysutils/lsd/patches In directory cvs.openbsd.org:/tmp/cvs-serv80051/patches Log Message: Directory /cvs/ports/sysutils/lsd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/31 13:07:16 Modified files: security/exploitdb: Makefile distinfo security/exploitdb/pkg: PLIST Log message: update to 2023-10-31 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/31 13:09:51 Modified files: databases/ruby-trilogy: Makefile distinfo Log message: Update to trilogy 2.6.0 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/31 13:37:17 Modified files: bin/md5 : md5.c Log message: cksum -c: support checking base64 digests in reverse mode too. In reverse mode, the entry does not include the digest algorithm so the specified algorithm (or the default) is used when checking. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/31 14:29:14 Modified files: security/py-tlsfuzzer: Makefile distinfo security/py-tlsfuzzer/pkg: PLIST Log message: Update to tlsfuzzer 20231026 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/31 14:42:14 Modified files: bin/md5 : cksum.1 md5.1 Log message: cksum: better describe the -c (checklist) option The -c option can handle entries in normal (BSD) and reverse (GNU) format. Both hex and base64 entries are supported. OK jmc@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/31 17:25:37 Modified files: math/cgal : Makefile distinfo math/cgal/pkg : PLIST Removed files: math/cgal/patches: patch-CMakeLists_txt Log message: Update needed for PrusaSlicer update, from Johannes Thyssen Tishman, improved by kn@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/31 17:33:27 Modified files: cad/openscad : Makefile Added files: cad/openscad/patches: patch-src_cgalutils-polyhedron_cc patch-src_cgalutils-tess_cc patch-src_cgalutils_h patch-src_openscad_cc Log message: Update now that cgal updated and oce->opencascade; from Johannes Thyssen Tishman, improved by kn@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/31 17:37:10 Modified files: cad/prusaslicer: Makefile distinfo cad/prusaslicer/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_PrusaSlicer_cpp patch-src_libslic3r_CMakeLists_txt patch-src_libslic3r_Thread_cpp patch-src_occt_wrapper_CMakeLists_txt patch-src_slic3r_CMakeLists_txt patch-src_slic3r_GUI_GLCanvas3D_cpp patch-src_slic3r_GUI_InstanceCheck_cpp patch-src_slic3r_GUI_Mouse3DController_cpp patch-src_slic3r_GUI_OpenGLManager_cpp cad/prusaslicer/pkg: PLIST Removed files: cad/prusaslicer/patches: patch-src_slic3r_GUI_GUI_App_cpp patch-tests_fff_print_test_data_cpp Log message: Update prusaslicer to 2.6.1. From maintainer Renato Aguiar. Tested by a few. Changelog https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.6.1 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/31 18:29:46 Modified files: regress/usr.bin/ssh: forcecommand.sh Log message: add some tests of forced commands overriding Subsystem directives CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/31 20:08:38 Modified files: regress/usr.bin/ssh: forcecommand.sh Log message: Specify ssh binary to use instead of relying on installed one. Fixes test failures in -portable when running tests prior to installation. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2023/10/31 20:33:59 Modified files: editors/qownnotes: Makefile distinfo Log message: Update qownnotes to 23.11.0. Changelog https://github.com/pbek/QOwnNotes/releases/tag/v23.11.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:29:23 Modified files: x11/gnome/tracker3-miners: Makefile distinfo Log message: Update to tracker3-miners-3.6.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/01 01:30:13 Modified files: lang/php : Makefile.inc Log message: move DEBUG_PACKAGES above inclusion of bsd.port.arch.mk, otherwise debug packages are built on archs where they shouldn't be CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/01 01:41:48 Modified files: devel/afl++ : Makefile devel/afl++/patches: patch-GNUmakefile Added files: devel/afl++/patches: patch-instrumentation_afl-compiler-rt_o_c patch-utils_aflpp_driver_aflpp_driver_c Log message: syscall(2) removal ok tb@ jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:45:12 Modified files: textproc/xml2rfc: Makefile Log message: print/weasyprint -> print/weasyprint${MODPY_FLAVOR} CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:46:48 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.24. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:51:34 Modified files: devel/py-cffi : Makefile distinfo devel/py-cffi/pkg: PLIST Log message: Update to py3-cffi-1.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:51:50 Modified files: devel/libgit2/py-git2: Makefile distinfo Log message: Update to py3-git2-1.13.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:54:05 Modified files: security/p11-kit: Makefile distinfo security/p11-kit/pkg: PLIST Log message: Update to p11-kit-0.25.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:57:10 Modified files: sysutils/govmomi: Makefile distinfo Log message: Update to govc-0.33.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 02:01:05 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-453.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 02:04:36 Modified files: x11/gnome/mutter: Makefile distinfo Log message: Update to mutter-44.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 02:18:28 Modified files: x11/gnome/shell: Makefile distinfo Log message: Update to gnome-shell-44.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 02:18:45 Modified files: meta/gnome : Makefile Log message: GNOME 44.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 02:40:45 Modified files: sysutils/gke-gcloud-auth-plugin: Makefile distinfo Log message: Update to gke-gcloud-auth-plugin-28.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 03:38:53 Modified files: games/mnemosyne: Makefile Log message: security/py-argon2-cffi${MODPY_FLAVORS} -> security/py-argon2-cffi${MODPY_FLAVOR} (withouth the 'S') CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/01 03:56:33 Modified files: sysutils/lsd : Makefile crates.inc distinfo Added files: sysutils/lsd/patches: patch-modcargo-crates_libgit2-sys-0_14_2+1_5_1_build_rs Log message: Update lsd to version 1.0.0 from MAINTAINER Laurent Cheylus, thanks! Changelog: https://github.com/lsd-rs/lsd/releases/tag/v1.0.0 Port changes: - update Makefile and crates.inc - this version adds support for Git status => add git2 for WANTLIB and devel/libgit2/libgit2 for LIB_DEPENDS - add patch to fix build with libgit2-sys Rust crate Tweak by me: drop redundant WANTLIB CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/01 04:14:15 Modified files: security/gosec : Makefile distinfo modules.inc Log message: Update gosec to 2.18.2 from MAINTAINER Laurent Cheylus, thanks! Changelog: https://github.com/securego/gosec/releases/tag/v2.18.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/01 06:18:34 Modified files: x11/kde-plasma/plasma-desktop: distinfo x11/kde-plasma/plasma-desktop/pkg: PLIST Log message: Update plasma-desktop to 5.27.9 Forgot in my KDE Plasma update CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/01 09:03:54 Modified files: net/bitcoin : Makefile distinfo net/bitcoin/pkg: PLIST Log message: Update bitcoin to 25.1 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2023/11/01 09:42:43 Modified files: www/apache-httpd: Makefile Log message: switch back to CONFIGURE_STYLE=simple gnu configure doesn't handle config.layout correctly spotted by Steven Shockley, thanks CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2023/11/01 09:46:38 Modified files: www/apache-httpd: Tag: OPENBSD_7_4 Makefile Log message: switch back to CONFIGURE_STYLE=simple gnu configure doesn't handle config.layout correctly spotted by Steven Shockley, thanks CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/11/01 10:07:48 Modified files: . : 74.html Log message: 7705 arm packages CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/01 11:05:22 Modified files: net/dictd : Makefile net/dictd/patches: patch-dictd_c Log message: pledge dictd(8); OK op Regular mode uses "stdio rpath inet dns proc"; "proc" to fork a child (no exec) unless '--debug nofork' or '--debug nodetach' is set. --inetd uses "stdio rpath". --pp requires "proc exec" to run, e.g. cpp(1) on the config file which which gets reloaded on SIGHUP: started with --pp means "proc exec" stay. "wpath cpath" are for log and/or pid files and dropped after setup. "getpw id" are for intitial privilege drop and dropped after setup. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/11/01 13:41:45 Modified files: print/mftrace : Makefile distinfo print/mftrace/patches: patch-GNUmakefile_in print/mftrace/pkg: PLIST Log message: Update to mftrace-1.2.20. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:14:51 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:19:16 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:22:24 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Unindent X509_ALGOR_set0_parameter() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:25:27 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Rename ptype and pval to parameter_type and parameter_value ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:26:25 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Explain the weird order of doing things in X509_ALGOR_set0() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:37:42 Modified files: lib/libcrypto/asn1: x_algor.c lib/libcrypto/x509: x509_local.h Log message: Add X509_ALGOR_set0_by_nid() X509_ALGOR_set0() is annoyingly unergonomic since it takes an ASN1_OBJECT rather than a nid. This means that almost all callers call OBJ_obj2nid() and they often do this inline without error checking so that the resulting X509_ALGOR object is corrupted and may lead to incorrect encodings. Provide an internal alternative X509_ALGOR_set0_by_nid() that takes a nid instead of an ASN1_OBJECT and performs proper error checking. This will be used to convert callers of X509_ALGOR_set0() in the library. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:41:12 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md() ok jsing CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/01 15:04:53 Log message: import p5-REST-Client 281 OK benoit@ sthen@ Comment: simple client for interacting with RESTful http/https Description: REST::Client provides a simple way to interact with HTTP RESTful resources. Status: Vendor Tag: bluhm Release Tags: bluhm_20231101 N ports/www/p5-REST-Client/Makefile N ports/www/p5-REST-Client/distinfo N ports/www/p5-REST-Client/pkg/DESCR N ports/www/p5-REST-Client/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/01 15:07:04 Modified files: www : Makefile Log message: +p5-REST-Client CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/01 15:12:35 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2023.11. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/01 15:24:45 Modified files: graphics/jpeginfo: Makefile distinfo graphics/jpeginfo/patches: patch-Makefile_in Log message: Update jpeginfo to 1.7.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/01 15:44:10 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.27.0. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/11/01 20:59:52 Modified files: sysutils/vultr-cli: Makefile distinfo modules.inc Log message: Update to vultr-cli-2.20.0 From Adriano Barbosa (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/01 21:34:28 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.38.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/01 21:39:30 Modified files: devel/github-cli: Makefile Log message: point PORTHOME at WRKDIR to fix tests CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/01 22:35:53 Log message: Import Mesa 23.1.9 Status: Vendor Tag: mesa Release Tags: mesa-23_1_9 U xenocara/lib/mesa/.dir-locals.el U xenocara/lib/mesa/.editorconfig U xenocara/lib/mesa/.gitattributes C xenocara/lib/mesa/.gitignore U xenocara/lib/mesa/.gitlab-ci.yml U xenocara/lib/mesa/.graphqlrc.yml U xenocara/lib/mesa/.mailmap U xenocara/lib/mesa/.pick_status.json U xenocara/lib/mesa/CODEOWNERS U xenocara/lib/mesa/README.rst C xenocara/lib/mesa/VERSION C xenocara/lib/mesa/meson.build U xenocara/lib/mesa/meson_options.txt U xenocara/lib/mesa/.github/workflows/macos.yml U xenocara/lib/mesa/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md U xenocara/lib/mesa/.gitlab/issue_templates/Bug Report.md U xenocara/lib/mesa/.gitlab-ci/all-skips.txt U xenocara/lib/mesa/.gitlab-ci/cross-xfail-ppc64el U xenocara/lib/mesa/.gitlab-ci/cross-xfail-s390x U xenocara/lib/mesa/.gitlab-ci/crosvm-init.sh U xenocara/lib/mesa/.gitlab-ci/crosvm-runner.sh N xenocara/lib/mesa/.gitlab-ci/cuttlefish-runner.sh U xenocara/lib/mesa/.gitlab-ci/deqp-runner.sh U xenocara/lib/mesa/.gitlab-ci/download-git-cache.sh U xenocara/lib/mesa/.gitlab-ci/fossilize-runner.sh U xenocara/lib/mesa/.gitlab-ci/fossils.yml N xenocara/lib/mesa/.gitlab-ci/gbm-skips.txt U xenocara/lib/mesa/.gitlab-ci/gtest-runner.sh U xenocara/lib/mesa/.gitlab-ci/image-tags.yml U xenocara/lib/mesa/.gitlab-ci/prepare-artifacts.sh U xenocara/lib/mesa/.gitlab-ci/report-flakes.py U xenocara/lib/mesa/.gitlab-ci/run-shader-db.sh U xenocara/lib/mesa/.gitlab-ci/run-shellcheck.sh U xenocara/lib/mesa/.gitlab-ci/run-yamllint.sh N xenocara/lib/mesa/.gitlab-ci/setup-test-env.sh U xenocara/lib/mesa/.gitlab-ci/test-source-dep.yml N xenocara/lib/mesa/.gitlab-ci/x11-skips.txt U xenocara/lib/mesa/.gitlab-ci/x86_64-w64-mingw32 U xenocara/lib/mesa/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 U xenocara/lib/mesa/.gitlab-ci/b2c/generate_b2c.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/.editorconfig U xenocara/lib/mesa/.gitlab-ci/bare-metal/bm-init.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/cisco-2960-poe-off.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/cisco-2960-poe-on.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/cros-servo.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/cros_servo_run.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/eth008-power-down.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/eth008-power-relay.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/eth008-power-up.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/expect-output.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/fastboot.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/fastboot_run.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/google-power-down.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/google-power-relay.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/google-power-up.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/mkbootimg.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/poe-off U xenocara/lib/mesa/.gitlab-ci/bare-metal/poe-on U xenocara/lib/mesa/.gitlab-ci/bare-metal/poe-powered.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/poe_run.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/rootfs-setup.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/serial_buffer.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/telnet-buffer.py N xenocara/lib/mesa/.gitlab-ci/build/compiler-wrapper-clang++.sh N xenocara/lib/mesa/.gitlab-ci/build/compiler-wrapper-clang.sh N xenocara/lib/mesa/.gitlab-ci/build/compiler-wrapper-g++.sh N xenocara/lib/mesa/.gitlab-ci/build/compiler-wrapper-gcc.sh N xenocara/lib/mesa/.gitlab-ci/build/compiler-wrapper.sh U xenocara/lib/mesa/.gitlab-ci/build/gitlab-ci.yml U xenocara/lib/mesa/.gitlab-ci/common/capture-devcoredump.sh U xenocara/lib/mesa/.gitlab-ci/common/generate-env.sh U xenocara/lib/mesa/.gitlab-ci/common/init-stage1.sh U xenocara/lib/mesa/.gitlab-ci/common/init-stage2.sh U xenocara/lib/mesa/.gitlab-ci/common/intel-gpu-freq.sh U xenocara/lib/mesa/.gitlab-ci/common/start-x.sh N xenocara/lib/mesa/.gitlab-ci/container/0001-Allow-running-on-Android-from-the-command-line.patch N xenocara/lib/mesa/.gitlab-ci/container/0001-Fix-build-for-the-surfaceless-and-null-WS-target-pla.patch N xenocara/lib/mesa/.gitlab-ci/container/0002-Android-prints-to-stdout-instead-of-logcat.patch U xenocara/lib/mesa/.gitlab-ci/container/arm.config U xenocara/lib/mesa/.gitlab-ci/container/arm64.config U xenocara/lib/mesa/.gitlab-ci/container/baremetal_build.sh U xenocara/lib/mesa/.gitlab-ci/container/build-apitrace.sh U xenocara/lib/mesa/.gitlab-ci/container/build-crosvm.sh U xenocara/lib/mesa/.gitlab-ci/container/build-deqp-runner.sh U xenocara/lib/mesa/.gitlab-ci/container/build-deqp.sh U xenocara/lib/mesa/.gitlab-ci/container/build-fossilize.sh U xenocara/lib/mesa/.gitlab-ci/container/build-gfxreconstruct.sh U xenocara/lib/mesa/.gitlab-ci/container/build-kernel.sh U xenocara/lib/mesa/.gitlab-ci/container/build-hang-detection.sh U xenocara/lib/mesa/.gitlab-ci/container/build-libclc.sh U xenocara/lib/mesa/.gitlab-ci/container/build-libdrm.sh U xenocara/lib/mesa/.gitlab-ci/container/build-llvm-spirv.sh U xenocara/lib/mesa/.gitlab-ci/container/build-mold.sh U xenocara/lib/mesa/.gitlab-ci/container/build-piglit.sh U xenocara/lib/mesa/.gitlab-ci/container/build-rust.sh U xenocara/lib/mesa/.gitlab-ci/container/build-skqp.sh U xenocara/lib/mesa/.gitlab-ci/container/build-skqp_base.gn U xenocara/lib/mesa/.gitlab-ci/container/build-va-tools.sh U xenocara/lib/mesa/.gitlab-ci/container/build-vkd3d-proton.sh N xenocara/lib/mesa/.gitlab-ci/container/build-vulkan-validation.sh U xenocara/lib/mesa/.gitlab-ci/container/build-wayland.sh U xenocara/lib/mesa/.gitlab-ci/container/container_post_build.sh U xenocara/lib/mesa/.gitlab-ci/container/container_pre_build.sh U xenocara/lib/mesa/.gitlab-ci/container/create-android-cross-file.sh U xenocara/lib/mesa/.gitlab-ci/container/create-android-ndk-pc.sh U xenocara/lib/mesa/.gitlab-ci/container/create-cross-file.sh U xenocara/lib/mesa/.gitlab-ci/container/create-rootfs.sh U xenocara/lib/mesa/.gitlab-ci/container/cross_build.sh U xenocara/lib/mesa/.gitlab-ci/container/gitlab-ci.yml U xenocara/lib/mesa/.gitlab-ci/container/install-wine-apitrace.sh U xenocara/lib/mesa/.gitlab-ci/container/install-wine-dxvk.sh U xenocara/lib/mesa/.gitlab-ci/container/lava_build.sh U xenocara/lib/mesa/.gitlab-ci/container/setup-wine.sh U xenocara/lib/mesa/.gitlab-ci/container/x86_64.config N xenocara/lib/mesa/.gitlab-ci/container/alpine/x86_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/android_build.sh N xenocara/lib/mesa/.gitlab-ci/container/debian/arm64_test.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/arm_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/arm_test.sh N xenocara/lib/mesa/.gitlab-ci/container/debian/armhf_test.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/i386_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/llvm-snapshot.gpg.key U xenocara/lib/mesa/.gitlab-ci/container/debian/ppc64el_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/s390x_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/winehq.gpg.key U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build-base-wine.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build-base.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build-mingw-patch.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build-mingw-source-deps.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build-mingw.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_mingw-toolchain.cmake N xenocara/lib/mesa/.gitlab-ci/container/debian/x86_test-android.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_test-base.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_test-gl.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_test-vk.sh U xenocara/lib/mesa/.gitlab-ci/container/fedora/x86_build.sh N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_BUILD.gn.patch N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_fetch_gn.patch N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_git-sync-deps.patch N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_gl.patch N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_is_clang.py.patch N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_nima.patch U xenocara/lib/mesa/.gitlab-ci/fossils/fossils.sh U xenocara/lib/mesa/.gitlab-ci/fossils/query_fossils_yaml.py U xenocara/lib/mesa/.gitlab-ci/lava/__init__.py U xenocara/lib/mesa/.gitlab-ci/lava/exceptions.py U xenocara/lib/mesa/.gitlab-ci/lava/lava-gitlab-ci.yml U xenocara/lib/mesa/.gitlab-ci/lava/lava-pytest.sh U xenocara/lib/mesa/.gitlab-ci/lava/lava-submit.sh U xenocara/lib/mesa/.gitlab-ci/lava/lava_job_submitter.py N xenocara/lib/mesa/.gitlab-ci/lava/requirements-test.txt N xenocara/lib/mesa/.gitlab-ci/lava/requirements.txt U xenocara/lib/mesa/.gitlab-ci/lava/utils/__init__.py U xenocara/lib/mesa/.gitlab-ci/lava/utils/console_format.py U xenocara/lib/mesa/.gitlab-ci/lava/utils/gitlab_section.py N xenocara/lib/mesa/.gitlab-ci/lava/utils/lava_farm.py U xenocara/lib/mesa/.gitlab-ci/lava/utils/lava_log_hints.py U xenocara/lib/mesa/.gitlab-ci/lava/utils/log_follower.py U xenocara/lib/mesa/.gitlab-ci/lava/utils/log_section.py U xenocara/lib/mesa/.gitlab-ci/meson/build.sh U xenocara/lib/mesa/.gitlab-ci/meson/time-strace.sh U xenocara/lib/mesa/.gitlab-ci/meson/time.sh U xenocara/lib/mesa/.gitlab-ci/piglit/disable-vs_in.diff U xenocara/lib/mesa/.gitlab-ci/piglit/piglit-runner.sh U xenocara/lib/mesa/.gitlab-ci/piglit/piglit-traces.sh U xenocara/lib/mesa/.gitlab-ci/test/gitlab-ci.yml U xenocara/lib/mesa/.gitlab-ci/tests/__init__.py U xenocara/lib/mesa/.gitlab-ci/tests/conftest.py U xenocara/lib/mesa/.gitlab-ci/tests/test_lava_job_submitter.py U xenocara/lib/mesa/.gitlab-ci/tests/lava/__init__.py U xenocara/lib/mesa/.gitlab-ci/tests/lava/helpers.py U xenocara/lib/mesa/.gitlab-ci/tests/utils/__init__.py N xenocara/lib/mesa/.gitlab-ci/tests/utils/test_lava_farm.py U xenocara/lib/mesa/.gitlab-ci/tests/utils/test_lava_log.py N xenocara/lib/mesa/.gitlab-ci/valve/gl_combined_testing.sh U xenocara/lib/mesa/.gitlab-ci/valve/traces-runner.sh U xenocara/lib/mesa/.gitlab-ci/vkd3d-proton/run.sh U xenocara/lib/mesa/.gitlab-ci/windows/Dockerfile_build U xenocara/lib/mesa/.gitlab-ci/windows/Dockerfile_test U xenocara/lib/mesa/.gitlab-ci/windows/Dockerfile_vs U xenocara/lib/mesa/.gitlab-ci/windows/README.md U xenocara/lib/mesa/.gitlab-ci/windows/deqp_runner_run.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_build.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_container.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_deps_build.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_deps_choco.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_deps_test.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_deps_vs2019.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_vs_init.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/piglit_run.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/spirv2dxil_check.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/spirv2dxil_run.ps1 U xenocara/lib/mesa/android/Android.mk U xenocara/lib/mesa/android/mesa3d_cross.mk U xenocara/lib/mesa/bin/.editorconfig U xenocara/lib/mesa/bin/__init__.py U xenocara/lib/mesa/bin/commit_in_branch.py U xenocara/lib/mesa/bin/commit_in_branch_test.py U xenocara/lib/mesa/bin/gen_calendar_entries.py U xenocara/lib/mesa/bin/gen_calendar_entries_test.py U xenocara/lib/mesa/bin/gen_release_notes.py U xenocara/lib/mesa/bin/gen_release_notes_test.py U xenocara/lib/mesa/bin/gen_vs_module_defs.py U xenocara/lib/mesa/bin/git_sha1_gen.py U xenocara/lib/mesa/bin/install_megadrivers.py U xenocara/lib/mesa/bin/khronos-update.py U xenocara/lib/mesa/bin/meson-cmd-extract.py U xenocara/lib/mesa/bin/meson.build U xenocara/lib/mesa/bin/perf-annotate-jit.py U xenocara/lib/mesa/bin/pick-ui.py N xenocara/lib/mesa/bin/pick-ui.sh U xenocara/lib/mesa/bin/post_version.py U xenocara/lib/mesa/bin/post_version_test.py N xenocara/lib/mesa/bin/python-venv.sh U xenocara/lib/mesa/bin/refcnt-log-helper.py U xenocara/lib/mesa/bin/symbols-check.py U xenocara/lib/mesa/bin/update-android-headers.sh N xenocara/lib/mesa/bin/ci/.gitignore N xenocara/lib/mesa/bin/ci/ci_run_n_monitor.py N xenocara/lib/mesa/bin/ci/download_gl_schema.sh N xenocara/lib/mesa/bin/ci/gitlab_common.py N xenocara/lib/mesa/bin/ci/gitlab_gql.py N xenocara/lib/mesa/bin/ci/job_details.gql N xenocara/lib/mesa/bin/ci/pipeline_details.gql N xenocara/lib/mesa/bin/ci/requirements.txt N xenocara/lib/mesa/bin/ci/update_traces_checksum.py U xenocara/lib/mesa/bin/pick/__init__.py U xenocara/lib/mesa/bin/pick/core.py U xenocara/lib/mesa/bin/pick/core_test.py N xenocara/lib/mesa/bin/pick/requirements.txt U xenocara/lib/mesa/bin/pick/ui.py U xenocara/lib/mesa/build-support/conftest.dyn U xenocara/lib/mesa/build-support/conftest.map U xenocara/lib/mesa/docs/ARB_color_buffer_float.txt U xenocara/lib/mesa/docs/README.UVD U xenocara/lib/mesa/docs/README.VCE U xenocara/lib/mesa/docs/amber.rst U xenocara/lib/mesa/docs/android.rst U xenocara/lib/mesa/docs/application-issues.rst U xenocara/lib/mesa/docs/bugs.rst U xenocara/lib/mesa/docs/codingstyle.rst U xenocara/lib/mesa/docs/conf.py U xenocara/lib/mesa/docs/conform.rst U xenocara/lib/mesa/docs/debugging.rst U xenocara/lib/mesa/docs/devinfo.rst C xenocara/lib/mesa/docs/dispatch.rst U xenocara/lib/mesa/docs/download.rst U xenocara/lib/mesa/docs/doxygen-wrapper.py U xenocara/lib/mesa/docs/egl.rst U xenocara/lib/mesa/docs/envvars.rst U xenocara/lib/mesa/docs/extensions.rst U xenocara/lib/mesa/docs/faq.rst U xenocara/lib/mesa/docs/favicon.ico U xenocara/lib/mesa/docs/favicon.svg C xenocara/lib/mesa/docs/features.txt U xenocara/lib/mesa/docs/gallium-nine.rst N xenocara/lib/mesa/docs/gitlab-ci.yml U xenocara/lib/mesa/docs/gpu-perf-tracing.rst U xenocara/lib/mesa/docs/helpwanted.rst U xenocara/lib/mesa/docs/history.rst U xenocara/lib/mesa/docs/index.rst U xenocara/lib/mesa/docs/install.rst U xenocara/lib/mesa/docs/libGL.txt U xenocara/lib/mesa/docs/license.rst U xenocara/lib/mesa/docs/lists.rst U xenocara/lib/mesa/docs/macos.rst U xenocara/lib/mesa/docs/meson.rst U xenocara/lib/mesa/docs/opengles.rst U xenocara/lib/mesa/docs/osmesa.rst U xenocara/lib/mesa/docs/perf.rst U xenocara/lib/mesa/docs/perfetto.rst U xenocara/lib/mesa/docs/precompiled.rst U xenocara/lib/mesa/docs/releasing.rst U xenocara/lib/mesa/docs/release-calendar.csv U xenocara/lib/mesa/docs/release-calendar.rst U xenocara/lib/mesa/docs/rusticl.rst U xenocara/lib/mesa/docs/release-maintainers-keys.asc U xenocara/lib/mesa/docs/relnotes.rst U xenocara/lib/mesa/docs/repository.rst U xenocara/lib/mesa/docs/shading.rst U xenocara/lib/mesa/docs/sourcetree.rst U xenocara/lib/mesa/docs/submittingpatches.rst U xenocara/lib/mesa/docs/systems.rst U xenocara/lib/mesa/docs/u_trace.rst U xenocara/lib/mesa/docs/utilities.rst U xenocara/lib/mesa/docs/viewperf.rst U xenocara/lib/mesa/docs/xlibdriver.rst U xenocara/lib/mesa/docs/ci/LAVA.rst U xenocara/lib/mesa/docs/ci/bare-metal.rst U xenocara/lib/mesa/docs/ci/docker.rst U xenocara/lib/mesa/docs/ci/fdo-cache U xenocara/lib/mesa/docs/ci/index.rst U xenocara/lib/mesa/docs/ci/kernel.rst U xenocara/lib/mesa/docs/ci/local-traces.rst U xenocara/lib/mesa/docs/ci/skqp.rst U xenocara/lib/mesa/docs/ci/uri-caching.conf U xenocara/lib/mesa/docs/_extra/_redirects N xenocara/lib/mesa/docs/_extra/relnotes/3.1 N xenocara/lib/mesa/docs/_extra/relnotes/3.2 N xenocara/lib/mesa/docs/_extra/relnotes/3.2.1 N xenocara/lib/mesa/docs/_extra/relnotes/3.3 N xenocara/lib/mesa/docs/_extra/relnotes/3.4 N xenocara/lib/mesa/docs/_extra/relnotes/3.4.1 N xenocara/lib/mesa/docs/_extra/relnotes/3.4.2 N xenocara/lib/mesa/docs/_extra/relnotes/3.5 N xenocara/lib/mesa/docs/_extra/relnotes/4.0 N xenocara/lib/mesa/docs/_extra/relnotes/4.0.1 N xenocara/lib/mesa/docs/_extra/relnotes/4.0.2 N xenocara/lib/mesa/docs/_extra/relnotes/4.0.3 N xenocara/lib/mesa/docs/_extra/relnotes/4.1 N xenocara/lib/mesa/docs/_extra/relnotes/5.0 N xenocara/lib/mesa/docs/_extra/relnotes/5.0.1 N xenocara/lib/mesa/docs/_extra/relnotes/5.0.2 N xenocara/lib/mesa/docs/_extra/relnotes/5.1 N xenocara/lib/mesa/docs/_extra/relnotes/6.0 N xenocara/lib/mesa/docs/_extra/relnotes/6.0.1 N xenocara/lib/mesa/docs/_extra/relnotes/6.1 N xenocara/lib/mesa/docs/_extra/relnotes/6.2 N xenocara/lib/mesa/docs/_extra/relnotes/6.2.1 N xenocara/lib/mesa/docs/_extra/relnotes/6.3 N xenocara/lib/mesa/docs/_extra/relnotes/6.3.1 N xenocara/lib/mesa/docs/_extra/relnotes/6.3.2 U xenocara/lib/mesa/docs/_extra/specs/EGL_MESA_device_software.txt U xenocara/lib/mesa/docs/_extra/specs/EGL_MESA_drm_image_formats.txt U xenocara/lib/mesa/docs/_extra/specs/EGL_MESA_platform_surfaceless.txt U xenocara/lib/mesa/docs/_extra/specs/EGL_MESA_query_driver.txt U xenocara/lib/mesa/docs/_extra/specs/EXT_shader_integer_mix.spec U xenocara/lib/mesa/docs/_extra/specs/EXT_shader_samples_identical.txt U xenocara/lib/mesa/docs/_extra/specs/INTEL_shader_atomic_float_minmax.txt U xenocara/lib/mesa/docs/_extra/specs/MESA_bgra.txt U xenocara/lib/mesa/docs/_extra/specs/MESA_configless_context.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_copy_sub_buffer.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_drm_image.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_framebuffer_flip_y.txt U xenocara/lib/mesa/docs/_extra/specs/enums.txt U xenocara/lib/mesa/docs/_extra/specs/MESA_pack_invert.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_image_dma_buf_export.txt U xenocara/lib/mesa/docs/_extra/specs/MESA_multithread_makecurrent.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_pixmap_colormap.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_query_renderer.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_release_buffers.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_shader_debug.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_shader_integer_functions.txt U xenocara/lib/mesa/docs/_extra/specs/MESA_swap_control.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_swap_frame_usage.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_texture_array.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_texture_signed_rgba.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_window_pos.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_ycbcr_texture.spec U xenocara/lib/mesa/docs/_extra/specs/WL_bind_wayland_display.spec U xenocara/lib/mesa/docs/_extra/specs/WL_create_wayland_buffer_from_image.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/EGL_MESA_screen_surface.txt U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_agp_offset.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_packed_depth_stencil.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_program_debug.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_resize_buffers.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_set_3dfx_mode.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_sprite_point.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_trace.spec U xenocara/lib/mesa/docs/_exts/formatting.py U xenocara/lib/mesa/docs/_exts/nir.py U xenocara/lib/mesa/docs/_exts/redirects.py U xenocara/lib/mesa/docs/drivers/anv.rst U xenocara/lib/mesa/docs/drivers/asahi.rst U xenocara/lib/mesa/docs/drivers/d3d12.rst U xenocara/lib/mesa/docs/drivers/freedreno.rst U xenocara/lib/mesa/docs/drivers/lima.rst U xenocara/lib/mesa/docs/drivers/llvmpipe.rst U xenocara/lib/mesa/docs/drivers/panfrost.rst U xenocara/lib/mesa/docs/drivers/radv.rst U xenocara/lib/mesa/docs/drivers/svga3d.rst U xenocara/lib/mesa/docs/drivers/v3d.rst U xenocara/lib/mesa/docs/drivers/vc4.rst U xenocara/lib/mesa/docs/drivers/venus.rst U xenocara/lib/mesa/docs/drivers/virgl.rst U xenocara/lib/mesa/docs/drivers/zink.rst U xenocara/lib/mesa/docs/drivers/freedreno/ir3-notes.rst U xenocara/lib/mesa/docs/drivers/freedreno/isaspec.rst N xenocara/lib/mesa/docs/drivers/freedreno/hw/lrz.rst U xenocara/lib/mesa/docs/gallium/buffermapping.rst U xenocara/lib/mesa/docs/gallium/context.rst U xenocara/lib/mesa/docs/gallium/cso.rst U xenocara/lib/mesa/docs/gallium/debugging.rst U xenocara/lib/mesa/docs/gallium/distro.rst U xenocara/lib/mesa/docs/gallium/format.rst U xenocara/lib/mesa/docs/gallium/glossary.rst U xenocara/lib/mesa/docs/gallium/index.rst U xenocara/lib/mesa/docs/gallium/intro.rst U xenocara/lib/mesa/docs/gallium/pipeline.txt U xenocara/lib/mesa/docs/gallium/postprocess.rst U xenocara/lib/mesa/docs/gallium/resources.rst U xenocara/lib/mesa/docs/gallium/screen.rst U xenocara/lib/mesa/docs/gallium/tgsi.rst U xenocara/lib/mesa/docs/gallium/cso/blend.rst U xenocara/lib/mesa/docs/gallium/cso/dsa.rst U xenocara/lib/mesa/docs/gallium/cso/rasterizer.rst U xenocara/lib/mesa/docs/gallium/cso/sampler.rst U xenocara/lib/mesa/docs/gallium/cso/shader.rst U xenocara/lib/mesa/docs/gallium/cso/velems.rst U xenocara/lib/mesa/docs/isl/aux-surf-comp.rst U xenocara/lib/mesa/docs/isl/ccs.rst U xenocara/lib/mesa/docs/isl/formats.rst U xenocara/lib/mesa/docs/isl/hiz.rst U xenocara/lib/mesa/docs/isl/index.rst U xenocara/lib/mesa/docs/isl/tiling-basic.svg U xenocara/lib/mesa/docs/isl/tiling.rst U xenocara/lib/mesa/docs/isl/units.rst U xenocara/lib/mesa/docs/nir/alu.rst U xenocara/lib/mesa/docs/nir/index.rst U xenocara/lib/mesa/docs/nir/tex.rst U xenocara/lib/mesa/docs/relnotes/10.0.1.rst U xenocara/lib/mesa/docs/relnotes/10.0.2.rst U xenocara/lib/mesa/docs/relnotes/10.0.3.rst U xenocara/lib/mesa/docs/relnotes/10.0.4.rst U xenocara/lib/mesa/docs/relnotes/10.0.5.rst U xenocara/lib/mesa/docs/relnotes/10.0.rst U xenocara/lib/mesa/docs/relnotes/10.1.1.rst U xenocara/lib/mesa/docs/relnotes/10.1.2.rst U xenocara/lib/mesa/docs/relnotes/10.1.3.rst U xenocara/lib/mesa/docs/relnotes/10.1.4.rst U xenocara/lib/mesa/docs/relnotes/10.1.5.rst U xenocara/lib/mesa/docs/relnotes/10.1.6.rst U xenocara/lib/mesa/docs/relnotes/10.1.rst U xenocara/lib/mesa/docs/relnotes/10.2.1.rst U xenocara/lib/mesa/docs/relnotes/10.2.2.rst U xenocara/lib/mesa/docs/relnotes/10.2.3.rst U xenocara/lib/mesa/docs/relnotes/10.2.4.rst U xenocara/lib/mesa/docs/relnotes/10.2.5.rst U xenocara/lib/mesa/docs/relnotes/10.2.6.rst U xenocara/lib/mesa/docs/relnotes/10.2.7.rst U xenocara/lib/mesa/docs/relnotes/10.2.8.rst U xenocara/lib/mesa/docs/relnotes/10.2.9.rst U xenocara/lib/mesa/docs/relnotes/10.2.rst U xenocara/lib/mesa/docs/relnotes/6.4 U xenocara/lib/mesa/docs/relnotes/10.3.1.rst U xenocara/lib/mesa/docs/relnotes/10.3.2.rst U xenocara/lib/mesa/docs/relnotes/10.3.3.rst U xenocara/lib/mesa/docs/relnotes/10.3.4.rst U xenocara/lib/mesa/docs/relnotes/10.3.5.rst U xenocara/lib/mesa/docs/relnotes/10.3.6.rst U xenocara/lib/mesa/docs/relnotes/10.3.7.rst U xenocara/lib/mesa/docs/relnotes/10.3.rst U xenocara/lib/mesa/docs/relnotes/10.4.1.rst U xenocara/lib/mesa/docs/relnotes/10.4.2.rst U xenocara/lib/mesa/docs/relnotes/10.4.3.rst U xenocara/lib/mesa/docs/relnotes/10.4.4.rst U xenocara/lib/mesa/docs/relnotes/10.4.5.rst U xenocara/lib/mesa/docs/relnotes/10.4.6.rst U xenocara/lib/mesa/docs/relnotes/10.4.7.rst U xenocara/lib/mesa/docs/relnotes/10.4.rst U xenocara/lib/mesa/docs/relnotes/10.5.0.rst U xenocara/lib/mesa/docs/relnotes/10.5.1.rst U xenocara/lib/mesa/docs/relnotes/10.5.2.rst U xenocara/lib/mesa/docs/relnotes/10.5.3.rst U xenocara/lib/mesa/docs/relnotes/10.5.4.rst U xenocara/lib/mesa/docs/relnotes/10.5.5.rst U xenocara/lib/mesa/docs/relnotes/10.5.6.rst U xenocara/lib/mesa/docs/relnotes/10.5.7.rst U xenocara/lib/mesa/docs/relnotes/10.5.8.rst U xenocara/lib/mesa/docs/relnotes/10.5.9.rst U xenocara/lib/mesa/docs/relnotes/10.6.0.rst U xenocara/lib/mesa/docs/relnotes/10.6.1.rst U xenocara/lib/mesa/docs/relnotes/10.6.2.rst U xenocara/lib/mesa/docs/relnotes/10.6.3.rst U xenocara/lib/mesa/docs/relnotes/10.6.4.rst U xenocara/lib/mesa/docs/relnotes/10.6.5.rst U xenocara/lib/mesa/docs/relnotes/10.6.6.rst U xenocara/lib/mesa/docs/relnotes/10.6.7.rst U xenocara/lib/mesa/docs/relnotes/10.6.8.rst U xenocara/lib/mesa/docs/relnotes/10.6.9.rst U xenocara/lib/mesa/docs/relnotes/11.0.0.rst U xenocara/lib/mesa/docs/relnotes/11.0.1.rst U xenocara/lib/mesa/docs/relnotes/11.0.2.rst U xenocara/lib/mesa/docs/relnotes/11.0.3.rst U xenocara/lib/mesa/docs/relnotes/11.0.4.rst U xenocara/lib/mesa/docs/relnotes/11.0.5.rst U xenocara/lib/mesa/docs/relnotes/11.0.6.rst U xenocara/lib/mesa/docs/relnotes/11.0.7.rst U xenocara/lib/mesa/docs/relnotes/11.0.8.rst U xenocara/lib/mesa/docs/relnotes/11.0.9.rst U xenocara/lib/mesa/docs/relnotes/11.1.0.rst U xenocara/lib/mesa/docs/relnotes/11.1.1.rst U xenocara/lib/mesa/docs/relnotes/11.1.2.rst U xenocara/lib/mesa/docs/relnotes/11.1.3.rst U xenocara/lib/mesa/docs/relnotes/11.1.4.rst U xenocara/lib/mesa/docs/relnotes/11.2.0.rst U xenocara/lib/mesa/docs/relnotes/11.2.1.rst U xenocara/lib/mesa/docs/relnotes/11.2.2.rst U xenocara/lib/mesa/docs/relnotes/12.0.0.rst U xenocara/lib/mesa/docs/relnotes/12.0.1.rst U xenocara/lib/mesa/docs/relnotes/12.0.2.rst U xenocara/lib/mesa/docs/relnotes/12.0.3.rst U xenocara/lib/mesa/docs/relnotes/12.0.4.rst U xenocara/lib/mesa/docs/relnotes/12.0.5.rst U xenocara/lib/mesa/docs/relnotes/12.0.6.rst U xenocara/lib/mesa/docs/relnotes/13.0.0.rst U xenocara/lib/mesa/docs/relnotes/13.0.1.rst U xenocara/lib/mesa/docs/relnotes/13.0.2.rst U xenocara/lib/mesa/docs/relnotes/13.0.3.rst U xenocara/lib/mesa/docs/relnotes/13.0.4.rst U xenocara/lib/mesa/docs/relnotes/13.0.5.rst U xenocara/lib/mesa/docs/relnotes/13.0.6.rst U xenocara/lib/mesa/docs/relnotes/17.0.0.rst U xenocara/lib/mesa/docs/relnotes/17.0.1.rst U xenocara/lib/mesa/docs/relnotes/17.0.2.rst U xenocara/lib/mesa/docs/relnotes/17.0.3.rst U xenocara/lib/mesa/docs/relnotes/17.0.4.rst U xenocara/lib/mesa/docs/relnotes/17.0.5.rst U xenocara/lib/mesa/docs/relnotes/17.0.6.rst U xenocara/lib/mesa/docs/relnotes/17.0.7.rst U xenocara/lib/mesa/docs/relnotes/17.1.0.rst U xenocara/lib/mesa/docs/relnotes/17.1.1.rst U xenocara/lib/mesa/docs/relnotes/17.1.10.rst U xenocara/lib/mesa/docs/relnotes/17.1.2.rst U xenocara/lib/mesa/docs/relnotes/17.1.3.rst U xenocara/lib/mesa/docs/relnotes/17.1.4.rst U xenocara/lib/mesa/docs/relnotes/17.1.5.rst U xenocara/lib/mesa/docs/relnotes/17.1.6.rst U xenocara/lib/mesa/docs/relnotes/17.1.7.rst U xenocara/lib/mesa/docs/relnotes/17.1.8.rst U xenocara/lib/mesa/docs/relnotes/17.1.9.rst U xenocara/lib/mesa/docs/relnotes/17.2.0.rst U xenocara/lib/mesa/docs/relnotes/17.2.1.rst U xenocara/lib/mesa/docs/relnotes/17.2.2.rst U xenocara/lib/mesa/docs/relnotes/17.2.3.rst U xenocara/lib/mesa/docs/relnotes/17.2.4.rst U xenocara/lib/mesa/docs/relnotes/17.2.5.rst U xenocara/lib/mesa/docs/relnotes/17.2.6.rst U xenocara/lib/mesa/docs/relnotes/17.2.7.rst U xenocara/lib/mesa/docs/relnotes/17.2.8.rst U xenocara/lib/mesa/docs/relnotes/17.3.0.rst U xenocara/lib/mesa/docs/relnotes/17.3.1.rst U xenocara/lib/mesa/docs/relnotes/17.3.2.rst U xenocara/lib/mesa/docs/relnotes/17.3.3.rst U xenocara/lib/mesa/docs/relnotes/17.3.4.rst U xenocara/lib/mesa/docs/relnotes/17.3.5.rst U xenocara/lib/mesa/docs/relnotes/17.3.6.rst U xenocara/lib/mesa/docs/relnotes/17.3.7.rst U xenocara/lib/mesa/docs/relnotes/17.3.8.rst U xenocara/lib/mesa/docs/relnotes/17.3.9.rst U xenocara/lib/mesa/docs/relnotes/18.0.0.rst U xenocara/lib/mesa/docs/relnotes/18.0.1.rst U xenocara/lib/mesa/docs/relnotes/18.0.2.rst U xenocara/lib/mesa/docs/relnotes/18.0.3.rst U xenocara/lib/mesa/docs/relnotes/18.0.4.rst U xenocara/lib/mesa/docs/relnotes/18.0.5.rst U xenocara/lib/mesa/docs/relnotes/18.1.0.rst U xenocara/lib/mesa/docs/relnotes/18.1.1.rst U xenocara/lib/mesa/docs/relnotes/18.1.2.rst U xenocara/lib/mesa/docs/relnotes/18.1.3.rst U xenocara/lib/mesa/docs/relnotes/18.1.4.rst U xenocara/lib/mesa/docs/relnotes/18.1.5.rst U xenocara/lib/mesa/docs/relnotes/18.1.6.rst U xenocara/lib/mesa/docs/relnotes/18.1.7.rst U xenocara/lib/mesa/docs/relnotes/18.1.8.rst U xenocara/lib/mesa/docs/relnotes/18.1.9.rst U xenocara/lib/mesa/docs/relnotes/18.2.0.rst U xenocara/lib/mesa/docs/relnotes/18.2.1.rst U xenocara/lib/mesa/docs/relnotes/18.2.2.rst U xenocara/lib/mesa/docs/relnotes/18.2.3.rst U xenocara/lib/mesa/docs/relnotes/18.2.4.rst U xenocara/lib/mesa/docs/relnotes/18.2.5.rst U xenocara/lib/mesa/docs/relnotes/18.2.6.rst U xenocara/lib/mesa/docs/relnotes/18.2.7.rst U xenocara/lib/mesa/docs/relnotes/18.2.8.rst U xenocara/lib/mesa/docs/relnotes/18.3.0.rst U xenocara/lib/mesa/docs/relnotes/18.3.1.rst U xenocara/lib/mesa/docs/relnotes/18.3.2.rst U xenocara/lib/mesa/docs/relnotes/18.3.3.rst U xenocara/lib/mesa/docs/relnotes/18.3.4.rst U xenocara/lib/mesa/docs/relnotes/18.3.5.rst U xenocara/lib/mesa/docs/relnotes/18.3.6.rst U xenocara/lib/mesa/docs/relnotes/19.0.0.rst U xenocara/lib/mesa/docs/relnotes/19.0.1.rst U xenocara/lib/mesa/docs/relnotes/19.0.2.rst U xenocara/lib/mesa/docs/relnotes/19.0.3.rst U xenocara/lib/mesa/docs/relnotes/19.0.4.rst U xenocara/lib/mesa/docs/relnotes/19.0.5.rst U xenocara/lib/mesa/docs/relnotes/19.0.6.rst U xenocara/lib/mesa/docs/relnotes/19.0.7.rst U xenocara/lib/mesa/docs/relnotes/19.0.8.rst U xenocara/lib/mesa/docs/relnotes/19.1.0.rst U xenocara/lib/mesa/docs/relnotes/19.1.1.rst U xenocara/lib/mesa/docs/relnotes/19.1.2.rst U xenocara/lib/mesa/docs/relnotes/19.1.3.rst U xenocara/lib/mesa/docs/relnotes/19.1.4.rst U xenocara/lib/mesa/docs/relnotes/19.1.5.rst U xenocara/lib/mesa/docs/relnotes/19.1.6.rst U xenocara/lib/mesa/docs/relnotes/19.1.7.rst U xenocara/lib/mesa/docs/relnotes/19.1.8.rst U xenocara/lib/mesa/docs/relnotes/19.2.0.rst U xenocara/lib/mesa/docs/relnotes/19.2.1.rst U xenocara/lib/mesa/docs/relnotes/19.2.2.rst U xenocara/lib/mesa/docs/relnotes/19.2.3.rst U xenocara/lib/mesa/docs/relnotes/19.2.4.rst U xenocara/lib/mesa/docs/relnotes/19.2.5.rst U xenocara/lib/mesa/docs/relnotes/19.2.6.rst U xenocara/lib/mesa/docs/relnotes/19.2.7.rst U xenocara/lib/mesa/docs/relnotes/19.2.8.rst U xenocara/lib/mesa/docs/relnotes/19.3.0.rst U xenocara/lib/mesa/docs/relnotes/19.3.1.rst U xenocara/lib/mesa/docs/relnotes/19.3.2.rst U xenocara/lib/mesa/docs/relnotes/19.3.3.rst U xenocara/lib/mesa/docs/relnotes/19.3.4.rst U xenocara/lib/mesa/docs/relnotes/19.3.5.rst U xenocara/lib/mesa/docs/relnotes/20.0.0.rst U xenocara/lib/mesa/docs/relnotes/20.0.1.rst U xenocara/lib/mesa/docs/relnotes/20.0.2.rst U xenocara/lib/mesa/docs/relnotes/20.0.3.rst U xenocara/lib/mesa/docs/relnotes/20.0.4.rst U xenocara/lib/mesa/docs/relnotes/20.0.5.rst U xenocara/lib/mesa/docs/relnotes/20.0.6.rst U xenocara/lib/mesa/docs/relnotes/20.0.7.rst U xenocara/lib/mesa/docs/relnotes/20.0.8.rst U xenocara/lib/mesa/docs/relnotes/20.1.0.rst U xenocara/lib/mesa/docs/relnotes/20.1.1.rst U xenocara/lib/mesa/docs/relnotes/20.1.10.rst U xenocara/lib/mesa/docs/relnotes/20.1.2.rst U xenocara/lib/mesa/docs/relnotes/20.1.3.rst U xenocara/lib/mesa/docs/relnotes/20.1.4.rst U xenocara/lib/mesa/docs/relnotes/20.1.5.rst U xenocara/lib/mesa/docs/relnotes/20.1.6.rst U xenocara/lib/mesa/docs/relnotes/20.1.7.rst U xenocara/lib/mesa/docs/relnotes/20.1.8.rst U xenocara/lib/mesa/docs/relnotes/20.1.9.rst U xenocara/lib/mesa/docs/relnotes/20.2.0.rst U xenocara/lib/mesa/docs/relnotes/20.2.1.rst U xenocara/lib/mesa/docs/relnotes/20.2.2.rst U xenocara/lib/mesa/docs/relnotes/20.2.3.rst U xenocara/lib/mesa/docs/relnotes/20.2.4.rst U xenocara/lib/mesa/docs/relnotes/20.2.5.rst U xenocara/lib/mesa/docs/relnotes/20.2.6.rst U xenocara/lib/mesa/docs/relnotes/20.3.0.rst U xenocara/lib/mesa/docs/relnotes/20.3.1.rst U xenocara/lib/mesa/docs/relnotes/20.3.2.rst U xenocara/lib/mesa/docs/relnotes/20.3.3.rst U xenocara/lib/mesa/docs/relnotes/20.3.4.rst U xenocara/lib/mesa/docs/relnotes/20.3.5.rst U xenocara/lib/mesa/docs/relnotes/21.0.0.rst U xenocara/lib/mesa/docs/relnotes/21.0.1.rst U xenocara/lib/mesa/docs/relnotes/21.0.2.rst U xenocara/lib/mesa/docs/relnotes/21.0.3.rst U xenocara/lib/mesa/docs/relnotes/21.1.0.rst U xenocara/lib/mesa/docs/relnotes/21.1.1.rst U xenocara/lib/mesa/docs/relnotes/21.1.2.rst U xenocara/lib/mesa/docs/relnotes/21.1.3.rst U xenocara/lib/mesa/docs/relnotes/21.1.4.rst U xenocara/lib/mesa/docs/relnotes/21.1.5.rst U xenocara/lib/mesa/docs/relnotes/21.1.6.rst U xenocara/lib/mesa/docs/relnotes/21.1.7.rst U xenocara/lib/mesa/docs/relnotes/21.1.8.rst U xenocara/lib/mesa/docs/relnotes/21.2.0.rst U xenocara/lib/mesa/docs/relnotes/21.2.2.rst U xenocara/lib/mesa/docs/relnotes/21.2.3.rst U xenocara/lib/mesa/docs/relnotes/21.2.4.rst U xenocara/lib/mesa/docs/relnotes/21.2.5.rst U xenocara/lib/mesa/docs/relnotes/21.2.6.rst U xenocara/lib/mesa/docs/relnotes/21.3.0.rst U xenocara/lib/mesa/docs/relnotes/21.3.1.rst U xenocara/lib/mesa/docs/relnotes/21.3.2.rst U xenocara/lib/mesa/docs/relnotes/21.3.3.rst U xenocara/lib/mesa/docs/relnotes/21.3.4.rst U xenocara/lib/mesa/docs/relnotes/21.3.5.rst U xenocara/lib/mesa/docs/relnotes/21.3.6.rst U xenocara/lib/mesa/docs/relnotes/21.3.7.rst U xenocara/lib/mesa/docs/relnotes/21.3.8.rst U xenocara/lib/mesa/docs/relnotes/21.3.9.rst U xenocara/lib/mesa/docs/relnotes/22.0.0.rst U xenocara/lib/mesa/docs/relnotes/22.0.1.rst U xenocara/lib/mesa/docs/relnotes/22.0.2.rst U xenocara/lib/mesa/docs/relnotes/22.0.3.rst U xenocara/lib/mesa/docs/relnotes/22.0.4.rst U xenocara/lib/mesa/docs/relnotes/22.0.5.rst U xenocara/lib/mesa/docs/relnotes/22.1.0.rst U xenocara/lib/mesa/docs/relnotes/22.1.1.rst U xenocara/lib/mesa/docs/relnotes/22.1.2.rst U xenocara/lib/mesa/docs/relnotes/22.1.3.rst U xenocara/lib/mesa/docs/relnotes/22.1.4.rst U xenocara/lib/mesa/docs/relnotes/22.1.5.rst U xenocara/lib/mesa/docs/relnotes/22.1.6.rst U xenocara/lib/mesa/docs/relnotes/22.1.7.rst U xenocara/lib/mesa/docs/relnotes/22.2.0.rst U xenocara/lib/mesa/docs/relnotes/22.2.1.rst U xenocara/lib/mesa/docs/relnotes/22.2.2.rst N xenocara/lib/mesa/docs/relnotes/22.2.3.rst N xenocara/lib/mesa/docs/relnotes/22.2.4.rst U xenocara/lib/mesa/docs/relnotes/22.3.0.rst U xenocara/lib/mesa/docs/relnotes/22.3.1.rst U xenocara/lib/mesa/docs/relnotes/22.3.2.rst U xenocara/lib/mesa/docs/relnotes/22.3.3.rst U xenocara/lib/mesa/docs/relnotes/22.3.4.rst U xenocara/lib/mesa/docs/relnotes/22.3.5.rst U xenocara/lib/mesa/docs/relnotes/22.3.6.rst U xenocara/lib/mesa/docs/relnotes/22.3.7.rst N xenocara/lib/mesa/docs/relnotes/23.0.0.rst N xenocara/lib/mesa/docs/relnotes/23.1.0.rst N xenocara/lib/mesa/docs/relnotes/23.1.1.rst N xenocara/lib/mesa/docs/relnotes/23.1.2.rst N xenocara/lib/mesa/docs/relnotes/23.1.3.rst N xenocara/lib/mesa/docs/relnotes/23.1.4.rst N xenocara/lib/mesa/docs/relnotes/23.1.5.rst N xenocara/lib/mesa/docs/relnotes/23.1.6.rst N xenocara/lib/mesa/docs/relnotes/23.1.7.rst N xenocara/lib/mesa/docs/relnotes/23.1.8.rst N xenocara/lib/mesa/docs/relnotes/23.1.9.rst U xenocara/lib/mesa/docs/relnotes/6.4.1.rst U xenocara/lib/mesa/docs/relnotes/6.4.2.rst U xenocara/lib/mesa/docs/relnotes/6.4.rst U xenocara/lib/mesa/docs/relnotes/6.5.1.rst U xenocara/lib/mesa/docs/relnotes/6.5.rst U xenocara/lib/mesa/docs/relnotes/6.5.2.rst U xenocara/lib/mesa/docs/relnotes/6.5.3.rst U xenocara/lib/mesa/docs/relnotes/7.0.1.rst U xenocara/lib/mesa/docs/relnotes/7.0.2.rst U xenocara/lib/mesa/docs/relnotes/7.0.3.rst U xenocara/lib/mesa/docs/relnotes/7.0.4.rst U xenocara/lib/mesa/docs/relnotes/7.0.rst U xenocara/lib/mesa/docs/relnotes/7.1.rst U xenocara/lib/mesa/docs/relnotes/7.10.1.rst U xenocara/lib/mesa/docs/relnotes/7.10.2.rst U xenocara/lib/mesa/docs/relnotes/7.10.3.rst U xenocara/lib/mesa/docs/relnotes/7.10.rst U xenocara/lib/mesa/docs/relnotes/7.11.1.rst U xenocara/lib/mesa/docs/relnotes/7.11.2.rst U xenocara/lib/mesa/docs/relnotes/7.11.rst U xenocara/lib/mesa/docs/relnotes/7.2.rst U xenocara/lib/mesa/docs/relnotes/7.3.rst U xenocara/lib/mesa/docs/relnotes/7.4.1.rst U xenocara/lib/mesa/docs/relnotes/7.4.2.rst U xenocara/lib/mesa/docs/relnotes/7.4.3.rst U xenocara/lib/mesa/docs/relnotes/7.4.4.rst U xenocara/lib/mesa/docs/relnotes/7.4.rst U xenocara/lib/mesa/docs/relnotes/7.5.1.rst U xenocara/lib/mesa/docs/relnotes/7.5.2.rst U xenocara/lib/mesa/docs/relnotes/7.5.rst U xenocara/lib/mesa/docs/relnotes/7.6.1.rst U xenocara/lib/mesa/docs/relnotes/7.6.rst U xenocara/lib/mesa/docs/relnotes/7.7.1.rst U xenocara/lib/mesa/docs/relnotes/7.7.rst U xenocara/lib/mesa/docs/relnotes/7.8.1.rst U xenocara/lib/mesa/docs/relnotes/7.8.2.rst U xenocara/lib/mesa/docs/relnotes/7.8.3.rst U xenocara/lib/mesa/docs/relnotes/7.8.rst U xenocara/lib/mesa/docs/relnotes/7.9.1.rst U xenocara/lib/mesa/docs/relnotes/7.9.2.rst U xenocara/lib/mesa/docs/relnotes/7.9.rst U xenocara/lib/mesa/docs/relnotes/8.0.1.rst U xenocara/lib/mesa/docs/relnotes/8.0.2.rst U xenocara/lib/mesa/docs/relnotes/8.0.3.rst U xenocara/lib/mesa/docs/relnotes/8.0.4.rst U xenocara/lib/mesa/docs/relnotes/8.0.5.rst U xenocara/lib/mesa/docs/relnotes/8.0.rst U xenocara/lib/mesa/docs/relnotes/9.0.1.rst U xenocara/lib/mesa/docs/relnotes/9.0.2.rst U xenocara/lib/mesa/docs/relnotes/9.0.3.rst U xenocara/lib/mesa/docs/relnotes/9.0.rst U xenocara/lib/mesa/docs/relnotes/9.1.1.rst U xenocara/lib/mesa/docs/relnotes/9.1.2.rst U xenocara/lib/mesa/docs/relnotes/9.1.3.rst U xenocara/lib/mesa/docs/relnotes/9.1.4.rst U xenocara/lib/mesa/docs/relnotes/9.1.5.rst U xenocara/lib/mesa/docs/relnotes/9.1.6.rst U xenocara/lib/mesa/docs/relnotes/9.1.7.rst U xenocara/lib/mesa/docs/relnotes/9.1.rst U xenocara/lib/mesa/docs/relnotes/9.2.rst U xenocara/lib/mesa/docs/relnotes/9.2.1.rst U xenocara/lib/mesa/docs/relnotes/9.2.2.rst U xenocara/lib/mesa/docs/relnotes/9.2.3.rst U xenocara/lib/mesa/docs/relnotes/9.2.4.rst U xenocara/lib/mesa/docs/relnotes/9.2.5.rst U xenocara/lib/mesa/docs/vulkan/base-objs.rst U xenocara/lib/mesa/docs/vulkan/command-pools.rst U xenocara/lib/mesa/docs/vulkan/dispatch.rst U xenocara/lib/mesa/docs/vulkan/graphics-state.rst U xenocara/lib/mesa/docs/vulkan/index.rst U xenocara/lib/mesa/docs/vulkan/renderpass.rst U xenocara/lib/mesa/include/c99_alloca.h U xenocara/lib/mesa/include/c99_compat.h U xenocara/lib/mesa/include/kopper_interface.h U xenocara/lib/mesa/include/meson.build U xenocara/lib/mesa/include/no_extern_c.h U xenocara/lib/mesa/include/CL/cl.h U xenocara/lib/mesa/include/CL/cl.hpp U xenocara/lib/mesa/include/CL/cl2.hpp C xenocara/lib/mesa/include/CL/cl_d3d10.h C xenocara/lib/mesa/include/CL/cl_d3d11.h C xenocara/lib/mesa/include/CL/cl_dx9_media_sharing.h U xenocara/lib/mesa/include/CL/cl_dx9_media_sharing_intel.h U xenocara/lib/mesa/include/CL/cl_egl.h C xenocara/lib/mesa/include/CL/cl_ext.h U xenocara/lib/mesa/include/CL/cl_ext_intel.h U xenocara/lib/mesa/include/CL/cl_gl.h C xenocara/lib/mesa/include/CL/cl_gl_ext.h U xenocara/lib/mesa/include/CL/cl_icd.h C xenocara/lib/mesa/include/CL/cl_platform.h U xenocara/lib/mesa/include/CL/cl_va_api_media_sharing_intel.h U xenocara/lib/mesa/include/CL/cl_version.h C xenocara/lib/mesa/include/CL/opencl.h N xenocara/lib/mesa/include/CL/opencl.hpp U xenocara/lib/mesa/include/D3D9/.editorconfig U xenocara/lib/mesa/include/D3D9/d3d9.h U xenocara/lib/mesa/include/D3D9/d3d9caps.h U xenocara/lib/mesa/include/D3D9/d3d9types.h U xenocara/lib/mesa/include/EGL/egl.h U xenocara/lib/mesa/include/EGL/eglext.h U xenocara/lib/mesa/include/EGL/eglext_angle.h U xenocara/lib/mesa/include/EGL/eglmesaext.h U xenocara/lib/mesa/include/EGL/eglplatform.h U xenocara/lib/mesa/include/GL/gl.h U xenocara/lib/mesa/include/GL/glcorearb.h U xenocara/lib/mesa/include/GL/glext.h U xenocara/lib/mesa/include/GL/glx.h C xenocara/lib/mesa/include/GL/glxext.h U xenocara/lib/mesa/include/GL/mesa_glinterop.h U xenocara/lib/mesa/include/GL/osmesa.h U xenocara/lib/mesa/include/GL/wglext.h C xenocara/lib/mesa/include/GL/internal/dri_interface.h N xenocara/lib/mesa/include/GL/internal/mesa_interface.h U xenocara/lib/mesa/include/GLES/egl.h U xenocara/lib/mesa/include/GLES/gl.h U xenocara/lib/mesa/include/GLES/glext.h U xenocara/lib/mesa/include/GLES/glplatform.h U xenocara/lib/mesa/include/GLES2/gl2.h U xenocara/lib/mesa/include/GLES2/gl2ext.h U xenocara/lib/mesa/include/GLES2/gl2platform.h U xenocara/lib/mesa/include/GLES3/gl3.h U xenocara/lib/mesa/include/GLES3/gl31.h U xenocara/lib/mesa/include/GLES3/gl32.h U xenocara/lib/mesa/include/GLES3/gl3ext.h U xenocara/lib/mesa/include/GLES3/gl3platform.h U xenocara/lib/mesa/include/KHR/khrplatform.h U xenocara/lib/mesa/include/android_stub/android/data_space.h U xenocara/lib/mesa/include/android_stub/android/hardware_buffer.h U xenocara/lib/mesa/include/android_stub/android/hdr_metadata.h U xenocara/lib/mesa/include/android_stub/android/log.h U xenocara/lib/mesa/include/android_stub/android/native_window.h U xenocara/lib/mesa/include/android_stub/android/rect.h U xenocara/lib/mesa/include/android_stub/android/sync.h U xenocara/lib/mesa/include/android_stub/backtrace/Backtrace.h U xenocara/lib/mesa/include/android_stub/backtrace/BacktraceMap.h U xenocara/lib/mesa/include/android_stub/backtrace/backtrace_constants.h U xenocara/lib/mesa/include/android_stub/cutils/compiler.h U xenocara/lib/mesa/include/android_stub/cutils/log.h U xenocara/lib/mesa/include/android_stub/cutils/native_handle.h U xenocara/lib/mesa/include/android_stub/cutils/properties.h U xenocara/lib/mesa/include/android_stub/cutils/trace.h U xenocara/lib/mesa/include/android_stub/hardware/fb.h U xenocara/lib/mesa/include/android_stub/hardware/gralloc.h U xenocara/lib/mesa/include/android_stub/hardware/gralloc1.h U xenocara/lib/mesa/include/android_stub/hardware/hardware.h U xenocara/lib/mesa/include/android_stub/hardware/hwvulkan.h U xenocara/lib/mesa/include/android_stub/log/event_tag_map.h U xenocara/lib/mesa/include/android_stub/log/log.h U xenocara/lib/mesa/include/android_stub/log/log_event_list.h U xenocara/lib/mesa/include/android_stub/log/log_id.h U xenocara/lib/mesa/include/android_stub/log/log_main.h U xenocara/lib/mesa/include/android_stub/log/log_properties.h U xenocara/lib/mesa/include/android_stub/log/log_radio.h U xenocara/lib/mesa/include/android_stub/log/log_read.h U xenocara/lib/mesa/include/android_stub/log/log_safetynet.h U xenocara/lib/mesa/include/android_stub/log/log_system.h U xenocara/lib/mesa/include/android_stub/log/log_time.h U xenocara/lib/mesa/include/android_stub/log/logprint.h U xenocara/lib/mesa/include/android_stub/nativebase/nativebase.h U xenocara/lib/mesa/include/android_stub/ndk/sync.h U xenocara/lib/mesa/include/android_stub/system/camera.h U xenocara/lib/mesa/include/android_stub/system/graphics-base-v1.0.h U xenocara/lib/mesa/include/android_stub/system/graphics-base-v1.1.h U xenocara/lib/mesa/include/android_stub/system/graphics-base-v1.2.h U xenocara/lib/mesa/include/android_stub/system/graphics-base.h U xenocara/lib/mesa/include/android_stub/system/graphics-sw.h U xenocara/lib/mesa/include/android_stub/system/graphics.h U xenocara/lib/mesa/include/android_stub/system/radio.h U xenocara/lib/mesa/include/android_stub/system/thread_defs.h U xenocara/lib/mesa/include/android_stub/system/window.h U xenocara/lib/mesa/include/android_stub/vndk/hardware_buffer.h U xenocara/lib/mesa/include/android_stub/vndk/window.h U xenocara/lib/mesa/include/d3dadapter/.editorconfig U xenocara/lib/mesa/include/d3dadapter/d3dadapter9.h U xenocara/lib/mesa/include/d3dadapter/drm.h U xenocara/lib/mesa/include/d3dadapter/present.h U xenocara/lib/mesa/include/drm-uapi/README C xenocara/lib/mesa/include/drm-uapi/amdgpu_drm.h N xenocara/lib/mesa/include/drm-uapi/dma-buf.h U xenocara/lib/mesa/include/drm-uapi/drm.h C xenocara/lib/mesa/include/drm-uapi/drm_fourcc.h C xenocara/lib/mesa/include/drm-uapi/drm_mode.h U xenocara/lib/mesa/include/drm-uapi/etnaviv_drm.h N xenocara/lib/mesa/include/drm-uapi/gpu_scheduler.h C xenocara/lib/mesa/include/drm-uapi/i915_drm.h U xenocara/lib/mesa/include/drm-uapi/lima_drm.h U xenocara/lib/mesa/include/drm-uapi/msm_drm.h U xenocara/lib/mesa/include/drm-uapi/panfrost_drm.h U xenocara/lib/mesa/include/drm-uapi/sync_file.h U xenocara/lib/mesa/include/drm-uapi/tegra_drm.h U xenocara/lib/mesa/include/drm-uapi/v3d_drm.h U xenocara/lib/mesa/include/drm-uapi/vc4_drm.h U xenocara/lib/mesa/include/drm-uapi/virtgpu_drm.h N xenocara/lib/mesa/include/drm-uapi/xe_drm.h U xenocara/lib/mesa/include/pci_ids/crocus_pci_ids.h U xenocara/lib/mesa/include/pci_ids/i830_pci_ids.h U xenocara/lib/mesa/include/pci_ids/i915_pci_ids.h C xenocara/lib/mesa/include/pci_ids/iris_pci_ids.h U xenocara/lib/mesa/include/pci_ids/r300_pci_ids.h U xenocara/lib/mesa/include/pci_ids/r600_pci_ids.h U xenocara/lib/mesa/include/pci_ids/radeonsi_pci_ids.h U xenocara/lib/mesa/include/pci_ids/virtio_gpu_pci_ids.h U xenocara/lib/mesa/include/pci_ids/vmwgfx_pci_ids.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h264std.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h264std_decode.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h264std_encode.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h265std.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h265std_decode.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h265std_encode.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codecs_common.h U xenocara/lib/mesa/include/vulkan/.editorconfig U xenocara/lib/mesa/include/vulkan/vk_android_native_buffer.h U xenocara/lib/mesa/include/vulkan/vk_icd.h U xenocara/lib/mesa/include/vulkan/vk_layer.h C xenocara/lib/mesa/include/vulkan/vk_platform.h C xenocara/lib/mesa/include/vulkan/vulkan.h U xenocara/lib/mesa/include/vulkan/vulkan_android.h C xenocara/lib/mesa/include/vulkan/vulkan_beta.h U xenocara/lib/mesa/include/vulkan/vulkan_core.h U xenocara/lib/mesa/include/vulkan/vulkan_directfb.h U xenocara/lib/mesa/include/vulkan/vulkan_fuchsia.h U xenocara/lib/mesa/include/vulkan/vulkan_ggp.h U xenocara/lib/mesa/include/vulkan/vulkan_ios.h U xenocara/lib/mesa/include/vulkan/vulkan_macos.h U xenocara/lib/mesa/include/vulkan/vulkan_metal.h U xenocara/lib/mesa/include/vulkan/vulkan_screen.h U xenocara/lib/mesa/include/vulkan/vulkan_vi.h U xenocara/lib/mesa/include/vulkan/vulkan_wayland.h U xenocara/lib/mesa/include/vulkan/vulkan_win32.h U xenocara/lib/mesa/include/vulkan/vulkan_xcb.h U xenocara/lib/mesa/include/vulkan/vulkan_xlib.h U xenocara/lib/mesa/include/vulkan/vulkan_xlib_xrandr.h U xenocara/lib/mesa/include/winddk/.gitignore U xenocara/lib/mesa/include/winddk/README.txt U xenocara/lib/mesa/include/winddk/winddk_compat.h C xenocara/lib/mesa/src/meson.build U xenocara/lib/mesa/src/amd/.clang-format U xenocara/lib/mesa/src/amd/meson.build U xenocara/lib/mesa/src/amd/addrlib/meson.build U xenocara/lib/mesa/src/amd/addrlib/inc/addrinterface.h U xenocara/lib/mesa/src/amd/addrlib/inc/addrtypes.h U xenocara/lib/mesa/src/amd/addrlib/src/addrinterface.cpp U xenocara/lib/mesa/src/amd/addrlib/src/amdgpu_asic_addr.h U xenocara/lib/mesa/src/amd/addrlib/src/chip/gfx10/gfx10_gb_reg.h U xenocara/lib/mesa/src/amd/addrlib/src/chip/gfx11/gfx11_gb_reg.h U xenocara/lib/mesa/src/amd/addrlib/src/chip/gfx9/gfx9_gb_reg.h U xenocara/lib/mesa/src/amd/addrlib/src/chip/r800/si_gb_reg.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrcommon.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrelemlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrelemlib.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib1.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib1.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib2.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib2.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrobject.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrobject.h U xenocara/lib/mesa/src/amd/addrlib/src/core/coord.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/coord.h U xenocara/lib/mesa/src/amd/addrlib/src/gfx10/gfx10SwizzlePattern.h U xenocara/lib/mesa/src/amd/addrlib/src/gfx10/gfx10addrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/gfx10/gfx10addrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/gfx11/gfx11SwizzlePattern.h U xenocara/lib/mesa/src/amd/addrlib/src/gfx11/gfx11addrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/gfx11/gfx11addrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/gfx9/gfx9addrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/gfx9/gfx9addrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/r800/ciaddrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/r800/ciaddrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/r800/egbaddrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/r800/egbaddrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/r800/siaddrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/r800/siaddrlib.h U xenocara/lib/mesa/src/amd/ci/.gitattributes N xenocara/lib/mesa/src/amd/ci/amd-raven-fails.txt N xenocara/lib/mesa/src/amd/ci/deqp-amd-raven-skqp.toml U xenocara/lib/mesa/src/amd/ci/deqp-radeonsi-stoney.toml U xenocara/lib/mesa/src/amd/ci/gitlab-ci.yml U xenocara/lib/mesa/src/amd/ci/radeonsi-raven-fails.txt U xenocara/lib/mesa/src/amd/ci/radeonsi-raven-flakes.txt U xenocara/lib/mesa/src/amd/ci/radeonsi-raven-skips.txt U xenocara/lib/mesa/src/amd/ci/radeonsi-stoney-fails.txt U xenocara/lib/mesa/src/amd/ci/radeonsi-stoney-flakes.txt U xenocara/lib/mesa/src/amd/ci/radeonsi-stoney-skips.txt U xenocara/lib/mesa/src/amd/ci/radv-navi10-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-navi10-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/radv-raven-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-navi21-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-navi21-aco-flakes.txt U xenocara/lib/mesa/src/amd/ci/radv-navi21-llvm-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-navi21-llvm-flakes.txt N xenocara/lib/mesa/src/amd/ci/radv-raven-flakes.txt N xenocara/lib/mesa/src/amd/ci/radv-raven-skips.txt U xenocara/lib/mesa/src/amd/ci/radv-renoir-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-renoir-aco-flakes.txt U xenocara/lib/mesa/src/amd/ci/radv-skips.txt U xenocara/lib/mesa/src/amd/ci/radv-stoney-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-stoney-aco-flakes.txt U xenocara/lib/mesa/src/amd/ci/radv-stoney-aco-skips.txt U xenocara/lib/mesa/src/amd/ci/radv-vangogh-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-vangogh-aco-flakes.txt U xenocara/lib/mesa/src/amd/ci/traces-amd.yml U xenocara/lib/mesa/src/amd/ci/radv-vega10-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-vega10-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/external/radv-bonaire-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-bonaire-aco-skips.txt N xenocara/lib/mesa/src/amd/ci/external/radv-fiji-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-gfx1100-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-gfx1100-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/external/radv-hawaii-aco-skips.txt N xenocara/lib/mesa/src/amd/ci/external/radv-kabini-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-kabini-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/external/radv-kabini-aco-skips.txt N xenocara/lib/mesa/src/amd/ci/external/radv-navi14-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-navi22-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-navi22-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/external/radv-pitcairn-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-polaris10-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-polaris10-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/external/radv-polaris10-vkd3d.txt N xenocara/lib/mesa/src/amd/ci/external/radv-raven-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-raven-aco-skips.txt U xenocara/lib/mesa/src/amd/common/ac_binary.c U xenocara/lib/mesa/src/amd/common/ac_binary.h C xenocara/lib/mesa/src/amd/common/ac_debug.c C xenocara/lib/mesa/src/amd/common/ac_debug.h U xenocara/lib/mesa/src/amd/common/ac_drm_fourcc.h C xenocara/lib/mesa/src/amd/common/ac_gpu_info.c C xenocara/lib/mesa/src/amd/common/ac_gpu_info.h U xenocara/lib/mesa/src/amd/common/ac_msgpack.c U xenocara/lib/mesa/src/amd/common/ac_msgpack.h U xenocara/lib/mesa/src/amd/common/ac_nir.c U xenocara/lib/mesa/src/amd/common/ac_nir.h U xenocara/lib/mesa/src/amd/common/ac_nir_cull.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_esgs_io_to_mem.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_global_access.c N xenocara/lib/mesa/src/amd/common/ac_nir_lower_image_opcodes_cdna.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_ngg.c N xenocara/lib/mesa/src/amd/common/ac_nir_lower_ps.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_resinfo.c N xenocara/lib/mesa/src/amd/common/ac_nir_lower_subdword_loads.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_taskmesh_io_to_mem.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_tess_io_to_mem.c U xenocara/lib/mesa/src/amd/common/ac_nir_opt_outputs.c U xenocara/lib/mesa/src/amd/common/ac_perfcounter.c U xenocara/lib/mesa/src/amd/common/ac_perfcounter.h U xenocara/lib/mesa/src/amd/common/ac_rgp.c U xenocara/lib/mesa/src/amd/common/ac_rgp.h U xenocara/lib/mesa/src/amd/common/ac_rgp_elf_object_pack.c U xenocara/lib/mesa/src/amd/common/ac_rtld.c U xenocara/lib/mesa/src/amd/common/ac_rtld.h U xenocara/lib/mesa/src/amd/common/ac_shader_args.c U xenocara/lib/mesa/src/amd/common/ac_shader_args.h U xenocara/lib/mesa/src/amd/common/ac_shader_util.c U xenocara/lib/mesa/src/amd/common/ac_shader_util.h U xenocara/lib/mesa/src/amd/common/ac_shadowed_regs.c U xenocara/lib/mesa/src/amd/common/ac_shadowed_regs.h C xenocara/lib/mesa/src/amd/common/sid.h U xenocara/lib/mesa/src/amd/common/ac_spm.c U xenocara/lib/mesa/src/amd/common/ac_spm.h U xenocara/lib/mesa/src/amd/common/ac_sqtt.c U xenocara/lib/mesa/src/amd/common/ac_sqtt.h C xenocara/lib/mesa/src/amd/common/ac_surface.c C xenocara/lib/mesa/src/amd/common/ac_surface.h U xenocara/lib/mesa/src/amd/common/ac_surface_meta_address_test.c U xenocara/lib/mesa/src/amd/common/ac_surface_modifier_test.c U xenocara/lib/mesa/src/amd/common/ac_surface_test_common.h U xenocara/lib/mesa/src/amd/common/ac_uvd_dec.h U xenocara/lib/mesa/src/amd/common/ac_vcn_dec.h U xenocara/lib/mesa/src/amd/common/amd_family.c C xenocara/lib/mesa/src/amd/common/amd_family.h U xenocara/lib/mesa/src/amd/common/amd_kernel_code_t.h U xenocara/lib/mesa/src/amd/common/gfx10_format_table.h U xenocara/lib/mesa/src/amd/common/gfx10_format_table.py U xenocara/lib/mesa/src/amd/common/meson.build U xenocara/lib/mesa/src/amd/common/sid_tables.py U xenocara/lib/mesa/src/amd/compiler/.clang-format U xenocara/lib/mesa/src/amd/compiler/README-ISA.md U xenocara/lib/mesa/src/amd/compiler/README.md U xenocara/lib/mesa/src/amd/compiler/aco_assembler.cpp U xenocara/lib/mesa/src/amd/compiler/aco_builder_h.py U xenocara/lib/mesa/src/amd/compiler/aco_dead_code_analysis.cpp U xenocara/lib/mesa/src/amd/compiler/aco_dominance.cpp U xenocara/lib/mesa/src/amd/compiler/aco_form_hard_clauses.cpp U xenocara/lib/mesa/src/amd/compiler/aco_insert_NOPs.cpp U xenocara/lib/mesa/src/amd/compiler/aco_insert_exec_mask.cpp U xenocara/lib/mesa/src/amd/compiler/aco_insert_waitcnt.cpp C xenocara/lib/mesa/src/amd/compiler/aco_instruction_selection.cpp U xenocara/lib/mesa/src/amd/compiler/aco_instruction_selection.h U xenocara/lib/mesa/src/amd/compiler/aco_instruction_selection_setup.cpp U xenocara/lib/mesa/src/amd/compiler/aco_interface.cpp U xenocara/lib/mesa/src/amd/compiler/aco_ir.cpp U xenocara/lib/mesa/src/amd/compiler/aco_interface.h C xenocara/lib/mesa/src/amd/compiler/aco_ir.h U xenocara/lib/mesa/src/amd/compiler/aco_live_var_analysis.cpp C xenocara/lib/mesa/src/amd/compiler/aco_lower_phis.cpp U xenocara/lib/mesa/src/amd/compiler/aco_lower_to_cssa.cpp C xenocara/lib/mesa/src/amd/compiler/aco_lower_to_hw_instr.cpp U xenocara/lib/mesa/src/amd/compiler/aco_opcodes.py U xenocara/lib/mesa/src/amd/compiler/aco_opcodes_cpp.py U xenocara/lib/mesa/src/amd/compiler/aco_opcodes_h.py U xenocara/lib/mesa/src/amd/compiler/aco_opt_value_numbering.cpp C xenocara/lib/mesa/src/amd/compiler/aco_optimizer.cpp U xenocara/lib/mesa/src/amd/compiler/aco_optimizer_postRA.cpp C xenocara/lib/mesa/src/amd/compiler/aco_print_asm.cpp U xenocara/lib/mesa/src/amd/compiler/aco_print_ir.cpp U xenocara/lib/mesa/src/amd/compiler/aco_reduce_assign.cpp U xenocara/lib/mesa/src/amd/compiler/aco_register_allocation.cpp U xenocara/lib/mesa/src/amd/compiler/aco_reindex_ssa.cpp U xenocara/lib/mesa/src/amd/compiler/aco_scheduler.cpp U xenocara/lib/mesa/src/amd/compiler/aco_shader_info.h U xenocara/lib/mesa/src/amd/compiler/aco_spill.cpp U xenocara/lib/mesa/src/amd/compiler/aco_ssa_elimination.cpp C xenocara/lib/mesa/src/amd/compiler/aco_statistics.cpp U xenocara/lib/mesa/src/amd/compiler/aco_util.h U xenocara/lib/mesa/src/amd/compiler/aco_validate.cpp U xenocara/lib/mesa/src/amd/compiler/meson.build U xenocara/lib/mesa/src/amd/compiler/tests/README.md U xenocara/lib/mesa/src/amd/compiler/tests/check_output.py U xenocara/lib/mesa/src/amd/compiler/tests/framework.h U xenocara/lib/mesa/src/amd/compiler/tests/glsl_scraper.py U xenocara/lib/mesa/src/amd/compiler/tests/helpers.cpp U xenocara/lib/mesa/src/amd/compiler/tests/helpers.h U xenocara/lib/mesa/src/amd/compiler/tests/main.cpp U xenocara/lib/mesa/src/amd/compiler/tests/meson.build U xenocara/lib/mesa/src/amd/compiler/tests/test_assembler.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_builder.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_hard_clause.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_insert_nops.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_insert_waitcnt.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_isel.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_optimizer.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_optimizer_postRA.cpp N xenocara/lib/mesa/src/amd/compiler/tests/test_reduce_assign.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_regalloc.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_sdwa.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_tests.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_to_hw_instr.cpp U xenocara/lib/mesa/src/amd/drm-shim/README.md U xenocara/lib/mesa/src/amd/drm-shim/meson.build U xenocara/lib/mesa/src/amd/drm-shim/radeon_noop_drm_shim.c C xenocara/lib/mesa/src/amd/llvm/ac_llvm_build.c U xenocara/lib/mesa/src/amd/llvm/ac_llvm_build.h U xenocara/lib/mesa/src/amd/llvm/ac_llvm_helper.cpp C xenocara/lib/mesa/src/amd/llvm/ac_llvm_util.c U xenocara/lib/mesa/src/amd/llvm/ac_llvm_util.h U xenocara/lib/mesa/src/amd/llvm/ac_nir_to_llvm.c U xenocara/lib/mesa/src/amd/llvm/ac_nir_to_llvm.h U xenocara/lib/mesa/src/amd/llvm/ac_shader_abi.h U xenocara/lib/mesa/src/amd/llvm/meson.build U xenocara/lib/mesa/src/amd/registers/canonicalize.py U xenocara/lib/mesa/src/amd/registers/gfx10-rsrc.json U xenocara/lib/mesa/src/amd/registers/gfx10.json U xenocara/lib/mesa/src/amd/registers/gfx103.json U xenocara/lib/mesa/src/amd/registers/gfx11-rsrc.json U xenocara/lib/mesa/src/amd/registers/gfx11.json U xenocara/lib/mesa/src/amd/registers/gfx6.json U xenocara/lib/mesa/src/amd/registers/gfx7.json U xenocara/lib/mesa/src/amd/registers/gfx8.json U xenocara/lib/mesa/src/amd/registers/gfx81.json U xenocara/lib/mesa/src/amd/registers/gfx9.json N xenocara/lib/mesa/src/amd/registers/gfx940.json U xenocara/lib/mesa/src/amd/registers/makeregheader.py U xenocara/lib/mesa/src/amd/registers/mergedbs.py U xenocara/lib/mesa/src/amd/registers/parse_kernel_headers.py U xenocara/lib/mesa/src/amd/registers/parseheader.py U xenocara/lib/mesa/src/amd/registers/pkt3.json U xenocara/lib/mesa/src/amd/registers/regdb.py U xenocara/lib/mesa/src/amd/registers/registers-manually-defined.json U xenocara/lib/mesa/src/amd/vulkan/.editorconfig U xenocara/lib/mesa/src/amd/vulkan/meson.build U xenocara/lib/mesa/src/amd/vulkan/radv_acceleration_structure.c U xenocara/lib/mesa/src/amd/vulkan/radv_aco_shader_info.h U xenocara/lib/mesa/src/amd/vulkan/radv_android.c N xenocara/lib/mesa/src/amd/vulkan/radv_buffer.c U xenocara/lib/mesa/src/amd/vulkan/radv_check_va.py C xenocara/lib/mesa/src/amd/vulkan/radv_cmd_buffer.c U xenocara/lib/mesa/src/amd/vulkan/radv_constants.h N xenocara/lib/mesa/src/amd/vulkan/radv_cp_reg_shadowing.c C xenocara/lib/mesa/src/amd/vulkan/radv_cs.h U xenocara/lib/mesa/src/amd/vulkan/radv_debug.c C xenocara/lib/mesa/src/amd/vulkan/radv_debug.h C xenocara/lib/mesa/src/amd/vulkan/radv_descriptor_set.c C xenocara/lib/mesa/src/amd/vulkan/radv_descriptor_set.h C xenocara/lib/mesa/src/amd/vulkan/radv_device.c N xenocara/lib/mesa/src/amd/vulkan/radv_device_memory.c U xenocara/lib/mesa/src/amd/vulkan/radv_device_generated_commands.c N xenocara/lib/mesa/src/amd/vulkan/radv_event.c C xenocara/lib/mesa/src/amd/vulkan/radv_formats.c C xenocara/lib/mesa/src/amd/vulkan/radv_image.c N xenocara/lib/mesa/src/amd/vulkan/radv_instance.c U xenocara/lib/mesa/src/amd/vulkan/radv_llvm_helper.cpp U xenocara/lib/mesa/src/amd/vulkan/radv_llvm_helper.h U xenocara/lib/mesa/src/amd/vulkan/radv_nir_to_llvm.c U xenocara/lib/mesa/src/amd/vulkan/radv_perfcounter.c N xenocara/lib/mesa/src/amd/vulkan/radv_physical_device.c C xenocara/lib/mesa/src/amd/vulkan/radv_pipeline.c C xenocara/lib/mesa/src/amd/vulkan/radv_pipeline_cache.c N xenocara/lib/mesa/src/amd/vulkan/radv_pipeline_compute.c N xenocara/lib/mesa/src/amd/vulkan/radv_pipeline_graphics.c U xenocara/lib/mesa/src/amd/vulkan/radv_pipeline_rt.c C xenocara/lib/mesa/src/amd/vulkan/radv_private.h C xenocara/lib/mesa/src/amd/vulkan/radv_query.c N xenocara/lib/mesa/src/amd/vulkan/radv_queue.c C xenocara/lib/mesa/src/amd/vulkan/radv_radeon_winsys.h N xenocara/lib/mesa/src/amd/vulkan/radv_rmv.c U xenocara/lib/mesa/src/amd/vulkan/radv_rra.c U xenocara/lib/mesa/src/amd/vulkan/radv_rt_common.c U xenocara/lib/mesa/src/amd/vulkan/radv_rt_common.h N xenocara/lib/mesa/src/amd/vulkan/radv_rt_shader.c N xenocara/lib/mesa/src/amd/vulkan/radv_sampler.c U xenocara/lib/mesa/src/amd/vulkan/radv_sdma_copy_image.c C xenocara/lib/mesa/src/amd/vulkan/radv_shader.c U xenocara/lib/mesa/src/amd/vulkan/radv_shader.h U xenocara/lib/mesa/src/amd/vulkan/radv_shader_args.c U xenocara/lib/mesa/src/amd/vulkan/radv_shader_args.h U xenocara/lib/mesa/src/amd/vulkan/radv_shader_info.c U xenocara/lib/mesa/src/amd/vulkan/radv_spm.c C xenocara/lib/mesa/src/amd/vulkan/radv_sqtt.c N xenocara/lib/mesa/src/amd/vulkan/radv_video.c C xenocara/lib/mesa/src/amd/vulkan/radv_wsi.c C xenocara/lib/mesa/src/amd/vulkan/si_cmd_buffer.c U xenocara/lib/mesa/src/amd/vulkan/vk_format.h U xenocara/lib/mesa/src/amd/vulkan/bvh/build_helpers.h U xenocara/lib/mesa/src/amd/vulkan/bvh/build_interface.h U xenocara/lib/mesa/src/amd/vulkan/bvh/bvh.h U xenocara/lib/mesa/src/amd/vulkan/bvh/copy.comp N xenocara/lib/mesa/src/amd/vulkan/bvh/encode.comp N xenocara/lib/mesa/src/amd/vulkan/bvh/header.comp N xenocara/lib/mesa/src/amd/vulkan/bvh/lbvh_generate_ir.comp N xenocara/lib/mesa/src/amd/vulkan/bvh/lbvh_main.comp U xenocara/lib/mesa/src/amd/vulkan/bvh/leaf.comp U xenocara/lib/mesa/src/amd/vulkan/bvh/meson.build U xenocara/lib/mesa/src/amd/vulkan/bvh/morton.comp U xenocara/lib/mesa/src/amd/vulkan/bvh/ploc_internal.comp U xenocara/lib/mesa/src/amd/vulkan/layers/radv_metro_exodus.c U xenocara/lib/mesa/src/amd/vulkan/layers/radv_rage2.c N xenocara/lib/mesa/src/amd/vulkan/layers/radv_rmv_layer.c U xenocara/lib/mesa/src/amd/vulkan/layers/radv_rra_layer.c C xenocara/lib/mesa/src/amd/vulkan/layers/radv_sqtt_layer.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir.h N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_apply_pipeline_layout.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_export_multiview.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_abi.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_fs_intrinsics.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_intrinsics_early.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_io.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_primitive_shading_rate.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_ray_queries.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_view_index.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_viewport_to_zero.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_vs_inputs.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta.h N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_blit.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_blit2d.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_buffer.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_bufimage.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_clear.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_copy.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_copy_vrs_htile.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_dcc_retile.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_decompress.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_etc_decode.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_fast_clear.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_fmask_copy.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_fmask_expand.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_resolve.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_resolve_cs.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_resolve_fs.c U xenocara/lib/mesa/src/amd/vulkan/radix_sort/LICENSE U xenocara/lib/mesa/src/amd/vulkan/radix_sort/meson.build U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radix_sort_vk.c U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radix_sort_vk.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radix_sort_vk_devaddr.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radix_sort_vk_ext.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radv_radix_sort.c U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radv_radix_sort.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/target.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/common/macros.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/common/util.c U xenocara/lib/mesa/src/amd/vulkan/radix_sort/common/util.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/common/vk/barrier.c U xenocara/lib/mesa/src/amd/vulkan/radix_sort/common/vk/barrier.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/bufref.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/fill.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/histogram.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/init.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/meson.build U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/prefix.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/prefix.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/prefix_limits.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/push.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/scatter.glsl U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/scatter_0_even.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/scatter_0_odd.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/scatter_1_even.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/scatter_1_odd.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/targets/u64/config.h C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.h C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.h U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.c U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.h C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.c C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys_public.h U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_bo.c U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_bo.h U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_cs.c U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_cs.h C xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_winsys.c U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_winsys.h U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_winsys_public.h U xenocara/lib/mesa/src/android_stub/README.md U xenocara/lib/mesa/src/android_stub/backtrace_stub.cpp U xenocara/lib/mesa/src/android_stub/cutils_stub.cpp U xenocara/lib/mesa/src/android_stub/hardware_stub.cpp U xenocara/lib/mesa/src/android_stub/log_stub.cpp U xenocara/lib/mesa/src/android_stub/meson.build U xenocara/lib/mesa/src/android_stub/nativewindow_stub.cpp U xenocara/lib/mesa/src/android_stub/sync_stub.cpp N xenocara/lib/mesa/src/asahi/.clang-format U xenocara/lib/mesa/src/asahi/meson.build U xenocara/lib/mesa/src/asahi/compiler/agx_builder.h.py U xenocara/lib/mesa/src/asahi/compiler/agx_compile.c U xenocara/lib/mesa/src/asahi/compiler/agx_compile.h U xenocara/lib/mesa/src/asahi/compiler/agx_compiler.h U xenocara/lib/mesa/src/asahi/compiler/agx_dce.c N xenocara/lib/mesa/src/asahi/compiler/agx_debug.h N xenocara/lib/mesa/src/asahi/compiler/agx_insert_waits.c N xenocara/lib/mesa/src/asahi/compiler/agx_internal_formats.h N xenocara/lib/mesa/src/asahi/compiler/agx_ir.c U xenocara/lib/mesa/src/asahi/compiler/agx_liveness.c U xenocara/lib/mesa/src/asahi/compiler/agx_lower_64bit.c U xenocara/lib/mesa/src/asahi/compiler/agx_lower_parallel_copy.c U xenocara/lib/mesa/src/asahi/compiler/agx_lower_pseudo.c N xenocara/lib/mesa/src/asahi/compiler/agx_lower_uniform_sources.c U xenocara/lib/mesa/src/asahi/compiler/agx_minifloat.h N xenocara/lib/mesa/src/asahi/compiler/agx_nir.h N xenocara/lib/mesa/src/asahi/compiler/agx_nir_algebraic.py N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_ubo.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_address.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_frag_sidefx.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_load_mask.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_shared_bitsize.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_texture.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_zs_emit.c U xenocara/lib/mesa/src/asahi/compiler/agx_nir_opt_preamble.c U xenocara/lib/mesa/src/asahi/compiler/agx_opcodes.c.py U xenocara/lib/mesa/src/asahi/compiler/agx_opcodes.h.py U xenocara/lib/mesa/src/asahi/compiler/agx_opcodes.py N xenocara/lib/mesa/src/asahi/compiler/agx_opt_cse.c U xenocara/lib/mesa/src/asahi/compiler/agx_optimizer.c U xenocara/lib/mesa/src/asahi/compiler/agx_pack.c N xenocara/lib/mesa/src/asahi/compiler/agx_performance.c U xenocara/lib/mesa/src/asahi/compiler/agx_print.c U xenocara/lib/mesa/src/asahi/compiler/agx_register_allocate.c U xenocara/lib/mesa/src/asahi/compiler/agx_validate.c U xenocara/lib/mesa/src/asahi/compiler/meson.build U xenocara/lib/mesa/src/asahi/compiler/test/agx_test.h U xenocara/lib/mesa/src/asahi/compiler/test/test-lower-parallel-copy.cpp U xenocara/lib/mesa/src/asahi/compiler/test/test-lower-pseudo.cpp U xenocara/lib/mesa/src/asahi/compiler/test/test-minifloat.cpp U xenocara/lib/mesa/src/asahi/compiler/test/test-optimizer.cpp N xenocara/lib/mesa/src/asahi/drm-shim/asahi_noop.c N xenocara/lib/mesa/src/asahi/drm-shim/meson.build U xenocara/lib/mesa/src/asahi/layout/README U xenocara/lib/mesa/src/asahi/layout/layout.c U xenocara/lib/mesa/src/asahi/layout/layout.h U xenocara/lib/mesa/src/asahi/layout/meson.build U xenocara/lib/mesa/src/asahi/layout/tiling.c N xenocara/lib/mesa/src/asahi/layout/tests/comp-twiddled.txt N xenocara/lib/mesa/src/asahi/layout/tests/miptree.txt N xenocara/lib/mesa/src/asahi/layout/tests/test-generated.cpp U xenocara/lib/mesa/src/asahi/layout/tests/test-layout.cpp N xenocara/lib/mesa/src/asahi/layout/tests/uncomp-twiddled.txt N xenocara/lib/mesa/src/asahi/lib/agx_bo.c U xenocara/lib/mesa/src/asahi/lib/agx_bo.h N xenocara/lib/mesa/src/asahi/lib/agx_border.c U xenocara/lib/mesa/src/asahi/lib/agx_device.c U xenocara/lib/mesa/src/asahi/lib/agx_device.h U xenocara/lib/mesa/src/asahi/lib/agx_formats.c U xenocara/lib/mesa/src/asahi/lib/agx_formats.h N xenocara/lib/mesa/src/asahi/lib/agx_helpers.h N xenocara/lib/mesa/src/asahi/lib/agx_iokit.h N xenocara/lib/mesa/src/asahi/lib/agx_meta.c N xenocara/lib/mesa/src/asahi/lib/agx_meta.h N xenocara/lib/mesa/src/asahi/lib/agx_nir_format_helpers.h N xenocara/lib/mesa/src/asahi/lib/agx_nir_lower_tilebuffer.c N xenocara/lib/mesa/src/asahi/lib/agx_nir_lower_vbo.c N xenocara/lib/mesa/src/asahi/lib/agx_nir_lower_vbo.h U xenocara/lib/mesa/src/asahi/lib/agx_ppp.h N xenocara/lib/mesa/src/asahi/lib/agx_tilebuffer.c N xenocara/lib/mesa/src/asahi/lib/agx_tilebuffer.h N xenocara/lib/mesa/src/asahi/lib/agx_usc.h U xenocara/lib/mesa/src/asahi/lib/cmdbuf.xml U xenocara/lib/mesa/src/asahi/lib/decode.c U xenocara/lib/mesa/src/asahi/lib/decode.h U xenocara/lib/mesa/src/asahi/lib/dyld_interpose.h U xenocara/lib/mesa/src/asahi/lib/gen_pack.py U xenocara/lib/mesa/src/asahi/lib/hexdump.h U xenocara/lib/mesa/src/asahi/lib/meson.build U xenocara/lib/mesa/src/asahi/lib/pool.c U xenocara/lib/mesa/src/asahi/lib/pool.h U xenocara/lib/mesa/src/asahi/lib/wrap.c U xenocara/lib/mesa/src/asahi/lib/tests/test-packing.cpp N xenocara/lib/mesa/src/asahi/lib/tests/test-tilebuffer.cpp U xenocara/lib/mesa/src/broadcom/.editorconfig U xenocara/lib/mesa/src/broadcom/meson.build U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi3-fails.txt U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi3-flakes.txt U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi3-skips.txt U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi4-fails.txt U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi4-flakes.txt U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi4-skips.txt U xenocara/lib/mesa/src/broadcom/ci/deqp-broadcom-rpi3.toml U xenocara/lib/mesa/src/broadcom/ci/deqp-broadcom-rpi4.toml U xenocara/lib/mesa/src/broadcom/ci/gitlab-ci.yml U xenocara/lib/mesa/src/broadcom/ci/traces-broadcom.yml U xenocara/lib/mesa/src/broadcom/cle/gen_pack_header.py U xenocara/lib/mesa/src/broadcom/cle/meson.build U xenocara/lib/mesa/src/broadcom/cle/v3d_decoder.c U xenocara/lib/mesa/src/broadcom/cle/v3d_decoder.h U xenocara/lib/mesa/src/broadcom/cle/v3d_packet_helpers.h U xenocara/lib/mesa/src/broadcom/cle/v3d_packet_v21.xml U xenocara/lib/mesa/src/broadcom/cle/v3d_packet_v33.xml U xenocara/lib/mesa/src/broadcom/cle/v3dx_pack.h U xenocara/lib/mesa/src/broadcom/clif/clif_dump.c U xenocara/lib/mesa/src/broadcom/clif/clif_dump.h U xenocara/lib/mesa/src/broadcom/clif/clif_private.h U xenocara/lib/mesa/src/broadcom/clif/v3dx_dump.c U xenocara/lib/mesa/src/broadcom/common/v3d_cpu_tiling.h U xenocara/lib/mesa/src/broadcom/common/v3d_debug.c U xenocara/lib/mesa/src/broadcom/common/v3d_debug.h U xenocara/lib/mesa/src/broadcom/common/v3d_device_info.c U xenocara/lib/mesa/src/broadcom/common/v3d_device_info.h U xenocara/lib/mesa/src/broadcom/common/v3d_limits.h U xenocara/lib/mesa/src/broadcom/common/v3d_macros.h N xenocara/lib/mesa/src/broadcom/common/v3d_performance_counters.h U xenocara/lib/mesa/src/broadcom/common/v3d_tfu.h U xenocara/lib/mesa/src/broadcom/common/v3d_tiling.c U xenocara/lib/mesa/src/broadcom/common/v3d_tiling.h U xenocara/lib/mesa/src/broadcom/common/v3d_util.c U xenocara/lib/mesa/src/broadcom/common/v3d_util.h U xenocara/lib/mesa/src/broadcom/compiler/meson.build U xenocara/lib/mesa/src/broadcom/compiler/nir_to_vir.c U xenocara/lib/mesa/src/broadcom/compiler/qpu_schedule.c U xenocara/lib/mesa/src/broadcom/compiler/qpu_validate.c U xenocara/lib/mesa/src/broadcom/compiler/v3d33_tex.c U xenocara/lib/mesa/src/broadcom/compiler/v3d33_vpm_setup.c U xenocara/lib/mesa/src/broadcom/compiler/v3d40_tex.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_compiler.h U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_image_load_store.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_io.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_line_smooth.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_load_store_bitsize.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_logic_ops.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_robust_access.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_scratch.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_txf_ms.c U xenocara/lib/mesa/src/broadcom/compiler/vir.c U xenocara/lib/mesa/src/broadcom/compiler/vir_dump.c U xenocara/lib/mesa/src/broadcom/compiler/vir_live_variables.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_constant_alu.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_copy_propagate.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_dead_code.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_redundant_flags.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_small_immediates.c U xenocara/lib/mesa/src/broadcom/compiler/vir_register_allocate.c U xenocara/lib/mesa/src/broadcom/compiler/vir_to_qpu.c U xenocara/lib/mesa/src/broadcom/drm-shim/README.md U xenocara/lib/mesa/src/broadcom/drm-shim/meson.build U xenocara/lib/mesa/src/broadcom/drm-shim/v3d_noop.c U xenocara/lib/mesa/src/broadcom/drm-shim/vc4_noop.c U xenocara/lib/mesa/src/broadcom/qpu/meson.build U xenocara/lib/mesa/src/broadcom/qpu/qpu_disasm.c U xenocara/lib/mesa/src/broadcom/qpu/qpu_disasm.h U xenocara/lib/mesa/src/broadcom/qpu/qpu_instr.c U xenocara/lib/mesa/src/broadcom/qpu/qpu_instr.h U xenocara/lib/mesa/src/broadcom/qpu/qpu_pack.c U xenocara/lib/mesa/src/broadcom/qpu/qpu_validate.c U xenocara/lib/mesa/src/broadcom/qpu/tests/qpu_disasm.c U xenocara/lib/mesa/src/broadcom/simulator/meson.build U xenocara/lib/mesa/src/broadcom/simulator/v3d_simulator.c U xenocara/lib/mesa/src/broadcom/simulator/v3d_simulator.h U xenocara/lib/mesa/src/broadcom/simulator/v3d_simulator_wrapper.cpp U xenocara/lib/mesa/src/broadcom/simulator/v3d_simulator_wrapper.h U xenocara/lib/mesa/src/broadcom/simulator/v3dx_simulator.c U xenocara/lib/mesa/src/broadcom/simulator/v3dx_simulator.h U xenocara/lib/mesa/src/broadcom/vulkan/.dir-locals.el U xenocara/lib/mesa/src/broadcom/vulkan/.editorconfig U xenocara/lib/mesa/src/broadcom/vulkan/meson.build U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_android.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_bo.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_bo.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_cl.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_cl.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_cmd_buffer.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_debug.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_debug.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_descriptor_set.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_device.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_event.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_formats.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_image.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_limits.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_meta_clear.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_meta_common.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_pass.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_meta_copy.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_pipeline.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_pipeline_cache.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_private.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_query.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_queue.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_uniforms.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_wsi.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_cmd_buffer.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_descriptor_set.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_device.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_formats.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_image.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_meta_common.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_pipeline.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_private.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_queue.c U xenocara/lib/mesa/src/c11/threads.h U xenocara/lib/mesa/src/c11/time.h U xenocara/lib/mesa/src/c11/impl/.editorconfig U xenocara/lib/mesa/src/c11/impl/meson.build U xenocara/lib/mesa/src/c11/impl/threads_posix.c U xenocara/lib/mesa/src/c11/impl/threads_win32.c U xenocara/lib/mesa/src/c11/impl/threads_win32.h U xenocara/lib/mesa/src/c11/impl/threads_win32_tls_callback.cpp U xenocara/lib/mesa/src/c11/impl/time.c C xenocara/lib/mesa/src/compiler/builtin_type_macros.h C xenocara/lib/mesa/src/compiler/glsl_types.cpp C xenocara/lib/mesa/src/compiler/glsl_types.h U xenocara/lib/mesa/src/compiler/meson.build U xenocara/lib/mesa/src/compiler/nir_gl_types.h U xenocara/lib/mesa/src/compiler/nir_types.cpp U xenocara/lib/mesa/src/compiler/nir_types.h C xenocara/lib/mesa/src/compiler/shader_enums.c C xenocara/lib/mesa/src/compiler/shader_enums.h C xenocara/lib/mesa/src/compiler/shader_info.h U xenocara/lib/mesa/src/compiler/clc/clc.c U xenocara/lib/mesa/src/compiler/clc/clc.h U xenocara/lib/mesa/src/compiler/clc/clc_helpers.cpp U xenocara/lib/mesa/src/compiler/clc/clc_helpers.h U xenocara/lib/mesa/src/compiler/clc/meson.build N xenocara/lib/mesa/src/compiler/glsl/CrossPlatformSettings_piece_all.glsl U xenocara/lib/mesa/src/compiler/glsl/README U xenocara/lib/mesa/src/compiler/glsl/TODO U xenocara/lib/mesa/src/compiler/glsl/ast.h U xenocara/lib/mesa/src/compiler/glsl/ast_array_index.cpp U xenocara/lib/mesa/src/compiler/glsl/ast_expr.cpp C xenocara/lib/mesa/src/compiler/glsl/ast_function.cpp C xenocara/lib/mesa/src/compiler/glsl/ast_to_hir.cpp U xenocara/lib/mesa/src/compiler/glsl/ast_type.cpp N xenocara/lib/mesa/src/compiler/glsl/astc_decoder.glsl N xenocara/lib/mesa/src/compiler/glsl/bc1.glsl N xenocara/lib/mesa/src/compiler/glsl/bc4.glsl C xenocara/lib/mesa/src/compiler/glsl/builtin_functions.cpp U xenocara/lib/mesa/src/compiler/glsl/builtin_functions.h U xenocara/lib/mesa/src/compiler/glsl/builtin_int64.h U xenocara/lib/mesa/src/compiler/glsl/builtin_types.cpp U xenocara/lib/mesa/src/compiler/glsl/builtin_variables.cpp N xenocara/lib/mesa/src/compiler/glsl/etc2_rgba_stitch.glsl U xenocara/lib/mesa/src/compiler/glsl/gl_nir.h U xenocara/lib/mesa/src/compiler/glsl/float64.glsl U xenocara/lib/mesa/src/compiler/glsl/generate_ir.cpp U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_atomics.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_uniform_blocks.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_uniform_initializers.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_uniforms.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_varyings.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_varyings.h U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_xfb.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_linker.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_linker.h U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_atomics.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_buffers.c C xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_images.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_packed_varyings.c U xenocara/lib/mesa/src/compiler/glsl/int64.glsl U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_samplers.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_samplers_as_deref.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_xfb_varying.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_opt_dead_builtin_varyings.c U xenocara/lib/mesa/src/compiler/glsl/glsl_lexer.ll C xenocara/lib/mesa/src/compiler/glsl/glsl_parser.yy C xenocara/lib/mesa/src/compiler/glsl/glsl_parser_extras.cpp C xenocara/lib/mesa/src/compiler/glsl/glsl_parser_extras.h U xenocara/lib/mesa/src/compiler/glsl/glsl_symbol_table.cpp U xenocara/lib/mesa/src/compiler/glsl/glsl_symbol_table.h C xenocara/lib/mesa/src/compiler/glsl/glsl_to_nir.cpp U xenocara/lib/mesa/src/compiler/glsl/glsl_to_nir.h U xenocara/lib/mesa/src/compiler/glsl/hir_field_selection.cpp C xenocara/lib/mesa/src/compiler/glsl/ir.cpp C xenocara/lib/mesa/src/compiler/glsl/ir.h U xenocara/lib/mesa/src/compiler/glsl/ir_array_refcount.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_array_refcount.h U xenocara/lib/mesa/src/compiler/glsl/ir_basic_block.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_basic_block.h U xenocara/lib/mesa/src/compiler/glsl/ir_builder.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_builder.h U xenocara/lib/mesa/src/compiler/glsl/ir_builder_print_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_builder_print_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_clone.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_constant_expression.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_equals.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_expression_flattening.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_expression_flattening.h C xenocara/lib/mesa/src/compiler/glsl/ir_expression_operation.py U xenocara/lib/mesa/src/compiler/glsl/ir_function.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_function_can_inline.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_function_detect_recursion.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_function_inlining.h U xenocara/lib/mesa/src/compiler/glsl/ir_hierarchical_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_hierarchical_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_hv_accept.cpp C xenocara/lib/mesa/src/compiler/glsl/ir_optimization.h U xenocara/lib/mesa/src/compiler/glsl/ir_print_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_print_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_reader.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_reader.h U xenocara/lib/mesa/src/compiler/glsl/ir_rvalue_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_rvalue_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_uniform.h C xenocara/lib/mesa/src/compiler/glsl/ir_validate.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_variable_refcount.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_variable_refcount.h U xenocara/lib/mesa/src/compiler/glsl/ir_visitor.h U xenocara/lib/mesa/src/compiler/glsl/link_functions.cpp C xenocara/lib/mesa/src/compiler/glsl/link_interface_blocks.cpp U xenocara/lib/mesa/src/compiler/glsl/list.h U xenocara/lib/mesa/src/compiler/glsl/link_uniform_block_active_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/link_uniform_block_active_visitor.h U xenocara/lib/mesa/src/compiler/glsl/link_uniform_blocks.cpp U xenocara/lib/mesa/src/compiler/glsl/link_uniforms.cpp C xenocara/lib/mesa/src/compiler/glsl/link_varyings.cpp U xenocara/lib/mesa/src/compiler/glsl/link_varyings.h C xenocara/lib/mesa/src/compiler/glsl/linker.cpp U xenocara/lib/mesa/src/compiler/glsl/linker.h U xenocara/lib/mesa/src/compiler/glsl/linker_util.cpp U xenocara/lib/mesa/src/compiler/glsl/linker_util.h U xenocara/lib/mesa/src/compiler/glsl/lower_blend_equation_advanced.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_builtins.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_discard.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_discard_flow.cpp C xenocara/lib/mesa/src/compiler/glsl/lower_distance.cpp C xenocara/lib/mesa/src/compiler/glsl/lower_instructions.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_int64.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_jumps.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_mat_op_to_vec.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_named_interface_blocks.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_packing_builtins.cpp C xenocara/lib/mesa/src/compiler/glsl/lower_precision.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_subroutine.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_vec_index_to_cond_assign.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_vector_derefs.cpp U xenocara/lib/mesa/src/compiler/glsl/main.cpp U xenocara/lib/mesa/src/compiler/glsl/meson.build U xenocara/lib/mesa/src/compiler/glsl/opt_add_neg_to_sub.h C xenocara/lib/mesa/src/compiler/glsl/opt_algebraic.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_builtin_variables.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_code.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_code_local.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_functions.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_flatten_nested_if_blocks.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_flip_matrices.cpp C xenocara/lib/mesa/src/compiler/glsl/opt_function_inlining.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_if_simplification.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_minmax.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_rebalance_tree.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_tree_grafting.cpp U xenocara/lib/mesa/src/compiler/glsl/program.h U xenocara/lib/mesa/src/compiler/glsl/propagate_invariance.cpp U xenocara/lib/mesa/src/compiler/glsl/s_expression.cpp U xenocara/lib/mesa/src/compiler/glsl/s_expression.h U xenocara/lib/mesa/src/compiler/glsl/serialize.cpp U xenocara/lib/mesa/src/compiler/glsl/serialize.h U xenocara/lib/mesa/src/compiler/glsl/shader_cache.cpp U xenocara/lib/mesa/src/compiler/glsl/shader_cache.h C xenocara/lib/mesa/src/compiler/glsl/standalone.cpp U xenocara/lib/mesa/src/compiler/glsl/standalone.h U xenocara/lib/mesa/src/compiler/glsl/test.cpp C xenocara/lib/mesa/src/compiler/glsl/standalone_scaffolding.cpp C xenocara/lib/mesa/src/compiler/glsl/standalone_scaffolding.h U xenocara/lib/mesa/src/compiler/glsl/string_to_uint_map.cpp U xenocara/lib/mesa/src/compiler/glsl/string_to_uint_map.h C xenocara/lib/mesa/src/compiler/glsl/test_optpass.cpp U xenocara/lib/mesa/src/compiler/glsl/test_optpass.h U xenocara/lib/mesa/src/compiler/glsl/glcpp/README U xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp-lex.l C xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp-parse.y U xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp.c C xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp.h U xenocara/lib/mesa/src/compiler/glsl/glcpp/meson.build U xenocara/lib/mesa/src/compiler/glsl/glcpp/pp.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/pp_standalone_scaffolding.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/pp_standalone_scaffolding.h U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/000-content-with-spaces.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/000-content-with-spaces.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/001-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/001-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/002-define-chain.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/002-define-chain.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/003-define-chain-reverse.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/003-define-chain-reverse.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/004-define-recursive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/004-define-recursive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/005-define-composite-chain.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/005-define-composite-chain.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/008-define-empty.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/006-define-composite-chain-reverse.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/007-define-composite-recursive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/007-define-composite-recursive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/008-define-empty.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/009-undef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/009-undef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/010-undef-re-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/010-undef-re-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/011-define-func-empty.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/011-define-func-empty.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/012-define-func-no-args.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/013-define-func-1-arg-unused.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/012-define-func-no-args.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/014-define-func-2-arg-unused.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/015-define-object-with-parens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/015-define-object-with-parens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/016-define-func-1-arg.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/016-define-func-1-arg.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/017-define-func-2-args.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/017-define-func-2-args.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/018-define-func-macro-as-parameter.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/021-define-func-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/019-define-func-1-arg-multi.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/020-define-func-2-arg-multi.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/021-define-func-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/022-define-func-arg-with-parens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/023-define-extra-whitespace.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/023-define-extra-whitespace.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/024-define-chain-to-self-recursion.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/025-func-macro-as-non-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/026-define-func-extra-newlines.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/027-define-chain-obj-to-func.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/038-func-arg-with-commas.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/032-define-func-self-recurse.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/032-define-func-self-recurse.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/033-define-func-self-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/033-define-func-self-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/034-define-func-self-compose-non-func.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/037-finalize-unexpanded-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/038-func-arg-with-commas.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/040-token-pasting.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/040-token-pasting.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/041-if-0.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/041-if-0.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/042-if-1.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/042-if-1.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/043-if-0-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/043-if-0-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/044-if-1-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/044-if-1-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/045-if-0-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/045-if-0-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/046-if-1-elsif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/046-if-1-elsif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/047-if-elif-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/047-if-elif-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/048-if-nested.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/048-if-nested.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/049-if-expression-precedence.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/049-if-expression-precedence.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/050-if-defined.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/050-if-defined.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/051-if-relational.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/051-if-relational.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/052-if-bitwise.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/052-if-bitwise.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/053-if-divide-and-shift.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/053-if-divide-and-shift.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/054-if-with-macros.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/054-if-with-macros.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/056-macro-argument-with-comma.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/057-empty-arguments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/057-empty-arguments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/058-token-pasting-empty-arguments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/059-token-pasting-integer.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/059-token-pasting-integer.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/062-if-0-skips-garbage.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/063-comments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/063-comments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/064-version.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/064-version.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/065-if-defined-parens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/065-if-defined-parens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/066-if-nospace-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/066-if-nospace-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/067-nested-ifdef-ifndef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/068-accidental-pasting.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/068-accidental-pasting.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/069-repeated-argument.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/069-repeated-argument.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/070-undefined-macro-in-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/071-punctuator.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/071-punctuator.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/073-if-in-ifdef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/072-token-pasting-same-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/072-token-pasting-same-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/073-if-in-ifdef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/074-elif-undef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/074-elif-undef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/075-elif-elif-undef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/075-elif-elif-undef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/076-elif-undef-nested.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/076-elif-undef-nested.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/077-else-without-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/077-else-without-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/078-elif-without-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/078-elif-without-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/079-endif-without-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/079-endif-without-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/080-if-without-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/080-if-without-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/081-elif-without-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/081-elif-without-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/082-invalid-paste.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/082-invalid-paste.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/083-unterminated-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/083-unterminated-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/085-incorrect-argument-count.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/087-if-comments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/085-incorrect-argument-count.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/086-reserved-macro-names.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/086-reserved-macro-names.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/087-if-comments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/088-redefine-macro-legitimate.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/089-redefine-macro-error.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/089-redefine-macro-error.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/090-hash-error.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/090-hash-error.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/091-hash-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/091-hash-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/092-redefine-macro-error-2.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/093-divide-by-zero.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/093-divide-by-zero.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/095-recursive-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/095-recursive-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/096-paste-twice.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/096-paste-twice.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/097-paste-with-non-function-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/098-elif-undefined.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/099-c99-example.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/098-elif-undefined.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/099-c99-example.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/100-macro-with-colon.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/100-macro-with-colon.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/101-macros-used-twice.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/101-macros-used-twice.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/102-garbage-after-endif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/102-garbage-after-endif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/103-garbage-after-else-0.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/103-garbage-after-else-0.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/104-hash-line-followed-by-code.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/104-hash-line-followed-by-code.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/106-multiline-hash-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/105-multiline-hash-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/105-multiline-hash-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/106-multiline-hash-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/107-multiline-hash-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/107-multiline-hash-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/108-no-space-after-hash-version.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/108-no-space-after-hash-version.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/109-no-space-after-hash-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/109-no-space-after-hash-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/115-line-continuations.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/115-line-continuations.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/116-disable-line-continuations.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/116-disable-line-continuations.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/118-comment-becomes-space.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/118-comment-becomes-space.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/119-elif-after-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/119-elif-after-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/120-undef-builtin.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/120-undef-builtin.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/121-comment-bug-72686.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/121-comment-bug-72686.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/glcpp_test.py U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/122-redefine-whitespace.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/122-redefine-whitespace.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/123-garbage-after-else-1.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/123-garbage-after-else-1.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/124-preprocessing-numbers.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/124-preprocessing-numbers.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/125-es-short-circuit-undefined.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/125-es-short-circuit-undefined.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/126-garbage-after-directive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/126-garbage-after-directive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/127-pragma-empty.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/127-pragma-empty.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/128-space-before-hash.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/128-space-before-hash.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/129-define-non-identifier.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/129-define-non-identifier.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/130-define-comment.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/130-define-comment.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/131-eof-without-newline.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/131-eof-without-newline.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/132-eof-without-newline-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/132-eof-without-newline-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/133-eof-without-newline-comment.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/133-eof-without-newline-comment.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/134-hash-comment-directive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/134-hash-comment-directive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/135-duplicate-parameter.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/135-duplicate-parameter.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/137-expand-macro-after-period.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/137-expand-macro-after-period.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/139-define-without-macro-name.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/139-define-without-macro-name.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/140-null-directive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/140-null-directive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/141-pragma-and-__LINE__.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/141-pragma-and-__LINE__.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/142-defined-within-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/142-defined-within-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/143-multiple-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/143-multiple-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/144-implicit-version.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/144-implicit-version.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/145-version-first.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/145-version-first.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/146-version-first-hash.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/146-version-first-hash.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-define-macro-no-space.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-define-macro-no-space.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/148-legal-characters.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/148-legal-characters.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/149-hex-const-uppercase-prefix.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/149-hex-const-uppercase-prefix.c.expected U xenocara/lib/mesa/src/compiler/glsl/tests/array_refcount_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/builtin_variable_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/general_ir_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/list_iterators.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/lower_int64_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/lower_jump_cases.py C xenocara/lib/mesa/src/compiler/glsl/tests/lower_precision_test.py U xenocara/lib/mesa/src/compiler/glsl/tests/meson.build U xenocara/lib/mesa/src/compiler/glsl/tests/opt_add_neg_to_sub_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/optimization_test.py U xenocara/lib/mesa/src/compiler/glsl/tests/sampler_types_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/sexps.py U xenocara/lib/mesa/src/compiler/glsl/tests/standalone_dump-builder.frag N xenocara/lib/mesa/src/compiler/glsl/tests/test_gl_lower_mediump.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/warnings_test.py U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/000-basic-test.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/000-basic-test.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/001-use-undefined-then-define.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/001-use-undefined-then-define.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/002-loop.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/002-loop.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/003-less.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/003-less.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/004-greater.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/004-greater.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/005-lequal.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/005-lequal.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/006-gequal.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/006-gequal.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/007-test-mod.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/007-test-mod.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/008-mulassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/008-mulassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/009-div-assign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/009-div-assign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/010-add-assign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/010-add-assign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/011-sub-assign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/011-sub-assign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/012-modassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/012-modassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/013-lsassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/013-lsassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/014-rsassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/018-bitand.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/014-rsassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/015-andassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/015-andassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/016-orassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/016-orassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/017-xorassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/017-xorassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/018-bitand.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/019-array.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/019-array.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/020-array-length.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/020-array-length.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/021-lshift.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/021-lshift.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/022-rshift.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/022-rshift.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/023-switch.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/023-switch.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/024-shaderout.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/024-shaderout.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/025-function-parameters.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/025-function-parameters.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/026-out-function-parameter-shaderout.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/026-out-function-parameter-shaderout.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/027-inout-function-parameter-shaderout.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/027-inout-function-parameter-shaderout.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/028-conditional.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/028-conditional.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/029-fieldselection.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/029-fieldselection.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/031-__-in-function-name.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/031-__-in-function-name.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/032-__-in-function-name-pragma-disable.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/032-__-in-function-name-pragma-disable.vert.expected U xenocara/lib/mesa/src/compiler/isaspec/decode.py U xenocara/lib/mesa/src/compiler/isaspec/encode.py U xenocara/lib/mesa/src/compiler/isaspec/isa.py U xenocara/lib/mesa/src/compiler/isaspec/isaspec.h N xenocara/lib/mesa/src/compiler/isaspec/isaspec_decode_decl.h N xenocara/lib/mesa/src/compiler/isaspec/isaspec_decode_impl.c U xenocara/lib/mesa/src/compiler/isaspec/meson.build U xenocara/lib/mesa/src/compiler/nir/README U xenocara/lib/mesa/src/compiler/nir/meson.build C xenocara/lib/mesa/src/compiler/nir/nir.c C xenocara/lib/mesa/src/compiler/nir/nir.h C xenocara/lib/mesa/src/compiler/nir/nir_algebraic.py U xenocara/lib/mesa/src/compiler/nir/nir_builder.c C xenocara/lib/mesa/src/compiler/nir/nir_builder.h C xenocara/lib/mesa/src/compiler/nir/nir_builder_opcodes_h.py U xenocara/lib/mesa/src/compiler/nir/nir_builtin_builder.c U xenocara/lib/mesa/src/compiler/nir/nir_builtin_builder.h C xenocara/lib/mesa/src/compiler/nir/nir_clone.c U xenocara/lib/mesa/src/compiler/nir/nir_constant_expressions.h C xenocara/lib/mesa/src/compiler/nir/nir_constant_expressions.py C xenocara/lib/mesa/src/compiler/nir/nir_control_flow.c C xenocara/lib/mesa/src/compiler/nir/nir_control_flow.h U xenocara/lib/mesa/src/compiler/nir/nir_control_flow_private.h U xenocara/lib/mesa/src/compiler/nir/nir_conversion_builder.h U xenocara/lib/mesa/src/compiler/nir/nir_deref.c C xenocara/lib/mesa/src/compiler/nir/nir_convert_ycbcr.c U xenocara/lib/mesa/src/compiler/nir/nir_deref.h U xenocara/lib/mesa/src/compiler/nir/nir_divergence_analysis.c U xenocara/lib/mesa/src/compiler/nir/nir_dominance.c U xenocara/lib/mesa/src/compiler/nir/nir_format_convert.h C xenocara/lib/mesa/src/compiler/nir/nir_from_ssa.c C xenocara/lib/mesa/src/compiler/nir/nir_gather_info.c U xenocara/lib/mesa/src/compiler/nir/nir_gather_ssa_types.c U xenocara/lib/mesa/src/compiler/nir/nir_gather_xfb_info.c U xenocara/lib/mesa/src/compiler/nir/nir_group_loads.c U xenocara/lib/mesa/src/compiler/nir/nir_gs_count_vertices.c U xenocara/lib/mesa/src/compiler/nir/nir_inline_functions.c U xenocara/lib/mesa/src/compiler/nir/nir_inline_helpers.h U xenocara/lib/mesa/src/compiler/nir/nir_inline_uniforms.c U xenocara/lib/mesa/src/compiler/nir/nir_instr_set.c U xenocara/lib/mesa/src/compiler/nir/nir_instr_set.h U xenocara/lib/mesa/src/compiler/nir/nir_intrinsics.py U xenocara/lib/mesa/src/compiler/nir/nir_liveness.c U xenocara/lib/mesa/src/compiler/nir/nir_intrinsics_c.py U xenocara/lib/mesa/src/compiler/nir/nir_intrinsics_h.py U xenocara/lib/mesa/src/compiler/nir/nir_intrinsics_indices_h.py U xenocara/lib/mesa/src/compiler/nir/nir_linking_helpers.c C xenocara/lib/mesa/src/compiler/nir/nir_loop_analyze.c U xenocara/lib/mesa/src/compiler/nir/nir_loop_analyze.h U xenocara/lib/mesa/src/compiler/nir/nir_lower_alpha_test.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_alu.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_alu_width.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_amul.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_array_deref_of_vec.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_atomics_to_ssbo.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_bit_size.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_bitmap.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_blend.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_blend.h C xenocara/lib/mesa/src/compiler/nir/nir_lower_io.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_bool_to_bitsize.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_bool_to_float.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_bool_to_int32.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_cl_images.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_clamp_color_outputs.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_clip.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_clip_cull_distance_arrays.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_clip_disable.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_clip_halfz.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_const_arrays_to_uniforms.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_continue_constructs.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_convert_alu_types.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_discard_if.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_fb_read.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_discard_or_demote.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_double_ops.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_drawpixels.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_flatshade.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_flrp.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_fp16_conv.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_fragcolor.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_fragcoord_wtrans.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_frexp.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_global_vars_to_local.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_goto_ifs.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_gs_intrinsics.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_helper_writes.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_idiv.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_image.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_indirect_derefs.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_input_attachments.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_int64.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_int_to_float.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_interpolation.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_io_arrays_to_elements.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_io_to_scalar.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_io_to_temporaries.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_io_to_vector.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_is_helper_invocation.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_load_const_to_scalar.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_locals_to_regs.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_mediump.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_memcpy.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_mem_access_bit_sizes.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_memory_model.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_multiview.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_non_uniform_access.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_packing.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_passthrough_edgeflags.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_patch_vertices.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_phis_to_scalar.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_pntc_ytransform.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_point_size.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_point_size_mov.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_point_smooth.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_poly_line_smooth.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_printf.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_readonly_images_to_tex.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_regs_to_ssa.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_returns.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_samplers.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_scratch.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_shader_calls.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_single_sampled.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_ssbo.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_subgroups.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_system_values.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_sysvals_to_varyings.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_task_shader.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_tex.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_tex_shadow.c C xenocara/lib/mesa/src/compiler/nir/nir_metadata.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_texcoord_replace.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_texcoord_replace_late.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_to_source_mods.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_two_sided_color.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_ubo_vec4.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_undef_to_zero.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_uniforms_to_ubo.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_var_copies.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_variable_initializers.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_vars_to_ssa.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_vec3_to_vec4.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_vec_to_movs.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_viewport_transform.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_wpos_center.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_wpos_ytransform.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_wrmasks.c N xenocara/lib/mesa/src/compiler/nir/nir_mod_analysis.c C xenocara/lib/mesa/src/compiler/nir/nir_move_vec_src_uses_to_dest.c U xenocara/lib/mesa/src/compiler/nir/nir_normalize_cubemap_coords.c C xenocara/lib/mesa/src/compiler/nir/nir_opcodes.py C xenocara/lib/mesa/src/compiler/nir/nir_opcodes_c.py U xenocara/lib/mesa/src/compiler/nir/nir_opcodes_h.py U xenocara/lib/mesa/src/compiler/nir/nir_opt_access.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_algebraic.py C xenocara/lib/mesa/src/compiler/nir/nir_opt_barriers.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_combine_stores.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_comparison_pre.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_conditional_discard.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_constant_folding.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_cse.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_copy_prop_vars.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_copy_propagate.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_dce.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_dead_cf.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_dead_write_vars.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_find_array_copies.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_fragdepth.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_gcm.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_idiv_const.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_if.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_intrinsics.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_large_constants.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_load_store_vectorize.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_loop_unroll.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_memcpy.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_move.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_offsets.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_move_discards_to_top.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_non_uniform_access.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_peephole_select.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_phi_precision.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_preamble.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_ray_queries.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_rematerialize_compares.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_remove_phis.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_shrink_stores.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_shrink_vectors.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_sink.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_trivial_continues.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_undef.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_uniform_atomics.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_vectorize.c N xenocara/lib/mesa/src/compiler/nir/nir_passthrough_gs.c U xenocara/lib/mesa/src/compiler/nir/nir_passthrough_tcs.c U xenocara/lib/mesa/src/compiler/nir/nir_phi_builder.c U xenocara/lib/mesa/src/compiler/nir/nir_phi_builder.h C xenocara/lib/mesa/src/compiler/nir/nir_print.c U xenocara/lib/mesa/src/compiler/nir/nir_propagate_invariant.c U xenocara/lib/mesa/src/compiler/nir/nir_range_analysis.c U xenocara/lib/mesa/src/compiler/nir/nir_range_analysis.h U xenocara/lib/mesa/src/compiler/nir/nir_remove_dead_variables.c U xenocara/lib/mesa/src/compiler/nir/nir_repair_ssa.c U xenocara/lib/mesa/src/compiler/nir/nir_scale_fdiv.c U xenocara/lib/mesa/src/compiler/nir/nir_schedule.c U xenocara/lib/mesa/src/compiler/nir/nir_schedule.h C xenocara/lib/mesa/src/compiler/nir/nir_search.c C xenocara/lib/mesa/src/compiler/nir/nir_search.h C xenocara/lib/mesa/src/compiler/nir/nir_search_helpers.h U xenocara/lib/mesa/src/compiler/nir/nir_serialize.c U xenocara/lib/mesa/src/compiler/nir/nir_serialize.h U xenocara/lib/mesa/src/compiler/nir/nir_split_64bit_vec3_and_vec4.c U xenocara/lib/mesa/src/compiler/nir/nir_split_per_member_structs.c C xenocara/lib/mesa/src/compiler/nir/nir_split_var_copies.c U xenocara/lib/mesa/src/compiler/nir/nir_split_vars.c C xenocara/lib/mesa/src/compiler/nir/nir_sweep.c C xenocara/lib/mesa/src/compiler/nir/nir_to_lcssa.c C xenocara/lib/mesa/src/compiler/nir/nir_validate.c U xenocara/lib/mesa/src/compiler/nir/nir_vla.h C xenocara/lib/mesa/src/compiler/nir/nir_vulkan.h C xenocara/lib/mesa/src/compiler/nir/nir_worklist.c C xenocara/lib/mesa/src/compiler/nir/nir_worklist.h U xenocara/lib/mesa/src/compiler/nir/nir_xfb_info.h U xenocara/lib/mesa/src/compiler/nir/tests/algebraic_parser_test.py U xenocara/lib/mesa/src/compiler/nir/tests/algebraic_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/builder_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/comparison_pre_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/control_flow_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/core_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/dce_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/load_store_vectorizer_tests.cpp N xenocara/lib/mesa/src/compiler/nir/tests/loop_analyze_tests.cpp N xenocara/lib/mesa/src/compiler/nir/tests/loop_unroll_tests.cpp N xenocara/lib/mesa/src/compiler/nir/tests/lower_alu_width_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/lower_returns_tests.cpp N xenocara/lib/mesa/src/compiler/nir/tests/mod_analysis_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/negative_equal_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/opt_if_tests.cpp N xenocara/lib/mesa/src/compiler/nir/tests/opt_shrink_vectors_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/serialize_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/ssa_def_bits_used_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/vars_tests.cpp U xenocara/lib/mesa/src/compiler/spirv/GLSL.ext.AMD.h U xenocara/lib/mesa/src/compiler/spirv/GLSL.std.450.h U xenocara/lib/mesa/src/compiler/spirv/OpenCL.std.h U xenocara/lib/mesa/src/compiler/spirv/gl_spirv.c U xenocara/lib/mesa/src/compiler/spirv/meson.build U xenocara/lib/mesa/src/compiler/spirv/nir_load_libclc.c U xenocara/lib/mesa/src/compiler/spirv/nir_lower_libclc.c C xenocara/lib/mesa/src/compiler/spirv/nir_spirv.h U xenocara/lib/mesa/src/compiler/spirv/spir-v.xml U xenocara/lib/mesa/src/compiler/spirv/spirv.core.grammar.json U xenocara/lib/mesa/src/compiler/spirv/spirv.h C xenocara/lib/mesa/src/compiler/spirv/spirv2nir.c U xenocara/lib/mesa/src/compiler/spirv/spirv_info.h U xenocara/lib/mesa/src/compiler/spirv/spirv_info_c.py C xenocara/lib/mesa/src/compiler/spirv/spirv_to_nir.c C xenocara/lib/mesa/src/compiler/spirv/vtn_alu.c U xenocara/lib/mesa/src/compiler/spirv/vtn_amd.c C xenocara/lib/mesa/src/compiler/spirv/vtn_cfg.c U xenocara/lib/mesa/src/compiler/spirv/vtn_gather_types_c.py U xenocara/lib/mesa/src/compiler/spirv/vtn_generator_ids_h.py C xenocara/lib/mesa/src/compiler/spirv/vtn_glsl450.c C xenocara/lib/mesa/src/compiler/spirv/vtn_opencl.c C xenocara/lib/mesa/src/compiler/spirv/vtn_private.h U xenocara/lib/mesa/src/compiler/spirv/vtn_subgroup.c C xenocara/lib/mesa/src/compiler/spirv/vtn_variables.c U xenocara/lib/mesa/src/compiler/spirv/tests/avail_vis.cpp N xenocara/lib/mesa/src/compiler/spirv/tests/control_flow_tests.cpp U xenocara/lib/mesa/src/compiler/spirv/tests/helpers.h N xenocara/lib/mesa/src/compiler/spirv/tests/spirv-to-c-array.py U xenocara/lib/mesa/src/compiler/spirv/tests/volatile.cpp U xenocara/lib/mesa/src/drm-shim/README.md U xenocara/lib/mesa/src/drm-shim/device.c U xenocara/lib/mesa/src/drm-shim/drm_shim.c U xenocara/lib/mesa/src/drm-shim/drm_shim.h U xenocara/lib/mesa/src/drm-shim/meson.build U xenocara/lib/mesa/src/egl/egl-entrypoint-check.py U xenocara/lib/mesa/src/egl/egl-glvnd-symbols.txt U xenocara/lib/mesa/src/egl/egl-symbols.txt U xenocara/lib/mesa/src/egl/meson.build C xenocara/lib/mesa/src/egl/drivers/dri2/egl_dri2.c C xenocara/lib/mesa/src/egl/drivers/dri2/egl_dri2.h C xenocara/lib/mesa/src/egl/drivers/dri2/platform_android.c U xenocara/lib/mesa/src/egl/drivers/dri2/platform_android.h U xenocara/lib/mesa/src/egl/drivers/dri2/platform_android_mapper.cpp U xenocara/lib/mesa/src/egl/drivers/dri2/platform_device.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_drm.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_surfaceless.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_wayland.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11.c U xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11.h C xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11_dri3.c U xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11_dri3.h U xenocara/lib/mesa/src/egl/drivers/haiku/.editorconfig C xenocara/lib/mesa/src/egl/drivers/haiku/egl_haiku.cpp U xenocara/lib/mesa/src/egl/drivers/wgl/egl_wgl.c U xenocara/lib/mesa/src/egl/drivers/wgl/egl_wgl.h U xenocara/lib/mesa/src/egl/generate/egl.xml U xenocara/lib/mesa/src/egl/generate/eglFunctionList.py U xenocara/lib/mesa/src/egl/generate/egl_other.xml U xenocara/lib/mesa/src/egl/generate/gen_egl_dispatch.py U xenocara/lib/mesa/src/egl/main/50_mesa.json U xenocara/lib/mesa/src/egl/main/egl.def.in C xenocara/lib/mesa/src/egl/main/eglapi.c U xenocara/lib/mesa/src/egl/main/eglarray.c U xenocara/lib/mesa/src/egl/main/eglarray.h C xenocara/lib/mesa/src/egl/main/eglconfig.c U xenocara/lib/mesa/src/egl/main/eglconfig.h U xenocara/lib/mesa/src/egl/main/eglconfigdebug.c U xenocara/lib/mesa/src/egl/main/eglconfigdebug.h C xenocara/lib/mesa/src/egl/main/eglcontext.c C xenocara/lib/mesa/src/egl/main/eglcontext.h U xenocara/lib/mesa/src/egl/main/eglcurrent.c C xenocara/lib/mesa/src/egl/main/eglcurrent.h U xenocara/lib/mesa/src/egl/main/egldefines.h U xenocara/lib/mesa/src/egl/main/egldevice.c U xenocara/lib/mesa/src/egl/main/egldevice.h U xenocara/lib/mesa/src/egl/main/egldispatchstubs.c U xenocara/lib/mesa/src/egl/main/egldispatchstubs.h U xenocara/lib/mesa/src/egl/main/egldisplay.c U xenocara/lib/mesa/src/egl/main/egldisplay.h U xenocara/lib/mesa/src/egl/main/egldriver.h U xenocara/lib/mesa/src/egl/main/eglentrypoint.h U xenocara/lib/mesa/src/egl/main/eglglobals.c U xenocara/lib/mesa/src/egl/main/eglglobals.h U xenocara/lib/mesa/src/egl/main/eglglvnd.c U xenocara/lib/mesa/src/egl/main/eglimage.c U xenocara/lib/mesa/src/egl/main/eglimage.h C xenocara/lib/mesa/src/egl/main/egllog.c U xenocara/lib/mesa/src/egl/main/egllog.h U xenocara/lib/mesa/src/egl/main/eglsurface.c U xenocara/lib/mesa/src/egl/main/eglsurface.h U xenocara/lib/mesa/src/egl/main/eglsync.c U xenocara/lib/mesa/src/egl/main/eglsync.h U xenocara/lib/mesa/src/egl/main/egltypedefs.h U xenocara/lib/mesa/src/egl/wayland/.editorconfig U xenocara/lib/mesa/src/egl/wayland/wayland-drm/meson.build U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.c U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.h U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.xml U xenocara/lib/mesa/src/etnaviv/meson.build U xenocara/lib/mesa/src/etnaviv/ci/etnaviv-gc2000-fails.txt U xenocara/lib/mesa/src/etnaviv/ci/etnaviv-gc2000-flakes.txt U xenocara/lib/mesa/src/etnaviv/ci/etnaviv-gc2000-skips.txt U xenocara/lib/mesa/src/etnaviv/ci/etnaviv-gc7000-fails.txt U xenocara/lib/mesa/src/etnaviv/ci/etnaviv-gc7000-flakes.txt U xenocara/lib/mesa/src/etnaviv/ci/gitlab-ci.yml U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_bo.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_bo_cache.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_cmd_stream.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_device.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_drmif.h U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_gpu.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_perfmon.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_pipe.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_priv.h U xenocara/lib/mesa/src/etnaviv/drm/meson.build U xenocara/lib/mesa/src/etnaviv/drm/tests/etnaviv_bo_cache_test.c U xenocara/lib/mesa/src/etnaviv/drm/tests/etnaviv_cmd_stream_test.c U xenocara/lib/mesa/src/etnaviv/drm/tests/meson.build U xenocara/lib/mesa/src/etnaviv/drm-shim/README.md U xenocara/lib/mesa/src/etnaviv/drm-shim/etnaviv_noop.c U xenocara/lib/mesa/src/etnaviv/drm-shim/meson.build U xenocara/lib/mesa/src/freedreno/.clang-format U xenocara/lib/mesa/src/freedreno/.dir-locals.el U xenocara/lib/mesa/src/freedreno/.editorconfig U xenocara/lib/mesa/src/freedreno/meson.build U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/afuc_test.asm U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/afuc_test.fw U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/crash.log N xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/crash_prefetch.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/es2gears-a320.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/fd-clouds.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/glxgears-a420.log N xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/prefetch-test.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/shadow.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/afuc_test.asm U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/crash.devcore N xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/crash_prefetch.devcore U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.rd.gz U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.rd.gz U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/es2gears-a320.rd.gz U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/fd-clouds.rd.gz U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/glxgears-a420.rd.gz N xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/prefetch-test.devcore U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/shadow.rd.gz U xenocara/lib/mesa/src/freedreno/afuc/README.rst U xenocara/lib/mesa/src/freedreno/afuc/afuc.h U xenocara/lib/mesa/src/freedreno/afuc/asm.c U xenocara/lib/mesa/src/freedreno/afuc/asm.h U xenocara/lib/mesa/src/freedreno/afuc/disasm.c U xenocara/lib/mesa/src/freedreno/afuc/emu-ds.c U xenocara/lib/mesa/src/freedreno/afuc/emu-regs.c U xenocara/lib/mesa/src/freedreno/afuc/emu-ui.c U xenocara/lib/mesa/src/freedreno/afuc/emu.c U xenocara/lib/mesa/src/freedreno/afuc/emu.h U xenocara/lib/mesa/src/freedreno/afuc/lexer.l U xenocara/lib/mesa/src/freedreno/afuc/meson.build U xenocara/lib/mesa/src/freedreno/afuc/parser.y U xenocara/lib/mesa/src/freedreno/afuc/util.c U xenocara/lib/mesa/src/freedreno/afuc/util.h U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a307.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a530-piglit.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a530.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a618-egl.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a618-skqp.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a618-vk-full.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a618-vk.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a618.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-egl.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-piglit.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-skqp.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-vk-asan.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-vk-full.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-vk.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630.toml U xenocara/lib/mesa/src/freedreno/ci/freedreno-a307-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a307-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a307-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a420-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a420-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a420-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a530-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a530-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a530-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a618-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a618-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a618-premerge-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a618-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-asan-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-asan-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-bypass-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-premerge-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-skips.txt U xenocara/lib/mesa/src/freedreno/ci/gitlab-ci.yml U xenocara/lib/mesa/src/freedreno/ci/restricted-traces-freedreno.yml U xenocara/lib/mesa/src/freedreno/ci/traces-freedreno.yml U xenocara/lib/mesa/src/freedreno/common/README.rst U xenocara/lib/mesa/src/freedreno/common/disasm.h N xenocara/lib/mesa/src/freedreno/common/fd6_pack.h U xenocara/lib/mesa/src/freedreno/common/freedreno_common.h U xenocara/lib/mesa/src/freedreno/common/freedreno_dev_info.c U xenocara/lib/mesa/src/freedreno/common/freedreno_dev_info.h U xenocara/lib/mesa/src/freedreno/common/freedreno_devices.py U xenocara/lib/mesa/src/freedreno/common/freedreno_guardband.h U xenocara/lib/mesa/src/freedreno/common/freedreno_pm4.h N xenocara/lib/mesa/src/freedreno/common/freedreno_stompable_regs.h U xenocara/lib/mesa/src/freedreno/common/freedreno_uuid.c U xenocara/lib/mesa/src/freedreno/common/freedreno_uuid.h U xenocara/lib/mesa/src/freedreno/common/meson.build U xenocara/lib/mesa/src/freedreno/computerator/README.rst N xenocara/lib/mesa/src/freedreno/computerator/a4xx.cc N xenocara/lib/mesa/src/freedreno/computerator/a6xx.cc N xenocara/lib/mesa/src/freedreno/computerator/ir3_asm.cc U xenocara/lib/mesa/src/freedreno/computerator/ir3_asm.h N xenocara/lib/mesa/src/freedreno/computerator/main.cc C xenocara/lib/mesa/src/freedreno/computerator/main.h C xenocara/lib/mesa/src/freedreno/computerator/meson.build U xenocara/lib/mesa/src/freedreno/computerator/examples/branch.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/early_preamble.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/invocationid.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/pvtmem.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/simple.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/stg_ldg_offset.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/test-flut.sh U xenocara/lib/mesa/src/freedreno/computerator/examples/test-opcodes.sh U xenocara/lib/mesa/src/freedreno/computerator/examples/test-regfile.sh U xenocara/lib/mesa/src/freedreno/decode/buffers.c U xenocara/lib/mesa/src/freedreno/decode/buffers.h U xenocara/lib/mesa/src/freedreno/decode/cffdec.c U xenocara/lib/mesa/src/freedreno/decode/cffdec.h U xenocara/lib/mesa/src/freedreno/decode/cffdump.c U xenocara/lib/mesa/src/freedreno/decode/crashdec-hfi.c U xenocara/lib/mesa/src/freedreno/decode/crashdec-mempool.c N xenocara/lib/mesa/src/freedreno/decode/crashdec-prefetch.c U xenocara/lib/mesa/src/freedreno/decode/crashdec.c U xenocara/lib/mesa/src/freedreno/decode/crashdec.h U xenocara/lib/mesa/src/freedreno/decode/io.c U xenocara/lib/mesa/src/freedreno/decode/io.h U xenocara/lib/mesa/src/freedreno/decode/meson.build U xenocara/lib/mesa/src/freedreno/decode/pager.c U xenocara/lib/mesa/src/freedreno/decode/pager.h U xenocara/lib/mesa/src/freedreno/decode/pgmdump.c U xenocara/lib/mesa/src/freedreno/decode/pgmdump2.c N xenocara/lib/mesa/src/freedreno/decode/rdcompiler-meson.build N xenocara/lib/mesa/src/freedreno/decode/rdcompiler-utils.h N xenocara/lib/mesa/src/freedreno/decode/rddecompiler.c N xenocara/lib/mesa/src/freedreno/decode/rdutil.h U xenocara/lib/mesa/src/freedreno/decode/redump.h U xenocara/lib/mesa/src/freedreno/decode/replay.c U xenocara/lib/mesa/src/freedreno/decode/rnnutil.c U xenocara/lib/mesa/src/freedreno/decode/rnnutil.h U xenocara/lib/mesa/src/freedreno/decode/script.c U xenocara/lib/mesa/src/freedreno/decode/script.h U xenocara/lib/mesa/src/freedreno/decode/util.h U xenocara/lib/mesa/src/freedreno/decode/scripts/analyze.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/parse-submits.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/sanity-a6xx.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/test.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/tex3d-layout.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/texturator-to-unit-test-5xx.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/texturator-to-unit-test.lua U xenocara/lib/mesa/src/freedreno/drm/freedreno_bo.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_bo_cache.c N xenocara/lib/mesa/src/freedreno/drm/freedreno_bo_heap.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_device.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_drmif.h U xenocara/lib/mesa/src/freedreno/drm/freedreno_pipe.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_priv.h U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer.h U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer_sp.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer_sp.h U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer_sp_reloc.h U xenocara/lib/mesa/src/freedreno/drm/meson.build U xenocara/lib/mesa/src/freedreno/drm/msm/msm_bo.c U xenocara/lib/mesa/src/freedreno/drm/msm/msm_device.c U xenocara/lib/mesa/src/freedreno/drm/msm/msm_pipe.c U xenocara/lib/mesa/src/freedreno/drm/msm/msm_priv.h U xenocara/lib/mesa/src/freedreno/drm/msm/msm_ringbuffer.c U xenocara/lib/mesa/src/freedreno/drm/msm/msm_ringbuffer_sp.c U xenocara/lib/mesa/src/freedreno/drm/virtio/msm_proto.h U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_bo.c U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_device.c U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_pipe.c U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_priv.h U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_ringbuffer.c U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_ringbuffer.h U xenocara/lib/mesa/src/freedreno/drm-shim/README.md U xenocara/lib/mesa/src/freedreno/drm-shim/freedreno_noop.c U xenocara/lib/mesa/src/freedreno/drm-shim/meson.build U xenocara/lib/mesa/src/freedreno/ds/fd_pps_driver.cc U xenocara/lib/mesa/src/freedreno/ds/fd_pps_driver.h U xenocara/lib/mesa/src/freedreno/ds/meson.build U xenocara/lib/mesa/src/freedreno/fdl/fd5_layout.c U xenocara/lib/mesa/src/freedreno/fdl/fd5_layout_test.c U xenocara/lib/mesa/src/freedreno/fdl/fd6_format_table.c U xenocara/lib/mesa/src/freedreno/fdl/fd6_format_table.h U xenocara/lib/mesa/src/freedreno/fdl/fd6_layout.c U xenocara/lib/mesa/src/freedreno/fdl/fd6_layout_test.c U xenocara/lib/mesa/src/freedreno/fdl/fd6_view.c U xenocara/lib/mesa/src/freedreno/fdl/fd_layout_test.c U xenocara/lib/mesa/src/freedreno/fdl/fd_layout_test.h U xenocara/lib/mesa/src/freedreno/fdl/freedreno_layout.c U xenocara/lib/mesa/src/freedreno/fdl/freedreno_layout.h U xenocara/lib/mesa/src/freedreno/fdl/meson.build U xenocara/lib/mesa/src/freedreno/ir2/disasm-a2xx.c U xenocara/lib/mesa/src/freedreno/ir2/instr-a2xx.h U xenocara/lib/mesa/src/freedreno/ir2/meson.build U xenocara/lib/mesa/src/freedreno/ir3/.dir-locals.el U xenocara/lib/mesa/src/freedreno/ir3/.editorconfig U xenocara/lib/mesa/src/freedreno/ir3/disasm-a3xx.c U xenocara/lib/mesa/src/freedreno/ir3/instr-a3xx.h U xenocara/lib/mesa/src/freedreno/ir3/ir3.c U xenocara/lib/mesa/src/freedreno/ir3/ir3.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_a4xx.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_a6xx.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_array_to_ssa.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_assembler.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_assembler.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_cf.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_compiler.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_compiler.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_compiler_nir.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_context.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_context.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_cp.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_cse.c C xenocara/lib/mesa/src/freedreno/ir3/ir3_dce.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_delay.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_image.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_disk_cache.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_dominance.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_image.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_legalize.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_legalize_relative.c C xenocara/lib/mesa/src/freedreno/ir3/ir3_lexer.l U xenocara/lib/mesa/src/freedreno/ir3/ir3_liveness.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_lower_parallelcopy.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_lower_spill.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_lower_subgroups.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_merge_regs.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_analyze_ubo_ranges.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_imul.py U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_64b.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_io_offsets.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_trig.py N xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_layer_id.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_load_barycentric_at_offset.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_load_barycentric_at_sample.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_tess.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_tex_prefetch.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_wide_load_store.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_move_varying_inputs.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_opt_preamble.c C xenocara/lib/mesa/src/freedreno/ir3/ir3_parser.y U xenocara/lib/mesa/src/freedreno/ir3/ir3_postsched.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_print.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_ra.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_ra.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_ra_validate.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_remove_unreachable.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_sched.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_shader.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_shader.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_spill.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_validate.c U xenocara/lib/mesa/src/freedreno/ir3/meson.build U xenocara/lib/mesa/src/freedreno/ir3/tests/delay.c C xenocara/lib/mesa/src/freedreno/ir3/tests/disasm.c U xenocara/lib/mesa/src/freedreno/isa/encode.c U xenocara/lib/mesa/src/freedreno/isa/ir3-cat0.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat1.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat2.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat3.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat4.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat5.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat6.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat7.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-common.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-disasm.c U xenocara/lib/mesa/src/freedreno/isa/ir3.xml U xenocara/lib/mesa/src/freedreno/isa/isa.h U xenocara/lib/mesa/src/freedreno/isa/meson.build U xenocara/lib/mesa/src/freedreno/perfcntrs/fd2_perfcntr.c U xenocara/lib/mesa/src/freedreno/perfcntrs/fd5_perfcntr.c U xenocara/lib/mesa/src/freedreno/perfcntrs/fd6_perfcntr.c U xenocara/lib/mesa/src/freedreno/perfcntrs/fdperf.c U xenocara/lib/mesa/src/freedreno/perfcntrs/freedreno_dt.c U xenocara/lib/mesa/src/freedreno/perfcntrs/freedreno_dt.h U xenocara/lib/mesa/src/freedreno/perfcntrs/freedreno_perfcntr.c U xenocara/lib/mesa/src/freedreno/perfcntrs/freedreno_perfcntr.h U xenocara/lib/mesa/src/freedreno/perfcntrs/meson.build U xenocara/lib/mesa/src/freedreno/registers/.gitignore U xenocara/lib/mesa/src/freedreno/registers/adreno.xml U xenocara/lib/mesa/src/freedreno/registers/freedreno_copyright.xml U xenocara/lib/mesa/src/freedreno/registers/gen_header.py U xenocara/lib/mesa/src/freedreno/registers/meson.build U xenocara/lib/mesa/src/freedreno/registers/msm.xml U xenocara/lib/mesa/src/freedreno/registers/rules-ng-ng.txt U xenocara/lib/mesa/src/freedreno/registers/rules-ng.xsd U xenocara/lib/mesa/src/freedreno/registers/text-format.txt U xenocara/lib/mesa/src/freedreno/registers/adreno/a2xx.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/a3xx.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/a4xx.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/a5xx.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/a6xx.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/a6xx_gmu.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/adreno_common.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/adreno_control_regs.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/adreno_pipe_regs.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/adreno_pm4.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/meson.build U xenocara/lib/mesa/src/freedreno/registers/adreno/ocmem.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_10nm.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_14nm.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_20nm.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_28nm.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_28nm_8960.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_7nm.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_v2.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/mmss_cc.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/sfpb.xml U xenocara/lib/mesa/src/freedreno/registers/edp/edp.xml U xenocara/lib/mesa/src/freedreno/registers/hdmi/hdmi.xml U xenocara/lib/mesa/src/freedreno/registers/hdmi/qfprom.xml U xenocara/lib/mesa/src/freedreno/registers/mdp/mdp4.xml U xenocara/lib/mesa/src/freedreno/registers/mdp/mdp5.xml U xenocara/lib/mesa/src/freedreno/registers/mdp/mdp_common.xml U xenocara/lib/mesa/src/freedreno/rnn/aprintf.c U xenocara/lib/mesa/src/freedreno/rnn/colors.c U xenocara/lib/mesa/src/freedreno/rnn/colors.h U xenocara/lib/mesa/src/freedreno/rnn/headergen2.c U xenocara/lib/mesa/src/freedreno/rnn/meson.build U xenocara/lib/mesa/src/freedreno/rnn/path.c U xenocara/lib/mesa/src/freedreno/rnn/rnn.c U xenocara/lib/mesa/src/freedreno/rnn/rnn.h U xenocara/lib/mesa/src/freedreno/rnn/rnndec.c U xenocara/lib/mesa/src/freedreno/rnn/rnndec.h U xenocara/lib/mesa/src/freedreno/rnn/util.h U xenocara/lib/mesa/src/freedreno/vulkan/.clang-format U xenocara/lib/mesa/src/freedreno/vulkan/.dir-locals.el U xenocara/lib/mesa/src/freedreno/vulkan/.editorconfig U xenocara/lib/mesa/src/freedreno/vulkan/TODO U xenocara/lib/mesa/src/freedreno/vulkan/meson.build U xenocara/lib/mesa/src/freedreno/vulkan/msm_kgsl.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_android.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_android.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_autotune.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_autotune.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_clear_blit.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_clear_blit.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_cmd_buffer.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_cmd_buffer.h U xenocara/lib/mesa/src/freedreno/vulkan/tu_common.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_cs.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_cs.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_cs_breadcrumbs.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_descriptor_set.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_descriptor_set.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_device.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_device.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_dynamic_rendering.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_dynamic_rendering.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_formats.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_formats.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_image.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_image.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_knl.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_knl.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_knl_drm_msm.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_knl_kgsl.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_lrz.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_lrz.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_nir_lower_multiview.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_pass.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_pass.h U xenocara/lib/mesa/src/freedreno/vulkan/tu_perfetto.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_perfetto.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_perfetto_util.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_pipeline.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_pipeline.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_query.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_query.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_shader.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_shader.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_suballoc.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_suballoc.h U xenocara/lib/mesa/src/freedreno/vulkan/tu_tracepoints.py N xenocara/lib/mesa/src/freedreno/vulkan/tu_util.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_util.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_wsi.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_wsi.h U xenocara/lib/mesa/src/gallium/README.portability U xenocara/lib/mesa/src/gallium/meson.build U xenocara/lib/mesa/src/gallium/auxiliary/meson.build U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_cache.h C xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_context.c C xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_context.h U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_hash.c U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_hash.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_context.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_context.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_fs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_fs.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_private.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_user_cull.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_util.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler_tmp.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_emit.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_util.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_split_tmp.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_tess.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_tess.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vbuf.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vertex.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vertex.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_exec.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_variant.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_context.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_draw.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_pipe.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_public.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_screen.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_util.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_noop/noop_pipe.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_noop/noop_public.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_noop/noop_state.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/README U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/enums2names.py U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_context.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_context.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump_defines.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump_state.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump_state.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_public.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_screen.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_screen.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_texture.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_texture.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/trace.xsl U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/f.cpp U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_const.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_const.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_coro.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_coro.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos_array.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_float.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_init.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_init.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_ir_common.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_ir_common.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_limits.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_jit_types.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_jit_types.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_nir.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_nir.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_nir_aos.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_nir_soa.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_type.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_type.h U xenocara/lib/mesa/src/gallium/auxiliary/hud/font.c U xenocara/lib/mesa/src/gallium/auxiliary/hud/font.h C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_context.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_context.h C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_cpu.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_cpufreq.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_diskstat.c U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_driver_query.c U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_fps.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_nic.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_private.h C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_sensors_temp.c C xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices.c U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices.h C xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices_gen.py U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices_priv.h C xenocara/lib/mesa/src/gallium/auxiliary/indices/u_primconvert.c U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_primconvert.h U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_draw_helpers.c U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_draw_helpers.h U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_to_tgsi.c U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_to_tgsi.h U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_to_tgsi_info.c U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_to_tgsi_info.h C xenocara/lib/mesa/src/gallium/auxiliary/nir/tgsi_to_nir.c U xenocara/lib/mesa/src/gallium/auxiliary/nir/tgsi_to_nir.h U xenocara/lib/mesa/src/gallium/auxiliary/os/os_process.h U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/meson.build C xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.c U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.h U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_priv.h C xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_cache.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_cache.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_slab.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_slab.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/ADDING U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/filters.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/postprocess.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_celshade.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_celshade.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_colors.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_colors.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_filters.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_init.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_private.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_program.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_run.c C xenocara/lib/mesa/src/gallium/auxiliary/renderonly/renderonly.c U xenocara/lib/mesa/src/gallium/auxiliary/renderonly/renderonly.h C xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h C xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/inline_debug_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/inline_sw_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/sw_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/sw_helper_public.h U xenocara/lib/mesa/src/gallium/auxiliary/tessellator/p_tessellator.cpp U xenocara/lib/mesa/src/gallium/auxiliary/tessellator/p_tessellator.h U xenocara/lib/mesa/src/gallium/auxiliary/tessellator/tessellator.cpp U xenocara/lib/mesa/src/gallium/auxiliary/tessellator/tessellator.hpp U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_aa_point.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_aa_point.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_build.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_build.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dynamic_indexing.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dynamic_indexing.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_from_mesa.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_from_mesa.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_lowering.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_lowering.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_point_sprite.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_point_sprite.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_text.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_text.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_two_side.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_two_side.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_util.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_util.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_vpos.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_vpos.h U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate.c U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate.h U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_cache.h C xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_generic.c U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_sse.c U xenocara/lib/mesa/src/gallium/auxiliary/util/dbghelp.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_async_debug.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_async_debug.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_bitcast.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_bitmask.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_bitmask.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_blend.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_blitter.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_blitter.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_box.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_cache.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_compute.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_compute.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_cb.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_flush.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_flush.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_image.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_image.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw_quad.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_driconf.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw_quad.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_driconf.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dual_blend.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump_defines.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump_state.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_file.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_framebuffer.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_framebuffer.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_gen_mipmap.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_gen_mipmap.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_handle_table.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_handle_table.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_helpers.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_helpers.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_index_modify.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_index_modify.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_inlines.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_live_shader_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_live_shader_cache.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_log.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_log.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pack_color.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim_restart.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim_restart.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pstipple.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pstipple.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pwr8.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_range.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_rect.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_resource.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_resource.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sampler.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sampler.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_screen.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_screen.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_simple_shaders.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_simple_shaders.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_split_draw.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_split_draw.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sse.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_split_prim.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_suballoc.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_suballoc.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_surface.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_surface.h N xenocara/lib/mesa/src/gallium/auxiliary/util/u_surface_test.cpp C xenocara/lib/mesa/src/gallium/auxiliary/util/u_tests.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tests.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_texture.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_texture.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_threaded_context.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_threaded_context.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_threaded_context_calls.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tile.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tile.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_trace_gallium.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_trace_gallium.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tracepoints.py U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_vbuf.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer_helper.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_upload_mgr.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_upload_mgr.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_vbuf.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_vertex_state_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_vertex_state_cache.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_video.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_viewport.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_bicubic_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_bicubic_filter.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_codec.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_codec.h C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor.c C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_cs.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_cs.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_gfx.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_gfx.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_csc.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_csc.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_decoder.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_decoder.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_defines.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_deint_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_deint_filter.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_idct.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_idct.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mc.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_matrix_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_matrix_filter.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mc.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_median_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_median_filter.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_probs_table.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_stubs.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_types.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_video_buffer.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_video_buffer.h C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_dri.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_drm.c C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_dri3.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_dri_vgem.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_win32.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_xlib_swrast.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_zscan.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_zscan.h N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_batch.c U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_blit.c N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_disk_cache.c N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_disk_cache.h N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_fence.c N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_fence.h N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_nir_lower_sysvals.c U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_pipe.c U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_public.h N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_query.c U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_state.c U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_state.h U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_uniforms.c U xenocara/lib/mesa/src/gallium/drivers/asahi/meson.build U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_batch.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_batch.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_blit.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_blorp.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_blt.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_bufmgr.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_clear.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_context.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_context.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_defines.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_disk_cache.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_draw.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_fence.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_fence.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_fine_fence.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_fine_fence.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_formats.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_genx_macros.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_genx_protos.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_monitor.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_monitor.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_perf.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_perf.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_performance_query.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_pipe.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_pipe_control.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_program.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_program_cache.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_query.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_resolve.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_resource.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_resource.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_screen.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_screen.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_state.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_todo.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/driinfo_crocus.h U xenocara/lib/mesa/src/gallium/drivers/crocus/gen4_blorp_exec.h U xenocara/lib/mesa/src/gallium/drivers/crocus/meson.build U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-g41-fails.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-g41-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-g41-skips.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-hsw-fails.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-hsw-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-hsw-skips.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/deqp-crocus-g41.toml U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/deqp-crocus-hsw.toml U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/traces-crocus.yml U xenocara/lib/mesa/src/gallium/drivers/d3d12/.clang-format U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_batch.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_batch.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_blit.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_blit.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_bufmgr.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_cmd_signature.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_cmd_signature.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_common.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_compiler.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_compiler.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_compute_transforms.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_compute_transforms.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_context.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_context.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_debug.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_descriptor_pool.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_descriptor_pool.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_draw.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_dxcore_screen.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_dxgi_screen.cpp N xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_dxgi_xbox_screen.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_fence.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_fence.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_format.c U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_format.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_gs_variant.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_interop_public.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_lower_image_casts.c U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_lower_point_sprite.c U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_nir_passes.c U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_nir_passes.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_pipeline_state.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_pipeline_state.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_public.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_query.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_query.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_residency.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_residency.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_resource.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_resource.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_resource_state.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_resource_state.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_root_signature.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_root_signature.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_screen.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_screen.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_surface.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_surface.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_tcs_variant.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/meson.build U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_util.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_array_of_textures_dpb_manager.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_array_of_textures_dpb_manager.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_buffer.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_buffer.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_av1.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_av1.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_h264.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_h264.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_hevc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_hevc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_references_mgr.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_references_mgr.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_vp9.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_vp9.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dpb_storage_manager.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc_h264.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc_h264.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc_hevc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc_hevc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream_builder.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_proc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream_builder_h264.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream_builder_h264.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream_builder_hevc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream_builder_hevc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_nalu_writer_h264.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_nalu_writer_h264.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_nalu_writer_hevc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_nalu_writer_hevc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_references_manager.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_proc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_references_manager_h264.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_references_manager_h264.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_references_manager_hevc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_references_manager_hevc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_screen.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_screen.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_texture_array_dpb_manager.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_texture_array_dpb_manager.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_types.h N xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-quick_gl.toml U xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-quick_gl.txt N xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-quick_shader.toml U xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-quick_shader.txt N xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-skips.txt U xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/etnaviv/README U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_asm.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_asm.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blend.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blend.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blt.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blt.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_clear_blit.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_clear_blit.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_cmdline.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir_emit.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir_liveness.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/meson.build C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_context.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir_ra.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_context.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_debug.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_disasm.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_disasm.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_disk_cache.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_disk_cache.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_emit.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_emit.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_etc2.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_etc2.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_fence.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_fence.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_format.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_format.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_internal.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_nir.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_nir.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_perfmon.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_nir_lower_ubo_to_uniform.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_perfmon.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_acc.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_acc.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_acc_occlusion.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_acc_perfmon.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_sw.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_sw.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rasterizer.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_resource.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_resource.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rs.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rs.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_screen.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_screen.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_shader.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_shader.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_state.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_state.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_surface.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_surface.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture_desc.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture_desc.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture_state.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture_state.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_tiling.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_tiling.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_transfer.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_transfer.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_translate.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_uniforms.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_uniforms.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_util.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_zsa.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_zsa.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/cmdstream.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/common.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/common_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/isa.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/state.xml.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/state_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/state_blt.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/texdesc_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/tests/lower_ubo_tests.cpp U xenocara/lib/mesa/src/gallium/drivers/freedreno/.dir-locals.el U xenocara/lib/mesa/src/gallium/drivers/freedreno/.editorconfig N xenocara/lib/mesa/src/gallium/drivers/freedreno/driinfo_freedreno.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_autotune.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_autotune.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch_cache.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch_cache.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_blitter.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_blitter.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_context.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_draw.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_draw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_fence.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/gmemtool.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_fence.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_gmem.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_perfetto.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_perfetto.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_program.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_acc.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_acc.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_hw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_hw.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_sw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_sw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_resource.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_screen.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_resource.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_screen.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_state.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_state.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_surface.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_surface.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_tracepoints.py U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_util.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_util.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/meson.build U xenocara/lib/mesa/src/gallium/drivers/freedreno/trace-parser.py U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_resource.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_resource.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_assemble.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_cp.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_nir.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_private.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_ra.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_format.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_format.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_resource.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_resource.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_blend.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_compute.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_compute.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_draw.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_emit.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_format.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_format.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_image.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_image.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_program.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_resource.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_resource.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_screen.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blend.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blitter.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blitter.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_compute.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_compute.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_draw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_emit.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_format.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_format.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_image.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_image.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_program.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_program.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_resource.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_resource.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_screen.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_zsa.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_barrier.cc N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_barrier.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blend.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blend.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blitter.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blitter.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_compute.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_compute.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_const.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_const.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_context.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_context.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_draw.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_draw.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_emit.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_emit.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_gmem.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_gmem.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_image.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_image.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_program.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_program.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_query.cc N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_rasterizer.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_rasterizer.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_resource.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_resource.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_screen.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_screen.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_texture.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_texture.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_vsc.cc C xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_vsc.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_zsa.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_cache.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_cache.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_cmdline.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_const.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_descriptor.c N xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_descriptor.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_gallium.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_gallium.h U xenocara/lib/mesa/src/gallium/drivers/i915/.clang-format U xenocara/lib/mesa/src/gallium/drivers/i915/TODO U xenocara/lib/mesa/src/gallium/drivers/i915/i915_batch.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_batchbuffer.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_blit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_blit.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_clear.c C xenocara/lib/mesa/src/gallium/drivers/i915/i915_context.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_context.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug_fp.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug_private.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_flush.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_emit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_optimize.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_translate.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_prim_emit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_prim_vbuf.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_public.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_query.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_query.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_reg.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource_buffer.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource_texture.c C xenocara/lib/mesa/src/gallium/drivers/i915/i915_screen.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_screen.h C xenocara/lib/mesa/src/gallium/drivers/i915/i915_state.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state.h C xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_derived.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_dynamic.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_emit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_fpc.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_immediate.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_inlines.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_sampler.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_static.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_surface.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_surface.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_winsys.h U xenocara/lib/mesa/src/gallium/drivers/i915/meson.build U xenocara/lib/mesa/src/gallium/drivers/i915/ci/deqp-i915g.toml U xenocara/lib/mesa/src/gallium/drivers/i915/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/i915/ci/i915-g33-fails.txt U xenocara/lib/mesa/src/gallium/drivers/i915/ci/i915-g33-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/i915/ci/i915-g33-skips.txt U xenocara/lib/mesa/src/gallium/drivers/i915/ci/traces-i915.yml U xenocara/lib/mesa/src/gallium/drivers/iris/driinfo_iris.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_batch.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_batch.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_binder.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_binder.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_blit.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_blorp.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_border_color.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_bufmgr.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_clear.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_context.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_context.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_defines.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_disk_cache.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_draw.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_fence.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_fence.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_fine_fence.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_fine_fence.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_formats.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_genx_macros.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_genx_protos.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_kmd_backend.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_kmd_backend.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_measure.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_measure.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_monitor.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_monitor.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_perf.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_perf.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_performance_query.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_pipe.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_pipe_control.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_program.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_program_cache.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_query.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_resolve.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_resource.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_resource.h C xenocara/lib/mesa/src/gallium/drivers/iris/iris_screen.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_screen.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_state.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_utrace.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_utrace.h U xenocara/lib/mesa/src/gallium/drivers/iris/meson.build N xenocara/lib/mesa/src/gallium/drivers/iris/i915/iris_batch.c N xenocara/lib/mesa/src/gallium/drivers/iris/i915/iris_batch.h N xenocara/lib/mesa/src/gallium/drivers/iris/i915/iris_bufmgr.c N xenocara/lib/mesa/src/gallium/drivers/iris/i915/iris_bufmgr.h N xenocara/lib/mesa/src/gallium/drivers/iris/i915/iris_kmd_backend.c N xenocara/lib/mesa/src/gallium/drivers/iris/xe/iris_bufmgr.c N xenocara/lib/mesa/src/gallium/drivers/iris/xe/iris_bufmgr.h N xenocara/lib/mesa/src/gallium/drivers/iris/xe/iris_kmd_backend.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_blit.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_blit.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_bo.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_bo.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_context.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_context.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_disk_cache.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_disk_cache.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_draw.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_fence.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_fence.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_format.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_format.h C xenocara/lib/mesa/src/gallium/drivers/lima/lima_gpu.h C xenocara/lib/mesa/src/gallium/drivers/lima/lima_job.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_job.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_parser.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_parser.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_program.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_program.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_util.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_query.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_resource.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_resource.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_screen.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_screen.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_state.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_texture.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_texture.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_util.h U xenocara/lib/mesa/src/gallium/drivers/lima/meson.build N xenocara/lib/mesa/src/gallium/drivers/lima/ci/deqp-lima-mali450-deqp.toml N xenocara/lib/mesa/src/gallium/drivers/lima/ci/deqp-lima-mali450-piglit.toml U xenocara/lib/mesa/src/gallium/drivers/lima/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/lima/ci/lima-fails.txt N xenocara/lib/mesa/src/gallium/drivers/lima/ci/lima-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/lima/ci/lima-skips.txt U xenocara/lib/mesa/src/gallium/drivers/lima/drm-shim/lima_noop.c U xenocara/lib/mesa/src/gallium/drivers/lima/drm-shim/meson.build U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_ir.h U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_algebraic.py U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_duplicate_consts.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_duplicate_intrinsic.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_lower_txp.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_lower_uniform_to_scalar.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_split_load_input.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_split_loads.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/codegen.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/codegen.h U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/disasm.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/gpir.h U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/instr.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/lower.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/nir.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/node.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/optimize.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/reduce_scheduler.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/regalloc.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/scheduler.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/codegen.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/codegen.h U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/disasm.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/instr.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/liveness.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/lower.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/nir.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/node.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/node_to_instr.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/ppir.h U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/regalloc.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/scheduler.c U xenocara/lib/mesa/src/gallium/drivers/lima/standalone/glsl.cpp U xenocara/lib/mesa/src/gallium/drivers/lima/standalone/glsl.h U xenocara/lib/mesa/src/gallium/drivers/lima/standalone/lima_compiler_cmdline.c U xenocara/lib/mesa/src/gallium/drivers/lima/standalone/lima_disasm.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_logicop.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_clear.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_clear.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_context.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_context.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_cs_tpool.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_cs_tpool.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_debug.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_draw_arrays.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_fence.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_fence.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_jit.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_jit.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_limits.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_linear.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_linear_fastpath.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_linear_interp.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_linear_priv.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_linear_sampler.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_memory.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_memory.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_perf.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_perf.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_public.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_query.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_query.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_debug.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_linear.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_linear_fallback.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_priv.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_rect.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_tri.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_screen.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_screen.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_analysis.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_line.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_point.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_rect.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_tri.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_blend.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_clip.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_cs.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_cs.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_derived.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs_analysis.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs_fastpath.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs_linear.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs_linear_llvm.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_gs.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_sampler.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_setup.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_setup.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_so.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_surface.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_tess.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_vertex.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_vs.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_surface.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_surface.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_arit.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_blend.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_conv.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_format.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_main.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_printf.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_texture.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_texture.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/meson.build U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/deqp-llvmpipe-asan.toml N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/deqp-llvmpipe-clover.toml N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/deqp-llvmpipe-rusticl.toml U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/deqp-llvmpipe.toml U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-clover-fails.txt N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-clover-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-clover-skips.txt U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-fails.txt U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-rusticl-fails.txt N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-rusticl-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-rusticl-skips.txt U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-skips.txt U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/traces-llvmpipe.yml U xenocara/lib/mesa/src/gallium/drivers/nouveau/meson.build U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_buffer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_buffer.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_compiler.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_debug.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_fence.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_fence.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_gldefs.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_heap.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_heap.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_mm.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_mm.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_screen.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_winsys.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv17_mpeg.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv31_mpeg.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv_m2mf.xml.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv_object.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/deqp-nouveau-gk20a.toml U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/deqp-nouveau-gm20b.toml U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gf108-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gf108-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gk20a-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gk20a-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gk20a-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm206-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm206-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm206-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm20b-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm20b-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm20b-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gt215-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gt215-skips.txt N xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-nv49-fails.txt N xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-nv49-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-nv92-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-nv92-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-nv92-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv01_2d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30-40_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_clear.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_draw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_format.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_format.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_miptree.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_push.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_query.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_resource.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_resource.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_screen.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_texture.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state_validate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_transfer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_transfer.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vbo.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vertprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vertprog.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_winsys.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv40_vertprog.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv40_verttex.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_shader.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/g80_defs.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/g80_texture.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_2d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_3ddefs.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_blit.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_compute.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_compute.xml.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_context.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_formats.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_miptree.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_program.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_program.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_push.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_sm.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_metric.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_metric.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_sm.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_resource.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_resource.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_screen.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_shader_state.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_state.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_stateobj.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_stateobj_tex.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_surface.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_tex.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_transfer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_transfer.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_vbo.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_winsys.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_ppp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/cla0c0qmd.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/clc0c0qmd.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/clc3c0qmd.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/drf.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/gm107_texture.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.xml.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_context.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_formats.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_m2mf.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_macros.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_miptree.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_program.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_program.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_sm.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_sm.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_sw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_sw.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_resource.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_resource.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_state.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_surface.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_transfer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_vbo_translate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/qmd.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_ppp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_winsys.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_copy.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_p2mf.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/qmda0c0.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/qmdc0c0.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/qmdc3c0.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/Makefile C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com9097.mme C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com9097.mme.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com90c0.mme U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com90c0.mme.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/comc597.mme.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/meson.build U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_blend_cso.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_blit.c C xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_cmdstream.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_context.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_context.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_disk_cache.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_fence.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_fence.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_helpers.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_job.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_job.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_mempool.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_mempool.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_nir_lower_sysvals.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_nir_remove_fragcolor_stores.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_public.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_resource.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_resource.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_screen.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_screen.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_shader.c U xenocara/lib/mesa/src/gallium/drivers/r300/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/r300/meson.build U xenocara/lib/mesa/src/gallium/drivers/r300/r300_blit.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_cb.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_chipset.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_chipset.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_context.c C xenocara/lib/mesa/src/gallium/drivers/r300/r300_context.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_cs.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_debug.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_defines.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_emit.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_emit.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_flush.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_fs.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_fs.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_hyperz.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_public.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_query.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_reg.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_render.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_render_stencilref.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_render_translate.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_resource.c C xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen.c C xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen_buffer.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen_buffer.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_shader_semantics.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_state.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_state_derived.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_state_inlines.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture_desc.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture_desc.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_transfer.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_transfer.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs_draw.c U xenocara/lib/mesa/src/gallium/drivers/r300/ci/r300-r480-fails.txt U xenocara/lib/mesa/src/gallium/drivers/r300/ci/r300-rv515-fails.txt U xenocara/lib/mesa/src/gallium/drivers/r300/ci/r300-rv515-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/r300/ci/r300-rv515-skips.txt U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/memory_pool.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/memory_pool.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_emit.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_nir_algebraic.py U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog_dump.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog_emit.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_code.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_code.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_deadcode.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_swizzles.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_inline_literals.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_list.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_list.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_optimize.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_dead_sources.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_schedule.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_translate.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_print.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.h N xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_swizzle.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_variable.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_variable.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_vert_fc.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/omod_two_writers.test U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_util_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/regalloc_tex_1d_swizzle.test U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/unit_test.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/unit_test.h U xenocara/lib/mesa/src/gallium/drivers/r600/.dir-locals.el U xenocara/lib/mesa/src/gallium/drivers/r600/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/r600/cayman_msaa.c U xenocara/lib/mesa/src/gallium/drivers/r600/compute_memory_pool.c U xenocara/lib/mesa/src/gallium/drivers/r600/compute_memory_pool.h U xenocara/lib/mesa/src/gallium/drivers/r600/eg_asm.c U xenocara/lib/mesa/src/gallium/drivers/r600/eg_debug.c U xenocara/lib/mesa/src/gallium/drivers/r600/eg_sq.h U xenocara/lib/mesa/src/gallium/drivers/r600/egd_tables.py C xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute.c U xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute.h C xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute_internal.h U xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_hw_context.c C xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_state.c U xenocara/lib/mesa/src/gallium/drivers/r600/evergreend.h U xenocara/lib/mesa/src/gallium/drivers/r600/meson.build C xenocara/lib/mesa/src/gallium/drivers/r600/r600_asm.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_asm.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_blit.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_buffer_common.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_cs.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_dump.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_dump.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_formats.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_gpu_load.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_hw_context.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_isa.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_isa.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_opcodes.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_perfcounter.c C xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe.c C xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe_common.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe_common.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_public.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_query.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_query.h C xenocara/lib/mesa/src/gallium/drivers/r600/r600_shader.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_shader.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_sq.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600d.h C xenocara/lib/mesa/src/gallium/drivers/r600/r600_state.c C xenocara/lib/mesa/src/gallium/drivers/r600/r600_state_common.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_streamout.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_test_dma.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_texture.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_uvd.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_viewport.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600d_common.h U xenocara/lib/mesa/src/gallium/drivers/r600/r700_asm.c U xenocara/lib/mesa/src/gallium/drivers/r600/r700_sq.h U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_uvd.c U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_uvd.h U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_vce.c U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_vce.h U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_video.c U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_video.h U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-rv770-fails.txt U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-rv770-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-rv770-skips.txt U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-turks-fails.txt U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-turks-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-turks-skips.txt U xenocara/lib/mesa/src/gallium/drivers/r600/sb/notes.markdown U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_builder.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_decoder.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_dump.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_parser.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_context.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_core.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_dce_cleanup.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_def_use.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_dump.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_expr.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_expr.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_gcm.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_gvn.cpp C xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_if_conversion.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ir.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ir.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_pass.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_liveness.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_pass.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_peephole.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_psi_ops.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_public.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_checker.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_coalesce.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_init.cpp C xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_sched.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_sched.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_shader.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_shader.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ssa_builder.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_valtable.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/.clang-format U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_alu_defines.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_alu_defines.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_alu_readport_validation.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_alu_readport_validation.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_assembler.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_assembler.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_callstack.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_callstack.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_conditionaljumptracker.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_conditionaljumptracker.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_debug.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_debug.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_defines.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_docu.txt U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_alu.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_alu.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_alugroup.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_alugroup.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_controlflow.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_controlflow.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_export.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_export.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_fetch.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_fetch.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_lds.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_lds.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_mem.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_mem.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_tex.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_tex.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instrfactory.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instrfactory.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_liverangeevaluator.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_liverangeevaluator.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_liverangeevaluator_helpers.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_liverangeevaluator_helpers.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_memorypool.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_memorypool.h C xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir.cpp C xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_legalize_image_load_store.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_64bit.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_alu.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_alu.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_fs_out_to_vector.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_fs_out_to_vector.h C xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_tess_io.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_tex.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_tex.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_vectorize_vs_inputs.c U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_optimizer.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_optimizer.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_peephole.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_peephole.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_ra.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_ra.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_scheduler.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_scheduler.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_cs.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_cs.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_fs.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_fs.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_gs.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_gs.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_tess.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_tess.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_vs.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_vs.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_valuefactory.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_valuefactory.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_virtualvalues.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_virtualvalues.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/meson.build U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_instr_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_instrfromstring_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_liverange_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_optimizer_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_shaderfromstring_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_test_shaders.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_test_shaders.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_value_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_valuefactory_test.cpp U xenocara/lib/mesa/src/gallium/drivers/radeonsi/driinfo_radeonsi.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/gfx10_query.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/gfx10_shader_ngg.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/meson.build U xenocara/lib/mesa/src/gallium/drivers/radeonsi/pspdecryptionparam.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_temporal.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_uvd.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_uvd.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_uvd_enc.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_uvd_enc.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_uvd_enc_1_1.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vce.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vce.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vce_40_2_2.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vce_50.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vce_52.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_av1_default.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_dec.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_dec.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_dec_jpeg.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc_1_2.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc_2_0.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc_3_0.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc_4_0.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_video.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_video.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_blit.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_buffer.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_build_pm4.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_clear.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_compute.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_compute.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_cp_dma.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_compute_blit.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_cp_reg_shadowing.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_debug.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_debug_options.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_descriptors.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_fence.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_get.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_gfx_cs.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_gpu_load.c N xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_nir_lower_abi.c N xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_nir_lower_resource.c N xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_nir_lower_vs_inputs.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_nir_optim.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_perfcounter.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pipe.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pipe.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pm4.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pm4.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_public.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_query.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_query.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_sdma_copy_image.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_info.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_internal.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_llvm.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_llvm_gs.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_llvm_ps.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_llvm_tess.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_llvm_vs.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_nir.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shaderlib_nir.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shaderlib_tgsi.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_sqtt.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_binning.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_draw.cpp U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_uvd.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_msaa.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_shaders.cpp U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_streamout.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_viewport.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_test_dma_perf.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_test_image_copy_region.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_texture.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx10-navi10-fail.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx10_3-navi21-fail.csv N xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx11-gfx1100-fail.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx8-polaris11-fail.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx9-raven-fail.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx9-vega20-fail.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx9-vega20-flakes.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/radeonsi-flakes.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/skips.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/HOW_TO_RUN U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/amdgcn_glslc.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/bitcount.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/bitfield_extract.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/bitfield_insert.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/div.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/exp2.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/fma.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/fract.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/frexp.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/ldexp.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/lit.cfg U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/log2.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/meson.build U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.f32.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.f64.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.i32.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.u32.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/pack_unpack_half.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/pow.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/sqrt.glsl U xenocara/lib/mesa/src/gallium/drivers/softpipe/meson.build U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_buffer.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_buffer.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_clear.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_clear.h C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_compute.c C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_context.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_context.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fence.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fence.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_flush.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_flush.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fs.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fs_exec.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_image.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_image.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_limits.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_public.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_blend.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_fs.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_query.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_query.h C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_screen.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_screen.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_setup.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_setup.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_blend.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_clip.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_derived.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_image.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_sampler.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_shader.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_so.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_surface.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_vertex.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_surface.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_surface.h C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_sample.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_sample.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_texture.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_texture.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tile_cache.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tile_cache.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/deqp-softpipe.toml U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/softpipe-asan-fails.txt U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/softpipe-fails.txt U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/softpipe-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/softpipe-skips.txt U xenocara/lib/mesa/src/gallium/drivers/svga/meson.build U xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd_vgpu10.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_context.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_context.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_debug.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_arrays.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_elements.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_private.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_format.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_format.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_hw_reg.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_image_view.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_image_view.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_link.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_link.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_mksstats.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_blend.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_blit.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_clear.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_constants.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_cs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_depthstencil.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_draw.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_flush.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_fs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_gs.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_misc.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_query.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_sampler.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_streamout.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_ts.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_vertex.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_vs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_public.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_texture.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_texture.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_sampler_view.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_sampler_view.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen_cache.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen_cache.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader_buffer.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader_buffer.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_constants.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_cs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_framebuffer.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_fs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_gs.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_need_swtnl.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_rss.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_sampler.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_tgsi_transform.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_ts.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_tss.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_uav.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_vdecl.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_vs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_streamout.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_surface.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_surface.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_backend.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_draw.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_private.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_state.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_decl_sm30.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_emit.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_insn.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_vgpu10.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_winsys.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/README U xenocara/lib/mesa/src/gallium/drivers/svga/include/VGPU10ShaderTokens.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/includeCheck.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_caps.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_cmd.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_devcaps.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_dx.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_limits.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_reg.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_shaderdefs.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_surfacedefs.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_types.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_escape.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_overlay.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_reg.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_types.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/vmware_pack_begin.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/vmware_pack_end.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.c U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.py U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.c U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.c U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.h U xenocara/lib/mesa/src/gallium/drivers/tegra/meson.build U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_context.c U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_context.h U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_resource.h U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_screen.c U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_screen.h U xenocara/lib/mesa/src/gallium/drivers/v3d/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/v3d/driinfo_v3d.h U xenocara/lib/mesa/src/gallium/drivers/v3d/meson.build U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_blit.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_bufmgr.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_cl.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_cl.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_context.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_context.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_disk_cache.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_fence.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_format_table.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_formats.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_job.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_program.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_query.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_query.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_query_perfcnt.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_query_pipe.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_resource.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_resource.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_screen.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_screen.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_uniforms.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_context.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_draw.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_emit.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_format_table.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_job.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_rcl.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_state.c U xenocara/lib/mesa/src/gallium/drivers/vc4/.dir-locals.el U xenocara/lib/mesa/src/gallium/drivers/vc4/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/vc4/meson.build U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_blit.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_bufmgr.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl_dump.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl_dump.h C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_context.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_context.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_draw.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_emit.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_fence.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_formats.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_job.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_blend.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_io.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_algebraic.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_coalesce_ff_writes.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_constant_folding.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_copy_propagation.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_dead_code.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_peephole_sf.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_small_immediates.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_vpm.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_program.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_emit_uniform_stream_resets.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_live_variables.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_schedule.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_validate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_defines.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_disasm.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_emit.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_schedule.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_validate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_query.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_register_allocate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_reorder_uniforms.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_resource.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_resource.h C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_screen.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_screen.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_simulator.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_simulator_validate.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_state.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling_lt.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling_lt_neon.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_uniforms.c U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/.dir-locals.el U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/README U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_drv.h U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_gem.c U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_packet.h U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_render_cl.c U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_validate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_validate_shaders.c U xenocara/lib/mesa/src/gallium/drivers/virgl/meson.build U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_buffer.c C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_context.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_context.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_driinfo.h.in C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_encode.c C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_encode.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_public.h C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_query.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_resource.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_resource.h C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_screen.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_screen.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_staging_mgr.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_staging_mgr.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_streamout.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_texture.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_tgsi.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_video.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_transfer_queue.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_transfer_queue.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_video.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_winsys.h N xenocara/lib/mesa/src/gallium/drivers/virgl/ci/deqp-android-virgl.toml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/deqp-virgl-gl.toml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/deqp-virgl-gles.toml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/deqp-virpipe-gl.toml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/traces-virgl-iris.yml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/traces-virgl.yml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gl-fails.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gl-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gl-skips.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gles-fails.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gles-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gles-skips.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virpipe-gl-fails.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virpipe-gl-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virpipe-gl-skips.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/tests/meson.build U xenocara/lib/mesa/src/gallium/drivers/virgl/tests/virgl_staging_mgr_test.cpp U xenocara/lib/mesa/src/gallium/drivers/zink/VP_ZINK_requirements.json U xenocara/lib/mesa/src/gallium/drivers/zink/driinfo_zink.h U xenocara/lib/mesa/src/gallium/drivers/zink/meson.build U xenocara/lib/mesa/src/gallium/drivers/zink/zink_batch.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_batch.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_blit.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_bo.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_bo.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_clear.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_clear.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_compiler.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_compiler.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_context.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_context.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_descriptors.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_descriptors.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_device_info.py U xenocara/lib/mesa/src/gallium/drivers/zink/zink_draw.cpp U xenocara/lib/mesa/src/gallium/drivers/zink/zink_extensions.py U xenocara/lib/mesa/src/gallium/drivers/zink/zink_fence.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_fence.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_format.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_format.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_format_test.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_framebuffer.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_framebuffer.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_helpers.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_inlines.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_instance.py U xenocara/lib/mesa/src/gallium/drivers/zink/zink_kopper.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_kopper.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_lower_cubemap_to_array.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_pipeline.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_pipeline.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_program.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_program.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_program_state.hpp U xenocara/lib/mesa/src/gallium/drivers/zink/zink_public.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_query.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_query.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_render_pass.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_render_pass.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_resource.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_resource.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_screen.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_screen.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_shader_keys.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_state.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_state.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_surface.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_surface.h N xenocara/lib/mesa/src/gallium/drivers/zink/zink_synchronization.cpp U xenocara/lib/mesa/src/gallium/drivers/zink/zink_types.h N xenocara/lib/mesa/src/gallium/drivers/zink/ci/deqp-zink-anv-tgl-full.toml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/deqp-zink-anv-tgl.toml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/deqp-zink-freedreno-a618.toml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/deqp-zink-lvp.toml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/deqp-zink-radv.toml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/gitlab-ci.yml N xenocara/lib/mesa/src/gallium/drivers/zink/ci/traces-zink-restricted.yml N xenocara/lib/mesa/src/gallium/drivers/zink/ci/traces-zink.yml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-amdpro-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-anv-icl-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-anv-icl-skips.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-anv-tgl-fails.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-anv-tgl-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-anv-tgl-skips.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-lvp-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-freedreno-a618-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-freedreno-a618-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-freedreno-a618-skips.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-lvp-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-lvp-skips.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-lvp-validation-settings.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-nv-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-nv-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-navi10-fails.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-navi10-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-navi10-skips.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-vangogh-fails.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-vangogh-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-vangogh-skips.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-tu-a630-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-tu-a630-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-tu-a630-skips.txt U xenocara/lib/mesa/src/gallium/drivers/zink/nir_to_spirv/nir_to_spirv.c U xenocara/lib/mesa/src/gallium/drivers/zink/nir_to_spirv/nir_to_spirv.h U xenocara/lib/mesa/src/gallium/drivers/zink/nir_to_spirv/spirv_builder.c U xenocara/lib/mesa/src/gallium/drivers/zink/nir_to_spirv/spirv_builder.h C xenocara/lib/mesa/src/gallium/drivers/zink/nir_to_spirv/zink_nir_algebraic.py U xenocara/lib/mesa/src/gallium/frontends/clover/meson.build U xenocara/lib/mesa/src/gallium/frontends/clover/api/context.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/device.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/dispatch.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/dispatch.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/event.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/interop.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/invalid.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/kernel.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/memory.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/platform.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/program.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/queue.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/sampler.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/transfer.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/util.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/binary.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/binary.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/compiler.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/context.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/context.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/device.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/device.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/error.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/event.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/event.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/format.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/format.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/kernel.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/kernel.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/memory.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/memory.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/object.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/platform.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/platform.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/printf.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/printf.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/program.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/program.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/property.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/queue.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/queue.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/resource.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/resource.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/sampler.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/sampler.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/timestamp.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/timestamp.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/codegen.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/compat.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/invocation.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/invocation.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/metadata.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/util.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/codegen/bitcode.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/codegen/common.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/codegen/native.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/nir/invocation.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/nir/invocation.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/spirv/invocation.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/spirv/invocation.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/adaptor.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/algebra.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/algorithm.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/compat.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/factor.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/functional.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/lazy.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/pointer.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/range.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/tuple.hpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Adapter.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/D3DKMT.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Debug.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Debug.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Device.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Device.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Draw.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Draw.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/DriverIncludes.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/DxgiFns.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/DxgiFns.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Format.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Format.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/InputAssembly.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/InputAssembly.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/OutputMerger.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/OutputMerger.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Query.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Query.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/README.md U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Rasterizer.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Rasterizer.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Resource.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Resource.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Shader.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Shader.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/ShaderDump.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/ShaderDump.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/ShaderParse.c U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/ShaderParse.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/ShaderTGSI.c U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/State.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/meson.build U xenocara/lib/mesa/src/gallium/frontends/dri/dri2.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_context.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_context.h U xenocara/lib/mesa/src/gallium/frontends/dri/dri_drawable.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_drawable.h U xenocara/lib/mesa/src/gallium/frontends/dri/dri_helpers.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_helpers.h U xenocara/lib/mesa/src/gallium/frontends/dri/dri_query_renderer.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_query_renderer.h U xenocara/lib/mesa/src/gallium/frontends/dri/dri_screen.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_screen.h U xenocara/lib/mesa/src/gallium/frontends/dri/dri_util.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_util.h U xenocara/lib/mesa/src/gallium/frontends/dri/drisw.c U xenocara/lib/mesa/src/gallium/frontends/dri/kopper.c U xenocara/lib/mesa/src/gallium/frontends/dri/meson.build C xenocara/lib/mesa/src/gallium/frontends/glx/xlib/glx_api.c U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/glx_getproc.c U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/glx_usefont.c U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/meson.build U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/xm_api.c U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/xm_api.h U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/xm_st.c U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/xm_st.h U xenocara/lib/mesa/src/gallium/frontends/hgl/.editorconfig U xenocara/lib/mesa/src/gallium/frontends/hgl/hgl.c U xenocara/lib/mesa/src/gallium/frontends/hgl/hgl_context.h U xenocara/lib/mesa/src/gallium/frontends/hgl/meson.build U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_cmd_buffer.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_conv.h U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_descriptor_set.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_device.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_execute.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_formats.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_image.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_inline_uniforms.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_lower_input_attachments.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_lower_vulkan_resource.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_lower_vulkan_resource.h U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_pipe_sync.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_pipeline.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_pipeline_cache.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_private.h U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_query.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_util.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_wsi.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_wsi.h U xenocara/lib/mesa/src/gallium/frontends/lavapipe/meson.build U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/deqp-lvp.toml U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/lvp-asan-fails.txt U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/lvp-asan-skips.txt U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/lvp-fails.txt U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/lvp-flakes.txt U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/lvp-skips.txt U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml U xenocara/lib/mesa/src/gallium/frontends/nine/.editorconfig U xenocara/lib/mesa/src/gallium/frontends/nine/adapter9.c U xenocara/lib/mesa/src/gallium/frontends/nine/adapter9.h U xenocara/lib/mesa/src/gallium/frontends/nine/authenticatedchannel9.c U xenocara/lib/mesa/src/gallium/frontends/nine/authenticatedchannel9.h U xenocara/lib/mesa/src/gallium/frontends/nine/basetexture9.c U xenocara/lib/mesa/src/gallium/frontends/nine/basetexture9.h U xenocara/lib/mesa/src/gallium/frontends/nine/buffer9.c U xenocara/lib/mesa/src/gallium/frontends/nine/buffer9.h U xenocara/lib/mesa/src/gallium/frontends/nine/cryptosession9.c U xenocara/lib/mesa/src/gallium/frontends/nine/cryptosession9.h U xenocara/lib/mesa/src/gallium/frontends/nine/cubetexture9.c U xenocara/lib/mesa/src/gallium/frontends/nine/cubetexture9.h U xenocara/lib/mesa/src/gallium/frontends/nine/device9.c U xenocara/lib/mesa/src/gallium/frontends/nine/device9.h U xenocara/lib/mesa/src/gallium/frontends/nine/device9ex.c U xenocara/lib/mesa/src/gallium/frontends/nine/device9ex.h U xenocara/lib/mesa/src/gallium/frontends/nine/device9video.c U xenocara/lib/mesa/src/gallium/frontends/nine/device9video.h U xenocara/lib/mesa/src/gallium/frontends/nine/guid.c U xenocara/lib/mesa/src/gallium/frontends/nine/guid.h U xenocara/lib/mesa/src/gallium/frontends/nine/indexbuffer9.c U xenocara/lib/mesa/src/gallium/frontends/nine/indexbuffer9.h U xenocara/lib/mesa/src/gallium/frontends/nine/iunknown.c U xenocara/lib/mesa/src/gallium/frontends/nine/iunknown.h U xenocara/lib/mesa/src/gallium/frontends/nine/meson.build U xenocara/lib/mesa/src/gallium/frontends/nine/nine_buffer_upload.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_buffer_upload.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_csmt_helper.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_debug.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_debug.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_defines.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_dump.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_dump.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_ff.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_ff.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_flags.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_helpers.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_helpers.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_limits.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_lock.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_lock.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_pdata.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_memory_helper.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_memory_helper.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_pipe.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_pipe.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_queue.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_queue.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_quirk.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_quirk.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_shader.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_shader.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_state.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_state.h U xenocara/lib/mesa/src/gallium/frontends/nine/nineexoverlayextension.c U xenocara/lib/mesa/src/gallium/frontends/nine/nineexoverlayextension.h U xenocara/lib/mesa/src/gallium/frontends/nine/pixelshader9.c U xenocara/lib/mesa/src/gallium/frontends/nine/pixelshader9.h U xenocara/lib/mesa/src/gallium/frontends/nine/query9.c U xenocara/lib/mesa/src/gallium/frontends/nine/query9.h U xenocara/lib/mesa/src/gallium/frontends/nine/resource9.c U xenocara/lib/mesa/src/gallium/frontends/nine/resource9.h U xenocara/lib/mesa/src/gallium/frontends/nine/stateblock9.c U xenocara/lib/mesa/src/gallium/frontends/nine/stateblock9.h U xenocara/lib/mesa/src/gallium/frontends/nine/surface9.c U xenocara/lib/mesa/src/gallium/frontends/nine/surface9.h U xenocara/lib/mesa/src/gallium/frontends/nine/swapchain9.c U xenocara/lib/mesa/src/gallium/frontends/nine/swapchain9.h U xenocara/lib/mesa/src/gallium/frontends/nine/swapchain9ex.c U xenocara/lib/mesa/src/gallium/frontends/nine/swapchain9ex.h U xenocara/lib/mesa/src/gallium/frontends/nine/texture9.c U xenocara/lib/mesa/src/gallium/frontends/nine/texture9.h U xenocara/lib/mesa/src/gallium/frontends/nine/threadpool.c U xenocara/lib/mesa/src/gallium/frontends/nine/threadpool.h U xenocara/lib/mesa/src/gallium/frontends/nine/vertexbuffer9.c U xenocara/lib/mesa/src/gallium/frontends/nine/vertexbuffer9.h U xenocara/lib/mesa/src/gallium/frontends/nine/vertexdeclaration9.c U xenocara/lib/mesa/src/gallium/frontends/nine/vertexdeclaration9.h U xenocara/lib/mesa/src/gallium/frontends/nine/vertexshader9.c U xenocara/lib/mesa/src/gallium/frontends/nine/vertexshader9.h U xenocara/lib/mesa/src/gallium/frontends/nine/volume9.c U xenocara/lib/mesa/src/gallium/frontends/nine/volume9.h U xenocara/lib/mesa/src/gallium/frontends/nine/volumetexture9.c U xenocara/lib/mesa/src/gallium/frontends/nine/volumetexture9.h U xenocara/lib/mesa/src/gallium/frontends/omx/meson.build U xenocara/lib/mesa/src/gallium/frontends/omx/vid_dec_common.c U xenocara/lib/mesa/src/gallium/frontends/omx/vid_dec_common.h U xenocara/lib/mesa/src/gallium/frontends/omx/vid_dec_h264_common.c U xenocara/lib/mesa/src/gallium/frontends/omx/vid_dec_h264_common.h U xenocara/lib/mesa/src/gallium/frontends/omx/vid_enc_common.c U xenocara/lib/mesa/src/gallium/frontends/omx/vid_enc_common.h U xenocara/lib/mesa/src/gallium/frontends/omx/vid_omx_common.c U xenocara/lib/mesa/src/gallium/frontends/omx/vid_omx_common.h U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/entrypoint.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/entrypoint.h U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec.h U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec_av1.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec_av1.h U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec_h264.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec_h265.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec_mpeg12.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_enc.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_enc.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/entrypoint.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/entrypoint.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264d.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264d.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264dinport.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264dinport.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264dinport_decls.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264dprc.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264dprc.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264e.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264e.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264einport.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264einport.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264einport_decls.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264eoutport.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264eoutport.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264eoutport_decls.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264eprc.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264eprc.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/names.h U xenocara/lib/mesa/src/gallium/frontends/osmesa/meson.build U xenocara/lib/mesa/src/gallium/frontends/osmesa/osmesa.c U xenocara/lib/mesa/src/gallium/frontends/rusticl/api.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/lib.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/meson.build U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_mesa_bindings.h U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_mesa_inline_bindings_wrapper.c U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_mesa_inline_bindings_wrapper.h U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_nir.c U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_nir.h U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_opencl_bindings.h U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_system_bindings.c U xenocara/lib/mesa/src/gallium/frontends/rusticl/rusticl_system_bindings.h U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/context.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/device.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/event.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/icd.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/kernel.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/memory.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/platform.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/program.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/queue.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/types.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/api/util.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/context.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/device.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/event.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/format.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/kernel.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/memory.rs N xenocara/lib/mesa/src/gallium/frontends/rusticl/core/platform.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/program.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/queue.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/util.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/core/version.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/compiler.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/lib.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/util.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/compiler/clc.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/compiler/nir.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/compiler/clc/spirv.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/context.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/device.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/fence.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/resource.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/screen.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/pipe/transfer.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/mesa/util/disk_cache.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/assert.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/bitset.rs N xenocara/lib/mesa/src/gallium/frontends/rusticl/util/feature.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/lib.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/math.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/properties.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/ptr.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/serialize.rs U xenocara/lib/mesa/src/gallium/frontends/rusticl/util/string.rs U xenocara/lib/mesa/src/gallium/frontends/va/buffer.c U xenocara/lib/mesa/src/gallium/frontends/va/config.c U xenocara/lib/mesa/src/gallium/frontends/va/context.c U xenocara/lib/mesa/src/gallium/frontends/va/display.c U xenocara/lib/mesa/src/gallium/frontends/va/image.c U xenocara/lib/mesa/src/gallium/frontends/va/meson.build U xenocara/lib/mesa/src/gallium/frontends/va/picture.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_av1.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_h264.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_h264_enc.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_hevc.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_hevc_enc.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_mjpeg.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_mpeg12.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_mpeg4.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_vc1.c U xenocara/lib/mesa/src/gallium/frontends/va/picture_vp9.c U xenocara/lib/mesa/src/gallium/frontends/va/postproc.c U xenocara/lib/mesa/src/gallium/frontends/va/subpicture.c U xenocara/lib/mesa/src/gallium/frontends/va/surface.c U xenocara/lib/mesa/src/gallium/frontends/va/va_private.h U xenocara/lib/mesa/src/gallium/frontends/vdpau/bitmap.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/decode.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/device.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/ftab.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/htab.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/meson.build U xenocara/lib/mesa/src/gallium/frontends/vdpau/mixer.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/output.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/preemption.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/presentation.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/query.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/surface.c U xenocara/lib/mesa/src/gallium/frontends/vdpau/vdpau_private.h U xenocara/lib/mesa/src/gallium/frontends/wgl/gldrv.h U xenocara/lib/mesa/src/gallium/frontends/wgl/meson.build U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_context.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_context.h C xenocara/lib/mesa/src/gallium/frontends/wgl/stw_device.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_device.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_context.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_context.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_extensionsstring.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_interop.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_interop.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_pbuffer.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_pixelformat.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_rendertexture.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_ext_swapinterval.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_framebuffer.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_framebuffer.h N xenocara/lib/mesa/src/gallium/frontends/wgl/stw_gdishim.c N xenocara/lib/mesa/src/gallium/frontends/wgl/stw_gdishim.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_getprocaddress.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_image.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_image.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_nopfuncs.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_nopfuncs.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_pixelformat.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_pixelformat.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_st.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_st.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_tls.c U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_tls.h U xenocara/lib/mesa/src/gallium/frontends/wgl/stw_winsys.h U xenocara/lib/mesa/src/gallium/frontends/xa/.editorconfig U xenocara/lib/mesa/src/gallium/frontends/xa/README U xenocara/lib/mesa/src/gallium/frontends/xa/meson.build U xenocara/lib/mesa/src/gallium/frontends/xa/xa-indent.sh U xenocara/lib/mesa/src/gallium/frontends/xa/xa_composite.c U xenocara/lib/mesa/src/gallium/frontends/xa/xa_composite.h U xenocara/lib/mesa/src/gallium/frontends/xa/xa_context.c U xenocara/lib/mesa/src/gallium/frontends/xa/xa_context.h U xenocara/lib/mesa/src/gallium/frontends/xa/xa_priv.h U xenocara/lib/mesa/src/gallium/frontends/xa/xa_renderer.c U xenocara/lib/mesa/src/gallium/frontends/xa/xa_tgsi.c U xenocara/lib/mesa/src/gallium/frontends/xa/xa_tracker.c U xenocara/lib/mesa/src/gallium/frontends/xa/xa_tracker.h.in U xenocara/lib/mesa/src/gallium/frontends/xa/xa_yuv.c U xenocara/lib/mesa/src/gallium/include/frontend/api.h U xenocara/lib/mesa/src/gallium/include/frontend/drisw_api.h U xenocara/lib/mesa/src/gallium/include/frontend/drm_driver.h U xenocara/lib/mesa/src/gallium/include/frontend/opencl_interop.h U xenocara/lib/mesa/src/gallium/include/frontend/sw_driver.h U xenocara/lib/mesa/src/gallium/include/frontend/sw_winsys.h U xenocara/lib/mesa/src/gallium/include/frontend/vdpau_dmabuf.h U xenocara/lib/mesa/src/gallium/include/frontend/vdpau_funcs.h U xenocara/lib/mesa/src/gallium/include/frontend/vdpau_interop.h U xenocara/lib/mesa/src/gallium/include/frontend/winsys_handle.h U xenocara/lib/mesa/src/gallium/include/frontend/xlibsw_api.h C xenocara/lib/mesa/src/gallium/include/pipe/p_compiler.h C xenocara/lib/mesa/src/gallium/include/pipe/p_context.h C xenocara/lib/mesa/src/gallium/include/pipe/p_defines.h C xenocara/lib/mesa/src/gallium/include/pipe/p_screen.h C xenocara/lib/mesa/src/gallium/include/pipe/p_shader_tokens.h C xenocara/lib/mesa/src/gallium/include/pipe/p_state.h U xenocara/lib/mesa/src/gallium/include/pipe/p_video_codec.h U xenocara/lib/mesa/src/gallium/include/pipe/p_video_enums.h C xenocara/lib/mesa/src/gallium/include/pipe/p_video_state.h U xenocara/lib/mesa/src/gallium/include/winsys/radeon_winsys.h U xenocara/lib/mesa/src/gallium/targets/dri-vdpau.dyn U xenocara/lib/mesa/src/gallium/targets/d3d10sw/README.md U xenocara/lib/mesa/src/gallium/targets/d3d10sw/d3d10_gdi.c U xenocara/lib/mesa/src/gallium/targets/d3d10sw/d3d10_sw.def.in U xenocara/lib/mesa/src/gallium/targets/d3d10sw/meson.build U xenocara/lib/mesa/src/gallium/targets/d3d10sw/tests/tri.cpp U xenocara/lib/mesa/src/gallium/targets/d3d10sw/tests/tri_ps_4_0.h U xenocara/lib/mesa/src/gallium/targets/d3d10sw/tests/tri_vs_4_0.h U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/.editorconfig U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/d3dadapter9.sym U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/description.c C xenocara/lib/mesa/src/gallium/targets/d3dadapter9/drm.c U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/getproc.c U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/meson.build U xenocara/lib/mesa/src/gallium/targets/dri/dri.sym U xenocara/lib/mesa/src/gallium/targets/dri/meson.build U xenocara/lib/mesa/src/gallium/targets/dri/target.c U xenocara/lib/mesa/src/gallium/targets/lavapipe/meson.build U xenocara/lib/mesa/src/gallium/targets/lavapipe/target.c U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/meson.build U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/opengl32.def.in U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/stw_wgl.c U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/stw_wgl.h U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/tests/wgl_tests.cpp U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/libgl-xlib.sym U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/meson.build U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/xlib.c U xenocara/lib/mesa/src/gallium/targets/omx/meson.build U xenocara/lib/mesa/src/gallium/targets/omx/omx.sym U xenocara/lib/mesa/src/gallium/targets/omx/target.c U xenocara/lib/mesa/src/gallium/targets/opencl/MesaOpenCL.def.in U xenocara/lib/mesa/src/gallium/targets/opencl/OpenCL.def.in U xenocara/lib/mesa/src/gallium/targets/opencl/mesa.icd.in U xenocara/lib/mesa/src/gallium/targets/opencl/meson.build U xenocara/lib/mesa/src/gallium/targets/opencl/opencl.sym U xenocara/lib/mesa/src/gallium/targets/osmesa/meson.build N xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa-symbols.txt U xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa.def.in U xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa.sym U xenocara/lib/mesa/src/gallium/targets/osmesa/target.c U xenocara/lib/mesa/src/gallium/targets/osmesa/test-render.cpp U xenocara/lib/mesa/src/gallium/targets/pipe-loader/meson.build U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe.sym U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_crocus.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_i915.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_iris.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_kmsro.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_msm.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_nouveau.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_r300.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_r600.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_radeonsi.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_swrast.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_vmwgfx.c U xenocara/lib/mesa/src/gallium/targets/rusticl/meson.build U xenocara/lib/mesa/src/gallium/targets/rusticl/rusticl.icd.in U xenocara/lib/mesa/src/gallium/targets/rusticl/target.c U xenocara/lib/mesa/src/gallium/targets/va/meson.build U xenocara/lib/mesa/src/gallium/targets/va/target.c U xenocara/lib/mesa/src/gallium/targets/va/va.sym U xenocara/lib/mesa/src/gallium/targets/va/vaon12.def.in U xenocara/lib/mesa/src/gallium/targets/vdpau/meson.build U xenocara/lib/mesa/src/gallium/targets/vdpau/target.c U xenocara/lib/mesa/src/gallium/targets/vdpau/vdpau.sym U xenocara/lib/mesa/src/gallium/targets/wgl/gallium_wgl.def.in U xenocara/lib/mesa/src/gallium/targets/wgl/meson.build U xenocara/lib/mesa/src/gallium/targets/wgl/wgl.c U xenocara/lib/mesa/src/gallium/targets/xa/meson.build U xenocara/lib/mesa/src/gallium/targets/xa/target.c U xenocara/lib/mesa/src/gallium/targets/xa/xa.sym U xenocara/lib/mesa/src/gallium/tests/meson.build U xenocara/lib/mesa/src/gallium/tests/python/tests/regress/fragment-shader/frag-cmp.sh U xenocara/lib/mesa/src/gallium/tests/trivial/meson.build U xenocara/lib/mesa/src/gallium/tests/trivial/quad-tex.c U xenocara/lib/mesa/src/gallium/tests/trivial/tri.c U xenocara/lib/mesa/src/gallium/tests/unit/meson.build U xenocara/lib/mesa/src/gallium/tests/unit/pipe_barrier_test.c U xenocara/lib/mesa/src/gallium/tests/unit/translate_test.c U xenocara/lib/mesa/src/gallium/tests/unit/u_cache_test.c U xenocara/lib/mesa/src/gallium/tests/unit/u_half_test.c U xenocara/lib/mesa/src/gallium/tests/unit/u_prim_verts_test.c U xenocara/lib/mesa/src/gallium/tools/addr2line.sh U xenocara/lib/mesa/src/gallium/tools/trace/README.txt U xenocara/lib/mesa/src/gallium/tools/trace/TODO.txt U xenocara/lib/mesa/src/gallium/tools/trace/diff_state.py U xenocara/lib/mesa/src/gallium/tools/trace/dump.py U xenocara/lib/mesa/src/gallium/tools/trace/dump_state.py C xenocara/lib/mesa/src/gallium/tools/trace/format.py U xenocara/lib/mesa/src/gallium/tools/trace/model.py U xenocara/lib/mesa/src/gallium/tools/trace/parse.py U xenocara/lib/mesa/src/gallium/tools/trace/pytracediff.py U xenocara/lib/mesa/src/gallium/tools/trace/tracediff.sh C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_bo.c U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_bo.h C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_cs.h U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_surface.c C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/asahi/drm/asahi_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/asahi/drm/asahi_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/asahi/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/crocus/drm/crocus_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/crocus/drm/crocus_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/crocus/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/d3d12/wgl/d3d12_wgl_framebuffer.cpp N xenocara/lib/mesa/src/gallium/winsys/d3d12/wgl/d3d12_wgl_framebuffer_xbox.cpp U xenocara/lib/mesa/src/gallium/winsys/d3d12/wgl/d3d12_wgl_public.h U xenocara/lib/mesa/src/gallium/winsys/d3d12/wgl/d3d12_wgl_winsys.c U xenocara/lib/mesa/src/gallium/winsys/d3d12/wgl/meson.build C xenocara/lib/mesa/src/gallium/winsys/etnaviv/drm/etnaviv_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/etnaviv/drm/etnaviv_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/etnaviv/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/.editorconfig U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_batchbuffer.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_buffer.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_fence.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.h U xenocara/lib/mesa/src/gallium/winsys/i915/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/iris/drm/iris_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/iris/drm/iris_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/iris/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/kmsro/drm/kmsro_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/kmsro/drm/kmsro_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/kmsro/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/lima/drm/lima_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/lima/drm/lima_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/lima/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/.editorconfig U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/panfrost/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/panfrost/drm/panfrost_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/panfrost/drm/panfrost_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/radeon/.dir-locals.el U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/meson.build C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.c C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.h U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.c U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.h U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_surface.c C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/meson.build C xenocara/lib/mesa/src/gallium/winsys/svga/drm/pb_buffer_simple_fenced.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/svga_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_buffer.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_buffer.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_context.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_context.h C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_fence.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_fence.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_msg.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_msg.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_query.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_query.h C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_dri.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_pools.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_svga.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_shader.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_shader.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_surface.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_surface.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmwgfx_drm.h C xenocara/lib/mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/dri/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/.editorconfig U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.cpp U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/null/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/null/null_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/null/null_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/meson.build C xenocara/lib/mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/tegra/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/tegra/drm/tegra_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/tegra/drm/tegra_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/v3d/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/v3d/drm/v3d_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/v3d/drm/v3d_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/vc4/drm/meson.build C xenocara/lib/mesa/src/gallium/winsys/vc4/drm/vc4_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/vc4/drm/vc4_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/virgl/common/meson.build U xenocara/lib/mesa/src/gallium/winsys/virgl/common/virgl_resource_cache.c U xenocara/lib/mesa/src/gallium/winsys/virgl/common/virgl_resource_cache.h U xenocara/lib/mesa/src/gallium/winsys/virgl/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_winsys.c C xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_winsys.h U xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/meson.build U xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_public.h U xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_socket.c C xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_winsys.c C xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_winsys.h U xenocara/lib/mesa/src/gbm/gbm-symbols.txt U xenocara/lib/mesa/src/gbm/meson.build C xenocara/lib/mesa/src/gbm/backends/dri/gbm_dri.c C xenocara/lib/mesa/src/gbm/backends/dri/gbm_driint.h U xenocara/lib/mesa/src/gbm/main/backend.c U xenocara/lib/mesa/src/gbm/main/backend.h U xenocara/lib/mesa/src/gbm/main/gbm.c U xenocara/lib/mesa/src/gbm/main/gbm.h U xenocara/lib/mesa/src/gbm/main/gbm_abi_check.c U xenocara/lib/mesa/src/gbm/main/gbm_backend_abi.h U xenocara/lib/mesa/src/gbm/main/gbmint.h U xenocara/lib/mesa/src/getopt/.editorconfig U xenocara/lib/mesa/src/getopt/getopt.h U xenocara/lib/mesa/src/getopt/getopt_long.c U xenocara/lib/mesa/src/getopt/meson.build U xenocara/lib/mesa/src/glx/applegl_glx.c U xenocara/lib/mesa/src/glx/clientattrib.c U xenocara/lib/mesa/src/glx/clientinfo.c U xenocara/lib/mesa/src/glx/compsize.c U xenocara/lib/mesa/src/glx/create_context.c U xenocara/lib/mesa/src/glx/dri2.c U xenocara/lib/mesa/src/glx/dri2.h C xenocara/lib/mesa/src/glx/dri2_glx.c U xenocara/lib/mesa/src/glx/dri2_priv.h C xenocara/lib/mesa/src/glx/dri3_glx.c C xenocara/lib/mesa/src/glx/dri3_priv.h C xenocara/lib/mesa/src/glx/dri_common.c U xenocara/lib/mesa/src/glx/dri_common.h U xenocara/lib/mesa/src/glx/dri_common_interop.c U xenocara/lib/mesa/src/glx/dri_common_query_renderer.c C xenocara/lib/mesa/src/glx/drisw_glx.c U xenocara/lib/mesa/src/glx/drisw_priv.h U xenocara/lib/mesa/src/glx/driwindows_glx.c U xenocara/lib/mesa/src/glx/eval.c U xenocara/lib/mesa/src/glx/g_glxglvnddispatchfuncs.c U xenocara/lib/mesa/src/glx/g_glxglvnddispatchindices.h U xenocara/lib/mesa/src/glx/glx_error.c U xenocara/lib/mesa/src/glx/glx_error.h C xenocara/lib/mesa/src/glx/glx_pbuffer.c U xenocara/lib/mesa/src/glx/glx_query.c C xenocara/lib/mesa/src/glx/glxclient.h C xenocara/lib/mesa/src/glx/glxcmds.c U xenocara/lib/mesa/src/glx/glxconfig.c U xenocara/lib/mesa/src/glx/glxconfig.h C xenocara/lib/mesa/src/glx/glxcurrent.c U xenocara/lib/mesa/src/glx/glxext.c U xenocara/lib/mesa/src/glx/glxextensions.c C xenocara/lib/mesa/src/glx/glxextensions.h U xenocara/lib/mesa/src/glx/glxglvnd.c U xenocara/lib/mesa/src/glx/glxglvnd.h U xenocara/lib/mesa/src/glx/glxglvnddispatchfuncs.h U xenocara/lib/mesa/src/glx/glxhash.c U xenocara/lib/mesa/src/glx/glxhash.h U xenocara/lib/mesa/src/glx/indirect_glx.c U xenocara/lib/mesa/src/glx/indirect_init.h U xenocara/lib/mesa/src/glx/indirect_texture_compression.c U xenocara/lib/mesa/src/glx/meson.build U xenocara/lib/mesa/src/glx/indirect_transpose_matrix.c U xenocara/lib/mesa/src/glx/indirect_vertex_array.c U xenocara/lib/mesa/src/glx/indirect_vertex_array.h U xenocara/lib/mesa/src/glx/indirect_vertex_array_priv.h U xenocara/lib/mesa/src/glx/indirect_vertex_program.c U xenocara/lib/mesa/src/glx/indirect_window_pos.c U xenocara/lib/mesa/src/glx/packrender.h U xenocara/lib/mesa/src/glx/packsingle.h U xenocara/lib/mesa/src/glx/pixel.c U xenocara/lib/mesa/src/glx/pixelstore.c U xenocara/lib/mesa/src/glx/query_renderer.c U xenocara/lib/mesa/src/glx/render2.c U xenocara/lib/mesa/src/glx/renderpix.c U xenocara/lib/mesa/src/glx/single2.c U xenocara/lib/mesa/src/glx/singlepix.c U xenocara/lib/mesa/src/glx/vertarr.c U xenocara/lib/mesa/src/glx/xfont.c U xenocara/lib/mesa/src/glx/apple/RELEASE_NOTES U xenocara/lib/mesa/src/glx/apple/TODO U xenocara/lib/mesa/src/glx/apple/apple_cgl.c U xenocara/lib/mesa/src/glx/apple/apple_cgl.h U xenocara/lib/mesa/src/glx/apple/apple_glapi.c U xenocara/lib/mesa/src/glx/apple/apple_glx.c U xenocara/lib/mesa/src/glx/apple/apple_glx.h U xenocara/lib/mesa/src/glx/apple/apple_glx_context.c U xenocara/lib/mesa/src/glx/apple/apple_glx_context.h U xenocara/lib/mesa/src/glx/apple/apple_glx_drawable.c U xenocara/lib/mesa/src/glx/apple/apple_glx_drawable.h U xenocara/lib/mesa/src/glx/apple/apple_glx_log.c U xenocara/lib/mesa/src/glx/apple/apple_glx_log.h U xenocara/lib/mesa/src/glx/apple/apple_glx_pbuffer.c U xenocara/lib/mesa/src/glx/apple/apple_glx_pixmap.c U xenocara/lib/mesa/src/glx/apple/apple_glx_surface.c U xenocara/lib/mesa/src/glx/apple/apple_visual.c U xenocara/lib/mesa/src/glx/apple/apple_visual.h U xenocara/lib/mesa/src/glx/apple/apple_xgl_api.h U xenocara/lib/mesa/src/glx/apple/appledri.c U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_read.c U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_stereo.c U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_viewport.c U xenocara/lib/mesa/src/glx/apple/appledri.h U xenocara/lib/mesa/src/glx/apple/appledristr.h U xenocara/lib/mesa/src/glx/apple/glx_empty.c U xenocara/lib/mesa/src/glx/apple/meson.build U xenocara/lib/mesa/src/glx/tests/clientinfo_unittest.cpp U xenocara/lib/mesa/src/glx/tests/create_context_unittest.cpp U xenocara/lib/mesa/src/glx/tests/dispatch-index-check U xenocara/lib/mesa/src/glx/tests/enum_sizes.cpp U xenocara/lib/mesa/src/glx/tests/fake_glx_screen.cpp U xenocara/lib/mesa/src/glx/tests/fake_glx_screen.h U xenocara/lib/mesa/src/glx/tests/indirect_api.cpp U xenocara/lib/mesa/src/glx/tests/meson.build U xenocara/lib/mesa/src/glx/tests/mock_xdisplay.h U xenocara/lib/mesa/src/glx/tests/query_renderer_implementation_unittest.cpp U xenocara/lib/mesa/src/glx/tests/query_renderer_unittest.cpp U xenocara/lib/mesa/src/glx/windows/meson.build U xenocara/lib/mesa/src/glx/windows/wgl.c U xenocara/lib/mesa/src/glx/windows/wgl.h U xenocara/lib/mesa/src/glx/windows/windows_drawable.c U xenocara/lib/mesa/src/glx/windows/windowsdriconst.h U xenocara/lib/mesa/src/glx/windows/windowsdristr.h U xenocara/lib/mesa/src/glx/windows/windowsgl.c U xenocara/lib/mesa/src/glx/windows/windowsgl.h U xenocara/lib/mesa/src/glx/windows/windowsgl_internal.h U xenocara/lib/mesa/src/glx/windows/xwindowsdri.c U xenocara/lib/mesa/src/glx/windows/xwindowsdri.h U xenocara/lib/mesa/src/gtest/.editorconfig U xenocara/lib/mesa/src/gtest/meson.build U xenocara/lib/mesa/src/gtest/include/mesa-gtest-extras.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-death-test.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-matchers.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-message.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-param-test.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-printers.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-spi.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-test-part.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-typed-test.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest_pred_impl.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest_prod.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-death-test-internal.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-filepath.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-internal.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-param-util.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-port-arch.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-port.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-string.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-type-util.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-type-util.h.pump U xenocara/lib/mesa/src/gtest/include/gtest/internal/custom/README.md U xenocara/lib/mesa/src/gtest/include/gtest/internal/custom/gtest-port.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/custom/gtest-printers.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/custom/gtest.h U xenocara/lib/mesa/src/gtest/src/gtest-all.cc U xenocara/lib/mesa/src/gtest/src/gtest-death-test.cc U xenocara/lib/mesa/src/gtest/src/gtest-filepath.cc U xenocara/lib/mesa/src/gtest/src/gtest-internal-inl.h U xenocara/lib/mesa/src/gtest/src/gtest-matchers.cc U xenocara/lib/mesa/src/gtest/src/gtest-port.cc U xenocara/lib/mesa/src/gtest/src/gtest-printers.cc U xenocara/lib/mesa/src/gtest/src/gtest-test-part.cc U xenocara/lib/mesa/src/gtest/src/gtest-typed-test.cc U xenocara/lib/mesa/src/gtest/src/gtest.cc U xenocara/lib/mesa/src/gtest/src/gtest_main.cc U xenocara/lib/mesa/src/imagination/.clang-format U xenocara/lib/mesa/src/imagination/.dir-locals.el U xenocara/lib/mesa/src/imagination/.editorconfig U xenocara/lib/mesa/src/imagination/meson.build U xenocara/lib/mesa/src/imagination/common/meson.build U xenocara/lib/mesa/src/imagination/common/pvr_debug.c U xenocara/lib/mesa/src/imagination/common/pvr_debug.h U xenocara/lib/mesa/src/imagination/common/pvr_device_info.c U xenocara/lib/mesa/src/imagination/common/pvr_device_info.h N xenocara/lib/mesa/src/imagination/common/pvr_dump.c N xenocara/lib/mesa/src/imagination/common/pvr_dump.h N xenocara/lib/mesa/src/imagination/common/pvr_util.c N xenocara/lib/mesa/src/imagination/common/pvr_util.h U xenocara/lib/mesa/src/imagination/csbgen/gen_pack_header.py U xenocara/lib/mesa/src/imagination/csbgen/meson.build U xenocara/lib/mesa/src/imagination/csbgen/pvr_packet_helpers.h U xenocara/lib/mesa/src/imagination/csbgen/rogue_cdm.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_cr.xml N xenocara/lib/mesa/src/imagination/csbgen/rogue_fw.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_hwdefs.h U xenocara/lib/mesa/src/imagination/csbgen/rogue_ipf.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_lls.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_pbestate.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_pds.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_ppp.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_texstate.xml U xenocara/lib/mesa/src/imagination/csbgen/rogue_vdm.xml U xenocara/lib/mesa/src/imagination/include/pvr_rogue_fw.h U xenocara/lib/mesa/src/imagination/include/pvr_types.h U xenocara/lib/mesa/src/imagination/include/hwdef/rogue_hw_defs.h U xenocara/lib/mesa/src/imagination/include/hwdef/rogue_hw_utils.h U xenocara/lib/mesa/src/imagination/rogue/meson.build U xenocara/lib/mesa/src/imagination/rogue/rogue.c U xenocara/lib/mesa/src/imagination/rogue/rogue.h N xenocara/lib/mesa/src/imagination/rogue/rogue_alu_instrs.def N xenocara/lib/mesa/src/imagination/rogue/rogue_backend_instrs.def N xenocara/lib/mesa/src/imagination/rogue/rogue_bitwise_instrs.def U xenocara/lib/mesa/src/imagination/rogue/rogue_build_data.c N xenocara/lib/mesa/src/imagination/rogue/rogue_builder.c N xenocara/lib/mesa/src/imagination/rogue/rogue_builder.h N xenocara/lib/mesa/src/imagination/rogue/rogue_compile.c U xenocara/lib/mesa/src/imagination/rogue/rogue_constreg.c N xenocara/lib/mesa/src/imagination/rogue/rogue_ctrl_instrs.def N xenocara/lib/mesa/src/imagination/rogue/rogue_debug.c U xenocara/lib/mesa/src/imagination/rogue/rogue_encode.c N xenocara/lib/mesa/src/imagination/rogue/rogue_info.c N xenocara/lib/mesa/src/imagination/rogue/rogue_isa.h U xenocara/lib/mesa/src/imagination/rogue/rogue_nir.c N xenocara/lib/mesa/src/imagination/rogue/rogue_print.c U xenocara/lib/mesa/src/imagination/rogue/rogue_validate.c U xenocara/lib/mesa/src/imagination/rogue/nir/rogue_nir_lower_io.c U xenocara/lib/mesa/src/imagination/rogue/nir/rogue_nir_pfo.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_constreg.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_copy_prop.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_dce.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_lower_late_ops.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_lower_pseudo_ops.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_regalloc.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_schedule_instr_groups.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_schedule_uvsw.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_schedule_wdf.c N xenocara/lib/mesa/src/imagination/rogue/passes/rogue_trim.c N xenocara/lib/mesa/src/imagination/rogue/tools/meson.build N xenocara/lib/mesa/src/imagination/rogue/tools/vk_compiler.c U xenocara/lib/mesa/src/imagination/vulkan/meson.build U xenocara/lib/mesa/src/imagination/vulkan/pvr_blit.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_bo.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_bo.h N xenocara/lib/mesa/src/imagination/vulkan/pvr_clear.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_clear.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_cmd_buffer.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_common.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_csb.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_csb.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_csb_enum_helpers.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_descriptor_set.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_device.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_dump_bo.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_dump_bo.h N xenocara/lib/mesa/src/imagination/vulkan/pvr_dump_csb.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_formats.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_formats.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_hardcode.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_hardcode.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_hw_pass.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_hw_pass.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_image.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_common.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_common.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_compute.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_compute.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_context.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_context.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_render.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_render.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_transfer.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_job_transfer.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_limits.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_pass.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_pipeline.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_pipeline_cache.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_private.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_query.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_queue.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_query_compute.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_robustness.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_robustness.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_shader.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_shader.h N xenocara/lib/mesa/src/imagination/vulkan/pvr_spm.c N xenocara/lib/mesa/src/imagination/vulkan/pvr_spm.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_tex_state.c U xenocara/lib/mesa/src/imagination/vulkan/pvr_tex_state.h U xenocara/lib/mesa/src/imagination/vulkan/pvr_wsi.c U xenocara/lib/mesa/src/imagination/vulkan/vk_format.h U xenocara/lib/mesa/src/imagination/vulkan/pds/meson.build U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds.c U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_disasm.c U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_printer.c N xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pipeline_pds.c U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_rogue_pds_defs.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_rogue_pds_disasm.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_rogue_pds_encode.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays3.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance3.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance_drawid0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance_drawid1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance_drawid2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_arrays_base_instance_drawid3.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements3.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance3.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance_drawid0.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance_drawid1.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance_drawid2.h U xenocara/lib/mesa/src/imagination/vulkan/pds/pvr_pds_programs/pvr_draw_indirect_elements_base_instance_drawid3.h N xenocara/lib/mesa/src/imagination/vulkan/usc/pvr_uscgen.c N xenocara/lib/mesa/src/imagination/vulkan/usc/pvr_uscgen.h U xenocara/lib/mesa/src/imagination/vulkan/usc/hardcoded_apps/pvr_simple_compute.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_cdm_load_sr.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_shader_factory.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_static_shaders.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_transfer_eot.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_usc_fragment_shader.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_vdm_load_sr.h U xenocara/lib/mesa/src/imagination/vulkan/usc/programs/pvr_vdm_store_sr.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvr_winsys.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvr_winsys.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvr_winsys_helper.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvr_winsys_helper.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/powervr/pvr_drm.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/powervr/pvr_drm_public.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_bo.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_bo.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_bridge.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_bridge.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_common.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_common.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_compute.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_compute.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_null.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_null.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_render.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_render.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_transfer.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_job_transfer.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_public.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_sync.c U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/pvr_srv_sync.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/pvr_rogue_fwif.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/pvr_rogue_fwif_rf.h U xenocara/lib/mesa/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/pvr_rogue_fwif_shared.h U xenocara/lib/mesa/src/imgui/LICENSE.txt U xenocara/lib/mesa/src/imgui/README U xenocara/lib/mesa/src/imgui/imconfig.h U xenocara/lib/mesa/src/imgui/imgui.cpp U xenocara/lib/mesa/src/imgui/imgui.h U xenocara/lib/mesa/src/imgui/imgui_draw.cpp U xenocara/lib/mesa/src/imgui/imgui_internal.h U xenocara/lib/mesa/src/imgui/imgui_memory_editor.h U xenocara/lib/mesa/src/imgui/imgui_widgets.cpp U xenocara/lib/mesa/src/imgui/imstb_rectpack.h U xenocara/lib/mesa/src/imgui/imstb_textedit.h U xenocara/lib/mesa/src/imgui/imstb_truetype.h U xenocara/lib/mesa/src/imgui/meson.build U xenocara/lib/mesa/src/intel/meson.build C xenocara/lib/mesa/src/intel/blorp/blorp.c C xenocara/lib/mesa/src/intel/blorp/blorp.h C xenocara/lib/mesa/src/intel/blorp/blorp_blit.c C xenocara/lib/mesa/src/intel/blorp/blorp_clear.c C xenocara/lib/mesa/src/intel/blorp/blorp_genX_exec.h U xenocara/lib/mesa/src/intel/blorp/blorp_nir_builder.h U xenocara/lib/mesa/src/intel/blorp/blorp_priv.h U xenocara/lib/mesa/src/intel/blorp/meson.build U xenocara/lib/mesa/src/intel/ci/anv-skips.txt U xenocara/lib/mesa/src/intel/ci/anv-tgl-fails.txt U xenocara/lib/mesa/src/intel/ci/deqp-anv-tgl-vk.toml N xenocara/lib/mesa/src/intel/ci/deqp-hasvk-hsw.toml N xenocara/lib/mesa/src/intel/ci/deqp-intel-tgl-skqp.toml N xenocara/lib/mesa/src/intel/ci/deqp-intel-whl-skqp.toml N xenocara/lib/mesa/src/intel/ci/deqp-iris-amly-egl.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-amly.toml N xenocara/lib/mesa/src/intel/ci/deqp-iris-apl-egl.toml N xenocara/lib/mesa/src/intel/ci/deqp-iris-apl-glk.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-apl.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-cml.toml N xenocara/lib/mesa/src/intel/ci/deqp-iris-glk-egl.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-glk.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-jsl.toml U xenocara/lib/mesa/src/intel/ci/gitlab-ci.yml U xenocara/lib/mesa/src/intel/ci/deqp-iris-kbl.toml U xenocara/lib/mesa/src/intel/ci/deqp-iris-whl.toml N xenocara/lib/mesa/src/intel/ci/hasvk-hsw-fails.txt N xenocara/lib/mesa/src/intel/ci/hasvk-hsw-flakes.txt N xenocara/lib/mesa/src/intel/ci/hasvk-hsw-skips.txt N xenocara/lib/mesa/src/intel/ci/intel-tgl-flakes.txt U xenocara/lib/mesa/src/intel/ci/iris-amly-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-amly-flakes.txt U xenocara/lib/mesa/src/intel/ci/iris-amly-skips.txt U xenocara/lib/mesa/src/intel/ci/iris-apl-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-apl-flakes.txt N xenocara/lib/mesa/src/intel/ci/iris-apl-skips.txt U xenocara/lib/mesa/src/intel/ci/iris-cml-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-cml-flakes.txt U xenocara/lib/mesa/src/intel/ci/iris-glk-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-glk-flakes.txt N xenocara/lib/mesa/src/intel/ci/iris-glk-skips.txt U xenocara/lib/mesa/src/intel/ci/iris-skips.txt N xenocara/lib/mesa/src/intel/ci/iris-jsl-fails.txt N xenocara/lib/mesa/src/intel/ci/iris-jsl-flakes.txt U xenocara/lib/mesa/src/intel/ci/iris-jsl-skips.txt U xenocara/lib/mesa/src/intel/ci/iris-kbl-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-kbl-flakes.txt U xenocara/lib/mesa/src/intel/ci/iris-kbl-skips.txt U xenocara/lib/mesa/src/intel/ci/iris-whl-fails.txt U xenocara/lib/mesa/src/intel/ci/iris-whl-flakes.txt U xenocara/lib/mesa/src/intel/ci/traces-iris.yml U xenocara/lib/mesa/src/intel/common/intel_aux_map.c U xenocara/lib/mesa/src/intel/common/intel_aux_map.h U xenocara/lib/mesa/src/intel/common/intel_batch_decoder.c U xenocara/lib/mesa/src/intel/common/intel_batch_decoder_stub.c U xenocara/lib/mesa/src/intel/common/intel_buffer_alloc.h U xenocara/lib/mesa/src/intel/common/intel_clflush.h U xenocara/lib/mesa/src/intel/common/intel_decoder.c U xenocara/lib/mesa/src/intel/common/intel_decoder.h U xenocara/lib/mesa/src/intel/common/intel_defines.h U xenocara/lib/mesa/src/intel/common/intel_disasm.c U xenocara/lib/mesa/src/intel/common/intel_disasm.h U xenocara/lib/mesa/src/intel/common/intel_engine.c U xenocara/lib/mesa/src/intel/common/intel_engine.h U xenocara/lib/mesa/src/intel/common/intel_gem.c U xenocara/lib/mesa/src/intel/common/intel_gem.h N xenocara/lib/mesa/src/intel/common/intel_genX_state.h U xenocara/lib/mesa/src/intel/common/intel_guardband.h U xenocara/lib/mesa/src/intel/common/intel_l3_config.c U xenocara/lib/mesa/src/intel/common/intel_l3_config.h U xenocara/lib/mesa/src/intel/common/intel_measure.c U xenocara/lib/mesa/src/intel/common/intel_measure.h U xenocara/lib/mesa/src/intel/common/intel_pixel_hash.h U xenocara/lib/mesa/src/intel/common/intel_sample_positions.c U xenocara/lib/mesa/src/intel/common/intel_sample_positions.h U xenocara/lib/mesa/src/intel/common/intel_urb_config.c U xenocara/lib/mesa/src/intel/common/intel_uuid.c U xenocara/lib/mesa/src/intel/common/intel_uuid.h U xenocara/lib/mesa/src/intel/common/meson.build U xenocara/lib/mesa/src/intel/common/mi_builder.h N xenocara/lib/mesa/src/intel/common/xe/intel_engine.c N xenocara/lib/mesa/src/intel/common/xe/intel_engine.h N xenocara/lib/mesa/src/intel/common/xe/intel_gem.c N xenocara/lib/mesa/src/intel/common/xe/intel_gem.h N xenocara/lib/mesa/src/intel/common/i915/intel_engine.c N xenocara/lib/mesa/src/intel/common/i915/intel_engine.h N xenocara/lib/mesa/src/intel/common/i915/intel_gem.c N xenocara/lib/mesa/src/intel/common/i915/intel_gem.h U xenocara/lib/mesa/src/intel/common/tests/gentest.xml U xenocara/lib/mesa/src/intel/common/tests/genxml_test.c U xenocara/lib/mesa/src/intel/common/tests/mi_builder_test.cpp U xenocara/lib/mesa/src/intel/compiler/brw_cfg.cpp U xenocara/lib/mesa/src/intel/compiler/brw_cfg.h U xenocara/lib/mesa/src/intel/compiler/brw_clip.h U xenocara/lib/mesa/src/intel/compiler/brw_clip_line.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_point.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_tri.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_unfilled.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_util.c U xenocara/lib/mesa/src/intel/compiler/brw_compile_clip.c U xenocara/lib/mesa/src/intel/compiler/brw_compile_ff_gs.c U xenocara/lib/mesa/src/intel/compiler/brw_compile_sf.c C xenocara/lib/mesa/src/intel/compiler/brw_compiler.c C xenocara/lib/mesa/src/intel/compiler/brw_compiler.h U xenocara/lib/mesa/src/intel/compiler/brw_dead_control_flow.cpp U xenocara/lib/mesa/src/intel/compiler/brw_dead_control_flow.h U xenocara/lib/mesa/src/intel/compiler/brw_debug_recompile.c C xenocara/lib/mesa/src/intel/compiler/brw_disasm.c U xenocara/lib/mesa/src/intel/compiler/brw_disasm_info.c U xenocara/lib/mesa/src/intel/compiler/brw_disasm_info.h C xenocara/lib/mesa/src/intel/compiler/brw_eu.c C xenocara/lib/mesa/src/intel/compiler/brw_eu.h U xenocara/lib/mesa/src/intel/compiler/brw_eu_compact.c C xenocara/lib/mesa/src/intel/compiler/brw_eu_defines.h C xenocara/lib/mesa/src/intel/compiler/brw_eu_emit.c U xenocara/lib/mesa/src/intel/compiler/brw_eu_util.c C xenocara/lib/mesa/src/intel/compiler/brw_eu_validate.c C xenocara/lib/mesa/src/intel/compiler/brw_fs.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs.h U xenocara/lib/mesa/src/intel/compiler/brw_fs_bank_conflicts.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_builder.h C xenocara/lib/mesa/src/intel/compiler/brw_fs_cmod_propagation.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_combine_constants.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_copy_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_cse.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_dead_code_eliminate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_generator.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_live_variables.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_live_variables.h C xenocara/lib/mesa/src/intel/compiler/brw_fs_lower_pack.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_lower_regioning.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_nir.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_reg_allocate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_register_coalesce.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_saturate_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_scoreboard.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_sel_peephole.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_thread_payload.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_validate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/brw_gfx_ver_enum.h C xenocara/lib/mesa/src/intel/compiler/brw_inst.h U xenocara/lib/mesa/src/intel/compiler/brw_interpolation_map.c C xenocara/lib/mesa/src/intel/compiler/brw_ir.h U xenocara/lib/mesa/src/intel/compiler/brw_ir_allocator.h U xenocara/lib/mesa/src/intel/compiler/brw_ir_analysis.h C xenocara/lib/mesa/src/intel/compiler/brw_ir_fs.h C xenocara/lib/mesa/src/intel/compiler/brw_ir_performance.cpp U xenocara/lib/mesa/src/intel/compiler/brw_ir_performance.h U xenocara/lib/mesa/src/intel/compiler/brw_ir_vec4.h U xenocara/lib/mesa/src/intel/compiler/brw_isa_info.h U xenocara/lib/mesa/src/intel/compiler/brw_kernel.c U xenocara/lib/mesa/src/intel/compiler/brw_kernel.h U xenocara/lib/mesa/src/intel/compiler/brw_lower_logical_sends.cpp U xenocara/lib/mesa/src/intel/compiler/brw_mesh.cpp C xenocara/lib/mesa/src/intel/compiler/brw_nir.c C xenocara/lib/mesa/src/intel/compiler/brw_nir.h C xenocara/lib/mesa/src/intel/compiler/brw_nir_analyze_boolean_resolves.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_analyze_ubo_ranges.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_attribute_workarounds.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_rt.c N xenocara/lib/mesa/src/intel/compiler/brw_nir_blockify_uniform_loads.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_clamp_image_1d_2d_array_sizes.c N xenocara/lib/mesa/src/intel/compiler/brw_nir_clamp_per_vertex_loads.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_alpha_to_coverage.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_conversions.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_cs_intrinsics.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_intersection_shader.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_ray_queries.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_rt_intrinsics.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_shader_calls.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_shading_rate_output.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_storage_image.c C xenocara/lib/mesa/src/intel/compiler/brw_nir_opt_peephole_ffma.c N xenocara/lib/mesa/src/intel/compiler/brw_nir_opt_peephole_imul32x16.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_rt.h U xenocara/lib/mesa/src/intel/compiler/brw_nir_rt_builder.h U xenocara/lib/mesa/src/intel/compiler/brw_nir_tcs_workarounds.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_trig_workarounds.py U xenocara/lib/mesa/src/intel/compiler/brw_packed_float.c U xenocara/lib/mesa/src/intel/compiler/brw_predicated_break.cpp U xenocara/lib/mesa/src/intel/compiler/brw_prim.h U xenocara/lib/mesa/src/intel/compiler/brw_private.h U xenocara/lib/mesa/src/intel/compiler/brw_reg.h U xenocara/lib/mesa/src/intel/compiler/brw_reg_type.c U xenocara/lib/mesa/src/intel/compiler/brw_reg_type.h U xenocara/lib/mesa/src/intel/compiler/brw_rt.h C xenocara/lib/mesa/src/intel/compiler/brw_schedule_instructions.cpp C xenocara/lib/mesa/src/intel/compiler/brw_shader.cpp U xenocara/lib/mesa/src/intel/compiler/brw_shader.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4.h N xenocara/lib/mesa/src/intel/compiler/brw_simd_selection.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_builder.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_cmod_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_copy_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_cse.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_dead_code_eliminate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4_generator.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_gs_nir.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4_gs_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_gs_visitor.h U xenocara/lib/mesa/src/intel/compiler/brw_vec4_live_variables.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_live_variables.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_nir.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_reg_allocate.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_surface_builder.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_surface_builder.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_tcs.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_tcs.h U xenocara/lib/mesa/src/intel/compiler/brw_vec4_tes.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_tes.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_vs.h U xenocara/lib/mesa/src/intel/compiler/brw_vec4_vs_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vue_map.c U xenocara/lib/mesa/src/intel/compiler/gfx6_gs_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/gfx6_gs_visitor.h U xenocara/lib/mesa/src/intel/compiler/intel_clc.c U xenocara/lib/mesa/src/intel/compiler/meson.build U xenocara/lib/mesa/src/intel/compiler/test_eu_compact.cpp C xenocara/lib/mesa/src/intel/compiler/test_eu_validate.cpp C xenocara/lib/mesa/src/intel/compiler/test_fs_cmod_propagation.cpp C xenocara/lib/mesa/src/intel/compiler/test_fs_copy_propagation.cpp C xenocara/lib/mesa/src/intel/compiler/test_fs_saturate_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/test_fs_scoreboard.cpp U xenocara/lib/mesa/src/intel/compiler/test_simd_selection.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_cmod_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_copy_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_dead_code_eliminate.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_register_coalesce.cpp U xenocara/lib/mesa/src/intel/compiler/test_vf_float_conversions.cpp N xenocara/lib/mesa/src/intel/dev/gen_wa_helpers.py U xenocara/lib/mesa/src/intel/dev/intel_debug.c U xenocara/lib/mesa/src/intel/dev/intel_debug.h U xenocara/lib/mesa/src/intel/dev/intel_dev_info.c C xenocara/lib/mesa/src/intel/dev/intel_device_info.c C xenocara/lib/mesa/src/intel/dev/intel_device_info.h U xenocara/lib/mesa/src/intel/dev/intel_device_info_override_test.c U xenocara/lib/mesa/src/intel/dev/intel_device_info_test.c U xenocara/lib/mesa/src/intel/dev/intel_device_info_test.h U xenocara/lib/mesa/src/intel/dev/intel_hwconfig.c U xenocara/lib/mesa/src/intel/dev/intel_hwconfig.h U xenocara/lib/mesa/src/intel/dev/intel_hwconfig_types.h N xenocara/lib/mesa/src/intel/dev/intel_kmd.c N xenocara/lib/mesa/src/intel/dev/intel_kmd.h N xenocara/lib/mesa/src/intel/dev/mesa_defs.json U xenocara/lib/mesa/src/intel/dev/meson.build N xenocara/lib/mesa/src/intel/dev/i915/intel_device_info.c N xenocara/lib/mesa/src/intel/dev/i915/intel_device_info.h N xenocara/lib/mesa/src/intel/dev/xe/intel_device_info.c N xenocara/lib/mesa/src/intel/dev/xe/intel_device_info.h U xenocara/lib/mesa/src/intel/ds/.clang-format U xenocara/lib/mesa/src/intel/ds/intel_driver_ds.cc U xenocara/lib/mesa/src/intel/ds/intel_driver_ds.h U xenocara/lib/mesa/src/intel/ds/intel_pps_driver.cc U xenocara/lib/mesa/src/intel/ds/intel_pps_driver.h U xenocara/lib/mesa/src/intel/ds/intel_pps_perf.cc U xenocara/lib/mesa/src/intel/ds/intel_pps_perf.h U xenocara/lib/mesa/src/intel/ds/intel_pps_priv.h U xenocara/lib/mesa/src/intel/ds/intel_tracepoints.py U xenocara/lib/mesa/src/intel/ds/meson.build U xenocara/lib/mesa/src/intel/genxml/README U xenocara/lib/mesa/src/intel/genxml/gen11.xml U xenocara/lib/mesa/src/intel/genxml/gen12.xml U xenocara/lib/mesa/src/intel/genxml/gen125.xml N xenocara/lib/mesa/src/intel/genxml/gen125_rt.xml U xenocara/lib/mesa/src/intel/genxml/gen4.xml U xenocara/lib/mesa/src/intel/genxml/gen45.xml U xenocara/lib/mesa/src/intel/genxml/gen5.xml U xenocara/lib/mesa/src/intel/genxml/gen6.xml C xenocara/lib/mesa/src/intel/genxml/gen7.xml C xenocara/lib/mesa/src/intel/genxml/gen75.xml C xenocara/lib/mesa/src/intel/genxml/gen8.xml C xenocara/lib/mesa/src/intel/genxml/gen9.xml U xenocara/lib/mesa/src/intel/genxml/genX_pack.h N xenocara/lib/mesa/src/intel/genxml/genX_rt_pack.h U xenocara/lib/mesa/src/intel/genxml/gen_bits_header.py U xenocara/lib/mesa/src/intel/genxml/gen_macros.h C xenocara/lib/mesa/src/intel/genxml/gen_pack_header.py U xenocara/lib/mesa/src/intel/genxml/gen_sort_tags.py U xenocara/lib/mesa/src/intel/genxml/gen_zipped_file.py U xenocara/lib/mesa/src/intel/genxml/meson.build U xenocara/lib/mesa/src/intel/genxml/util.py U xenocara/lib/mesa/src/intel/isl/README U xenocara/lib/mesa/src/intel/isl/gen_format_layout.py C xenocara/lib/mesa/src/intel/isl/isl.c C xenocara/lib/mesa/src/intel/isl/isl.h U xenocara/lib/mesa/src/intel/isl/isl_aux_info.c U xenocara/lib/mesa/src/intel/isl/isl_drm.c U xenocara/lib/mesa/src/intel/isl/isl_emit_cpb.c C xenocara/lib/mesa/src/intel/isl/isl_emit_depth_stencil.c C xenocara/lib/mesa/src/intel/isl/isl_format.c U xenocara/lib/mesa/src/intel/isl/isl_format_layout.csv U xenocara/lib/mesa/src/intel/isl/isl_genX_helpers.h U xenocara/lib/mesa/src/intel/isl/isl_genX_priv.h U xenocara/lib/mesa/src/intel/isl/isl_gfx12.c U xenocara/lib/mesa/src/intel/isl/isl_gfx12.h U xenocara/lib/mesa/src/intel/isl/isl_gfx4.c U xenocara/lib/mesa/src/intel/isl/isl_gfx4.h U xenocara/lib/mesa/src/intel/isl/isl_gfx6.c U xenocara/lib/mesa/src/intel/isl/isl_gfx6.h U xenocara/lib/mesa/src/intel/isl/isl_gfx7.c U xenocara/lib/mesa/src/intel/isl/isl_gfx7.h U xenocara/lib/mesa/src/intel/isl/isl_gfx8.c U xenocara/lib/mesa/src/intel/isl/isl_gfx8.h U xenocara/lib/mesa/src/intel/isl/isl_gfx9.c U xenocara/lib/mesa/src/intel/isl/isl_gfx9.h C xenocara/lib/mesa/src/intel/isl/isl_priv.h C xenocara/lib/mesa/src/intel/isl/isl_storage_image.c C xenocara/lib/mesa/src/intel/isl/isl_surface_state.c U xenocara/lib/mesa/src/intel/isl/isl_tiled_memcpy.c U xenocara/lib/mesa/src/intel/isl/isl_tiled_memcpy_normal.c U xenocara/lib/mesa/src/intel/isl/isl_tiled_memcpy_sse41.c U xenocara/lib/mesa/src/intel/isl/meson.build U xenocara/lib/mesa/src/intel/isl/tests/isl_aux_info_test.cpp U xenocara/lib/mesa/src/intel/isl/tests/isl_surf_get_image_offset_test.c U xenocara/lib/mesa/src/intel/nullhw-layer/README U xenocara/lib/mesa/src/intel/nullhw-layer/VkLayer_INTEL_nullhw.json U xenocara/lib/mesa/src/intel/nullhw-layer/intel_nullhw.c U xenocara/lib/mesa/src/intel/nullhw-layer/meson.build U xenocara/lib/mesa/src/intel/perf/gen_perf.py U xenocara/lib/mesa/src/intel/perf/intel_perf.c U xenocara/lib/mesa/src/intel/perf/intel_perf.h U xenocara/lib/mesa/src/intel/perf/intel_perf_mdapi.c U xenocara/lib/mesa/src/intel/perf/intel_perf_mdapi.h U xenocara/lib/mesa/src/intel/perf/intel_perf_private.h U xenocara/lib/mesa/src/intel/perf/intel_perf_query.c U xenocara/lib/mesa/src/intel/perf/intel_perf_query.h N xenocara/lib/mesa/src/intel/perf/intel_perf_query_layout.c U xenocara/lib/mesa/src/intel/perf/intel_perf_regs.h U xenocara/lib/mesa/src/intel/perf/intel_perf_setup.h U xenocara/lib/mesa/src/intel/perf/meson.build N xenocara/lib/mesa/src/intel/perf/oa-acmgt1.xml N xenocara/lib/mesa/src/intel/perf/oa-acmgt2.xml N xenocara/lib/mesa/src/intel/perf/oa-acmgt3.xml U xenocara/lib/mesa/src/intel/perf/oa-adl.xml U xenocara/lib/mesa/src/intel/perf/oa-bdw.xml U xenocara/lib/mesa/src/intel/perf/oa-bxt.xml U xenocara/lib/mesa/src/intel/perf/oa-chv.xml U xenocara/lib/mesa/src/intel/perf/oa-cflgt2.xml U xenocara/lib/mesa/src/intel/perf/oa-cflgt3.xml U xenocara/lib/mesa/src/intel/perf/oa-dg1.xml U xenocara/lib/mesa/src/intel/perf/oa-ehl.xml U xenocara/lib/mesa/src/intel/perf/oa-glk.xml U xenocara/lib/mesa/src/intel/perf/oa-hsw.xml U xenocara/lib/mesa/src/intel/perf/oa-icl.xml U xenocara/lib/mesa/src/intel/perf/oa-kblgt2.xml U xenocara/lib/mesa/src/intel/perf/oa-kblgt3.xml N xenocara/lib/mesa/src/intel/perf/oa-mtlgt2.xml N xenocara/lib/mesa/src/intel/perf/oa-mtlgt3.xml U xenocara/lib/mesa/src/intel/perf/oa-rkl.xml U xenocara/lib/mesa/src/intel/perf/oa-sklgt2.xml U xenocara/lib/mesa/src/intel/perf/oa-sklgt3.xml U xenocara/lib/mesa/src/intel/perf/oa-sklgt4.xml U xenocara/lib/mesa/src/intel/perf/oa-tglgt1.xml U xenocara/lib/mesa/src/intel/perf/oa-tglgt2.xml U xenocara/lib/mesa/src/intel/tools/aub_mem.c U xenocara/lib/mesa/src/intel/tools/aub_mem.h U xenocara/lib/mesa/src/intel/tools/aub_read.c U xenocara/lib/mesa/src/intel/tools/aub_read.h U xenocara/lib/mesa/src/intel/tools/aub_write.c U xenocara/lib/mesa/src/intel/tools/aub_write.h U xenocara/lib/mesa/src/intel/tools/aubinator.c U xenocara/lib/mesa/src/intel/tools/aubinator_error_decode.c U xenocara/lib/mesa/src/intel/tools/aubinator_viewer.cpp U xenocara/lib/mesa/src/intel/tools/aubinator_viewer.h U xenocara/lib/mesa/src/intel/tools/aubinator_viewer_decoder.cpp U xenocara/lib/mesa/src/intel/tools/aubinator_viewer_urb.h U xenocara/lib/mesa/src/intel/tools/error2aub.c U xenocara/lib/mesa/src/intel/tools/gfx10_context.h U xenocara/lib/mesa/src/intel/tools/gfx8_context.h U xenocara/lib/mesa/src/intel/tools/i965_asm.c U xenocara/lib/mesa/src/intel/tools/i965_asm.h U xenocara/lib/mesa/src/intel/tools/i965_disasm.c U xenocara/lib/mesa/src/intel/tools/i965_gram.y U xenocara/lib/mesa/src/intel/tools/i965_lex.l U xenocara/lib/mesa/src/intel/tools/intel_aub.h U xenocara/lib/mesa/src/intel/tools/intel_context.h U xenocara/lib/mesa/src/intel/tools/intel_dump_gpu.c U xenocara/lib/mesa/src/intel/tools/intel_dump_gpu.in U xenocara/lib/mesa/src/intel/tools/intel_noop_drm_shim.c U xenocara/lib/mesa/src/intel/tools/intel_sanitize_gpu.c U xenocara/lib/mesa/src/intel/tools/intel_sanitize_gpu.in U xenocara/lib/mesa/src/intel/tools/intel_stub_gpu.in U xenocara/lib/mesa/src/intel/tools/meson.build U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_gtk3.cpp U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_gtk3.h U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_opengl3.cpp U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_opengl3.h U xenocara/lib/mesa/src/intel/tools/imgui/meson.build U xenocara/lib/mesa/src/intel/tools/tests/run-test.py U xenocara/lib/mesa/src/intel/tools/tests/gen11/cr0.asm U xenocara/lib/mesa/src/intel/tools/tests/gen11/cr0.expected U xenocara/lib/mesa/src/intel/tools/tests/gen11/rol.asm U xenocara/lib/mesa/src/intel/tools/tests/gen11/rol.expected U xenocara/lib/mesa/src/intel/tools/tests/gen11/ror.asm U xenocara/lib/mesa/src/intel/tools/tests/gen11/ror.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/do.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/do.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/iff.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/iff.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/jmpi.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/jmpi.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/line.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/line.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/mac.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/mac.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/do.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/do.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/iff.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/iff.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/jmpi.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/jmpi.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen4.5/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/do.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/do.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/iff.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/iff.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/jmpi.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/jmpi.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen5/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen5/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/halt.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/halt.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/lrp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/lrp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/lzd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/lzd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/mad.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/mad.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/math.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/math.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/rnde.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/rnde.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/rndz.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/rndz.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/sendc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/sendc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen6/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen6/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfe.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfe.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi1.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi1.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfrev.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/bfrev.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/cbit.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/cbit.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/f16to32.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/f16to32.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/f32to16.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/f32to16.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/fbh.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/fbh.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/fbl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/fbl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/halt.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/halt.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/lrp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/lrp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/lzd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/lzd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/mad.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/mad.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/math.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/math.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/rnde.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/rnde.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/rndz.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/rndz.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/sendc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/sendc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/wait.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/wait.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfe.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfe.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi1.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi1.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfrev.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfrev.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cbit.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cbit.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dim.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dim.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp3.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp3.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp4.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp4.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dph.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dph.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f16to32.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f16to32.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f32to16.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f32to16.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbh.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbh.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/halt.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/halt.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lrp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lrp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lzd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lzd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mad.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mad.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/math.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/math.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rnde.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rnde.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndz.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndz.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sendc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sendc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/wait.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/wait.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen7.5/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfe.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfe.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi1.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi1.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfrev.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/bfrev.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/cbit.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/cbit.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/cr0.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/cr0.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/csel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/csel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/fbh.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/fbh.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/fbl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/fbl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/halt.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/halt.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/lrp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/lrp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/lzd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/lzd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/mad.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/mad.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/math.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/math.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/nop.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/nop.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/rnde.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/rnde.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/rndz.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/rndz.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/sendc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/sendc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/wait.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/wait.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen8/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen8/xor.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/add.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/add.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/and.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/and.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/asr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/asr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfe.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfe.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi1.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi1.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi2.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi2.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfrev.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/bfrev.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/break.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/break.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/cbit.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/cbit.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/cmp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/cmp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/cont.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/cont.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/cr0.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/cr0.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/csel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/csel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/else.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/else.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/endif.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/endif.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/fbh.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/fbh.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/fbl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/fbl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/frc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/frc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/halt.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/halt.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/if.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/if.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/lrp.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/lrp.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/lzd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/lzd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/mach.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/mach.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/mad.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/mov.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/mad.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/math.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/math.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/mov.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/mul.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/mul.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/nop.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/nop.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/not.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/not.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/or.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/or.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/pln.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/pln.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/rndd.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/rndd.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/rnde.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/rnde.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/rndz.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/rndz.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/sel.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/sel.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/send.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/shl.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/send.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/sendc.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/sendc.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/sends.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/sends.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/shl.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/shr.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/shr.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/wait.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/wait.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/while.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/while.expected U xenocara/lib/mesa/src/intel/tools/tests/gen9/xor.asm U xenocara/lib/mesa/src/intel/tools/tests/gen9/xor.expected C xenocara/lib/mesa/src/intel/vulkan/anv_allocator.c U xenocara/lib/mesa/src/intel/vulkan/anv_android.c U xenocara/lib/mesa/src/intel/vulkan/anv_android.h U xenocara/lib/mesa/src/intel/vulkan/anv_android_stubs.c C xenocara/lib/mesa/src/intel/vulkan/anv_batch_chain.c C xenocara/lib/mesa/src/intel/vulkan/anv_blorp.c U xenocara/lib/mesa/src/intel/vulkan/anv_bo_sync.c C xenocara/lib/mesa/src/intel/vulkan/anv_cmd_buffer.c C xenocara/lib/mesa/src/intel/vulkan/anv_descriptor_set.c C xenocara/lib/mesa/src/intel/vulkan/anv_device.c C xenocara/lib/mesa/src/intel/vulkan/anv_formats.c C xenocara/lib/mesa/src/intel/vulkan/anv_gem.c C xenocara/lib/mesa/src/intel/vulkan/anv_gem_stubs.c C xenocara/lib/mesa/src/intel/vulkan/anv_genX.h N xenocara/lib/mesa/src/intel/vulkan/anv_generated_indirect_draws.c N xenocara/lib/mesa/src/intel/vulkan/anv_generated_indirect_draws.h C xenocara/lib/mesa/src/intel/vulkan/anv_image.c N xenocara/lib/mesa/src/intel/vulkan/anv_kmd_backend.c N xenocara/lib/mesa/src/intel/vulkan/anv_kmd_backend.h U xenocara/lib/mesa/src/intel/vulkan/anv_measure.c U xenocara/lib/mesa/src/intel/vulkan/anv_measure.h N xenocara/lib/mesa/src/intel/vulkan/anv_mesh_perprim_wa.c U xenocara/lib/mesa/src/intel/vulkan/anv_nir.h C xenocara/lib/mesa/src/intel/vulkan/anv_nir_apply_pipeline_layout.c U xenocara/lib/mesa/src/intel/vulkan/anv_nir_compute_push_layout.c C xenocara/lib/mesa/src/intel/vulkan/anv_nir_lower_multiview.c U xenocara/lib/mesa/src/intel/vulkan/anv_nir_lower_ubo_loads.c U xenocara/lib/mesa/src/intel/vulkan/anv_nir_push_descriptor_analysis.c U xenocara/lib/mesa/src/intel/vulkan/anv_perf.c C xenocara/lib/mesa/src/intel/vulkan/anv_pipeline.c C xenocara/lib/mesa/src/intel/vulkan/anv_pipeline_cache.c C xenocara/lib/mesa/src/intel/vulkan/anv_private.h C xenocara/lib/mesa/src/intel/vulkan/anv_queue.c C xenocara/lib/mesa/src/intel/vulkan/anv_util.c U xenocara/lib/mesa/src/intel/vulkan/anv_utrace.c N xenocara/lib/mesa/src/intel/vulkan/anv_video.c C xenocara/lib/mesa/src/intel/vulkan/anv_wsi.c U xenocara/lib/mesa/src/intel/vulkan/genX_acceleration_structure.c C xenocara/lib/mesa/src/intel/vulkan/genX_blorp_exec.c C xenocara/lib/mesa/src/intel/vulkan/genX_cmd_buffer.c N xenocara/lib/mesa/src/intel/vulkan/genX_cmd_draw_generated_indirect.h N xenocara/lib/mesa/src/intel/vulkan/genX_cmd_draw_helpers.h C xenocara/lib/mesa/src/intel/vulkan/genX_gpu_memcpy.c C xenocara/lib/mesa/src/intel/vulkan/genX_pipeline.c C xenocara/lib/mesa/src/intel/vulkan/genX_query.c C xenocara/lib/mesa/src/intel/vulkan/genX_state.c N xenocara/lib/mesa/src/intel/vulkan/genX_video.c U xenocara/lib/mesa/src/intel/vulkan/gfx8_cmd_buffer.c U xenocara/lib/mesa/src/intel/vulkan/meson.build U xenocara/lib/mesa/src/intel/vulkan/grl/.gitignore U xenocara/lib/mesa/src/intel/vulkan/grl/genX_grl.h U xenocara/lib/mesa/src/intel/vulkan/grl/genX_grl_dispatch.c U xenocara/lib/mesa/src/intel/vulkan/grl/genX_grl_uuid.cpp U xenocara/lib/mesa/src/intel/vulkan/grl/grl_cl_kernel_gen.py U xenocara/lib/mesa/src/intel/vulkan/grl/grl_metakernel_gen.py U xenocara/lib/mesa/src/intel/vulkan/grl/grl_parser.py U xenocara/lib/mesa/src/intel/vulkan/grl/grl_structs.h U xenocara/lib/mesa/src/intel/vulkan/grl/meson.build U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/AABB.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/api_interface.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/atomic_update.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/atomic_update.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/binned_sah_shared.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/build_leaf.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/build_primref.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/build_refit.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_BFS.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_DFS.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_leaf.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_presplit.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_primref.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_primref.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_refit.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_refit.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_sah_experimental.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/d3d12.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_build_treelet_refit.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_copy.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_debug.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_debug.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_postbuild_info.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/bvh_rebraid.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/common.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/copy.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/grl_api_interface_verify.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/grl_api_interface_verify.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/input_dump.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/input_dump.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/instance.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/intrinsics.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/mem_utils.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/misc.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/misc.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/misc_legacy.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/misc_shared.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/presplit.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_builder.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_msb_radix_bitonic_sort.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_msb_radix_bitonic_sort.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_msb_radix_bitonic_sort_shared.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_radix_sort.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton_radix_sort.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/msb_radix_bitonic_sort.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/new_sah_builder.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/postbuild_info.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/qbvh6.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/quad.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/radix_sort.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/rebraid.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/shared.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/structs.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/traversal_shader.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/traversal_shader.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/libs/libraries.grl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/libs/lsc_intrinsics.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/libs/lsc_intrinsics.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/libs/lsc_intrinsics_fallback.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/morton_common.h U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/phase0.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/phase1.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/phase2.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/post_sort.cl U xenocara/lib/mesa/src/intel/vulkan/grl/gpu/morton/pre_sort.cl U xenocara/lib/mesa/src/intel/vulkan/grl/include/AABB3f.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLGen12.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLIntTypes.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLOCLCompatibility.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLRTASCommon.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLStructs.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/GRLUtilities.h U xenocara/lib/mesa/src/intel/vulkan/grl/include/affinespace.h N xenocara/lib/mesa/src/intel/vulkan/i915/anv_batch_chain.c N xenocara/lib/mesa/src/intel/vulkan/i915/anv_batch_chain.h N xenocara/lib/mesa/src/intel/vulkan/i915/anv_device.c N xenocara/lib/mesa/src/intel/vulkan/i915/anv_device.h N xenocara/lib/mesa/src/intel/vulkan/i915/anv_kmd_backend.c N xenocara/lib/mesa/src/intel/vulkan/layers/anv_android_layer.c N xenocara/lib/mesa/src/intel/vulkan/layers/anv_doom64.c U xenocara/lib/mesa/src/intel/vulkan/layers/anv_hitman3.c N xenocara/lib/mesa/src/intel/vulkan/shaders/common_generated_draws.glsl N xenocara/lib/mesa/src/intel/vulkan/shaders/gfx11_generated_draws.glsl N xenocara/lib/mesa/src/intel/vulkan/shaders/gfx9_generated_draws.glsl N xenocara/lib/mesa/src/intel/vulkan/shaders/meson.build U xenocara/lib/mesa/src/intel/vulkan/tests/block_pool_grow_first.c C xenocara/lib/mesa/src/intel/vulkan/tests/block_pool_no_free.c C xenocara/lib/mesa/src/intel/vulkan/tests/state_pool.c C xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_free_list_only.c C xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_no_free.c U xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_padding.c U xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_test_helper.h U xenocara/lib/mesa/src/intel/vulkan/tests/test_common.h N xenocara/lib/mesa/src/intel/vulkan/xe/anv_batch_chain.c N xenocara/lib/mesa/src/intel/vulkan/xe/anv_batch_chain.h N xenocara/lib/mesa/src/intel/vulkan/xe/anv_device.c N xenocara/lib/mesa/src/intel/vulkan/xe/anv_device.h N xenocara/lib/mesa/src/intel/vulkan/xe/anv_kmd_backend.c N xenocara/lib/mesa/src/intel/vulkan/xe/anv_queue.c N xenocara/lib/mesa/src/intel/vulkan/xe/anv_queue.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_allocator.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_android.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_android.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_android_stubs.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_batch_chain.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_blorp.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_bo_sync.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_cmd_buffer.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_descriptor_set.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_device.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_formats.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_gem.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_gem_stubs.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_genX.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_image.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_measure.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_measure.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir_apply_pipeline_layout.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir_compute_push_layout.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir_lower_multiview.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir_lower_ubo_loads.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_nir_lower_ycbcr_textures.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_perf.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_pipeline.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_pipeline_cache.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_private.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_queue.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_util.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_utrace.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/anv_wsi.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_blorp_exec.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_cmd_buffer.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_gpu_memcpy.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_pipeline.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_query.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/genX_state.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/meson.build U xenocara/lib/mesa/src/intel/vulkan_hasvk/gfx7_cmd_buffer.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/gfx8_cmd_buffer.c N xenocara/lib/mesa/src/intel/vulkan_hasvk/layers/anv_doom64.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/block_pool_grow_first.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/block_pool_no_free.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/state_pool.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/state_pool_free_list_only.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/state_pool_no_free.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/state_pool_padding.c U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/state_pool_test_helper.h U xenocara/lib/mesa/src/intel/vulkan_hasvk/tests/test_common.h C xenocara/lib/mesa/src/loader/loader.c C xenocara/lib/mesa/src/loader/loader.h C xenocara/lib/mesa/src/loader/loader_dri3_helper.c C xenocara/lib/mesa/src/loader/loader_dri3_helper.h U xenocara/lib/mesa/src/loader/loader_dri_helper.c U xenocara/lib/mesa/src/loader/loader_dri_helper.h U xenocara/lib/mesa/src/loader/meson.build U xenocara/lib/mesa/src/loader/pci_id_driver_map.h C xenocara/lib/mesa/src/mapi/entry.c U xenocara/lib/mesa/src/mapi/entry.h U xenocara/lib/mesa/src/mapi/entry_ppc64le_tls.h U xenocara/lib/mesa/src/mapi/entry_x86-64_tls.h U xenocara/lib/mesa/src/mapi/entry_x86_tls.h C xenocara/lib/mesa/src/mapi/mapi_abi.py U xenocara/lib/mesa/src/mapi/mapi_tmp.h U xenocara/lib/mesa/src/mapi/meson.build U xenocara/lib/mesa/src/mapi/u_current.c U xenocara/lib/mesa/src/mapi/u_current.h U xenocara/lib/mesa/src/mapi/u_execmem.c U xenocara/lib/mesa/src/mapi/u_execmem.h U xenocara/lib/mesa/src/mapi/es1api/gles1-symbols.txt U xenocara/lib/mesa/src/mapi/es1api/gles1.def.in U xenocara/lib/mesa/src/mapi/es1api/meson.build U xenocara/lib/mesa/src/mapi/es2api/gles2-symbols.txt U xenocara/lib/mesa/src/mapi/es2api/gles2.def.in U xenocara/lib/mesa/src/mapi/es2api/meson.build U xenocara/lib/mesa/src/mapi/glapi/glapi.c U xenocara/lib/mesa/src/mapi/glapi/glapi.h U xenocara/lib/mesa/src/mapi/glapi/glapi_dispatch.c U xenocara/lib/mesa/src/mapi/glapi/glapi_entrypoint.c U xenocara/lib/mesa/src/mapi/glapi/glapi_getproc.c U xenocara/lib/mesa/src/mapi/glapi/glapi_nop.c C xenocara/lib/mesa/src/mapi/glapi/glapi_priv.h C xenocara/lib/mesa/src/mapi/glapi/meson.build U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_depth_clamp_separate.xml U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_gpu_shader_int64.xml U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_performance_monitor.xml U xenocara/lib/mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml U xenocara/lib/mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_ES3_compatibility.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_base_instance.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_bindless_texture.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_blend_func_extended.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clear_buffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clear_texture.xml C xenocara/lib/mesa/src/mapi/glapi/gen/GL3x.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clip_control.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_compressed_texture_pixel_storage.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_compute_shader.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_compute_variable_group_size.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_copy_image.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_debug_output.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_depth_buffer_float.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_direct_state_access.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_indirect.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_framebuffer_no_attachments.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_get_texture_sub_image.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gl_spirv.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gpu_shader5.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gpu_shader_int64.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_indirect_parameters.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_internalformat_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_internalformat_query2.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_invalidate_subdata.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_multi_bind.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_pipeline_statistics_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_program_interface_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_robustness.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sample_shading.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_separate_shader_objects.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_atomic_counters.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_image_load_store.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_storage_buffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sparse_buffer.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_subroutine.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shading_language_include.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sparse_texture.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_spirv_extensions.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sync.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_tessellation_shader.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_barrier.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_buffer_range.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_compression_rgtc.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_cube_map_array.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_float.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_gather.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_multisample.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_rg.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_storage.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_storage_multisample.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_view.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_uniform_buffer_object.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_viewport_array.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_EGL_image_storage.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_direct_state_access.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_external_objects.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_external_objects_fd.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_external_objects_win32.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_multisampled_render_to_texture.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_shader_image_load_store.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_texture_array.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_texture_integer.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml U xenocara/lib/mesa/src/mapi/glapi/gen/GL4x.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_vertex_attrib_64bit.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_window_rectangles.xml U xenocara/lib/mesa/src/mapi/glapi/gen/GREMEDY_string_marker.xml U xenocara/lib/mesa/src/mapi/glapi/gen/INTEL_performance_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_context_flush_control.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_debug.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_robustness.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_robustness_es.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_texture_compression_astc.xml U xenocara/lib/mesa/src/mapi/glapi/gen/MESA_tile_raster_order.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_alpha_to_coverage_dither_control.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_conditional_render.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_copy_image.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_half_float.xml U xenocara/lib/mesa/src/mapi/glapi/gen/api_save_h.py U xenocara/lib/mesa/src/mapi/glapi/gen/NV_primitive_restart.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_texture_barrier.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_vdpau_interop.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_viewport_swizzle.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_EGL_image.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_fixed_point.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_single_precision.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_texture_compression_astc.xml U xenocara/lib/mesa/src/mapi/glapi/gen/api_beginend_init_h.py U xenocara/lib/mesa/src/mapi/glapi/gen/api_exec_decl_h.py U xenocara/lib/mesa/src/mapi/glapi/gen/api_exec_init.py U xenocara/lib/mesa/src/mapi/glapi/gen/api_hw_select_init_h.py U xenocara/lib/mesa/src/mapi/glapi/gen/api_save_init_h.py C xenocara/lib/mesa/src/mapi/glapi/gen/apiexec.py C xenocara/lib/mesa/src/mapi/glapi/gen/es_EXT.xml U xenocara/lib/mesa/src/mapi/glapi/gen/glX_API.xml U xenocara/lib/mesa/src/mapi/glapi/gen/glX_XML.py U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_common.py U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_recv.py C xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_send.py C xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_size.py U xenocara/lib/mesa/src/mapi/glapi/gen/glX_server_table.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_API.dtd C xenocara/lib/mesa/src/mapi/glapi/gen/gl_API.xml U xenocara/lib/mesa/src/mapi/glapi/gen/gl_SPARC_asm.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_XML.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_and_es_API.xml U xenocara/lib/mesa/src/mapi/glapi/gen/gl_and_glX_API.xml C xenocara/lib/mesa/src/mapi/glapi/gen/gl_apitemp.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_enums.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_gentable.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_marshal.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_marshal_h.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_procs.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_table.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_unmarshal_table.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_x86-64_asm.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_x86_asm.py U xenocara/lib/mesa/src/mapi/glapi/gen/license.py C xenocara/lib/mesa/src/mapi/glapi/gen/marshal_XML.py U xenocara/lib/mesa/src/mapi/glapi/gen/meson.build U xenocara/lib/mesa/src/mapi/glapi/gen/remap_helper.py C xenocara/lib/mesa/src/mapi/glapi/gen/static_data.py U xenocara/lib/mesa/src/mapi/glapi/gen/typeexpr.py U xenocara/lib/mesa/src/mapi/glapi/registry/gl.xml U xenocara/lib/mesa/src/mapi/glapi/tests/check_table.cpp U xenocara/lib/mesa/src/mapi/new/genCommon.py U xenocara/lib/mesa/src/mapi/new/gen_gldispatch_mapi.py U xenocara/lib/mesa/src/mapi/shared-glapi/glapi-symbols.txt N xenocara/lib/mesa/src/mapi/shared-glapi/glapi.c U xenocara/lib/mesa/src/mapi/shared-glapi/meson.build N xenocara/lib/mesa/src/mapi/shared-glapi/stub.c N xenocara/lib/mesa/src/mapi/shared-glapi/stub.h N xenocara/lib/mesa/src/mapi/shared-glapi/table.c N xenocara/lib/mesa/src/mapi/shared-glapi/table.h U xenocara/lib/mesa/src/mapi/shared-glapi/tests/check_table.cpp U xenocara/lib/mesa/src/mesa/meson.build C xenocara/lib/mesa/src/mesa/main/accum.c C xenocara/lib/mesa/src/mesa/main/accum.h C xenocara/lib/mesa/src/mesa/main/api_arrayelt.c U xenocara/lib/mesa/src/mesa/main/api_arrayelt.h C xenocara/lib/mesa/src/mesa/main/arbprogram.c C xenocara/lib/mesa/src/mesa/main/arrayobj.c C xenocara/lib/mesa/src/mesa/main/arrayobj.h C xenocara/lib/mesa/src/mesa/main/atifragshader.c U xenocara/lib/mesa/src/mesa/main/atifragshader.h C xenocara/lib/mesa/src/mesa/main/attrib.c U xenocara/lib/mesa/src/mesa/main/attrib.h U xenocara/lib/mesa/src/mesa/main/barrier.c U xenocara/lib/mesa/src/mesa/main/bbox.c U xenocara/lib/mesa/src/mesa/main/bbox.h C xenocara/lib/mesa/src/mesa/main/blend.c C xenocara/lib/mesa/src/mesa/main/blend.h U xenocara/lib/mesa/src/mesa/main/blit.c C xenocara/lib/mesa/src/mesa/main/blit.h C xenocara/lib/mesa/src/mesa/main/bufferobj.c C xenocara/lib/mesa/src/mesa/main/bufferobj.h C xenocara/lib/mesa/src/mesa/main/buffers.c C xenocara/lib/mesa/src/mesa/main/buffers.h C xenocara/lib/mesa/src/mesa/main/clear.c C xenocara/lib/mesa/src/mesa/main/clip.c U xenocara/lib/mesa/src/mesa/main/clip.h U xenocara/lib/mesa/src/mesa/main/colormac.h C xenocara/lib/mesa/src/mesa/main/compute.c C xenocara/lib/mesa/src/mesa/main/condrender.c U xenocara/lib/mesa/src/mesa/main/condrender.h U xenocara/lib/mesa/src/mesa/main/config.h U xenocara/lib/mesa/src/mesa/main/conservativeraster.c U xenocara/lib/mesa/src/mesa/main/conservativeraster.h U xenocara/lib/mesa/src/mesa/main/consts_exts.h C xenocara/lib/mesa/src/mesa/main/context.c C xenocara/lib/mesa/src/mesa/main/context.h C xenocara/lib/mesa/src/mesa/main/copyimage.c C xenocara/lib/mesa/src/mesa/main/dd.h U xenocara/lib/mesa/src/mesa/main/debug.c U xenocara/lib/mesa/src/mesa/main/debug.h U xenocara/lib/mesa/src/mesa/main/debug_output.c U xenocara/lib/mesa/src/mesa/main/debug_output.h C xenocara/lib/mesa/src/mesa/main/depth.c C xenocara/lib/mesa/src/mesa/main/depth.h C xenocara/lib/mesa/src/mesa/main/dlist.c U xenocara/lib/mesa/src/mesa/main/dlist.h U xenocara/lib/mesa/src/mesa/main/draw.c U xenocara/lib/mesa/src/mesa/main/draw.h U xenocara/lib/mesa/src/mesa/main/draw_validate.c U xenocara/lib/mesa/src/mesa/main/draw_validate.h U xenocara/lib/mesa/src/mesa/main/enums.h U xenocara/lib/mesa/src/mesa/main/drawpix.c U xenocara/lib/mesa/src/mesa/main/drawtex.c C xenocara/lib/mesa/src/mesa/main/enable.c U xenocara/lib/mesa/src/mesa/main/enable.h C xenocara/lib/mesa/src/mesa/main/errors.c U xenocara/lib/mesa/src/mesa/main/errors.h U xenocara/lib/mesa/src/mesa/main/es1_conversion.c U xenocara/lib/mesa/src/mesa/main/eval.c U xenocara/lib/mesa/src/mesa/main/eval.h U xenocara/lib/mesa/src/mesa/main/extensions.c U xenocara/lib/mesa/src/mesa/main/extensions.h U xenocara/lib/mesa/src/mesa/main/extensions_table.c C xenocara/lib/mesa/src/mesa/main/extensions_table.h U xenocara/lib/mesa/src/mesa/main/externalobjects.c U xenocara/lib/mesa/src/mesa/main/externalobjects.h C xenocara/lib/mesa/src/mesa/main/fbobject.c C xenocara/lib/mesa/src/mesa/main/fbobject.h U xenocara/lib/mesa/src/mesa/main/feedback.c U xenocara/lib/mesa/src/mesa/main/feedback.h C xenocara/lib/mesa/src/mesa/main/ff_fragment_shader.cpp C xenocara/lib/mesa/src/mesa/main/ffvertex_prog.c U xenocara/lib/mesa/src/mesa/main/ffvertex_prog.h C xenocara/lib/mesa/src/mesa/main/fog.c U xenocara/lib/mesa/src/mesa/main/fog.h U xenocara/lib/mesa/src/mesa/main/format_fallback.py U xenocara/lib/mesa/src/mesa/main/format_info.py U xenocara/lib/mesa/src/mesa/main/format_pack.h U xenocara/lib/mesa/src/mesa/main/format_parser.py U xenocara/lib/mesa/src/mesa/main/format_unpack.h U xenocara/lib/mesa/src/mesa/main/format_utils.c U xenocara/lib/mesa/src/mesa/main/format_utils.h C xenocara/lib/mesa/src/mesa/main/formatquery.c C xenocara/lib/mesa/src/mesa/main/formatquery.h C xenocara/lib/mesa/src/mesa/main/formats.c U xenocara/lib/mesa/src/mesa/main/formats.csv C xenocara/lib/mesa/src/mesa/main/formats.h C xenocara/lib/mesa/src/mesa/main/framebuffer.c C xenocara/lib/mesa/src/mesa/main/framebuffer.h C xenocara/lib/mesa/src/mesa/main/genmipmap.c C xenocara/lib/mesa/src/mesa/main/genmipmap.h C xenocara/lib/mesa/src/mesa/main/get.c U xenocara/lib/mesa/src/mesa/main/get.h U xenocara/lib/mesa/src/mesa/main/get_hash_generator.py C xenocara/lib/mesa/src/mesa/main/get_hash_params.py C xenocara/lib/mesa/src/mesa/main/hash.c C xenocara/lib/mesa/src/mesa/main/getstring.c U xenocara/lib/mesa/src/mesa/main/glconfig.h C xenocara/lib/mesa/src/mesa/main/glformats.c C xenocara/lib/mesa/src/mesa/main/glformats.h U xenocara/lib/mesa/src/mesa/main/glspirv.c U xenocara/lib/mesa/src/mesa/main/glspirv.h C xenocara/lib/mesa/src/mesa/main/glthread.c C xenocara/lib/mesa/src/mesa/main/glthread.h C xenocara/lib/mesa/src/mesa/main/glthread_bufferobj.c U xenocara/lib/mesa/src/mesa/main/glthread_draw.c N xenocara/lib/mesa/src/mesa/main/glthread_draw_unroll.c U xenocara/lib/mesa/src/mesa/main/glthread_get.c U xenocara/lib/mesa/src/mesa/main/glthread_list.c C xenocara/lib/mesa/src/mesa/main/glthread_marshal.h C xenocara/lib/mesa/src/mesa/main/glthread_shaderobj.c C xenocara/lib/mesa/src/mesa/main/glthread_varray.c C xenocara/lib/mesa/src/mesa/main/hash.h U xenocara/lib/mesa/src/mesa/main/hint.c U xenocara/lib/mesa/src/mesa/main/hint.h C xenocara/lib/mesa/src/mesa/main/image.c U xenocara/lib/mesa/src/mesa/main/image.h C xenocara/lib/mesa/src/mesa/main/light.c U xenocara/lib/mesa/src/mesa/main/light.h C xenocara/lib/mesa/src/mesa/main/lines.c U xenocara/lib/mesa/src/mesa/main/lines.h U xenocara/lib/mesa/src/mesa/main/macros.h U xenocara/lib/mesa/src/mesa/main/matrix.c U xenocara/lib/mesa/src/mesa/main/matrix.h U xenocara/lib/mesa/src/mesa/main/menums.h C xenocara/lib/mesa/src/mesa/main/mesa_private.h U xenocara/lib/mesa/src/mesa/main/meson.build U xenocara/lib/mesa/src/mesa/main/mipmap.c U xenocara/lib/mesa/src/mesa/main/mipmap.h C xenocara/lib/mesa/src/mesa/main/mtypes.h C xenocara/lib/mesa/src/mesa/main/multisample.c U xenocara/lib/mesa/src/mesa/main/multisample.h U xenocara/lib/mesa/src/mesa/main/objectlabel.c C xenocara/lib/mesa/src/mesa/main/pack.c U xenocara/lib/mesa/src/mesa/main/pack.h U xenocara/lib/mesa/src/mesa/main/pbo.c U xenocara/lib/mesa/src/mesa/main/pbo.h C xenocara/lib/mesa/src/mesa/main/performance_monitor.c C xenocara/lib/mesa/src/mesa/main/performance_monitor.h C xenocara/lib/mesa/src/mesa/main/performance_query.c C xenocara/lib/mesa/src/mesa/main/performance_query.h C xenocara/lib/mesa/src/mesa/main/pipelineobj.c C xenocara/lib/mesa/src/mesa/main/pipelineobj.h C xenocara/lib/mesa/src/mesa/main/pixel.c C xenocara/lib/mesa/src/mesa/main/pixel.h C xenocara/lib/mesa/src/mesa/main/pixelstore.c C xenocara/lib/mesa/src/mesa/main/pixelstore.h U xenocara/lib/mesa/src/mesa/main/pixeltransfer.c U xenocara/lib/mesa/src/mesa/main/pixeltransfer.h U xenocara/lib/mesa/src/mesa/main/points.c U xenocara/lib/mesa/src/mesa/main/points.h C xenocara/lib/mesa/src/mesa/main/polygon.c C xenocara/lib/mesa/src/mesa/main/polygon.h U xenocara/lib/mesa/src/mesa/main/program_binary.c U xenocara/lib/mesa/src/mesa/main/program_binary.h U xenocara/lib/mesa/src/mesa/main/program_resource.c U xenocara/lib/mesa/src/mesa/main/querymatrix.c C xenocara/lib/mesa/src/mesa/main/queryobj.c U xenocara/lib/mesa/src/mesa/main/queryobj.h C xenocara/lib/mesa/src/mesa/main/rastpos.c U xenocara/lib/mesa/src/mesa/main/rastpos.h C xenocara/lib/mesa/src/mesa/main/readpix.c U xenocara/lib/mesa/src/mesa/main/readpix.h U xenocara/lib/mesa/src/mesa/main/remap.c U xenocara/lib/mesa/src/mesa/main/remap.h C xenocara/lib/mesa/src/mesa/main/renderbuffer.c C xenocara/lib/mesa/src/mesa/main/scissor.c C xenocara/lib/mesa/src/mesa/main/renderbuffer.h C xenocara/lib/mesa/src/mesa/main/robustness.c C xenocara/lib/mesa/src/mesa/main/samplerobj.c U xenocara/lib/mesa/src/mesa/main/samplerobj.h C xenocara/lib/mesa/src/mesa/main/scissor.h U xenocara/lib/mesa/src/mesa/main/shader_query.cpp U xenocara/lib/mesa/src/mesa/main/shader_types.h C xenocara/lib/mesa/src/mesa/main/shaderapi.c C xenocara/lib/mesa/src/mesa/main/shaderapi.h U xenocara/lib/mesa/src/mesa/main/shaderimage.c C xenocara/lib/mesa/src/mesa/main/shaderimage.h C xenocara/lib/mesa/src/mesa/main/shaderobj.c C xenocara/lib/mesa/src/mesa/main/shaderobj.h C xenocara/lib/mesa/src/mesa/main/shared.c U xenocara/lib/mesa/src/mesa/main/shared.h U xenocara/lib/mesa/src/mesa/main/spirv_extensions.c U xenocara/lib/mesa/src/mesa/main/spirv_extensions.h U xenocara/lib/mesa/src/mesa/main/sse_minmax.c U xenocara/lib/mesa/src/mesa/main/sse_minmax.h C xenocara/lib/mesa/src/mesa/main/state.c C xenocara/lib/mesa/src/mesa/main/state.h C xenocara/lib/mesa/src/mesa/main/stencil.c C xenocara/lib/mesa/src/mesa/main/stencil.h C xenocara/lib/mesa/src/mesa/main/syncobj.c C xenocara/lib/mesa/src/mesa/main/syncobj.h C xenocara/lib/mesa/src/mesa/main/texcompress.c U xenocara/lib/mesa/src/mesa/main/texcompress.h U xenocara/lib/mesa/src/mesa/main/texcompress_astc.cpp U xenocara/lib/mesa/src/mesa/main/texcompress_astc.h N xenocara/lib/mesa/src/mesa/main/texcompress_astc_luts.cpp N xenocara/lib/mesa/src/mesa/main/texcompress_astc_luts.h N xenocara/lib/mesa/src/mesa/main/texcompress_astc_luts_wrap.cpp N xenocara/lib/mesa/src/mesa/main/texcompress_astc_luts_wrap.h U xenocara/lib/mesa/src/mesa/main/texcompress_bptc.c U xenocara/lib/mesa/src/mesa/main/texcompress_bptc.h U xenocara/lib/mesa/src/mesa/main/texcompress_cpal.c U xenocara/lib/mesa/src/mesa/main/texcompress_cpal.h U xenocara/lib/mesa/src/mesa/main/texcompress_etc.c U xenocara/lib/mesa/src/mesa/main/texcompress_etc.h U xenocara/lib/mesa/src/mesa/main/texcompress_fxt1.c C xenocara/lib/mesa/src/mesa/main/texenv.c U xenocara/lib/mesa/src/mesa/main/texcompress_fxt1.h U xenocara/lib/mesa/src/mesa/main/texcompress_rgtc.c U xenocara/lib/mesa/src/mesa/main/texcompress_rgtc.h U xenocara/lib/mesa/src/mesa/main/texcompress_s3tc.c U xenocara/lib/mesa/src/mesa/main/texcompress_s3tc.h U xenocara/lib/mesa/src/mesa/main/texenvprogram.h C xenocara/lib/mesa/src/mesa/main/texgen.c C xenocara/lib/mesa/src/mesa/main/texgetimage.c U xenocara/lib/mesa/src/mesa/main/texgetimage.h C xenocara/lib/mesa/src/mesa/main/teximage.c U xenocara/lib/mesa/src/mesa/main/teximage.h C xenocara/lib/mesa/src/mesa/main/texobj.c C xenocara/lib/mesa/src/mesa/main/texobj.h C xenocara/lib/mesa/src/mesa/main/texparam.c U xenocara/lib/mesa/src/mesa/main/texparam.h C xenocara/lib/mesa/src/mesa/main/texstate.c U xenocara/lib/mesa/src/mesa/main/texstate.h C xenocara/lib/mesa/src/mesa/main/texstorage.c U xenocara/lib/mesa/src/mesa/main/texstorage.h C xenocara/lib/mesa/src/mesa/main/texstore.c U xenocara/lib/mesa/src/mesa/main/texstore.h C xenocara/lib/mesa/src/mesa/main/texturebindless.c C xenocara/lib/mesa/src/mesa/main/texturebindless.h C xenocara/lib/mesa/src/mesa/main/textureview.c U xenocara/lib/mesa/src/mesa/main/textureview.h U xenocara/lib/mesa/src/mesa/main/transformfeedback.c C xenocara/lib/mesa/src/mesa/main/transformfeedback.h C xenocara/lib/mesa/src/mesa/main/uniform_query.cpp C xenocara/lib/mesa/src/mesa/main/uniforms.c C xenocara/lib/mesa/src/mesa/main/uniforms.h C xenocara/lib/mesa/src/mesa/main/varray.c C xenocara/lib/mesa/src/mesa/main/varray.h U xenocara/lib/mesa/src/mesa/main/vdpau.c C xenocara/lib/mesa/src/mesa/main/version.c U xenocara/lib/mesa/src/mesa/main/version.h U xenocara/lib/mesa/src/mesa/main/viewport.c C xenocara/lib/mesa/src/mesa/main/viewport.h N xenocara/lib/mesa/src/mesa/main/tests/disable_windows_include.c C xenocara/lib/mesa/src/mesa/main/tests/enum_strings.cpp U xenocara/lib/mesa/src/mesa/main/tests/mesa_extensions.cpp U xenocara/lib/mesa/src/mesa/main/tests/mesa_formats.cpp U xenocara/lib/mesa/src/mesa/main/tests/meson.build U xenocara/lib/mesa/src/mesa/main/tests/program_state_string.cpp U xenocara/lib/mesa/src/mesa/main/tests/stubs.cpp U xenocara/lib/mesa/src/mesa/math/m_eval.c U xenocara/lib/mesa/src/mesa/math/m_eval.h U xenocara/lib/mesa/src/mesa/math/m_matrix.c U xenocara/lib/mesa/src/mesa/math/m_matrix.h C xenocara/lib/mesa/src/mesa/program/arbprogparse.c C xenocara/lib/mesa/src/mesa/program/arbprogparse.h U xenocara/lib/mesa/src/mesa/program/dummy_errors.c U xenocara/lib/mesa/src/mesa/program/link_program.cpp U xenocara/lib/mesa/src/mesa/program/link_program.h U xenocara/lib/mesa/src/mesa/program/meson.build U xenocara/lib/mesa/src/mesa/program/prog_cache.c U xenocara/lib/mesa/src/mesa/program/prog_cache.h C xenocara/lib/mesa/src/mesa/program/prog_instruction.c C xenocara/lib/mesa/src/mesa/program/prog_instruction.h C xenocara/lib/mesa/src/mesa/program/prog_parameter.c U xenocara/lib/mesa/src/mesa/program/prog_parameter.h U xenocara/lib/mesa/src/mesa/program/prog_parameter_layout.c U xenocara/lib/mesa/src/mesa/program/prog_parameter_layout.h C xenocara/lib/mesa/src/mesa/program/prog_print.c C xenocara/lib/mesa/src/mesa/program/prog_print.h C xenocara/lib/mesa/src/mesa/program/prog_statevars.c C xenocara/lib/mesa/src/mesa/program/prog_statevars.h U xenocara/lib/mesa/src/mesa/program/prog_to_nir.c U xenocara/lib/mesa/src/mesa/program/prog_to_nir.h C xenocara/lib/mesa/src/mesa/program/program.c U xenocara/lib/mesa/src/mesa/program/program.h U xenocara/lib/mesa/src/mesa/program/program_lexer.l C xenocara/lib/mesa/src/mesa/program/program_parse.y U xenocara/lib/mesa/src/mesa/program/program_parse_extra.c C xenocara/lib/mesa/src/mesa/program/program_parser.h C xenocara/lib/mesa/src/mesa/program/programopt.c C xenocara/lib/mesa/src/mesa/program/programopt.h U xenocara/lib/mesa/src/mesa/program/symbol_table.c U xenocara/lib/mesa/src/mesa/program/symbol_table.h U xenocara/lib/mesa/src/mesa/state_tracker/st_atifs_to_nir.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atifs_to_nir.h C xenocara/lib/mesa/src/mesa/state_tracker/st_atom.h U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_array.cpp U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_atomicbuf.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_blend.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_clip.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_constbuf.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_constbuf.h U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_depth.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_framebuffer.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_image.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_list.h C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_msaa.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_rasterizer.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_sampler.c U xenocara/lib/mesa/src/mesa/state_tracker/st_debug.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_scissor.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_shader.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_stipple.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_storagebuf.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_tess.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_texture.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_viewport.c N xenocara/lib/mesa/src/mesa/state_tracker/st_bc1_tables.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bitmap.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bitmap.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_clear.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_clear.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_copyimage.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_copyimage.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawpixels.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawpixels.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawtex.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawtex.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_eglimage.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_eglimage.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_feedback.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_feedback.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_flush.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_flush.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_rasterpos.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_rasterpos.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_readpixels.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_readpixels.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texture.c C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texture.h C xenocara/lib/mesa/src/mesa/state_tracker/st_context.c C xenocara/lib/mesa/src/mesa/state_tracker/st_context.h U xenocara/lib/mesa/src/mesa/state_tracker/st_copytex.c U xenocara/lib/mesa/src/mesa/state_tracker/st_copytex.h U xenocara/lib/mesa/src/mesa/state_tracker/st_debug.h C xenocara/lib/mesa/src/mesa/state_tracker/st_draw.c C xenocara/lib/mesa/src/mesa/state_tracker/st_draw.h C xenocara/lib/mesa/src/mesa/state_tracker/st_draw_feedback.c U xenocara/lib/mesa/src/mesa/state_tracker/st_draw_hw_select.c C xenocara/lib/mesa/src/mesa/state_tracker/st_extensions.c U xenocara/lib/mesa/src/mesa/state_tracker/st_extensions.h C xenocara/lib/mesa/src/mesa/state_tracker/st_format.c C xenocara/lib/mesa/src/mesa/state_tracker/st_format.h U xenocara/lib/mesa/src/mesa/state_tracker/st_gen_mipmap.c U xenocara/lib/mesa/src/mesa/state_tracker/st_gen_mipmap.h U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_ir.cpp U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_ir.h C xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_nir.cpp U xenocara/lib/mesa/src/mesa/state_tracker/st_interop.c U xenocara/lib/mesa/src/mesa/state_tracker/st_interop.h C xenocara/lib/mesa/src/mesa/state_tracker/st_manager.c C xenocara/lib/mesa/src/mesa/state_tracker/st_manager.h U xenocara/lib/mesa/src/mesa/state_tracker/st_nir.h U xenocara/lib/mesa/src/mesa/state_tracker/st_nir_builtins.c U xenocara/lib/mesa/src/mesa/state_tracker/st_nir_lower_builtin.c U xenocara/lib/mesa/src/mesa/state_tracker/st_nir_lower_tex_src_plane.c U xenocara/lib/mesa/src/mesa/state_tracker/st_pbo.c U xenocara/lib/mesa/src/mesa/state_tracker/st_pbo.h U xenocara/lib/mesa/src/mesa/state_tracker/st_pbo_compute.c C xenocara/lib/mesa/src/mesa/state_tracker/st_program.c C xenocara/lib/mesa/src/mesa/state_tracker/st_program.h C xenocara/lib/mesa/src/mesa/state_tracker/st_sampler_view.c U xenocara/lib/mesa/src/mesa/state_tracker/st_sampler_view.h U xenocara/lib/mesa/src/mesa/state_tracker/st_scissor.c U xenocara/lib/mesa/src/mesa/state_tracker/st_scissor.h U xenocara/lib/mesa/src/mesa/state_tracker/st_shader_cache.c C xenocara/lib/mesa/src/mesa/state_tracker/st_shader_cache.h N xenocara/lib/mesa/src/mesa/state_tracker/st_texcompress_compute.c N xenocara/lib/mesa/src/mesa/state_tracker/st_texcompress_compute.h C xenocara/lib/mesa/src/mesa/state_tracker/st_texture.c C xenocara/lib/mesa/src/mesa/state_tracker/st_texture.h U xenocara/lib/mesa/src/mesa/state_tracker/st_util.h U xenocara/lib/mesa/src/mesa/state_tracker/st_vdpau.c U xenocara/lib/mesa/src/mesa/state_tracker/st_vdpau.h U xenocara/lib/mesa/src/mesa/state_tracker/tests/meson.build U xenocara/lib/mesa/src/mesa/state_tracker/tests/st_format.c C xenocara/lib/mesa/src/mesa/vbo/vbo.h U xenocara/lib/mesa/src/mesa/vbo/vbo_attrib.h U xenocara/lib/mesa/src/mesa/vbo/vbo_attrib_tmp.h C xenocara/lib/mesa/src/mesa/vbo/vbo_context.c C xenocara/lib/mesa/src/mesa/vbo/vbo_exec.c U xenocara/lib/mesa/src/mesa/vbo/vbo_exec.h C xenocara/lib/mesa/src/mesa/vbo/vbo_exec_api.c C xenocara/lib/mesa/src/mesa/vbo/vbo_exec_draw.c U xenocara/lib/mesa/src/mesa/vbo/vbo_exec_eval.c C xenocara/lib/mesa/src/mesa/vbo/vbo_minmax_index.c U xenocara/lib/mesa/src/mesa/vbo/vbo_noop.c U xenocara/lib/mesa/src/mesa/vbo/vbo_private.h U xenocara/lib/mesa/src/mesa/vbo/vbo_save.c C xenocara/lib/mesa/src/mesa/vbo/vbo_save.h C xenocara/lib/mesa/src/mesa/vbo/vbo_save_api.c C xenocara/lib/mesa/src/mesa/vbo/vbo_save_draw.c C xenocara/lib/mesa/src/mesa/vbo/vbo_save_loopback.c U xenocara/lib/mesa/src/mesa/vbo/vbo_util.h U xenocara/lib/mesa/src/mesa/x86/assyntax.h U xenocara/lib/mesa/src/microsoft/meson.build U xenocara/lib/mesa/src/microsoft/ci/deqp-dozen.toml U xenocara/lib/mesa/src/microsoft/ci/gitlab-ci.yml U xenocara/lib/mesa/src/microsoft/ci/spirv2dxil_reference.txt U xenocara/lib/mesa/src/microsoft/ci/warp-fails.txt U xenocara/lib/mesa/src/microsoft/ci/warp-flakes.txt U xenocara/lib/mesa/src/microsoft/ci/warp-skips.txt U xenocara/lib/mesa/src/microsoft/clc/clc_compiler.c U xenocara/lib/mesa/src/microsoft/clc/clc_compiler.h U xenocara/lib/mesa/src/microsoft/clc/clc_compiler_test.cpp U xenocara/lib/mesa/src/microsoft/clc/clc_nir.c U xenocara/lib/mesa/src/microsoft/clc/clc_nir.h U xenocara/lib/mesa/src/microsoft/clc/clon12compiler.def U xenocara/lib/mesa/src/microsoft/clc/compute_test.cpp U xenocara/lib/mesa/src/microsoft/clc/compute_test.h U xenocara/lib/mesa/src/microsoft/clc/meson.build U xenocara/lib/mesa/src/microsoft/compiler/dxcapi.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_buffer.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_buffer.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_buffer_test.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_container.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_container.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_dump.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_dump.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_dump_decls.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_enums.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_enums.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_function.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_function.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_internal.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_module.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_module.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_algebraic.py U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_tess.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_lower_int_cubemaps.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_lower_int_cubemaps.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_lower_int_samplers.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_lower_int_samplers.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_nir_lower_vs_vertex_conversion.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_signature.c U xenocara/lib/mesa/src/microsoft/compiler/dxil_signature.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_validator.cpp U xenocara/lib/mesa/src/microsoft/compiler/dxil_validator.h U xenocara/lib/mesa/src/microsoft/compiler/dxil_versions.h U xenocara/lib/mesa/src/microsoft/compiler/meson.build U xenocara/lib/mesa/src/microsoft/compiler/nir_to_dxil.c U xenocara/lib/mesa/src/microsoft/compiler/nir_to_dxil.h U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/dxil_spirv_nir.c U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/dxil_spirv_nir.h N xenocara/lib/mesa/src/microsoft/spirv_to_dxil/dxil_spirv_nir_lower_bindless.c U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/meson.build U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/spirv2dxil.c U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/spirv_to_dxil.c U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/spirv_to_dxil.def U xenocara/lib/mesa/src/microsoft/spirv_to_dxil/spirv_to_dxil.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_abi_helper.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_cmd_buffer.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_descriptor_set.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_device.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_dxcore.cpp U xenocara/lib/mesa/src/microsoft/vulkan/dzn_dxgi.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_dxgi.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_image.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_meta.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_nir.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_nir.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_physical_device_enum.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_pipeline.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_private.h U xenocara/lib/mesa/src/microsoft/vulkan/dzn_query.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_sync.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_util.c U xenocara/lib/mesa/src/microsoft/vulkan/dzn_wsi.c U xenocara/lib/mesa/src/microsoft/vulkan/meson.build U xenocara/lib/mesa/src/nouveau/meson.build U xenocara/lib/mesa/src/nouveau/codegen/meson.build U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_bb.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_build_util.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_build_util.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_driver.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_gk110.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_gm107.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_gv100.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_gv100.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_nv50.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_emit_nvc0.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_from_common.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_from_common.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_from_nir.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_from_tgsi.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_graph.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_graph.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_inlines.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_gm107.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_gm107.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_gv100.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_gv100.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_helper.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_helper.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_nv50.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_nvc0.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_lowering_nvc0.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_peephole.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_print.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_ra.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_sched_gm107.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_serialize.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_ssa.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_gm107.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_gm107.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_gv100.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_gv100.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_nv50.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_nv50.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_nvc0.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_target_nvc0.h U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_util.cpp U xenocara/lib/mesa/src/nouveau/codegen/nv50_ir_util.h U xenocara/lib/mesa/src/nouveau/codegen/lib/Makefile U xenocara/lib/mesa/src/nouveau/codegen/lib/gf100.asm U xenocara/lib/mesa/src/nouveau/codegen/lib/gf100.asm.h U xenocara/lib/mesa/src/nouveau/codegen/lib/gk104.asm U xenocara/lib/mesa/src/nouveau/codegen/lib/gk104.asm.h U xenocara/lib/mesa/src/nouveau/codegen/lib/gk110.asm U xenocara/lib/mesa/src/nouveau/codegen/lib/gk110.asm.h U xenocara/lib/mesa/src/nouveau/codegen/lib/gm107.asm U xenocara/lib/mesa/src/nouveau/codegen/lib/gm107.asm.h U xenocara/lib/mesa/src/nouveau/drm-shim/README.md U xenocara/lib/mesa/src/nouveau/drm-shim/meson.build U xenocara/lib/mesa/src/nouveau/drm-shim/nouveau_noop.c N xenocara/lib/mesa/src/panfrost/.clang-format U xenocara/lib/mesa/src/panfrost/meson.build U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-g52-vk.toml U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-g52.toml U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-g72.toml U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-t720.toml U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-t760.toml N xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-t860-egl.toml U xenocara/lib/mesa/src/panfrost/ci/deqp-panfrost-t860.toml U xenocara/lib/mesa/src/panfrost/ci/gitlab-ci.yml U xenocara/lib/mesa/src/panfrost/ci/panfrost-g52-fails.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-g52-flakes.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-g52-skips.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-g72-fails.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-g72-flakes.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t720-fails.txt U xenocara/lib/mesa/src/panfrost/ci/traces-panfrost.yml U xenocara/lib/mesa/src/panfrost/ci/panfrost-t720-flakes.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t720-skips.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t760-fails.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t760-flakes.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t820-fails.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t860-fails.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t860-flakes.txt U xenocara/lib/mesa/src/panfrost/ci/panfrost-t860-skips.txt N xenocara/lib/mesa/src/panfrost/compiler/ISA.xml N xenocara/lib/mesa/src/panfrost/compiler/Notes.txt N xenocara/lib/mesa/src/panfrost/compiler/README.md N xenocara/lib/mesa/src/panfrost/compiler/bi_builder.h.py N xenocara/lib/mesa/src/panfrost/compiler/bi_helper_invocations.c N xenocara/lib/mesa/src/panfrost/compiler/bi_layout.c N xenocara/lib/mesa/src/panfrost/compiler/bi_liveness.c N xenocara/lib/mesa/src/panfrost/compiler/bi_lower_divergent_indirects.c N xenocara/lib/mesa/src/panfrost/compiler/bi_lower_swizzle.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opcodes.c.py N xenocara/lib/mesa/src/panfrost/compiler/bi_opcodes.h.py N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_constant_fold.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_copy_prop.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_cse.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_dce.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_dual_tex.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_mod_props.c N xenocara/lib/mesa/src/panfrost/compiler/bi_opt_push_ubo.c N xenocara/lib/mesa/src/panfrost/compiler/bi_packer.c.py N xenocara/lib/mesa/src/panfrost/compiler/bi_pressure_schedule.c N xenocara/lib/mesa/src/panfrost/compiler/bi_print.c N xenocara/lib/mesa/src/panfrost/compiler/bi_print_common.c N xenocara/lib/mesa/src/panfrost/compiler/bi_print_common.h N xenocara/lib/mesa/src/panfrost/compiler/bi_printer.c.py N xenocara/lib/mesa/src/panfrost/compiler/bi_quirks.h N xenocara/lib/mesa/src/panfrost/compiler/bi_ra.c N xenocara/lib/mesa/src/panfrost/compiler/bi_test.h N xenocara/lib/mesa/src/panfrost/compiler/bi_validate.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost.h N xenocara/lib/mesa/src/panfrost/compiler/bifrost_compile.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost_compile.h N xenocara/lib/mesa/src/panfrost/compiler/bifrost_isa.py N xenocara/lib/mesa/src/panfrost/compiler/bifrost_nir.h N xenocara/lib/mesa/src/panfrost/compiler/bifrost_nir_algebraic.py N xenocara/lib/mesa/src/panfrost/compiler/bir.c N xenocara/lib/mesa/src/panfrost/compiler/cmdline.c N xenocara/lib/mesa/src/panfrost/compiler/compiler.h N xenocara/lib/mesa/src/panfrost/compiler/gen_disasm.py N xenocara/lib/mesa/src/panfrost/compiler/meson.build N xenocara/lib/mesa/src/panfrost/compiler/nodearray.h N xenocara/lib/mesa/src/panfrost/compiler/bifrost/bi_opt_message_preload.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost/bi_pack.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost/bi_schedule.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost/bi_scoreboard.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost/disassemble.c N xenocara/lib/mesa/src/panfrost/compiler/bifrost/disassemble.h N xenocara/lib/mesa/src/panfrost/compiler/test/test-constant-fold.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-dual-texture.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-lower-swizzle.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-message-preload.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-optimizer.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-pack-formats.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-packing.cpp N xenocara/lib/mesa/src/panfrost/compiler/test/test-scheduler-predicates.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/ISA.xml N xenocara/lib/mesa/src/panfrost/compiler/valhall/asm.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/disasm.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/disassemble.h N xenocara/lib/mesa/src/panfrost/compiler/valhall/meson.build N xenocara/lib/mesa/src/panfrost/compiler/valhall/test-assembly.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_compiler.h N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_insert_flow.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_lower_constants.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_lower_isel.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_lower_split_64bit.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_mark_last.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_merge_flow.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_optimize.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_pack.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_perf.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/va_validate.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/valhall.c.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/valhall.h N xenocara/lib/mesa/src/panfrost/compiler/valhall/valhall.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/valhall_enums.h.py N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/assembler-cases.txt N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/negative-cases.txt N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-add-imm.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-disassembler.c N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-insert-flow.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-lower-constants.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-lower-isel.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-mark-last.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-merge-flow.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-packing.cpp N xenocara/lib/mesa/src/panfrost/compiler/valhall/test/test-validate-fau.cpp U xenocara/lib/mesa/src/panfrost/drm-shim/meson.build U xenocara/lib/mesa/src/panfrost/drm-shim/panfrost_noop.c U xenocara/lib/mesa/src/panfrost/ds/meson.build U xenocara/lib/mesa/src/panfrost/ds/pan_pps_driver.cc U xenocara/lib/mesa/src/panfrost/ds/pan_pps_driver.h U xenocara/lib/mesa/src/panfrost/ds/pan_pps_perf.cc U xenocara/lib/mesa/src/panfrost/ds/pan_pps_perf.h U xenocara/lib/mesa/src/panfrost/include/panfrost-job.h U xenocara/lib/mesa/src/panfrost/lib/.gitignore U xenocara/lib/mesa/src/panfrost/lib/meson.build U xenocara/lib/mesa/src/panfrost/lib/pan_afbc.c U xenocara/lib/mesa/src/panfrost/lib/pan_attributes.c U xenocara/lib/mesa/src/panfrost/lib/pan_blend.c U xenocara/lib/mesa/src/panfrost/lib/pan_blend.h U xenocara/lib/mesa/src/panfrost/lib/pan_blitter.c U xenocara/lib/mesa/src/panfrost/lib/pan_blitter.h U xenocara/lib/mesa/src/panfrost/lib/pan_bo.c U xenocara/lib/mesa/src/panfrost/lib/pan_bo.h U xenocara/lib/mesa/src/panfrost/lib/pan_clear.c U xenocara/lib/mesa/src/panfrost/lib/pan_cs.c U xenocara/lib/mesa/src/panfrost/lib/pan_cs.h U xenocara/lib/mesa/src/panfrost/lib/pan_device.h U xenocara/lib/mesa/src/panfrost/lib/pan_earlyzs.c U xenocara/lib/mesa/src/panfrost/lib/pan_earlyzs.h U xenocara/lib/mesa/src/panfrost/lib/pan_encoder.h U xenocara/lib/mesa/src/panfrost/lib/pan_format.c U xenocara/lib/mesa/src/panfrost/lib/pan_format.h U xenocara/lib/mesa/src/panfrost/lib/pan_indirect_dispatch.c U xenocara/lib/mesa/src/panfrost/lib/pan_pool.h U xenocara/lib/mesa/src/panfrost/lib/pan_indirect_dispatch.h U xenocara/lib/mesa/src/panfrost/lib/pan_layout.c U xenocara/lib/mesa/src/panfrost/lib/pan_props.c U xenocara/lib/mesa/src/panfrost/lib/pan_samples.c U xenocara/lib/mesa/src/panfrost/lib/pan_scoreboard.h U xenocara/lib/mesa/src/panfrost/lib/pan_scratch.c U xenocara/lib/mesa/src/panfrost/lib/pan_shader.c U xenocara/lib/mesa/src/panfrost/lib/pan_shader.h U xenocara/lib/mesa/src/panfrost/lib/pan_texture.c U xenocara/lib/mesa/src/panfrost/lib/pan_texture.h U xenocara/lib/mesa/src/panfrost/lib/pan_tiler.c U xenocara/lib/mesa/src/panfrost/lib/pan_util.c U xenocara/lib/mesa/src/panfrost/lib/pan_util.h U xenocara/lib/mesa/src/panfrost/lib/wrap.h U xenocara/lib/mesa/src/panfrost/lib/genxml/common.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/decode.c U xenocara/lib/mesa/src/panfrost/lib/genxml/decode.h U xenocara/lib/mesa/src/panfrost/lib/genxml/decode_common.c N xenocara/lib/mesa/src/panfrost/lib/genxml/decode_csf.c N xenocara/lib/mesa/src/panfrost/lib/genxml/decode_jm.c U xenocara/lib/mesa/src/panfrost/lib/genxml/gen_macros.h U xenocara/lib/mesa/src/panfrost/lib/genxml/gen_pack.py U xenocara/lib/mesa/src/panfrost/lib/genxml/meson.build N xenocara/lib/mesa/src/panfrost/lib/genxml/v10.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/v4.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/v5.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/v6.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/v7.xml U xenocara/lib/mesa/src/panfrost/lib/genxml/v9.xml U xenocara/lib/mesa/src/panfrost/lib/tests/test-blend.c U xenocara/lib/mesa/src/panfrost/lib/tests/test-clear.c U xenocara/lib/mesa/src/panfrost/lib/tests/test-earlyzs.cpp U xenocara/lib/mesa/src/panfrost/lib/tests/test-layout.cpp U xenocara/lib/mesa/src/panfrost/midgard/compiler.h U xenocara/lib/mesa/src/panfrost/midgard/disassemble.c U xenocara/lib/mesa/src/panfrost/midgard/disassemble.h U xenocara/lib/mesa/src/panfrost/midgard/helpers.h U xenocara/lib/mesa/src/panfrost/midgard/meson.build U xenocara/lib/mesa/src/panfrost/midgard/midgard.h C xenocara/lib/mesa/src/panfrost/midgard/midgard_address.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_compile.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_compile.h U xenocara/lib/mesa/src/panfrost/midgard/midgard_derivatives.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_emit.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_errata_lod.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_helper_invocations.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_liveness.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_nir.h U xenocara/lib/mesa/src/panfrost/midgard/midgard_nir_algebraic.py U xenocara/lib/mesa/src/panfrost/midgard/midgard_nir_lower_image_bitsize.c U xenocara/lib/mesa/src/panfrost/midgard/mir.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_ops.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_ops.h U xenocara/lib/mesa/src/panfrost/midgard/midgard_opt_copy_prop.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_opt_dce.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_opt_perspective.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_print.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_print_constant.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_quirks.h U xenocara/lib/mesa/src/panfrost/midgard/midgard_ra.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_ra_pipeline.c U xenocara/lib/mesa/src/panfrost/midgard/midgard_schedule.c U xenocara/lib/mesa/src/panfrost/midgard/mir_promote_uniforms.c U xenocara/lib/mesa/src/panfrost/midgard/mir_squeeze.c U xenocara/lib/mesa/src/panfrost/midgard/nir_fuse_io_16.c U xenocara/lib/mesa/src/panfrost/perf/G31.xml U xenocara/lib/mesa/src/panfrost/perf/G51.xml U xenocara/lib/mesa/src/panfrost/perf/G52.xml U xenocara/lib/mesa/src/panfrost/perf/G57.xml U xenocara/lib/mesa/src/panfrost/perf/G68.xml U xenocara/lib/mesa/src/panfrost/perf/G71.xml U xenocara/lib/mesa/src/panfrost/perf/G72.xml U xenocara/lib/mesa/src/panfrost/perf/G76.xml U xenocara/lib/mesa/src/panfrost/perf/G77.xml U xenocara/lib/mesa/src/panfrost/perf/G78.xml U xenocara/lib/mesa/src/panfrost/perf/T72x.xml U xenocara/lib/mesa/src/panfrost/perf/T76x.xml U xenocara/lib/mesa/src/panfrost/perf/T82x.xml U xenocara/lib/mesa/src/panfrost/perf/T83x.xml U xenocara/lib/mesa/src/panfrost/perf/T86x.xml U xenocara/lib/mesa/src/panfrost/perf/T88x.xml U xenocara/lib/mesa/src/panfrost/perf/meson.build U xenocara/lib/mesa/src/panfrost/perf/pan_gen_perf.py U xenocara/lib/mesa/src/panfrost/perf/pan_perf.c U xenocara/lib/mesa/src/panfrost/perf/pan_perf.h U xenocara/lib/mesa/src/panfrost/perf/quick.c U xenocara/lib/mesa/src/panfrost/shared/meson.build C xenocara/lib/mesa/src/panfrost/shared/pan_minmax_cache.c C xenocara/lib/mesa/src/panfrost/shared/pan_minmax_cache.h U xenocara/lib/mesa/src/panfrost/shared/pan_tiling.c U xenocara/lib/mesa/src/panfrost/shared/pan_tiling.h U xenocara/lib/mesa/src/panfrost/shared/test/test-tiling.cpp U xenocara/lib/mesa/src/panfrost/tools/meson.build N xenocara/lib/mesa/src/panfrost/tools/panfrost_texfeatures.c U xenocara/lib/mesa/src/panfrost/tools/panfrostdump.c C xenocara/lib/mesa/src/panfrost/util/lcra.c C xenocara/lib/mesa/src/panfrost/util/lcra.h C xenocara/lib/mesa/src/panfrost/util/meson.build U xenocara/lib/mesa/src/panfrost/util/nir_mod_helpers.c U xenocara/lib/mesa/src/panfrost/util/pan_collect_varyings.c C xenocara/lib/mesa/src/panfrost/util/pan_ir.c C xenocara/lib/mesa/src/panfrost/util/pan_ir.h C xenocara/lib/mesa/src/panfrost/util/pan_liveness.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_64bit_intrin.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_framebuffer.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_framebuffer.h U xenocara/lib/mesa/src/panfrost/util/pan_lower_helper_invocation.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_sample_position.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_store_component.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_writeout.c U xenocara/lib/mesa/src/panfrost/util/pan_lower_xfb.c U xenocara/lib/mesa/src/panfrost/vulkan/meson.build U xenocara/lib/mesa/src/panfrost/vulkan/panvk_cmd_buffer.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_cs.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_cs.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_descriptor_set.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_device.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_formats.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_image.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_mempool.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_mempool.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_pass.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_pipeline.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_pipeline_cache.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_private.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_query.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_shader.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_util.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_cmd_buffer.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_cs.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_cmd_buffer.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_cs.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_descriptor_set.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_device.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_device.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_image.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_meta.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_meta.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_meta_blit.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_meta_clear.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_meta_copy.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_nir_lower_descriptors.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_pipeline.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_vX_shader.c U xenocara/lib/mesa/src/panfrost/vulkan/panvk_varyings.h U xenocara/lib/mesa/src/panfrost/vulkan/panvk_wsi.c U xenocara/lib/mesa/src/tool/meson.build U xenocara/lib/mesa/src/tool/dlclose-skip/dlclose-skip.c U xenocara/lib/mesa/src/tool/dlclose-skip/meson.build U xenocara/lib/mesa/src/tool/pps/.clang-format U xenocara/lib/mesa/src/tool/pps/meson.build U xenocara/lib/mesa/src/tool/pps/pps.cc U xenocara/lib/mesa/src/tool/pps/pps.h U xenocara/lib/mesa/src/tool/pps/pps_algorithm.h U xenocara/lib/mesa/src/tool/pps/pps_config.cc U xenocara/lib/mesa/src/tool/pps/pps_counter.cc U xenocara/lib/mesa/src/tool/pps/pps_counter.h U xenocara/lib/mesa/src/tool/pps/pps_datasource.cc U xenocara/lib/mesa/src/tool/pps/pps_datasource.h U xenocara/lib/mesa/src/tool/pps/pps_device.cc U xenocara/lib/mesa/src/tool/pps/pps_device.h U xenocara/lib/mesa/src/tool/pps/pps_driver.cc U xenocara/lib/mesa/src/tool/pps/pps_driver.h U xenocara/lib/mesa/src/tool/pps/pps_producer.cc U xenocara/lib/mesa/src/tool/pps/cfg/cpu.cfg U xenocara/lib/mesa/src/tool/pps/cfg/gpu.cfg U xenocara/lib/mesa/src/tool/pps/cfg/intel.cfg U xenocara/lib/mesa/src/tool/pps/cfg/system.cfg U xenocara/lib/mesa/src/util/00-mesa-defaults.conf N xenocara/lib/mesa/src/util/00-radv-defaults.conf U xenocara/lib/mesa/src/util/anon_file.c U xenocara/lib/mesa/src/util/anon_file.h U xenocara/lib/mesa/src/util/bigmath.h U xenocara/lib/mesa/src/util/bitpack_helpers.h U xenocara/lib/mesa/src/util/bitscan.c U xenocara/lib/mesa/src/util/bitscan.h U xenocara/lib/mesa/src/util/bitset.h U xenocara/lib/mesa/src/util/blob.c U xenocara/lib/mesa/src/util/blob.h U xenocara/lib/mesa/src/util/build_id.c U xenocara/lib/mesa/src/util/build_id.h U xenocara/lib/mesa/src/util/cnd_monotonic.h C xenocara/lib/mesa/src/util/compiler.h U xenocara/lib/mesa/src/util/compress.c U xenocara/lib/mesa/src/util/compress.h U xenocara/lib/mesa/src/util/crc32.c U xenocara/lib/mesa/src/util/crc32.h U xenocara/lib/mesa/src/util/dag.c U xenocara/lib/mesa/src/util/dag.h N xenocara/lib/mesa/src/util/detect.h N xenocara/lib/mesa/src/util/detect_arch.h N xenocara/lib/mesa/src/util/detect_cc.h U xenocara/lib/mesa/src/util/detect_os.h C xenocara/lib/mesa/src/util/disk_cache.c C xenocara/lib/mesa/src/util/disk_cache.h U xenocara/lib/mesa/src/util/disk_cache_os.c U xenocara/lib/mesa/src/util/disk_cache_os.h U xenocara/lib/mesa/src/util/double.c U xenocara/lib/mesa/src/util/double.h U xenocara/lib/mesa/src/util/driconf.h U xenocara/lib/mesa/src/util/driconf_static.py U xenocara/lib/mesa/src/util/enum_operators.h U xenocara/lib/mesa/src/util/fast_idiv_by_const.c U xenocara/lib/mesa/src/util/fast_idiv_by_const.h U xenocara/lib/mesa/src/util/fast_urem_by_const.h U xenocara/lib/mesa/src/util/format_r11g11b10f.h U xenocara/lib/mesa/src/util/format_rgb9e5.h U xenocara/lib/mesa/src/util/format_srgb.h U xenocara/lib/mesa/src/util/format_srgb.py U xenocara/lib/mesa/src/util/fossilize_db.c U xenocara/lib/mesa/src/util/fossilize_db.h U xenocara/lib/mesa/src/util/futex.c U xenocara/lib/mesa/src/util/futex.h N xenocara/lib/mesa/src/util/glheader.h U xenocara/lib/mesa/src/util/glsl2spirv.py U xenocara/lib/mesa/src/util/half_float.c U xenocara/lib/mesa/src/util/half_float.h U xenocara/lib/mesa/src/util/hash_table.c U xenocara/lib/mesa/src/util/hash_table.h N xenocara/lib/mesa/src/util/libdrm.h U xenocara/lib/mesa/src/util/libsync.h U xenocara/lib/mesa/src/util/list.h U xenocara/lib/mesa/src/util/log.c U xenocara/lib/mesa/src/util/log.h C xenocara/lib/mesa/src/util/macros.h U xenocara/lib/mesa/src/util/memstream.c U xenocara/lib/mesa/src/util/memstream.h C xenocara/lib/mesa/src/util/mesa-sha1.c U xenocara/lib/mesa/src/util/mesa-sha1.h U xenocara/lib/mesa/src/util/mesa_cache_db.c U xenocara/lib/mesa/src/util/mesa_cache_db.h N xenocara/lib/mesa/src/util/mesa_cache_db_multipart.c N xenocara/lib/mesa/src/util/mesa_cache_db_multipart.h C xenocara/lib/mesa/src/util/meson.build C xenocara/lib/mesa/src/util/os_file.c U xenocara/lib/mesa/src/util/os_file.h U xenocara/lib/mesa/src/util/os_memory.h U xenocara/lib/mesa/src/util/os_memory_aligned.h U xenocara/lib/mesa/src/util/os_memory_debug.h U xenocara/lib/mesa/src/util/os_memory_fd.c U xenocara/lib/mesa/src/util/os_memory_fd.h U xenocara/lib/mesa/src/util/os_memory_stdc.h C xenocara/lib/mesa/src/util/os_misc.c C xenocara/lib/mesa/src/util/os_misc.h N xenocara/lib/mesa/src/util/os_mman.h U xenocara/lib/mesa/src/util/os_socket.c U xenocara/lib/mesa/src/util/os_socket.h U xenocara/lib/mesa/src/util/os_time.c U xenocara/lib/mesa/src/util/os_time.h U xenocara/lib/mesa/src/util/ptralloc.h C xenocara/lib/mesa/src/util/ralloc.c U xenocara/lib/mesa/src/util/ralloc.h U xenocara/lib/mesa/src/util/rand_xor.c U xenocara/lib/mesa/src/util/rand_xor.h U xenocara/lib/mesa/src/util/rb_tree.c U xenocara/lib/mesa/src/util/rb_tree.h U xenocara/lib/mesa/src/util/reallocarray.h U xenocara/lib/mesa/src/util/register_allocate.c U xenocara/lib/mesa/src/util/register_allocate.h U xenocara/lib/mesa/src/util/register_allocate_internal.h U xenocara/lib/mesa/src/util/rgtc.c U xenocara/lib/mesa/src/util/rgtc.h U xenocara/lib/mesa/src/util/rounding.h U xenocara/lib/mesa/src/util/rwlock.c U xenocara/lib/mesa/src/util/rwlock.h C xenocara/lib/mesa/src/util/set.c U xenocara/lib/mesa/src/util/set.h U xenocara/lib/mesa/src/util/simple_mtx.c U xenocara/lib/mesa/src/util/simple_mtx.h U xenocara/lib/mesa/src/util/slab.c U xenocara/lib/mesa/src/util/slab.h U xenocara/lib/mesa/src/util/softfloat.c U xenocara/lib/mesa/src/util/softfloat.h U xenocara/lib/mesa/src/util/sparse_array.c U xenocara/lib/mesa/src/util/sparse_array.h U xenocara/lib/mesa/src/util/streaming-load-memcpy.c U xenocara/lib/mesa/src/util/streaming-load-memcpy.h U xenocara/lib/mesa/src/util/string_buffer.c U xenocara/lib/mesa/src/util/strndup.h U xenocara/lib/mesa/src/util/string_buffer.h C xenocara/lib/mesa/src/util/strtod.c U xenocara/lib/mesa/src/util/strtod.h U xenocara/lib/mesa/src/util/texcompress_rgtc_tmp.h U xenocara/lib/mesa/src/util/timespec.h U xenocara/lib/mesa/src/util/u_atomic.c C xenocara/lib/mesa/src/util/u_atomic.h U xenocara/lib/mesa/src/util/u_call_once.c U xenocara/lib/mesa/src/util/u_call_once.h C xenocara/lib/mesa/src/util/u_cpu_detect.c U xenocara/lib/mesa/src/util/u_cpu_detect.h U xenocara/lib/mesa/src/util/u_debug.c U xenocara/lib/mesa/src/util/u_debug.h U xenocara/lib/mesa/src/util/u_debug_describe.c U xenocara/lib/mesa/src/util/u_debug_describe.h U xenocara/lib/mesa/src/util/u_debug_memory.c U xenocara/lib/mesa/src/util/u_debug_refcnt.c U xenocara/lib/mesa/src/util/u_debug_refcnt.h C xenocara/lib/mesa/src/util/u_debug_stack.c U xenocara/lib/mesa/src/util/u_debug_stack.h U xenocara/lib/mesa/src/util/u_debug_stack_android.cpp U xenocara/lib/mesa/src/util/u_debug_symbol.c U xenocara/lib/mesa/src/util/u_debug_symbol.h U xenocara/lib/mesa/src/util/u_dl.c U xenocara/lib/mesa/src/util/u_dl.h U xenocara/lib/mesa/src/util/u_drm.h C xenocara/lib/mesa/src/util/u_dynarray.h U xenocara/lib/mesa/src/util/u_endian.h U xenocara/lib/mesa/src/util/u_hash_table.c U xenocara/lib/mesa/src/util/u_hash_table.h U xenocara/lib/mesa/src/util/u_idalloc.c U xenocara/lib/mesa/src/util/u_idalloc.h U xenocara/lib/mesa/src/util/u_math.c U xenocara/lib/mesa/src/util/u_math.h U xenocara/lib/mesa/src/util/u_memory.h C xenocara/lib/mesa/src/util/u_memset.h U xenocara/lib/mesa/src/util/u_mm.c U xenocara/lib/mesa/src/util/u_mm.h U xenocara/lib/mesa/src/util/u_pointer.h U xenocara/lib/mesa/src/util/u_printf.c U xenocara/lib/mesa/src/util/u_printf.h U xenocara/lib/mesa/src/util/u_process.c U xenocara/lib/mesa/src/util/u_process.h U xenocara/lib/mesa/src/util/u_qsort.cpp U xenocara/lib/mesa/src/util/u_qsort.h C xenocara/lib/mesa/src/util/u_queue.c C xenocara/lib/mesa/src/util/u_queue.h C xenocara/lib/mesa/src/util/u_string.h U xenocara/lib/mesa/src/util/u_thread.c C xenocara/lib/mesa/src/util/u_thread.h U xenocara/lib/mesa/src/util/u_vector.c U xenocara/lib/mesa/src/util/u_vector.h U xenocara/lib/mesa/src/util/u_worklist.c U xenocara/lib/mesa/src/util/u_worklist.h U xenocara/lib/mesa/src/util/vl_rbsp.h U xenocara/lib/mesa/src/util/vl_vlc.h U xenocara/lib/mesa/src/util/vma.c U xenocara/lib/mesa/src/util/vma.h C xenocara/lib/mesa/src/util/xmlconfig.c C xenocara/lib/mesa/src/util/xmlconfig.h U xenocara/lib/mesa/src/util/xxd.py U xenocara/lib/mesa/src/util/xxhash.h U xenocara/lib/mesa/src/util/format/format_utils.h U xenocara/lib/mesa/src/util/format/meson.build N xenocara/lib/mesa/src/util/format/texcompress_bptc_tmp.h N xenocara/lib/mesa/src/util/format/texcompress_etc_tmp.h N xenocara/lib/mesa/src/util/format/texcompress_s3tc_tmp.h U xenocara/lib/mesa/src/util/format/u_format.c U xenocara/lib/mesa/src/util/format/u_format.csv U xenocara/lib/mesa/src/util/format/u_format.h U xenocara/lib/mesa/src/util/format/u_format_bptc.c U xenocara/lib/mesa/src/util/format/u_format_bptc.h U xenocara/lib/mesa/src/util/format/u_format_etc.c U xenocara/lib/mesa/src/util/format/u_format_etc.h U xenocara/lib/mesa/src/util/format/u_format_fxt1.c U xenocara/lib/mesa/src/util/format/u_format_fxt1.h U xenocara/lib/mesa/src/util/format/u_format_latc.c U xenocara/lib/mesa/src/util/format/u_format_latc.h U xenocara/lib/mesa/src/util/format/u_format_other.c U xenocara/lib/mesa/src/util/format/u_format_other.h U xenocara/lib/mesa/src/util/format/u_format_rgtc.c U xenocara/lib/mesa/src/util/format/u_format_pack.py U xenocara/lib/mesa/src/util/format/u_format_parse.py U xenocara/lib/mesa/src/util/format/u_format_rgtc.h U xenocara/lib/mesa/src/util/format/u_format_s3tc.c U xenocara/lib/mesa/src/util/format/u_format_s3tc.h U xenocara/lib/mesa/src/util/format/u_format_table.py U xenocara/lib/mesa/src/util/format/u_format_tests.c U xenocara/lib/mesa/src/util/format/u_format_tests.h U xenocara/lib/mesa/src/util/format/u_format_unpack_neon.c U xenocara/lib/mesa/src/util/format/u_format_yuv.c U xenocara/lib/mesa/src/util/format/u_format_yuv.h U xenocara/lib/mesa/src/util/format/u_format_zs.c U xenocara/lib/mesa/src/util/format/u_format_zs.h N xenocara/lib/mesa/src/util/format/u_formats.h N xenocara/lib/mesa/src/util/perf/.clang-format U xenocara/lib/mesa/src/util/perf/cpu_trace.h U xenocara/lib/mesa/src/util/perf/u_perfetto.cc U xenocara/lib/mesa/src/util/perf/u_perfetto.h N xenocara/lib/mesa/src/util/perf/u_perfetto_renderpass.h U xenocara/lib/mesa/src/util/perf/u_trace.c U xenocara/lib/mesa/src/util/perf/u_trace.h U xenocara/lib/mesa/src/util/perf/u_trace.py U xenocara/lib/mesa/src/util/perf/u_trace_priv.h U xenocara/lib/mesa/src/util/sha1/README U xenocara/lib/mesa/src/util/sha1/sha1.c U xenocara/lib/mesa/src/util/sha1/sha1.h U xenocara/lib/mesa/src/util/tests/bitset_test.cpp U xenocara/lib/mesa/src/util/tests/blob_test.cpp U xenocara/lib/mesa/src/util/tests/cache_test.cpp U xenocara/lib/mesa/src/util/tests/dag_test.cpp U xenocara/lib/mesa/src/util/tests/fast_idiv_by_const_test.cpp U xenocara/lib/mesa/src/util/tests/fast_urem_by_const_test.cpp U xenocara/lib/mesa/src/util/tests/half_float_test.cpp U xenocara/lib/mesa/src/util/tests/int_min_max.cpp U xenocara/lib/mesa/src/util/tests/mesa-sha1_test.cpp N xenocara/lib/mesa/src/util/tests/os_mman_test.cpp U xenocara/lib/mesa/src/util/tests/process_test.c U xenocara/lib/mesa/src/util/tests/rb_tree_test.cpp U xenocara/lib/mesa/src/util/tests/register_allocate_test.cpp U xenocara/lib/mesa/src/util/tests/roundeven_test.cpp U xenocara/lib/mesa/src/util/tests/set_test.cpp U xenocara/lib/mesa/src/util/tests/sparse_array_test.cpp U xenocara/lib/mesa/src/util/tests/timespec_test.cpp U xenocara/lib/mesa/src/util/tests/string_buffer_test.cpp U xenocara/lib/mesa/src/util/tests/u_atomic_test.cpp U xenocara/lib/mesa/src/util/tests/u_call_once_test.cpp U xenocara/lib/mesa/src/util/tests/u_debug_stack_test.cpp U xenocara/lib/mesa/src/util/tests/u_debug_test.cpp U xenocara/lib/mesa/src/util/tests/u_printf_test.cpp U xenocara/lib/mesa/src/util/tests/u_qsort_test.cpp U xenocara/lib/mesa/src/util/tests/vector_test.cpp U xenocara/lib/mesa/src/util/tests/xmlconfig.cpp U xenocara/lib/mesa/src/util/tests/drirc_configdir/00-test.conf U xenocara/lib/mesa/src/util/tests/drirc_configdir/01-unused U xenocara/lib/mesa/src/util/tests/drirc_home/.drirc U xenocara/lib/mesa/src/util/tests/format/meson.build U xenocara/lib/mesa/src/util/tests/format/srgb.c U xenocara/lib/mesa/src/util/tests/format/u_format_compatible_test.c U xenocara/lib/mesa/src/util/tests/format/u_format_test.c U xenocara/lib/mesa/src/util/tests/hash_table/clear.c U xenocara/lib/mesa/src/util/tests/hash_table/collision.c U xenocara/lib/mesa/src/util/tests/hash_table/delete_and_lookup.c U xenocara/lib/mesa/src/util/tests/hash_table/delete_management.c U xenocara/lib/mesa/src/util/tests/hash_table/destroy_callback.c U xenocara/lib/mesa/src/util/tests/hash_table/insert_and_lookup.c U xenocara/lib/mesa/src/util/tests/hash_table/insert_many.c U xenocara/lib/mesa/src/util/tests/hash_table/meson.build U xenocara/lib/mesa/src/util/tests/hash_table/null_destroy.c U xenocara/lib/mesa/src/util/tests/hash_table/random_entry.c U xenocara/lib/mesa/src/util/tests/hash_table/remove_key.c U xenocara/lib/mesa/src/util/tests/hash_table/remove_null.c U xenocara/lib/mesa/src/util/tests/hash_table/replacement.c N xenocara/lib/mesa/src/util/tests/perf/u_trace_test.cpp U xenocara/lib/mesa/src/util/tests/vma/meson.build U xenocara/lib/mesa/src/util/tests/vma/vma_random_test.cpp N xenocara/lib/mesa/src/util/tools/find_hash_func.c U xenocara/lib/mesa/src/virtio/meson.build U xenocara/lib/mesa/src/virtio/ci/deqp-venus.toml U xenocara/lib/mesa/src/virtio/ci/gitlab-ci.yml U xenocara/lib/mesa/src/virtio/ci/venus-fails.txt U xenocara/lib/mesa/src/virtio/ci/venus-flakes.txt U xenocara/lib/mesa/src/virtio/ci/venus-skips.txt U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_buffer.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_buffer_view.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_command_buffer.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_command_pool.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_cs.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_defines.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_descriptor_pool.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_descriptor_set.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_descriptor_set_layout.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_descriptor_update_template.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_device.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_device_memory.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_event.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_fence.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_framebuffer.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_handles.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_image.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_image_view.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_info.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_instance.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_pipeline.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_pipeline_cache.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_query_pool.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_pipeline_layout.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_private_data_slot.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_queue.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_render_pass.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_sampler.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_sampler_ycbcr_conversion.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_semaphore.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_shader_module.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_structs.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_transport.h U xenocara/lib/mesa/src/virtio/venus-protocol/vn_protocol_driver_types.h U xenocara/lib/mesa/src/virtio/virtio-gpu/drm_hw.h U xenocara/lib/mesa/src/virtio/virtio-gpu/venus_hw.h U xenocara/lib/mesa/src/virtio/virtio-gpu/virgl_hw.h U xenocara/lib/mesa/src/virtio/virtio-gpu/virgl_protocol.h N xenocara/lib/mesa/src/virtio/virtio-gpu/virgl_video_hw.h U xenocara/lib/mesa/src/virtio/virtio-gpu/virglrenderer_hw.h U xenocara/lib/mesa/src/virtio/vtest/vtest_protocol.h U xenocara/lib/mesa/src/virtio/vulkan/.clang-format U xenocara/lib/mesa/src/virtio/vulkan/meson.build U xenocara/lib/mesa/src/virtio/vulkan/vn_android.c U xenocara/lib/mesa/src/virtio/vulkan/vn_android.h U xenocara/lib/mesa/src/virtio/vulkan/vn_buffer.c U xenocara/lib/mesa/src/virtio/vulkan/vn_buffer.h U xenocara/lib/mesa/src/virtio/vulkan/vn_command_buffer.c U xenocara/lib/mesa/src/virtio/vulkan/vn_command_buffer.h U xenocara/lib/mesa/src/virtio/vulkan/vn_common.c U xenocara/lib/mesa/src/virtio/vulkan/vn_common.h U xenocara/lib/mesa/src/virtio/vulkan/vn_cs.c U xenocara/lib/mesa/src/virtio/vulkan/vn_cs.h U xenocara/lib/mesa/src/virtio/vulkan/vn_descriptor_set.c U xenocara/lib/mesa/src/virtio/vulkan/vn_descriptor_set.h U xenocara/lib/mesa/src/virtio/vulkan/vn_device.c U xenocara/lib/mesa/src/virtio/vulkan/vn_device.h U xenocara/lib/mesa/src/virtio/vulkan/vn_device_memory.c U xenocara/lib/mesa/src/virtio/vulkan/vn_device_memory.h U xenocara/lib/mesa/src/virtio/vulkan/vn_feedback.c U xenocara/lib/mesa/src/virtio/vulkan/vn_feedback.h U xenocara/lib/mesa/src/virtio/vulkan/vn_icd.c U xenocara/lib/mesa/src/virtio/vulkan/vn_icd.h U xenocara/lib/mesa/src/virtio/vulkan/vn_image.c U xenocara/lib/mesa/src/virtio/vulkan/vn_image.h U xenocara/lib/mesa/src/virtio/vulkan/vn_instance.c U xenocara/lib/mesa/src/virtio/vulkan/vn_instance.h U xenocara/lib/mesa/src/virtio/vulkan/vn_physical_device.c U xenocara/lib/mesa/src/virtio/vulkan/vn_physical_device.h U xenocara/lib/mesa/src/virtio/vulkan/vn_pipeline.c U xenocara/lib/mesa/src/virtio/vulkan/vn_pipeline.h U xenocara/lib/mesa/src/virtio/vulkan/vn_query_pool.c U xenocara/lib/mesa/src/virtio/vulkan/vn_query_pool.h U xenocara/lib/mesa/src/virtio/vulkan/vn_queue.c U xenocara/lib/mesa/src/virtio/vulkan/vn_queue.h U xenocara/lib/mesa/src/virtio/vulkan/vn_render_pass.c U xenocara/lib/mesa/src/virtio/vulkan/vn_render_pass.h U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer.h U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_internal.c U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_internal.h U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_util.c U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_util.h U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_virtgpu.c U xenocara/lib/mesa/src/virtio/vulkan/vn_renderer_vtest.c U xenocara/lib/mesa/src/virtio/vulkan/vn_ring.c U xenocara/lib/mesa/src/virtio/vulkan/vn_ring.h U xenocara/lib/mesa/src/virtio/vulkan/vn_wsi.c U xenocara/lib/mesa/src/virtio/vulkan/vn_wsi.h U xenocara/lib/mesa/src/vulkan/meson.build N xenocara/lib/mesa/src/vulkan/vulkan-android.sym N xenocara/lib/mesa/src/vulkan/vulkan-icd-android-symbols.txt U xenocara/lib/mesa/src/vulkan/vulkan-icd-symbols.txt N xenocara/lib/mesa/src/vulkan/vulkan.sym U xenocara/lib/mesa/src/vulkan/vulkan_api.def.in U xenocara/lib/mesa/src/vulkan/device-select-layer/VkLayer_MESA_device_select.json U xenocara/lib/mesa/src/vulkan/device-select-layer/device_select.h C xenocara/lib/mesa/src/vulkan/device-select-layer/device_select_layer.c C xenocara/lib/mesa/src/vulkan/device-select-layer/device_select_wayland.c U xenocara/lib/mesa/src/vulkan/device-select-layer/device_select_x11.c C xenocara/lib/mesa/src/vulkan/device-select-layer/meson.build U xenocara/lib/mesa/src/vulkan/overlay-layer/README.rst U xenocara/lib/mesa/src/vulkan/overlay-layer/TODO U xenocara/lib/mesa/src/vulkan/overlay-layer/VkLayer_MESA_overlay.json U xenocara/lib/mesa/src/vulkan/overlay-layer/mesa-overlay-control.py U xenocara/lib/mesa/src/vulkan/overlay-layer/meson.build U xenocara/lib/mesa/src/vulkan/overlay-layer/overlay.cpp U xenocara/lib/mesa/src/vulkan/overlay-layer/overlay.frag U xenocara/lib/mesa/src/vulkan/overlay-layer/overlay.vert U xenocara/lib/mesa/src/vulkan/overlay-layer/overlay_params.c U xenocara/lib/mesa/src/vulkan/overlay-layer/overlay_params.h U xenocara/lib/mesa/src/vulkan/registry/update-aliases.py C xenocara/lib/mesa/src/vulkan/registry/vk.xml U xenocara/lib/mesa/src/vulkan/runtime/meson.build N xenocara/lib/mesa/src/vulkan/runtime/vk_acceleration_structure.c N xenocara/lib/mesa/src/vulkan/runtime/vk_acceleration_structure.h U xenocara/lib/mesa/src/vulkan/runtime/vk_android.c N xenocara/lib/mesa/src/vulkan/runtime/vk_android.h U xenocara/lib/mesa/src/vulkan/runtime/vk_buffer.c U xenocara/lib/mesa/src/vulkan/runtime/vk_buffer.h U xenocara/lib/mesa/src/vulkan/runtime/vk_cmd_copy.c U xenocara/lib/mesa/src/vulkan/runtime/vk_cmd_enqueue.c U xenocara/lib/mesa/src/vulkan/runtime/vk_command_buffer.c U xenocara/lib/mesa/src/vulkan/runtime/vk_command_buffer.h U xenocara/lib/mesa/src/vulkan/runtime/vk_command_pool.c U xenocara/lib/mesa/src/vulkan/runtime/vk_command_pool.h U xenocara/lib/mesa/src/vulkan/runtime/vk_debug_report.c U xenocara/lib/mesa/src/vulkan/runtime/vk_debug_report.h U xenocara/lib/mesa/src/vulkan/runtime/vk_debug_utils.c U xenocara/lib/mesa/src/vulkan/runtime/vk_debug_utils.h U xenocara/lib/mesa/src/vulkan/runtime/vk_device.c U xenocara/lib/mesa/src/vulkan/runtime/vk_deferred_operation.c U xenocara/lib/mesa/src/vulkan/runtime/vk_deferred_operation.h U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptor_set_layout.c U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptor_set_layout.h U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptor_update_template.c U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptor_update_template.h U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptors.c U xenocara/lib/mesa/src/vulkan/runtime/vk_descriptors.h U xenocara/lib/mesa/src/vulkan/runtime/vk_device.h N xenocara/lib/mesa/src/vulkan/runtime/vk_device_memory.c N xenocara/lib/mesa/src/vulkan/runtime/vk_device_memory.h U xenocara/lib/mesa/src/vulkan/runtime/vk_drm_syncobj.c U xenocara/lib/mesa/src/vulkan/runtime/vk_drm_syncobj.h U xenocara/lib/mesa/src/vulkan/runtime/vk_fence.c U xenocara/lib/mesa/src/vulkan/runtime/vk_fence.h N xenocara/lib/mesa/src/vulkan/runtime/vk_format_info_gen.py U xenocara/lib/mesa/src/vulkan/runtime/vk_framebuffer.c U xenocara/lib/mesa/src/vulkan/runtime/vk_framebuffer.h U xenocara/lib/mesa/src/vulkan/runtime/vk_graphics_state.c U xenocara/lib/mesa/src/vulkan/runtime/vk_graphics_state.h U xenocara/lib/mesa/src/vulkan/runtime/vk_image.c U xenocara/lib/mesa/src/vulkan/runtime/vk_image.h U xenocara/lib/mesa/src/vulkan/runtime/vk_instance.c U xenocara/lib/mesa/src/vulkan/runtime/vk_instance.h U xenocara/lib/mesa/src/vulkan/runtime/vk_limits.h U xenocara/lib/mesa/src/vulkan/runtime/vk_log.c U xenocara/lib/mesa/src/vulkan/runtime/vk_log.h U xenocara/lib/mesa/src/vulkan/runtime/vk_nir.c U xenocara/lib/mesa/src/vulkan/runtime/vk_nir.h U xenocara/lib/mesa/src/vulkan/runtime/vk_object.c U xenocara/lib/mesa/src/vulkan/runtime/vk_object.h U xenocara/lib/mesa/src/vulkan/runtime/vk_physical_device.c U xenocara/lib/mesa/src/vulkan/runtime/vk_physical_device.h U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline.c U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline.h U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline_cache.c U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline_cache.h U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline_layout.c U xenocara/lib/mesa/src/vulkan/runtime/vk_pipeline_layout.h U xenocara/lib/mesa/src/vulkan/runtime/vk_queue.c U xenocara/lib/mesa/src/vulkan/runtime/vk_queue.h U xenocara/lib/mesa/src/vulkan/runtime/vk_render_pass.c U xenocara/lib/mesa/src/vulkan/runtime/vk_render_pass.h U xenocara/lib/mesa/src/vulkan/runtime/vk_sampler.c U xenocara/lib/mesa/src/vulkan/runtime/vk_sampler.h U xenocara/lib/mesa/src/vulkan/runtime/vk_semaphore.c U xenocara/lib/mesa/src/vulkan/runtime/vk_semaphore.h U xenocara/lib/mesa/src/vulkan/runtime/vk_shader_module.c U xenocara/lib/mesa/src/vulkan/runtime/vk_shader_module.h U xenocara/lib/mesa/src/vulkan/runtime/vk_standard_sample_locations.c U xenocara/lib/mesa/src/vulkan/runtime/vk_standard_sample_locations.h U xenocara/lib/mesa/src/vulkan/runtime/vk_sync.c U xenocara/lib/mesa/src/vulkan/runtime/vk_sync.h U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_binary.c U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_binary.h U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_dummy.c U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_dummy.h U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_timeline.c U xenocara/lib/mesa/src/vulkan/runtime/vk_sync_timeline.h U xenocara/lib/mesa/src/vulkan/runtime/vk_synchronization2.c N xenocara/lib/mesa/src/vulkan/runtime/vk_video.c N xenocara/lib/mesa/src/vulkan/runtime/vk_video.h N xenocara/lib/mesa/src/vulkan/runtime/vk_ycbcr_conversion.c N xenocara/lib/mesa/src/vulkan/runtime/vk_ycbcr_conversion.h N xenocara/lib/mesa/src/vulkan/runtime/rmv/vk_rmv_common.c N xenocara/lib/mesa/src/vulkan/runtime/rmv/vk_rmv_common.h N xenocara/lib/mesa/src/vulkan/runtime/rmv/vk_rmv_exporter.c N xenocara/lib/mesa/src/vulkan/runtime/rmv/vk_rmv_tokens.h C xenocara/lib/mesa/src/vulkan/util/gen_enum_to_str.py U xenocara/lib/mesa/src/vulkan/util/meson.build U xenocara/lib/mesa/src/vulkan/util/vk_alloc.c C xenocara/lib/mesa/src/vulkan/util/vk_alloc.h U xenocara/lib/mesa/src/vulkan/util/vk_cmd_queue_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_dispatch_table_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_dispatch_trampolines_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_entrypoints.py U xenocara/lib/mesa/src/vulkan/util/vk_entrypoints_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_extensions.py U xenocara/lib/mesa/src/vulkan/util/vk_extensions_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_format.c U xenocara/lib/mesa/src/vulkan/util/vk_format.h U xenocara/lib/mesa/src/vulkan/util/vk_icd_gen.py C xenocara/lib/mesa/src/vulkan/util/vk_physical_device_features.py N xenocara/lib/mesa/src/vulkan/util/vk_struct_type_cast_gen.py U xenocara/lib/mesa/src/vulkan/util/vk_util.c C xenocara/lib/mesa/src/vulkan/util/vk_util.h U xenocara/lib/mesa/src/vulkan/wsi/meson.build U xenocara/lib/mesa/src/vulkan/wsi/wsi_common.c C xenocara/lib/mesa/src/vulkan/wsi/wsi_common.h U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_display.c U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_display.h C xenocara/lib/mesa/src/vulkan/wsi/wsi_common_drm.c U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_drm.h N xenocara/lib/mesa/src/vulkan/wsi/wsi_common_headless.c U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_private.h U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_queue.h C xenocara/lib/mesa/src/vulkan/wsi/wsi_common_wayland.c N xenocara/lib/mesa/src/vulkan/wsi/wsi_common_win32.cpp C xenocara/lib/mesa/src/vulkan/wsi/wsi_common_x11.c U xenocara/lib/mesa/subprojects/.gitignore U xenocara/lib/mesa/subprojects/DirectX-Headers.wrap U xenocara/lib/mesa/subprojects/expat.wrap U xenocara/lib/mesa/subprojects/perfetto.wrap U xenocara/lib/mesa/subprojects/zlib.wrap 835 conflicts created by this import. Use the following command to help the merge: cvs checkout -jmesa:yesterday -jmesa xenocara/lib/mesa CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/01 22:44:57 xenocara/lib/mesa/generated/src/intel/dev Update of /cvs/xenocara/lib/mesa/generated/src/intel/dev In directory cvs.openbsd.org:/tmp/cvs-serv72783/src/intel/dev Log Message: Directory /cvs/xenocara/lib/mesa/generated/src/intel/dev added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/01 22:44:57 xenocara/lib/mesa/generated/src/intel/vulkan/shaders Update of /cvs/xenocara/lib/mesa/generated/src/intel/vulkan/shaders In directory cvs.openbsd.org:/tmp/cvs-serv72783/src/intel/vulkan/shaders Log Message: Directory /cvs/xenocara/lib/mesa/generated/src/intel/vulkan/shaders added to the repository CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/01 22:53:46 Modified files: lib/mesa : .gitignore VERSION meson.build lib/mesa/docs : dispatch.rst features.txt lib/mesa/generated: Makefile lib/mesa/generated/src/amd/common: amdgfxregs.h gfx10_format_table.c sid_tables.h lib/mesa/generated/src/amd/compiler: aco_builder.h aco_opcodes.cpp aco_opcodes.h lib/mesa/generated/src/amd/vulkan: radeon_icd.json radv_entrypoints.c radv_entrypoints.h lib/mesa/generated/src/amd/vulkan/radix_sort/shaders: fill.comp.spv.h histogram.comp.spv.h init.comp.spv.h prefix.comp.spv.h scatter_0_even.comp.spv.h scatter_0_odd.comp.spv.h scatter_1_even.comp.spv.h scatter_1_odd.comp.spv.h lib/mesa/generated/src/compiler/glsl: float64_glsl.h glsl_lexer.cpp glsl_parser.cpp glsl_parser.h ir_expression_operation_constant.h lib/mesa/generated/src/compiler/glsl/glcpp: glcpp-lex.c glcpp-parse.c lib/mesa/generated/src/compiler/nir: nir_builder_opcodes.h nir_constant_expressions.c nir_intrinsics.c nir_intrinsics.h nir_intrinsics_indices.h nir_opcodes.c nir_opcodes.h nir_opt_algebraic.c lib/mesa/generated/src/gallium/auxiliary: tr_util.c tr_util.h u_indices_gen.c u_tracepoints.c u_tracepoints.h lib/mesa/generated/src/gallium/drivers/r300: r300_nir_algebraic.c lib/mesa/generated/src/intel/compiler: brw_nir_trig_workarounds.c lib/mesa/generated/src/intel/ds: intel_tracepoints.c intel_tracepoints.h intel_tracepoints_perfetto.h lib/mesa/generated/src/intel/genxml: gen11_pack.h gen125_pack.h gen12_pack.h gen45_pack.h gen4_pack.h gen5_pack.h gen6_pack.h gen75_pack.h gen7_pack.h gen8_pack.h gen9_pack.h genX_bits.h genX_xml.h lib/mesa/generated/src/intel/perf: intel_perf_metrics.c intel_perf_metrics.h lib/mesa/generated/src/intel/vulkan: anv_entrypoints.c anv_entrypoints.h intel_icd.json lib/mesa/generated/src/intel/vulkan_hasvk: anv_entrypoints.c anv_entrypoints.h intel_hasvk_icd.json lib/mesa/generated/src/mapi/es1api: glapi_mapi_tmp.h lib/mesa/generated/src/mapi/es2api: glapi_mapi_tmp.h lib/mesa/generated/src/mapi/glapi: glapitable.h glapitemp.h lib/mesa/generated/src/mapi/glapi/gen: api_beginend_init.h api_exec_decl.h api_exec_init.c api_save.h enums.c glapi_mapi_tmp.h indirect.c indirect.h indirect_size.c marshal_generated0.c marshal_generated1.c marshal_generated2.c marshal_generated3.c marshal_generated4.c marshal_generated5.c marshal_generated6.c marshal_generated7.c unmarshal_table.c lib/mesa/generated/src/mapi/shared-glapi: glapi_mapi_tmp.h lib/mesa/generated/src/mesa: get_hash.h lib/mesa/generated/src/mesa/main: dispatch.h marshal_generated.h remap_helper.h lib/mesa/generated/src/mesa/program: lex.yy.c program_parse.tab.c lib/mesa/generated/src/util: driconf_static.h lib/mesa/generated/src/util/format: u_format_pack.h u_format_table.c lib/mesa/generated/src/vulkan/runtime: vk_cmd_enqueue_entrypoints.c vk_cmd_enqueue_entrypoints.h vk_cmd_queue.c vk_cmd_queue.h vk_common_entrypoints.c vk_common_entrypoints.h vk_dispatch_trampolines.c vk_physical_device_features.c lib/mesa/generated/src/vulkan/util: vk_dispatch_table.c vk_dispatch_table.h vk_enum_defines.h vk_enum_to_str.c vk_enum_to_str.h vk_extensions.c vk_extensions.h lib/mesa/generated/src/vulkan/wsi: wsi_common_entrypoints.c wsi_common_entrypoints.h lib/mesa/include/CL: cl_d3d10.h cl_d3d11.h cl_dx9_media_sharing.h cl_ext.h cl_gl_ext.h cl_platform.h opencl.h lib/mesa/include/GL: glxext.h lib/mesa/include/GL/internal: dri_interface.h lib/mesa/include/GLES3: gl3ext.h lib/mesa/include/drm-uapi: amdgpu_drm.h drm_fourcc.h drm_mode.h i915_drm.h lib/mesa/include/pci_ids: iris_pci_ids.h lib/mesa/include/vulkan: vk_platform.h vulkan.h vulkan_beta.h lib/mesa/mk : config.mk lib/mesa/mk/libEGL: Makefile lib/mesa/mk/libGL: shlib_version lib/mesa/mk/libaco: Makefile lib/mesa/mk/libamd_common: Makefile lib/mesa/mk/libamd_common_llvm: Makefile lib/mesa/mk/libanv_common: Makefile lib/mesa/mk/libanv_hasvk_common: Makefile lib/mesa/mk/libblorp: Makefile lib/mesa/mk/libcrocuswinsys: Makefile lib/mesa/mk/libdri: Makefile lib/mesa/mk/libgallium: Makefile lib/mesa/mk/libglapi: Makefile lib/mesa/mk/libglsl: Makefile lib/mesa/mk/libintel-driver-ds: Makefile lib/mesa/mk/libintel_common: Makefile lib/mesa/mk/libintel_compiler: Makefile lib/mesa/mk/libintel_dev: Makefile lib/mesa/mk/libintel_perf: Makefile lib/mesa/mk/libiris: Makefile lib/mesa/mk/libisl: Makefile lib/mesa/mk/libisl_gfx110: Makefile lib/mesa/mk/libisl_gfx120: Makefile lib/mesa/mk/libisl_gfx125: Makefile lib/mesa/mk/libisl_gfx40: Makefile lib/mesa/mk/libisl_gfx50: Makefile lib/mesa/mk/libisl_gfx60: Makefile lib/mesa/mk/libisl_gfx70: Makefile lib/mesa/mk/libisl_gfx75: Makefile lib/mesa/mk/libisl_gfx80: Makefile lib/mesa/mk/libisl_gfx90: Makefile lib/mesa/mk/libisl_tiled_memcpy: Makefile lib/mesa/mk/libisl_tiled_memcpy_sse41: Makefile lib/mesa/mk/libloader: Makefile lib/mesa/mk/libmesa: Makefile lib/mesa/mk/libmesa_util: Makefile lib/mesa/mk/libnir: Makefile lib/mesa/mk/libr300: Makefile lib/mesa/mk/libradeonsi: Makefile lib/mesa/mk/libvulkan_intel: Makefile lib/mesa/mk/libvulkan_intel_hasvk: Makefile lib/mesa/mk/libvulkan_radeon: Makefile lib/mesa/mk/libvulkan_runtime: Makefile lib/mesa/mk/libvulkan_wsi: Makefile lib/mesa/src : meson.build lib/mesa/src/amd/common: ac_debug.c ac_debug.h ac_gpu_info.c ac_gpu_info.h ac_surface.c ac_surface.h amd_family.h sid.h lib/mesa/src/amd/compiler: aco_instruction_selection.cpp aco_ir.h aco_lower_phis.cpp aco_lower_to_hw_instr.cpp aco_optimizer.cpp aco_print_asm.cpp aco_statistics.cpp lib/mesa/src/amd/llvm: ac_llvm_build.c ac_llvm_util.c lib/mesa/src/amd/vulkan: radv_cmd_buffer.c radv_cs.h radv_debug.h radv_descriptor_set.c radv_descriptor_set.h radv_device.c radv_formats.c radv_image.c radv_pipeline.c radv_pipeline_cache.c radv_private.h radv_query.c radv_radeon_winsys.h radv_shader.c radv_sqtt.c radv_wsi.c si_cmd_buffer.c lib/mesa/src/amd/vulkan/layers: radv_sqtt_layer.c lib/mesa/src/amd/vulkan/winsys/amdgpu: radv_amdgpu_bo.c radv_amdgpu_cs.c radv_amdgpu_winsys.c radv_amdgpu_winsys.h lib/mesa/src/amd/vulkan/winsys/null: radv_null_winsys.c lib/mesa/src/compiler: builtin_type_macros.h glsl_types.cpp glsl_types.h shader_enums.c shader_enums.h shader_info.h lib/mesa/src/compiler/glsl: ast_function.cpp ast_to_hir.cpp builtin_functions.cpp gl_nir_lower_images.c glsl_parser.yy glsl_parser_extras.cpp glsl_parser_extras.h glsl_to_nir.cpp ir.cpp ir.h ir_expression_operation.py ir_optimization.h ir_validate.cpp link_interface_blocks.cpp link_varyings.cpp linker.cpp lower_distance.cpp lower_instructions.cpp lower_precision.cpp opt_algebraic.cpp opt_function_inlining.cpp standalone.cpp standalone_scaffolding.cpp standalone_scaffolding.h test_optpass.cpp lib/mesa/src/compiler/glsl/glcpp: glcpp-parse.y glcpp.h lib/mesa/src/compiler/glsl/tests: lower_precision_test.py lib/mesa/src/compiler/nir: nir.c nir.h nir_algebraic.py nir_builder.h nir_builder_opcodes_h.py nir_clone.c nir_constant_expressions.py nir_control_flow.c nir_control_flow.h nir_convert_ycbcr.c nir_from_ssa.c nir_gather_info.c nir_loop_analyze.c nir_lower_atomics_to_ssbo.c nir_lower_bitmap.c nir_lower_bool_to_bitsize.c nir_lower_clip.c nir_lower_double_ops.c nir_lower_idiv.c nir_lower_int64.c nir_lower_io.c nir_lower_io_to_scalar.c nir_lower_locals_to_regs.c nir_lower_regs_to_ssa.c nir_lower_returns.c nir_lower_system_values.c nir_lower_tex.c nir_lower_to_source_mods.c nir_lower_var_copies.c nir_lower_vars_to_ssa.c nir_metadata.c nir_move_vec_src_uses_to_dest.c nir_opcodes.py nir_opcodes_c.py nir_opt_algebraic.py nir_opt_barriers.c nir_opt_copy_prop_vars.c nir_opt_copy_propagate.c nir_opt_cse.c nir_opt_dce.c nir_opt_gcm.c nir_opt_if.c nir_opt_intrinsics.c nir_opt_loop_unroll.c nir_opt_peephole_select.c nir_opt_trivial_continues.c nir_print.c nir_search.c nir_search.h nir_search_helpers.h nir_split_var_copies.c nir_sweep.c nir_to_lcssa.c nir_validate.c nir_vulkan.h nir_worklist.c nir_worklist.h lib/mesa/src/compiler/spirv: nir_spirv.h spirv2nir.c spirv_to_nir.c vtn_alu.c vtn_cfg.c vtn_glsl450.c vtn_opencl.c vtn_private.h vtn_variables.c lib/mesa/src/egl/drivers/dri2: egl_dri2.c egl_dri2.h platform_android.c platform_drm.c platform_surfaceless.c platform_wayland.c platform_x11.c platform_x11_dri3.c lib/mesa/src/egl/drivers/haiku: egl_haiku.cpp lib/mesa/src/egl/main: eglapi.c eglconfig.c eglcontext.c eglcontext.h eglcurrent.h egllog.c lib/mesa/src/freedreno/computerator: main.h meson.build lib/mesa/src/freedreno/ir3: ir3_dce.c ir3_lexer.l ir3_parser.y lib/mesa/src/freedreno/ir3/tests: disasm.c lib/mesa/src/gallium/auxiliary/cso_cache: cso_context.c cso_context.h lib/mesa/src/gallium/auxiliary/draw: draw_context.h draw_llvm.c draw_pipe_aaline.c draw_pipe_aapoint.c draw_private.h draw_pt.c draw_pt_fetch_shade_pipeline_llvm.c draw_pt_vsplit.c draw_pt_vsplit_tmp.h draw_tess.c lib/mesa/src/gallium/auxiliary/gallivm: lp_bld_arit.c lp_bld_format.h lp_bld_format_aos.c lp_bld_format_soa.c lp_bld_format_yuv.c lp_bld_gather.c lp_bld_gather.h lp_bld_init.c lp_bld_intr.c lp_bld_intr.h lp_bld_limits.h lp_bld_logic.c lp_bld_misc.cpp lp_bld_sample.c lp_bld_sample_soa.c lp_bld_tgsi_aos.c lp_bld_tgsi_soa.c lib/mesa/src/gallium/auxiliary/hud: hud_context.c hud_context.h hud_cpu.c hud_cpufreq.c hud_diskstat.c hud_nic.c hud_private.h hud_sensors_temp.c lib/mesa/src/gallium/auxiliary/indices: u_indices.c u_indices_gen.py u_primconvert.c lib/mesa/src/gallium/auxiliary/nir: tgsi_to_nir.c lib/mesa/src/gallium/auxiliary/pipe-loader: pipe_loader.c pipe_loader_sw.c lib/mesa/src/gallium/auxiliary/pipebuffer: pb_buffer_fenced.c pb_bufmgr_debug.c pb_bufmgr_mm.c pb_bufmgr_slab.c pb_cache.h pb_slab.h lib/mesa/src/gallium/auxiliary/renderonly: renderonly.c lib/mesa/src/gallium/auxiliary/rtasm: rtasm_execmem.c lib/mesa/src/gallium/auxiliary/target-helpers: drm_helper.h lib/mesa/src/gallium/auxiliary/tgsi: tgsi_build.c tgsi_exec.c tgsi_exec.h tgsi_info.c tgsi_text.c tgsi_ureg.c tgsi_ureg.h tgsi_util.c lib/mesa/src/gallium/auxiliary/translate: translate_generic.c lib/mesa/src/gallium/auxiliary/util: u_blitter.c u_debug_flush.c u_draw.c u_helpers.c u_helpers.h u_inlines.h u_prim_restart.c u_prim_restart.h u_range.h u_surface.c u_tests.c u_threaded_context.c u_threaded_context.h u_vbuf.c u_vbuf.h lib/mesa/src/gallium/auxiliary/vl: vl_compositor.c vl_compositor.h vl_winsys.h vl_winsys_dri3.c lib/mesa/src/gallium/drivers/etnaviv: etnaviv_clear_blit.c etnaviv_compiler.c etnaviv_context.c etnaviv_context.h etnaviv_debug.h etnaviv_disasm.c etnaviv_emit.c etnaviv_query_acc.c etnaviv_resource.c etnaviv_resource.h etnaviv_rs.c etnaviv_screen.c etnaviv_screen.h etnaviv_shader.c etnaviv_state.c etnaviv_surface.c etnaviv_surface.h etnaviv_texture.c etnaviv_transfer.c etnaviv_translate.h etnaviv_util.h lib/mesa/src/gallium/drivers/etnaviv/hw: state_3d.xml.h lib/mesa/src/gallium/drivers/freedreno: freedreno_batch.c freedreno_batch.h freedreno_batch_cache.c freedreno_context.c freedreno_context.h freedreno_draw.c freedreno_draw.h freedreno_fence.c freedreno_fence.h freedreno_gmem.c freedreno_gmem.h freedreno_query.c freedreno_query_acc.c freedreno_query_acc.h freedreno_query_hw.c freedreno_resource.c freedreno_resource.h freedreno_screen.c freedreno_screen.h freedreno_state.c freedreno_texture.c freedreno_texture.h freedreno_util.h lib/mesa/src/gallium/drivers/freedreno/a2xx: fd2_draw.c lib/mesa/src/gallium/drivers/freedreno/a3xx: fd3_draw.c lib/mesa/src/gallium/drivers/freedreno/a4xx: fd4_draw.c fd4_query.c lib/mesa/src/gallium/drivers/freedreno/a5xx: fd5_draw.c fd5_emit.c fd5_program.c fd5_program.h lib/mesa/src/gallium/drivers/freedreno/a6xx: fd6_vsc.h lib/mesa/src/gallium/drivers/i915: i915_context.c i915_screen.c i915_state.c i915_state_derived.c lib/mesa/src/gallium/drivers/iris: iris_screen.c lib/mesa/src/gallium/drivers/lima: lima_gpu.h lima_job.c lib/mesa/src/gallium/drivers/llvmpipe: lp_context.c lp_fence.c lp_fence.h lp_jit.c lp_rast.c lp_rast_priv.h lp_scene.c lp_scene.h lp_screen.c lp_screen.h lp_setup.c lp_setup_context.h lp_setup_line.c lp_setup_point.c lp_setup_tri.c lp_state_derived.c lp_state_fs.c lp_state_setup.c lib/mesa/src/gallium/drivers/nouveau: nouveau_fence.c nouveau_fence.h nouveau_screen.c nv_object.xml.h lib/mesa/src/gallium/drivers/nouveau/nv30: nv30_context.h nv30_screen.c lib/mesa/src/gallium/drivers/nouveau/nv50: nv50_context.c nv50_program.h nv50_screen.c nv50_state.c nv50_surface.c lib/mesa/src/gallium/drivers/nouveau/nvc0: nvc0_context.c nvc0_program.h nvc0_query_hw.c nvc0_screen.c nvc0_screen.h nvc0_state.c nvc0_state_validate.c nvc0_surface.c nve4_compute.c lib/mesa/src/gallium/drivers/nouveau/nvc0/mme: com9097.mme com9097.mme.h lib/mesa/src/gallium/drivers/panfrost: pan_cmdstream.c lib/mesa/src/gallium/drivers/r300: r300_context.c r300_context.h r300_render.c r300_screen.c r300_screen.h r300_state.c r300_texture.c r300_tgsi_to_rc.c lib/mesa/src/gallium/drivers/r600: evergreen_compute.c evergreen_compute_internal.h evergreen_state.c r600_asm.c r600_pipe.c r600_pipe.h r600_shader.c r600_state.c r600_state_common.c lib/mesa/src/gallium/drivers/r600/sb: sb_if_conversion.cpp sb_sched.cpp lib/mesa/src/gallium/drivers/r600/sfn: sfn_nir.cpp sfn_nir.h sfn_nir_lower_tess_io.cpp lib/mesa/src/gallium/drivers/radeonsi: si_blit.c si_compute.c si_compute.h si_debug.c si_descriptors.c si_pipe.c si_pipe.h si_pm4.c si_pm4.h si_shader.c si_shader.h si_shader_internal.h si_shader_llvm.c si_state.c si_state.h lib/mesa/src/gallium/drivers/softpipe: sp_compute.c sp_context.c sp_screen.c sp_tex_sample.c lib/mesa/src/gallium/drivers/svga: svga_format.c svga_format.h svga_pipe_blit.c svga_pipe_flush.c svga_pipe_misc.c svga_pipe_query.c svga_pipe_streamout.c svga_resource_buffer.c svga_resource_buffer_upload.c svga_resource_texture.c svga_sampler_view.c svga_screen.c svga_screen.h svga_screen_cache.c svga_screen_cache.h svga_state_constants.c svga_state_need_swtnl.c svga_surface.c svga_swtnl_draw.c svga_tgsi_vgpu10.c svga_winsys.h lib/mesa/src/gallium/drivers/vc4: vc4_bufmgr.c vc4_context.c vc4_program.c vc4_resource.c vc4_screen.c vc4_screen.h lib/mesa/src/gallium/drivers/virgl: virgl_context.c virgl_encode.c virgl_encode.h virgl_query.c virgl_screen.c lib/mesa/src/gallium/drivers/zink/nir_to_spirv: zink_nir_algebraic.py lib/mesa/src/gallium/frontends/glx/xlib: glx_api.c lib/mesa/src/gallium/frontends/wgl: stw_device.c lib/mesa/src/gallium/include/pipe: p_compiler.h p_context.h p_defines.h p_screen.h p_shader_tokens.h p_state.h p_video_state.h lib/mesa/src/gallium/targets/d3dadapter9: drm.c lib/mesa/src/gallium/tools/trace: format.py lib/mesa/src/gallium/winsys/amdgpu/drm: amdgpu_bo.c amdgpu_cs.c amdgpu_cs.h amdgpu_winsys.c amdgpu_winsys.h lib/mesa/src/gallium/winsys/etnaviv/drm: etnaviv_drm_public.h etnaviv_drm_winsys.c lib/mesa/src/gallium/winsys/freedreno/drm: freedreno_drm_winsys.c lib/mesa/src/gallium/winsys/nouveau/drm: nouveau_drm_winsys.c lib/mesa/src/gallium/winsys/radeon/drm: radeon_drm_bo.c radeon_drm_bo.h radeon_drm_winsys.c lib/mesa/src/gallium/winsys/svga/drm: pb_buffer_simple_fenced.c vmw_fence.c vmw_screen.c vmw_screen.h vmw_screen_ioctl.c vmw_screen_svga.c vmw_surface.h lib/mesa/src/gallium/winsys/sw/dri: dri_sw_winsys.c lib/mesa/src/gallium/winsys/sw/xlib: xlib_sw_winsys.c lib/mesa/src/gallium/winsys/vc4/drm: vc4_drm_public.h vc4_drm_winsys.c lib/mesa/src/gallium/winsys/virgl/drm: virgl_drm_winsys.c virgl_drm_winsys.h lib/mesa/src/gallium/winsys/virgl/vtest: virgl_vtest_winsys.c virgl_vtest_winsys.h lib/mesa/src/gbm/backends/dri: gbm_dri.c gbm_driint.h lib/mesa/src/getopt: getopt.h getopt_long.c lib/mesa/src/glx: dri2_glx.c dri3_glx.c dri3_priv.h dri_common.c drisw_glx.c glx_pbuffer.c glxclient.h glxcmds.c glxcurrent.c glxextensions.h lib/mesa/src/intel/blorp: blorp.c blorp.h blorp_blit.c blorp_clear.c blorp_genX_exec.h lib/mesa/src/intel/compiler: brw_compiler.c brw_compiler.h brw_disasm.c brw_eu.c brw_eu.h brw_eu_defines.h brw_eu_emit.c brw_eu_validate.c brw_fs.cpp brw_fs.h brw_fs_builder.h brw_fs_cmod_propagation.cpp brw_fs_combine_constants.cpp brw_fs_copy_propagation.cpp brw_fs_dead_code_eliminate.cpp brw_fs_generator.cpp brw_fs_live_variables.cpp brw_fs_lower_pack.cpp brw_fs_nir.cpp brw_fs_register_coalesce.cpp brw_fs_saturate_propagation.cpp brw_fs_validate.cpp brw_fs_visitor.cpp brw_inst.h brw_ir.h brw_ir_fs.h brw_ir_performance.cpp brw_nir.c brw_nir.h brw_nir_analyze_boolean_resolves.c brw_nir_opt_peephole_ffma.c brw_schedule_instructions.cpp brw_shader.cpp brw_vec4.cpp brw_vec4.h brw_vec4_cmod_propagation.cpp brw_vec4_generator.cpp brw_vec4_gs_visitor.cpp brw_vec4_nir.cpp brw_vec4_tcs.cpp brw_vec4_visitor.cpp test_eu_validate.cpp test_fs_cmod_propagation.cpp test_fs_copy_propagation.cpp test_fs_saturate_propagation.cpp lib/mesa/src/intel/dev: intel_device_info.c intel_device_info.h lib/mesa/src/intel/genxml: gen7.xml gen75.xml gen8.xml gen9.xml gen_pack_header.py lib/mesa/src/intel/isl: isl.c isl.h isl_emit_depth_stencil.c isl_format.c isl_priv.h isl_storage_image.c isl_surface_state.c lib/mesa/src/intel/vulkan: anv_allocator.c anv_batch_chain.c anv_blorp.c anv_cmd_buffer.c anv_descriptor_set.c anv_device.c anv_formats.c anv_gem.c anv_gem_stubs.c anv_genX.h anv_image.c anv_nir_apply_pipeline_layout.c anv_nir_lower_multiview.c anv_pipeline.c anv_pipeline_cache.c anv_private.h anv_queue.c anv_util.c anv_wsi.c genX_blorp_exec.c genX_cmd_buffer.c genX_gpu_memcpy.c genX_pipeline.c genX_query.c genX_state.c lib/mesa/src/intel/vulkan/tests: block_pool_no_free.c state_pool.c state_pool_free_list_only.c state_pool_no_free.c lib/mesa/src/loader: loader.c loader.h loader_dri3_helper.c loader_dri3_helper.h lib/mesa/src/mapi: entry.c mapi_abi.py lib/mesa/src/mapi/glapi: glapi_priv.h meson.build lib/mesa/src/mapi/glapi/gen: ARB_direct_state_access.xml ARB_draw_elements_base_vertex.xml ARB_draw_instanced.xml ARB_vertex_array_object.xml ARB_vertex_attrib_64bit.xml ARB_vertex_attrib_binding.xml GL3x.xml apiexec.py es_EXT.xml glX_proto_send.py glX_proto_size.py gl_API.xml gl_XML.py gl_apitemp.py gl_enums.py gl_gentable.py gl_marshal.py gl_marshal_h.py gl_table.py marshal_XML.py static_data.py lib/mesa/src/mapi/shared-glapi: glapi.c lib/mesa/src/mesa/main: accum.c accum.h api_arrayelt.c arbprogram.c arrayobj.c arrayobj.h atifragshader.c attrib.c blend.c blend.h blit.h bufferobj.c bufferobj.h buffers.c buffers.h clear.c clip.c compute.c condrender.c context.c context.h copyimage.c dd.h depth.c depth.h dlist.c enable.c errors.c extensions_table.h fbobject.c fbobject.h ff_fragment_shader.cpp ffvertex_prog.c fog.c formatquery.c formatquery.h formats.c formats.h framebuffer.c framebuffer.h genmipmap.c genmipmap.h get.c get_hash_params.py getstring.c glformats.c glformats.h glthread.c glthread.h glthread_bufferobj.c glthread_marshal.h glthread_shaderobj.c glthread_varray.c hash.c hash.h image.c light.c lines.c mesa_private.h mtypes.h multisample.c pack.c performance_monitor.c performance_monitor.h performance_query.c performance_query.h pipelineobj.c pipelineobj.h pixel.c pixel.h pixelstore.c pixelstore.h polygon.c polygon.h queryobj.c rastpos.c readpix.c renderbuffer.c renderbuffer.h robustness.c samplerobj.c scissor.c scissor.h shaderapi.c shaderapi.h shaderimage.h shaderobj.c shaderobj.h shared.c state.c state.h stencil.c stencil.h syncobj.c syncobj.h texcompress.c texenv.c texgen.c texgetimage.c teximage.c texobj.c texobj.h texparam.c texstate.c texstorage.c texstore.c texturebindless.c texturebindless.h textureview.c transformfeedback.h uniform_query.cpp uniforms.c uniforms.h varray.c varray.h version.c viewport.h lib/mesa/src/mesa/main/tests: enum_strings.cpp lib/mesa/src/mesa/program: arbprogparse.c arbprogparse.h prog_instruction.c prog_instruction.h prog_parameter.c prog_print.c prog_print.h prog_statevars.c prog_statevars.h program.c program_parse.y program_parser.h programopt.c programopt.h lib/mesa/src/mesa/state_tracker: st_atom.h st_atom_blend.c st_atom_constbuf.c st_atom_framebuffer.c st_atom_image.c st_atom_msaa.c st_atom_rasterizer.c st_atom_sampler.c st_atom_shader.c st_atom_texture.c st_cb_bitmap.c st_cb_clear.c st_cb_drawpixels.c st_cb_drawtex.c st_cb_eglimage.c st_cb_feedback.c st_cb_rasterpos.c st_cb_readpixels.c st_cb_texture.c st_cb_texture.h st_context.c st_context.h st_draw.c st_draw.h st_draw_feedback.c st_extensions.c st_format.c st_format.h st_glsl_to_nir.cpp st_manager.c st_manager.h st_program.c st_program.h st_sampler_view.c st_shader_cache.h st_texture.c st_texture.h lib/mesa/src/mesa/vbo: vbo.h vbo_context.c vbo_exec.c vbo_exec_api.c vbo_exec_draw.c vbo_minmax_index.c vbo_save.h vbo_save_api.c vbo_save_draw.c vbo_save_loopback.c lib/mesa/src/panfrost/midgard: midgard_address.c lib/mesa/src/panfrost/shared: pan_minmax_cache.c pan_minmax_cache.h lib/mesa/src/panfrost/util: lcra.c lcra.h meson.build pan_ir.c pan_ir.h pan_liveness.c lib/mesa/src/util: compiler.h disk_cache.c disk_cache.h macros.h mesa-sha1.c meson.build os_file.c os_misc.c os_misc.h ralloc.c set.c strtod.c u_atomic.h u_cpu_detect.c u_debug_stack.c u_dynarray.h u_memset.h u_queue.c u_queue.h u_string.h u_thread.h xmlconfig.c xmlconfig.h lib/mesa/src/vulkan/device-select-layer: device_select_layer.c device_select_wayland.c meson.build lib/mesa/src/vulkan/registry: vk.xml lib/mesa/src/vulkan/util: gen_enum_to_str.py vk_alloc.h vk_util.h lib/mesa/src/vulkan/wsi: wsi_common.h wsi_common_drm.c wsi_common_wayland.c wsi_common_x11.c Added files: lib/mesa/generated/src/amd/vulkan/bvh: copy.spv.h encode.spv.h encode_compact.spv.h header.spv.h lbvh_generate_ir.spv.h lbvh_main.spv.h leaf.spv.h morton.spv.h ploc_internal.spv.h ploc_internal_extended.spv.h lib/mesa/generated/src/compiler/glsl: astc_glsl.h bc1_glsl.h bc4_glsl.h cross_platform_settings_piece_all.h etc2_rgba_stitch_glsl.h lib/mesa/generated/src/intel/dev: intel_wa.c intel_wa.h lib/mesa/generated/src/intel/genxml: gen125_rt_pack.h lib/mesa/generated/src/intel/vulkan/shaders: float64_spv.h gfx11_generated_draws.glsl gfx11_generated_draws_spv.h gfx9_generated_draws.glsl gfx9_generated_draws_spv.h lib/mesa/generated/src/vulkan/runtime: vk_format_info.c vk_format_info.h vk_physical_device_features.h lib/mesa/generated/src/vulkan/util: vk_struct_type_cast.h lib/mesa/src/vulkan/util: vk_physical_device_features.py Removed files: lib/mesa/.gitlab-ci: skqp-runner.sh lib/mesa/.gitlab-ci/bare-metal: arm64_a630_egl.sh lib/mesa/.gitlab-ci/bin: .gitignore ci_run_n_monitor.py download_gl_schema.sh gitlab_common.py gitlab_gql.py job_details.gql pipeline_details.gql requirements.txt update_traces_checksum.py lib/mesa/.gitlab-ci/container: build-skqp_BUILD.gn.patch build-skqp_fetch_gn.patch build-skqp_git-sync-deps.patch build-skqp_gl.patch build-skqp_is_clang.py.patch build-skqp_nima.patch lib/mesa/.gitlab-ci/piglit: build-piglit_backport-s3-migration.diff run_cl.sh lib/mesa/bin : meson-options.py meson_get_version.py lib/mesa/docs : developers.rst thanks.rst lib/mesa/docs/relnotes: 3.1 3.2 3.2.1 3.3 3.4 3.4.1 3.4.2 3.5 4.0 4.0.1 4.0.2 4.0.3 4.1 5.0 5.0.1 5.0.2 5.1 6.0 6.0.1 6.1 6.2 6.2.1 6.3 6.3.1 6.3.2 lib/mesa/generated/src/amd/vulkan/bvh: converter_internal.comp.spv.h converter_leaf.comp.spv.h copy.comp.spv.h lbvh_internal.comp.spv.h leaf.comp.spv.h morton.comp.spv.h ploc_internal.comp.spv.h lib/mesa/generated/src/intel/genxml: gen_rt_pack.h lib/mesa/generated/src/intel/vulkan: float64_spv.h lib/mesa/include/HaikuGL: GLRenderer.h GLView.h OpenGLKit.h README lib/mesa/src/amd/ci: amd-raven-skqp-gl_rendertests-fails.txt amd-raven-skqp-gles_rendertests-fails.txt amd-raven-skqp-vk_rendertests-fails.txt amd-raven-skqp_unittests-fails.txt radv-bonaire-aco-fails.txt radv-bonaire-aco-skips.txt radv-fiji-aco-fails.txt radv-hawaii-aco-skips.txt radv-kabini-aco-fails.txt radv-kabini-aco-flakes.txt radv-kabini-aco-skips.txt radv-navi14-aco-fails.txt radv-navi22-aco-fails.txt radv-navi22-aco-flakes.txt radv-pitcairn-aco-fails.txt radv-polaris10-aco-fails.txt radv-polaris10-aco-flakes.txt radv-polaris10-vkd3d.txt radv-raven-aco-fails.txt radv-raven-aco-skips.txt radv-renoir-aco-skips.txt lib/mesa/src/amd/llvm: ac_llvm_cull.c ac_llvm_cull.h lib/mesa/src/amd/vulkan: 00-radv-defaults.conf radv_acceleration_structure.h radv_meta.c radv_meta.h radv_meta_blit.c radv_meta_blit2d.c radv_meta_buffer.c radv_meta_bufimage.c radv_meta_clear.c radv_meta_copy.c radv_meta_copy_vrs_htile.c radv_meta_dcc_retile.c radv_meta_decompress.c radv_meta_etc_decode.c radv_meta_fast_clear.c radv_meta_fmask_copy.c radv_meta_fmask_expand.c radv_meta_resolve.c radv_meta_resolve_cs.c radv_meta_resolve_fs.c radv_nir_apply_pipeline_layout.c radv_nir_lower_abi.c radv_nir_lower_ray_queries.c radv_nir_lower_ycbcr_textures.c vulkan-android.sym vulkan.sym lib/mesa/src/amd/vulkan/bvh: converter_internal.comp converter_leaf.comp lbvh_internal.comp lib/mesa/src/asahi/compiler: agx_lower_resinfo.c agx_nir_lower_array_texture.c agx_uniforms.c lib/mesa/src/asahi/lib: io.h lib/mesa/src/compiler/glsl: lower_tess_level.cpp lower_vector_insert.cpp opt_constant_folding.cpp opt_constant_propagation.cpp opt_constant_variable.cpp opt_copy_propagation_elements.cpp lib/mesa/src/compiler/isaspec: decode.c decode.h lib/mesa/src/freedreno/ci: freedreno-a630-skqp-gl_rendertests-crashes.txt freedreno-a630-skqp-gl_rendertests-fails.txt freedreno-a630-skqp-gl_rendertests-flakes.txt freedreno-a630-skqp-gles_rendertests-fails.txt freedreno-a630-skqp-gles_rendertests-flakes.txt freedreno-a630-skqp-vk_rendertests-fails.txt freedreno-a630-skqp-vk_rendertests-flakes.txt freedreno-a630-skqp_unittests-fails.txt lib/mesa/src/freedreno/computerator: a4xx.c a6xx.c ir3_asm.c main.c lib/mesa/src/freedreno/registers/adreno: a7xx.xml lib/mesa/src/freedreno/vulkan: tu_android.c tu_autotune.c tu_clear_blit.c tu_cmd_buffer.c tu_cs.c tu_cs_breadcrumbs.c tu_descriptor_set.c tu_device.c tu_drm.c tu_drm.h tu_dynamic_rendering.c tu_formats.c tu_image.c tu_kgsl.c tu_lrz.c tu_nir_lower_multiview.c tu_pass.c tu_perfetto_util.c tu_pipeline.c tu_query.c tu_shader.c tu_suballoc.c tu_util.c tu_wsi.c lib/mesa/src/gallium/auxiliary/nir: nir_helpers.c nir_helpers.h lib/mesa/src/gallium/auxiliary/os: os_mman.h os_process.c os_thread.h lib/mesa/src/gallium/auxiliary/util: u_dirty_flags.h u_dirty_surfaces.h u_linear.c u_linear.h lib/mesa/src/gallium/drivers/asahi: magic.c magic.h lib/mesa/src/gallium/drivers/freedreno/a6xx: fd6_blend.c fd6_blitter.c fd6_compute.c fd6_const.c fd6_context.c fd6_draw.c fd6_emit.c fd6_gmem.c fd6_image.c fd6_pack.h fd6_program.c fd6_query.c fd6_rasterizer.c fd6_resource.c fd6_screen.c fd6_texture.c fd6_vsc.c fd6_zsa.c lib/mesa/src/gallium/drivers/llvmpipe/ci: llvmpipe-clover.txt llvmpipe-rusticl.txt lib/mesa/src/gallium/drivers/panfrost: .editorconfig lib/mesa/src/gallium/drivers/r300/compiler: radeon_emulate_branches.c radeon_emulate_branches.h lib/mesa/src/gallium/drivers/radeonsi: si_shader_llvm_resources.c lib/mesa/src/gallium/drivers/zink/ci: zink-radv-fails.txt zink-radv-flakes.txt zink-radv-skips.txt lib/mesa/src/gallium/frontends/hgl: bitmap_wrapper.cpp bitmap_wrapper.h lib/mesa/src/gallium/include/pipe: p_config.h p_format.h lib/mesa/src/gallium/targets/haiku-softpipe: .editorconfig GalliumContext.cpp GalliumContext.h SoftwareRenderer.cpp SoftwareRenderer.h SoftwareRenderer.rdef meson.build lib/mesa/src/gallium/tests/trivial: compute.c lib/mesa/src/hgl: .editorconfig GLRenderer.cpp GLRendererRoster.cpp GLRendererRoster.h GLView.cpp meson.build lib/mesa/src/imagination/rogue: rogue_build_data.h rogue_compiler.c rogue_compiler.h rogue_constreg.h rogue_dump.c rogue_dump.h rogue_encode.h rogue_encoders.c rogue_encoders.h rogue_instr.c rogue_instr.h rogue_nir.h rogue_nir_helpers.h rogue_operand.c rogue_operand.h rogue_regalloc.c rogue_regalloc.h rogue_shader.c rogue_shader.h rogue_util.c rogue_util.h rogue_validate.h lib/mesa/src/imagination/rogue/nir: rogue_nir_constreg.c lib/mesa/src/imagination/rogue/tools: offline_compiler.c lib/mesa/src/imagination/vulkan/pds: pvr_xgl_pds.c lib/mesa/src/imagination/vulkan/usc/programs: pvr_end_of_tile.h pvr_nop_usc.h lib/mesa/src/intel/blorp: TODO lib/mesa/src/intel/ci: anv-tgl-skips.txt intel-tgl-skqp-gl_rendertests.txt intel-tgl-skqp-gles_rendertests.txt lib/mesa/src/intel/compiler: brw_nir_lower_mem_access_bit_sizes.c brw_nir_lower_scoped_barriers.c brw_simd_selection.c lib/mesa/src/intel/genxml: gen_rt.xml lib/mesa/src/intel/vulkan: TODO anv_nir_add_base_work_group_id.c anv_nir_lower_ycbcr_textures.c lib/mesa/src/intel/vulkan_hasvk: TODO anv_nir_add_base_work_group_id.c lib/mesa/src/mapi: mapi_glapi.c stub.c stub.h table.c table.h lib/mesa/src/mesa/main: cpuinfo.c cpuinfo.h glheader.h texcompress_bptc_tmp.h texcompress_etc_tmp.h texcompress_s3tc_tmp.h lib/mesa/src/mesa/math: m_debug.h m_debug_clip.c m_debug_norm.c m_debug_util.h m_debug_xform.c m_vector.c m_vector.h m_vector_asm.h m_xform.h lib/mesa/src/mesa/state_tracker: st_atom.c lib/mesa/src/mesa/x86: common_x86.c common_x86_asm.S common_x86_asm.h common_x86_features.h read_rgba_span_x86.S lib/mesa/src/microsoft/spirv_to_dxil: dxil_validation.cpp dxil_validation.h lib/mesa/src/panfrost/bifrost: ISA.xml Notes.txt README.md bi_builder.h.py bi_helper_invocations.c bi_layout.c bi_liveness.c bi_lower_divergent_indirects.c bi_lower_swizzle.c bi_opcodes.c.py bi_opcodes.h.py bi_opt_constant_fold.c bi_opt_copy_prop.c bi_opt_cse.c bi_opt_dce.c bi_opt_dual_tex.c bi_opt_message_preload.c bi_opt_mod_props.c bi_opt_push_ubo.c bi_pack.c bi_packer.c.py bi_pressure_schedule.c bi_print.c bi_print_common.c bi_print_common.h bi_printer.c.py bi_quirks.h bi_ra.c bi_schedule.c bi_scoreboard.c bi_test.h bi_validate.c bifrost.h bifrost_compile.c bifrost_compile.h bifrost_isa.py bifrost_nir.h bifrost_nir_algebraic.py bir.c cmdline.c compiler.h disassemble.c disassemble.h gen_disasm.py meson.build nodearray.h lib/mesa/src/panfrost/bifrost/test: test-constant-fold.cpp test-dual-texture.cpp test-lower-swizzle.cpp test-message-preload.cpp test-optimizer.cpp test-pack-formats.cpp test-packing.cpp test-scheduler-predicates.cpp lib/mesa/src/panfrost/bifrost/valhall: ISA.xml asm.py disasm.py disassemble.h meson.build test-assembly.py va_compiler.h va_insert_flow.c va_lower_constants.c va_lower_isel.c va_lower_split_64bit.c va_mark_last.c va_merge_flow.c va_optimize.c va_pack.c va_perf.c va_validate.c valhall.c.py valhall.h valhall.py valhall_enums.h.py lib/mesa/src/panfrost/bifrost/valhall/test: assembler-cases.txt negative-cases.txt test-add-imm.cpp test-disassembler.c test-insert-flow.cpp test-lower-constants.cpp test-lower-isel.cpp test-mark-last.cpp test-merge-flow.cpp test-packing.cpp test-validate-fau.cpp lib/mesa/src/panfrost/ds: .clang-format lib/mesa/src/panfrost/lib: pan_indirect_draw.c pan_indirect_draw.h lib/mesa/src/panfrost/midgard: midgard_nir_lower_helper_writes.c lib/mesa/src/panfrost/util: pan_sysval.c lib/mesa/src/util: u_fifo.h lib/mesa/src/vulkan/runtime: vk_physical_device_features.py lib/mesa/src/vulkan/wsi: wsi_common_win32.c Log message: Merge Mesa 23.1.9 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/01 22:55:01 Modified files: distrib/sets/lists/xbase: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.powerpc64 md.riscv64 md.sparc64 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/02 00:00:03 Modified files: lib/mesa/src/gallium/winsys/amdgpu/drm: amdgpu_winsys.c Log message: don't warn when file descriptor equality is unknown linux uses kcmp(2) with KCMP_FILE, we have no equivalent CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/02 00:09:39 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/02 01:06:12 Modified files: security/keycloak: Makefile distinfo security/keycloak/pkg: PLIST Log message: Update keycloak 22.0.4 -> 22.0.5 Release notes: https://www.keycloak.org/docs/latest/release_notes/index.html ok aisha@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 01:29:23 Modified files: net/synapse : Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.95.1, from MAINTAINER Renaud Allard GHSA-mp92-3jfm-3575 / CVE-2023-43796 — Moderate Severity Cached device information of remote users can be queried from Synapse. This can be used to enumerate the remote users known to a homeserver. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 02:12:51 Modified files: security/pinentry: Makefile Log message: Add dependency on devel/kf5/kwayland for the -qt5 subpackage. It's picked up if around and there's no --disable switch. reported by naddy@ ok pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:26:41 Modified files: graphics/nomacs: Makefile distinfo Removed files: graphics/nomacs/patches: patch-src_DkCore_DkMetaData_cpp patch-src_DkCore_DkMetaData_h Log message: Update nomacs to 3.17.2287 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:33:35 Modified files: graphics/opencv: Makefile distinfo graphics/opencv/pkg: PLIST-java Log message: Update OpenCV to 4.8.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:34:16 Modified files: productivity/homebank: Makefile distinfo Log message: Update homebank to 5.7.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:35:00 Modified files: multimedia/mkvtoolnix: Makefile distinfo Log message: Update mkvtoolnix to 80.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:37:52 Modified files: sysutils/kubectl: Makefile distinfo Log message: Update kubectl to 1.28.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:40:13 Modified files: x11/qt5/qtwebengine: Makefile Added files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_libusb_src_libusb_os_threads_posix_c Log message: Yet another syscall(2) removal patch Ok tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 02:40:53 Modified files: x11/qt6/qtwebengine: Makefile Added files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_libusb_src_libusb_os_threads_posix_c Log message: Yet another syscall(2) removal patch ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 03:07:52 Modified files: astro/celestia : Makefile distinfo Log message: Update to celestia-1.6.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 03:15:48 Modified files: x11/gnome/libshumate: Makefile distinfo Log message: Update to libshumate-1.1.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 03:25:07 Modified files: textproc/hotdoc: Makefile distinfo Log message: Update to hotdoc-0.15.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 03:47:38 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-meson_build Log message: Update to libvirt-9.9.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 03:47:49 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-9.9.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 03:53:19 Modified files: devel/py-executing: Makefile distinfo Log message: update to py3-executing-2.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 04:03:18 Modified files: security/py-josepy: Makefile distinfo security/py-josepy/pkg: PLIST Removed files: security/py-josepy/patches: patch-pytest_ini Log message: update to py3-josepy-1.14.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 04:31:21 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 04:31:37 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.53.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/11/02 04:38:15 Modified files: usr.bin/tmux : window-copy.c Log message: next-prompt can have 1 argument. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 04:53:02 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to certbot/py3-acme 2.7.4 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/02 05:08:45 Modified files: sysutils/riemann: Makefile distinfo Log message: Update riemann 0.3.8 -> 0.3.10 Changelog: https://github.com/riemann/riemann/blob/master/CHANGELOG.md CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/02 05:17:09 Modified files: devel/py-identify: Makefile distinfo Log message: Update py-identify 2.5.30 -> 2.5.31 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/02 05:33:06 Modified files: net/mattermost-server: Makefile distinfo Log message: Update mattermost-server 9.1.0 -> 9.1.1 Changelog: https://docs.mattermost.com/install/self-managed-changelog.html CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/02 05:49:21 Modified files: x11/dunst : Makefile x11/dunst/patches: patch-src_settings_h Log message: Fix dunst recognizing left click correctly, by mikess@disroot.org Tweak by me: REVISION bump OK Timo Myyra (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 06:47:37 Modified files: textproc/icu4c : Makefile distinfo textproc/icu4c/patches: patch-source_common_putil_cpp textproc/icu4c/pkg: PLIST-main Log message: Update to icu4c-74.1. This breaks: www/mozilla-firefox -> tentative fix by landry@ in a few www/firefox-esr -> tentative fix by landry@ in a few www/tor-browser/browser -> tentative fix by landry@ in a few mail/mozilla-thunderbird -> tentative fix by landry@ in a few editors/libreoffice -> looking into it; robert@ is aware of it www/iridium -> looking into it; robert@ is aware of it www/ungoogled-chromium -> looking into it; robert@ is aware of it www/chromium -> looking into it; robert@ is aware of it Thanks landry@ for looking into fixing the mozillas so quickly :-) Committing now so we have new packages compiled against it for the upcoming hackathon. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/02 06:50:19 Modified files: devel/protobuf : Makefile distinfo devel/protobuf/patches: patch-src_google_protobuf_port_def_inc devel/protobuf/pkg: PLIST Log message: Update to protobuf 4.25.0 https://github.com/protocolbuffers/protobuf/releases/tag/v25.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/02 06:50:41 Modified files: devel/py-protobuf: Makefile distinfo Log message: Update to py-protobuf 4.25.0 https://github.com/protocolbuffers/protobuf/releases/tag/v25.0 CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/11/02 06:53:47 Added files: cad/prusaslicer/patches: patch-src_clipper_clipper_hpp patch-src_libslic3r_JumpPointSearch_cpp patch-src_libslic3r_Point_hpp patch-src_libslic3r_PrintObject_cpp patch-src_libslic3r_SupportSpotsGenerator_cpp patch-src_libslic3r_Support_SupportLayer_hpp patch-src_slic3r_GUI_BitmapCache_cpp patch-src_slic3r_GUI_ConfigWizard_cpp patch-src_slic3r_GUI_ConfigWizard_hpp patch-src_slic3r_GUI_DesktopIntegrationDialog_cpp patch-src_slic3r_GUI_DesktopIntegrationDialog_hpp patch-src_slic3r_GUI_GUI_Factories_cpp patch-src_slic3r_GUI_GUI_Init_cpp patch-src_slic3r_GUI_GUI_ObjectManipulation_cpp patch-src_slic3r_GUI_GUI_cpp patch-src_slic3r_GUI_GUI_hpp Log message: Files missed in previous, reported by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 07:11:50 Modified files: sysutils/nut : Makefile distinfo sysutils/nut/patches: patch-clients_Makefile_am patch-clients_cgilib_c patch-clients_upsset_c patch-common_common_c patch-conf_ups_conf_sample patch-conf_upsmon_conf_sample patch-include_common_h sysutils/nut/pkg: PLIST-main Log message: update to nut-2.8.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 07:12:46 Modified files: www/mozilla-firefox: Makefile Added files: www/mozilla-firefox/patches: patch-intl_lwbrk_LineBreaker_cpp Log message: www/mozilla-firefox: fix build with ICU 74.1. from #1859752 via #1862601 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 07:25:59 Modified files: www/firefox-esr: Makefile Added files: www/firefox-esr/patches: patch-intl_lwbrk_LineBreaker_cpp Log message: www/firefox-esr: fix build with ICU 74.1. from #1859752 via #1862601 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 07:26:34 Modified files: mail/mozilla-thunderbird: Makefile Added files: mail/mozilla-thunderbird/patches: patch-intl_lwbrk_LineBreaker_cpp Log message: mail/mozilla-thunderbird: fix build with ICU 74.1. from #1859752 via #1862601 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 07:27:14 Modified files: www/tor-browser/browser: Makefile Added files: www/tor-browser/browser/patches: patch-intl_lwbrk_LineBreaker_cpp Log message: www/tor-browser/browser: fix build with ICU 74.1. from #1859752 via #1862601 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 08:21:11 Modified files: x11/xfce4/xfconf: Makefile distinfo Log message: x11/xfce4/xfconf: update to 4.18.3 see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001343.html CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/02 08:26:04 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_dispatcher_tls_h patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_base_paths_posix_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_posix_cc patch-base_process_process_handle_freebsd_cc patch-base_process_process_unittest_cc patch-base_rand_util_posix_cc patch-base_system_sys_info_h patch-base_system_sys_info_openbsd_cc patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_unittest_cc patch-base_trace_event_trace_log_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_toolchain_gcc_toolchain_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_chromium_strings_grd patch-chrome_app_generated_resources_grd patch-chrome_app_google_chrome_strings_grd patch-chrome_app_settings_strings_grdp patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_content_settings_one_time_permission_provider_cc patch-chrome_browser_download_bubble_download_bubble_update_service_cc patch-chrome_browser_download_download_commands_h patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_download_download_prefs_h patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_headless_headless_mode_util_cc patch-chrome_browser_media_webrtc_chrome_screen_enumerator_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_printer_query_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_exclusive_access_exclusive_access_bubble_cc patch-chrome_browser_ui_omnibox_omnibox_pedal_implementations_cc patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_accelerator_table_cc patch-chrome_browser_ui_views_chrome_browser_main_extra_parts_views_cc patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_frame_tab_strip_region_view_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h patch-chrome_browser_ui_views_tab_search_bubble_host_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_connectors_internals_device_trust_utils_cc patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_os_integration_test_override_h patch-chrome_browser_web_applications_os_integration_web_app_file_handler_registration_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_h patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_services_speech_audio_source_fetcher_impl_cc patch-chrome_test_BUILD_gn patch-chrome_utility_services_cc patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_core_common_autofill_util_cc patch-components_autofill_payments_strings_grdp patch-components_commerce_strings_grdp patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_gwp_asan_client_gwp_asan_cc patch-components_media_router_common_providers_cast_channel_cast_message_util_cc patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_password_manager_core_browser_features_password_features_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_performance_manager_public_features_h patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc patch-components_services_screen_ai_screen_ai_library_wrapper_cc patch-components_storage_monitor_BUILD_gn patch-components_supervised_user_core_browser_proto_fetcher_cc patch-components_user_education_views_help_bubble_view_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-content_app_content_main_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_download_save_package_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_font_access_font_enumeration_data_source_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_network_service_instance_impl_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-content_browser_utility_process_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_child_child_process_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_test_BUILD_gn patch-content_utility_services_cc patch-device_gamepad_BUILD_gn patch-extensions_shell_app_shell_main_delegate_cc patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_gles2_cmd_decoder_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc patch-gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_control_list_cc patch-gpu_config_gpu_finch_features_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_generate_bindings_py patch-gpu_vulkan_semaphore_handle_cc patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h patch-media_audio_BUILD_gn patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_gpu_buffer_validation_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-mojo_public_c_system_thunks_cc patch-net_BUILD_gn patch-net_base_features_cc patch-net_cert_cert_verify_proc_unittest_cc patch-net_cert_pki_general_names_h patch-net_dns_public_BUILD_gn patch-net_third_party_quiche_BUILD_gn patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-services_cert_verifier_cert_verifier_creation_cc patch-services_device_BUILD_gn patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_public_cpp_BUILD_gn patch-services_network_public_cpp_features_cc patch-services_network_public_mojom_BUILD_gn patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_core_editing_editing_behavior_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_frame_web_frame_test_cc patch-third_party_blink_renderer_core_inspector_inspector_memory_agent_cc patch-third_party_blink_renderer_core_layout_ng_layout_ng_view_cc patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_ml_webnn_ml_graph_xnnpack_cc patch-third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_video_capture_video_capture_impl_cc patch-third_party_maldoca_src_maldoca_base_get_runfiles_dir_cc patch-third_party_perfetto_include_perfetto_base_time_h patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_webrtc_BUILD_gn patch-ui_aura_screen_ozone_cc patch-ui_aura_screen_ozone_h patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_x_x11_cursor_factory_cc patch-ui_base_x_x11_cursor_factory_h patch-ui_base_x_x11_cursor_loader_cc patch-ui_color_color_id_h patch-ui_color_color_provider_utils_cc patch-ui_events_gesture_detection_motion_event_generic_h patch-ui_gfx_BUILD_gn patch-ui_gfx_x_xlib_support_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gl_gl_implementation_cc patch-ui_gtk_gtk_ui_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_x11_screen_ozone_cc patch-ui_ozone_platform_x11_x11_screen_ozone_h patch-ui_ozone_public_platform_screen_h patch-ui_ozone_test_mock_platform_window_delegate_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_baseline_x64_baseline-assembler-x64-inl_h patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_assembler-x64_h patch-v8_src_codegen_x64_macro-assembler-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_h patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_execution_isolate_cc patch-v8_src_flags_flags_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base_cc patch-v8_src_trap-handler_handler-inside-posix_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h patch-v8_src_wasm_jump-table-assembler_cc patch-v8_src_wasm_jump-table-assembler_h Added files: www/chromium/patches: patch-chrome_browser_ui_browser_dialogs_h patch-chrome_browser_ui_views_profiles_dice_web_signin_interception_backdrop_layer_cc patch-chrome_browser_web_applications_web_app_install_info_h patch-chrome_common_crash_keys_cc patch-components_autofill_core_browser_payments_iban_save_manager_cc patch-components_gwp_asan_client_gwp_asan_features_cc patch-components_miracle_parameter_common_public_miracle_parameter_h patch-components_user_education_common_product_messaging_controller_cc patch-content_browser_child_process_launcher_helper_h patch-content_browser_devtools_devtools_frontend_host_impl_cc patch-content_browser_devtools_devtools_frontend_host_impl_h patch-content_common_features_cc patch-content_common_features_h patch-gpu_command_buffer_service_shared_context_state_cc patch-gpu_command_buffer_service_shared_context_state_h patch-media_gpu_chromeos_mailbox_video_frame_converter_cc patch-remoting_host_client_session_cc patch-ui_base_clipboard_clipboard_non_backed_cc patch-ui_base_x_x11_display_manager_cc Removed files: www/chromium/patches: patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_password_manager_core_browser_ui_passwords_grouper_cc patch-components_variations_service_google_groups_updater_service_cc patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_browser_renderer_host_render_frame_host_impl_cc patch-content_browser_webid_idp_network_request_manager_cc patch-content_public_common_content_features_h patch-device_fido_get_assertion_request_handler_cc patch-net_dns_host_resolver_cache_cc patch-third_party_libxml_linux_config_h patch-third_party_libxml_src_dict_c patch-ui_ozone_public_platform_screen_cc patch-ui_views_widget_desktop_aura_desktop_screen_ozone_cc patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h patch-weblayer_browser_system_network_context_manager_cc patch-weblayer_common_weblayer_paths_cc Log message: update to 119.0.6045.105 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/02 08:30:26 Modified files: www/chromium : Makefile www/iridium : Makefile www/ungoogled-chromium: Makefile Added files: www/chromium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc www/iridium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc www/ungoogled-chromium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc Log message: try to unbreak with ICU 74.1 U_LB_COUNT is assumed to be 40 in Blink line breaking code, limp with this patch until upstream decides what to do CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/02 08:33:47 Modified files: textproc/py-ICU: Makefile distinfo Log message: Update to py3-ICU-2.12. CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/11/02 09:13:58 Modified files: opensmtpd : manual.html Log message: link smtp(1) and smtpd-filters(7) in manual.html The various mail.*.8 pages are still left out since they're mostly internal and not so interesting for the end user. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 09:39:32 Modified files: sysutils/consolekit: Makefile Log message: Prevent consolekit from using linux/input.h if present OK robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 09:41:21 Modified files: devel/sdl2 : Makefile Added files: devel/sdl2/patches: patch-configure Log message: sdl2: prevent from using linux/input.h if present OK thfr@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/02 09:42:15 Modified files: graphics/gimp/stable: Makefile Log message: gimp/stable: prevent from using linux/input.h if present OK landry@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/11/02 10:05:47 Modified files: sysutils/chezmoi: Makefile distinfo modules.inc Log message: update sysutils/chezmoi to 2.40.4 CVSROOT: /cvs Module name: src Changes by: paco@cvs.openbsd.org 2023/11/02 10:14:46 Modified files: share/man/man5 : bsd.port.mk.5 Log message: mention codeberg and kde templates on bsd.port.mk(5) DIST_TUPLE ok op@ +1 rsadowski CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/02 10:35:46 Modified files: telephony/linphone: Makefile.inc telephony/linphone/bctoolbox: distinfo telephony/linphone/belcard: distinfo telephony/linphone/belle-sip: distinfo telephony/linphone/belr: distinfo telephony/linphone/bzrtp: distinfo telephony/linphone/liblinphone: Makefile distinfo telephony/linphone/liblinphone/pkg: PLIST telephony/linphone/linphone-desktop: Makefile telephony/linphone/mediastreamer2: distinfo telephony/linphone/ortp: distinfo Log message: telephony/linphone: update sdk to 5.2.111. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 10:39:50 Modified files: www/squid : Makefile distinfo Added files: www/squid/patches: patch-src_MemObject_cc patch-src_SquidString_h patch-src_StoreClient_h patch-src_cache_cf_cc patch-src_cf_data_pre patch-src_http_cc patch-src_ipc_cc patch-src_stmem_cc patch-src_store_client_cc patch-src_time_rfc1123_cc Log message: switch back to squid 6.4 plus patches from the v6 branch: - fix for assert crash introduced with the 6.3->6.4 update - mitigations or fixes for more issues from https://megamansec.github.io/Squid-Security-Audit/response-memleaks.html - Improve handling of expanding HTTP header values (#1536) mitigation for 'Memory Leak in HTTP Response Parsing' - RFC 1123: Fix date parsing (#1538) fix for '1-Byte Buffer OverRead in RFC 1123 date/time Handling' - Exit without asserting when helper process startup fails (#1543) fix for 'Assertion in Squid "Helper" Process Creator' CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 10:48:23 Modified files: www/pound : Makefile Log message: www/pound: set PORTROACH site:; upstream development was stopped by the original author (https://groups.google.com/g/pound_proxy/c/O8xaIIODw18) but has been picked up at https://github.com/graygnuorg/pound/releases CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/02 11:06:38 ports/fonts/iosevka-fonts/etoile Update of /cvs/ports/fonts/iosevka-fonts/etoile In directory cvs.openbsd.org:/tmp/cvs-serv75948/etoile Log Message: Directory /cvs/ports/fonts/iosevka-fonts/etoile added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/02 11:06:56 ports/fonts/iosevka-fonts/etoile/pkg Update of /cvs/ports/fonts/iosevka-fonts/etoile/pkg In directory cvs.openbsd.org:/tmp/cvs-serv50970/etoile/pkg Log Message: Directory /cvs/ports/fonts/iosevka-fonts/etoile/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/02 11:13:16 Modified files: fonts/iosevka-fonts: Makefile Added files: fonts/iosevka-fonts/etoile: Makefile distinfo fonts/iosevka-fonts/etoile/pkg: DESCR PLIST Log message: fonts/iosevka-fonts: add the etoile variant. Diff from Manuel Giraud, thanks! CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/02 14:25:48 Modified files: lib/libcrypto/x509: x509.h Log message: Fix a few bizarre line wraps in x509.h CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2023/11/02 14:47:32 Modified files: sbin/pfctl : parse.y Log message: Use pfctl_fopen (which checks to ensure the given file isn't a directory) for pfctl -f /path/to/pf.conf. Otherwise, if you accidentally use a dir instead of a file (e.g. if you have an /etc/pf directory and don't notice the name when tab-completing), you successfully install an empty ruleset. ok sashan@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/11/02 14:50:03 Modified files: . : events.html Log message: switch dead link to archive.org; from Abel Abraham Camarillo Ojeda CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2023/11/02 16:59:11 Modified files: libressl : index.html releases.html Log message: LibreSSL 3.8.2 release CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/02 18:09:05 Modified files: security/gopass: Makefile security/gopass/patches: patch-main_go Log message: gopass tweak: Disable pledge for now, x/sys/unix does this by calling syscall() so this is broken if run on a kernel with syscall() neutered. If reenabling after an x/sys/unix update, the pledge string needs changing from upstream's; although the pledge(2) manual implies that wpath might be enough for chmod, fattr is also needed, i.e. "stdio rpath wpath cpath fattr tty proc exec". (As in previous version of the patch). N.B. using pledge breaks "gopass otp -s". If X is running, this reads the screen looking for a QR code containing an otpauth URL. This requires "inet" when DISPLAY is remote but cannot be used at all with pledge if DISPLAY is local ("unix" allows accessing the socket, but then shmget is used - via syscall() - regardless of use of syscall here, this is not permitted by any pledge). There may be other codepaths that end up calling syscall() but I haven't triggered them in my normal use of this yet. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/02 18:58:54 Modified files: lib/mesa/mk/libgbm: Makefile Log message: link libgbm with xrandr-xcb fixes graphics/clutter/cogl build failure reported by tb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/02 21:24:23 Modified files: sys/dev/pci/drm/i915: i915_pmu.c Log message: drm/i915/pmu: Check if pmu is closed before stopping event From Umesh Nerlige Ramappa eded5f5261b8ff14417f9441934a1865b379b7db in linux-6.1.y/6.1.61 4cbed7702eb775cca22fff6827a549092cb59f61 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/02 21:26:51 Modified files: sys/dev/pci/drm/amd/amdgpu: vi.c Log message: drm/amd: Disable ASPM for VI w/ all Intel systems From Mario Limonciello 024251bab25daf97a3599c985dd04117b9c60d6b in linux-6.1.y/6.1.61 64ffd2f1d00c6235dabe9704bbb0d9ce3e28147f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/02 21:29:37 Modified files: sys/dev/pci/drm/display: drm_dp_mst_topology.c Log message: drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper() From Lukasz Majczak 6c668e2f338bde76279aeaf4d4c035c4196a479b in linux-6.1.y/6.1.61 3d887d512494d678b17c57b835c32f4e48d34f26 in mainline linux CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/02 22:57:15 Modified files: security/c2sp-testvectors: Makefile distinfo security/c2sp-testvectors/pkg: PLIST Log message: Update to c2sp-testvectors 20231101 CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/02 23:41:37 ports/print/luametatex/patches Update of /cvs/ports/print/luametatex/patches In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/print/luametatex/patches Log Message: Directory /cvs/ports/print/luametatex/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/02 23:41:58 Modified files: print/luametatex: Makefile Added files: print/luametatex/patches: patch-source_libraries_mimalloc_src_prim_unix_prim_c Log message: print/luametatex: avoid direct syscall OK tb, edd CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/02 23:50:25 Modified files: infrastructure/db: config.site Log message: config.site: do not force syscall declaration/existence to yes Syscall removal will thus be picked up correctly by various autconf-based ports once it lands in base and in particular Ruby will continue to build and transition to be syscall-free with the libc bump. discussed with jca and sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 01:22:17 Modified files: editors/libreoffice: Makefile Log message: Temporarily mark BROKEN until we have a fix for new icu. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 02:33:29 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST Removed files: devel/libgsf/patches: patch-thumbnailer_main_c Log message: Update to libgsf-1.14.51. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 02:37:33 Modified files: net/gssdp : Makefile distinfo Log message: Update to gssdp-1.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 02:43:57 Modified files: net/gupnp/core : Makefile distinfo Removed files: net/gupnp/core/patches: patch-meson_build Log message: Update to gupnp-1.6.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 02:47:32 Modified files: devel/goffice : Makefile distinfo devel/goffice/pkg: PLIST Log message: Update to goffice-0.10.56. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 02:47:42 Modified files: math/gnumeric : Makefile distinfo math/gnumeric/pkg: PLIST Log message: Update to gnumeric-1.12.56. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/03 03:12:40 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.42.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/03 04:02:30 Modified files: editors/libreoffice: Makefile Added files: editors/libreoffice/patches: patch-i18npool_source_breakiterator_data_line_txt Log message: unbreak with ICU 74 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/11/03 04:52:24 Modified files: print/ghostscript/gnu: Tag: OPENBSD_7_4 Makefile distinfo Log message: print/ghostscript/gnu: Security Update to 10.02.1 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/11/03 04:53:15 Modified files: print/ghostscript/gnu: Makefile distinfo Log message: print/ghostscript/gnu: Security Update to 10.02.1 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/03 04:55:28 Modified files: net/tg_owt : Makefile distinfo Log message: update to latest tg_owt CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/03 04:56:05 Modified files: net/tdesktop : Makefile distinfo net/tdesktop/pkg: PLIST Removed files: net/tdesktop/patches: patch-Telegram_lib_base_base_platform_linux_base_system_media_controls_linux_cpp patch-cmake_external_glib_cppgir_CMakeLists_txt patch-cmake_external_glib_cppgir_tools_cppgir_cpp patch-cmake_external_glib_cppgir_tools_genns_cpp Log message: update to tdesktop 4.10.5 needs glib2>=2.78, 4.11.x still fails to build. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/03 04:58:51 Modified files: net/dictd : Makefile Added files: net/dictd/patches: patch-dict_c Log message: pledge dict(1) Start with "rpath inet dns", drop "rpath" after config file is read. No files are created/written/modified, nothing is executed. dict.c first builds a list of commands and then works through it, meaning there is no up-front connection setup and network happens ouf of the processing loop, so no trivial way of dropping "inet dns" earlier. OK op CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/11/03 05:16:43 Modified files: usr.sbin/vmd : virtio.c Log message: vmd(8): fix block size calculation for vioscsi devices. During the multi-process rework, I changed the way disk sizes are calculated, switching to storing bytes and not 512-byte blocks. The size calculation from reading an iso did not receive the change in scaling, resulting in the virtio scsi emulation to think iso's are larger than reality. This fixes booting the latest Ubuntu amd64 iso's as apparently there's some program that tries to arbitrarily read the tail end of the iso into memory. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/03 05:30:32 Modified files: mail/meli : Makefile crates.inc distinfo Log message: update to meli 0.8.2; fixes SEGV on startup CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/11/03 06:24:16 Modified files: games/supertuxkart: Makefile Log message: Switch to external shaderc library. Found by tb@. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/03 06:55:05 Modified files: x11/alacritty : Makefile crates.inc distinfo Log message: Update alacritty to 0.12.3. OK Eric Auge (MAINTAINER). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/03 07:03:02 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: Be explicit in saying what a shell pattern is. I'm not a big fan of idiosyncratic lua patterns, especially in that context, but pointing towards them and not mentionning glob(7) is thoroughly confusing. Don't push lua patterns down people throats ! At least you know what the incredibly fuzzy "shell patterns" refers to now ! okay millert@, jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/03 07:25:34 Modified files: lang/mawk : Makefile distinfo Log message: update to mawk-1.3.4.20231102, fixes segfault seen with files of >256K in a pipeline. ok jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/03 07:26:08 Modified files: lang/mawk : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to mawk-1.3.4.20231102, fixes segfault seen with files of >256K in a pipeline. ok jca@ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/03 07:38:28 Modified files: usr.sbin/smtpd : lka_filter.c smtp_session.c Log message: cast tv_usec to long for *printf mostly for -portable; on darwin suseconds_t is an int. ok tb@ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/03 07:40:07 Modified files: usr.sbin/smtpd : lka_session.c Log message: initialize `format' earlier It's easier to see that it's never used un-initialized. ok tb@ CVSROOT: /cvs Module name: ports Changes by: mestre@cvs.openbsd.org 2023/11/03 07:49:50 Modified files: www/yt-dlp : Makefile distinfo www/yt-dlp/patches: patch-setup_py www/yt-dlp/pkg : PLIST Log message: update to 2023.10.13 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/03 07:50:27 Modified files: geo/gdal : Makefile distinfo Log message: geo/gdal: update to 3.7.3. see https://github.com/OSGeo/gdal/blob/v3.7.3/NEWS.md CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/03 07:52:54 Modified files: textproc/py-tomlkit: Makefile distinfo Log message: update to py3-tomlkit-0.12.2 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/11/03 08:05:30 Modified files: regress/usr.bin/nc: Makefile Log message: Make netcat tests less flaky by ensuring the server has terminated before examining the outcome. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/03 08:29:39 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs Log message: Update to rust-openssl-tests 20231103 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/03 09:02:06 Modified files: sbin/dhcpleased: engine.c Log message: typo: ignorning -> ignoring From Laurie Tratt, ok florian CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/11/03 09:20:52 Modified files: net/powerdns_recursor: Makefile Added files: net/powerdns_recursor/patches: patch-mtasker_fcontext_cc Log message: Add endbr64 instructions in the right spots so that we can drop USE_NOBTCFI=Yes. Also drop the project specicific hardening feature flags. Trust our compiler to do the right thing by default. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/03 09:23:24 Modified files: net/tg_owt : Makefile distinfo Log message: use DIST_TUPLE for libyuv DIST_TUPLE for tg_owt needs more twiddling around WRKDIST (still WIP/commented bits in dist-tuple.port.mk), do that later CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 11:03:00 Modified files: x11/gnome/libgweather4: Makefile distinfo Added files: x11/gnome/libgweather4/patches: patch-libgweather_meson_build Removed files: x11/gnome/libgweather4/patches: patch-libgweather_gweather-info_c Log message: Update to libgweather4-4.4.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 11:12:14 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 11:14:10 Modified files: x11/gnome/dconf-editor: Makefile distinfo Log message: Update to dconf-editor-45.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/03 11:39:02 Modified files: x11/gnome/adwaita-icon-theme: Makefile distinfo x11/gnome/adwaita-icon-theme/pkg: PLIST Log message: Update to adwaita-icon-theme-45.0. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/03 12:56:57 Modified files: www/chromium/patches: patch-base_base_paths_posix_cc Added files: www/chromium/patches: patch-build_config_linux_atspi2_BUILD_gn Log message: unbreak after atspi2 update and sync patches while here CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/03 13:00:11 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_dispatcher_tls_h patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_base_paths_posix_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_posix_cc patch-base_process_process_handle_freebsd_cc patch-base_process_process_unittest_cc patch-base_rand_util_posix_cc patch-base_system_sys_info_h patch-base_system_sys_info_openbsd_cc patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_unittest_cc patch-base_trace_event_trace_log_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_toolchain_gcc_toolchain_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_chromium_strings_grd patch-chrome_app_generated_resources_grd patch-chrome_app_google_chrome_strings_grd patch-chrome_app_settings_strings_grdp patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_content_settings_one_time_permission_provider_cc patch-chrome_browser_download_bubble_download_bubble_update_service_cc patch-chrome_browser_download_download_commands_h patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_download_download_prefs_h patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_headless_headless_mode_util_cc patch-chrome_browser_media_webrtc_chrome_screen_enumerator_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_printer_query_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_exclusive_access_exclusive_access_bubble_cc patch-chrome_browser_ui_omnibox_omnibox_pedal_implementations_cc patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_accelerator_table_cc patch-chrome_browser_ui_views_chrome_browser_main_extra_parts_views_cc patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h patch-chrome_browser_ui_views_tab_search_bubble_host_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_connectors_internals_device_trust_utils_cc patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_os_integration_test_override_h patch-chrome_browser_web_applications_os_integration_web_app_file_handler_registration_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_h patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_services_speech_audio_source_fetcher_impl_cc patch-chrome_test_BUILD_gn patch-chrome_utility_services_cc patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_core_common_autofill_util_cc patch-components_autofill_payments_strings_grdp patch-components_commerce_strings_grdp patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_gwp_asan_client_gwp_asan_cc patch-components_media_router_common_providers_cast_channel_cast_message_util_cc patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_password_manager_core_browser_features_password_features_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_performance_manager_public_features_h patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc patch-components_services_screen_ai_screen_ai_library_wrapper_cc patch-components_storage_monitor_BUILD_gn patch-components_supervised_user_core_browser_proto_fetcher_cc patch-components_user_education_views_help_bubble_view_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-content_app_content_main_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_download_save_package_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_font_access_font_enumeration_data_source_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_network_service_instance_impl_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-content_browser_utility_process_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_child_child_process_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_test_BUILD_gn patch-content_utility_services_cc patch-device_gamepad_BUILD_gn patch-extensions_shell_app_shell_main_delegate_cc patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_gles2_cmd_decoder_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc patch-gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_control_list_cc patch-gpu_config_gpu_finch_features_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_generate_bindings_py patch-gpu_vulkan_semaphore_handle_cc patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h patch-media_audio_BUILD_gn patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_gpu_buffer_validation_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-mojo_public_c_system_thunks_cc patch-net_BUILD_gn patch-net_base_features_cc patch-net_cert_cert_verify_proc_unittest_cc patch-net_cert_pki_general_names_h patch-net_dns_public_BUILD_gn patch-net_third_party_quiche_BUILD_gn patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-services_cert_verifier_cert_verifier_creation_cc patch-services_device_BUILD_gn patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_public_cpp_BUILD_gn patch-services_network_public_cpp_features_cc patch-services_network_public_mojom_BUILD_gn patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_core_editing_editing_behavior_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_frame_web_frame_test_cc patch-third_party_blink_renderer_core_inspector_inspector_memory_agent_cc patch-third_party_blink_renderer_core_layout_ng_layout_ng_view_cc patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_ml_webnn_ml_graph_xnnpack_cc patch-third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_video_capture_video_capture_impl_cc patch-third_party_maldoca_src_maldoca_base_get_runfiles_dir_cc patch-third_party_perfetto_include_perfetto_base_time_h patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_webrtc_BUILD_gn patch-ui_aura_screen_ozone_cc patch-ui_aura_screen_ozone_h patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_x_x11_cursor_factory_cc patch-ui_base_x_x11_cursor_factory_h patch-ui_base_x_x11_cursor_loader_cc patch-ui_color_color_id_h patch-ui_color_color_provider_utils_cc patch-ui_events_gesture_detection_motion_event_generic_h patch-ui_gfx_BUILD_gn patch-ui_gfx_x_xlib_support_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gl_gl_implementation_cc patch-ui_gtk_gtk_ui_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_x11_screen_ozone_cc patch-ui_ozone_platform_x11_x11_screen_ozone_h patch-ui_ozone_public_platform_screen_h patch-ui_ozone_test_mock_platform_window_delegate_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_baseline_x64_baseline-assembler-x64-inl_h patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_assembler-x64_h patch-v8_src_codegen_x64_macro-assembler-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_h patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_execution_isolate_cc patch-v8_src_flags_flags_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base_cc patch-v8_src_trap-handler_handler-inside-posix_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h patch-v8_src_wasm_jump-table-assembler_cc patch-v8_src_wasm_jump-table-assembler_h Added files: www/ungoogled-chromium/patches: patch-build_config_linux_atspi2_BUILD_gn patch-chrome_browser_ui_browser_dialogs_h patch-chrome_browser_ui_views_profiles_dice_web_signin_interception_backdrop_layer_cc patch-chrome_browser_web_applications_web_app_install_info_h patch-chrome_common_crash_keys_cc patch-components_autofill_core_browser_payments_iban_save_manager_cc patch-components_gwp_asan_client_gwp_asan_features_cc patch-components_miracle_parameter_common_public_miracle_parameter_h patch-components_user_education_common_product_messaging_controller_cc patch-content_browser_child_process_launcher_helper_h patch-content_browser_devtools_devtools_frontend_host_impl_cc patch-content_browser_devtools_devtools_frontend_host_impl_h patch-content_common_features_cc patch-content_common_features_h patch-gpu_command_buffer_service_shared_context_state_cc patch-gpu_command_buffer_service_shared_context_state_h patch-media_gpu_chromeos_mailbox_video_frame_converter_cc patch-remoting_host_client_session_cc patch-ui_base_clipboard_clipboard_non_backed_cc patch-ui_base_x_x11_display_manager_cc Removed files: www/ungoogled-chromium/patches: patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_password_manager_core_browser_ui_passwords_grouper_cc patch-components_variations_service_google_groups_updater_service_cc patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_browser_renderer_host_render_frame_host_impl_cc patch-content_browser_webid_idp_network_request_manager_cc patch-content_public_common_content_features_h patch-device_fido_get_assertion_request_handler_cc patch-net_dns_host_resolver_cache_cc patch-third_party_libxml_linux_config_h patch-third_party_libxml_src_dict_c patch-ui_ozone_public_platform_screen_cc patch-ui_views_widget_desktop_aura_desktop_screen_ozone_cc patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h patch-weblayer_browser_system_network_context_manager_cc patch-weblayer_common_weblayer_paths_cc Log message: update to 119.0.6045.105 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/11/03 13:16:31 Modified files: usr.bin/timeout: timeout.c timeout.1 Log message: timeout(1): align execvp(3) failure statuses with GNU timeout Align our exit statuses with those of GNU timeout in the execvp(3) failure case. Exit with 127 if the utility is not found. Exit with 126 if we cannot execute the utility for any other reason. While here, the child should _exit(2) instead of calling exit(3) via err(3). Update the manpage accordingly. With input from millert@ and deraadt@. Link: https://marc.info/?l=openbsd-tech&m=169739592322978&w=2 ok millert@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/11/03 13:32:28 Modified files: usr.bin/mail : tty.c Log message: Check if a signal already has been received before entering a blocking read as opposed of only doing it afterwards. Issue uncovered by the mail regress tests. With claudio@ and ok millert@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/04 00:11:14 Modified files: www/chromium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc www/iridium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc www/ungoogled-chromium/patches: patch-third_party_blink_renderer_platform_text_text_break_iterator_cc Log message: swap the version check for ICU... we need to check for the highest first CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 01:21:56 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.376. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 01:26:10 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.31.78. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 01:26:18 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.78. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 01:26:33 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.29.78. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/04 01:41:28 Modified files: security/ccid : Makefile distinfo security/ccid/patches: patch-src_Makefile_in Log message: update to ccid 1.5.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 01:48:01 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo devel/gsettings-desktop-schemas/pkg: PLIST Log message: Update to gsettings-desktop-schemas-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 02:25:04 Modified files: devel/vte3 : Makefile distinfo Log message: Update to vte3-0.74.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 02:25:15 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/patches: patch-meson_build patch-src_terminal-app_cc Log message: Update to gnome-terminal-3.50.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 02:25:28 Modified files: x11/gnome/console: Makefile distinfo x11/gnome/console/pkg: PLIST Removed files: x11/gnome/console/patches: patch-meson_build Log message: Update to gnome-console-45.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/04 02:47:58 Modified files: x11/xarchiver : Makefile distinfo Log message: update to xarchiver 0.5.4.17 using DIST_TUPLE CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 03:03:57 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/patches: patch-src_addressbook_libebook-contacts_CMakeLists_txt databases/evolution-data-server/pkg: PLIST Log message: Update to evolution-data-server-3.50.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 03:04:26 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Log message: Update to evolution-3.50.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 03:04:40 Modified files: mail/evolution-ews: Makefile distinfo mail/evolution-ews/pkg: PLIST Log message: Update to evolution-ews-3.50.1. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/04 03:06:10 Modified files: www/snownews : Makefile distinfo www/snownews/patches: patch-Config_mk_in patch-configure patch-feedio_c www/snownews/pkg: PLIST Log message: update to snownews 1.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 03:22:28 Modified files: sysutils/duplicity: Makefile distinfo sysutils/duplicity/patches: patch-duplicity_dup_main_py patch-setup_py sysutils/duplicity/pkg: DESCR PLIST Log message: Update to duplicity-2.1.4. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/04 03:22:52 Modified files: usr.sbin/snmpd : Makefile application.c application.h snmpd.h Added files: usr.sbin/snmpd : application_internal.c Log message: Introduce application_internal.c. This backend is meant to replace application_legacy.c, mps.c, and mib.c. This commit just introduces the backend. The existing MIBs inside mib.c will be copied over in subsequent commits. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/04 03:28:04 Modified files: usr.sbin/snmpd : application_internal.c mib.c Log message: Move SNMPv2-MIB::snmp from mib.c into the new application_internal.c OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/04 03:30:28 Modified files: usr.sbin/snmpd : application_internal.c mib.c Log message: Move SNMPv2-SMI::snmpV2 from mib.c into the new application_internal.c OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 03:31:04 Modified files: sysutils/deja-dup: Makefile distinfo Log message: Update to deja-dup-45.1. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/04 03:38:47 Modified files: usr.sbin/snmpd : Makefile application_internal.c parse.y smi.c snmpd.h Removed files: usr.sbin/snmpd : mib.c Log message: Move SNMPv2-MIB::system from mib.c into the new application_internal.c. This was the last consumer of mib.c, so send it to the great bitbucket in the sky. This move removes the sysORTable, but it was basically non-functioning anyway and removal of previous entries from the table didn't caused any fallout that reached my ears. I hope to add proper sysORTable/agent-capabilities support, which is compatible with AgentX's {Add,Remove}AgentCaps, soon. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/04 03:42:17 Modified files: regress/usr.sbin/snmpd: snmpd.sh Log message: With the move of SNMPv2-SMI::snmpV2 into application_internal.c, it's no longer possible to register objects underneath this region. This effectively made a few snmp(1) regress tests unusable, which essentially don't belong here. Simply remove these tests. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/04 04:18:58 Modified files: multimedia/libv4l: Makefile multimedia/libv4l/patches: patch-lib_libv4lconvert_libv4lsyscall-priv_h Log message: libv4l*: unbreak: the syscall wrappers are protyped but inexistent. Just call the syscalls directly. Reported by aja CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/04 04:31:27 Modified files: sysutils/pv : Makefile distinfo sysutils/pv/pkg: PLIST Log message: update to pv 1.8.0 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/11/04 05:02:35 Modified files: lib/libc/stdlib: malloc.c Log message: KNF plus fixed a few signed vs unsigned compares (that we actually not real problems) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/04 05:17:51 Modified files: usr.sbin/bgpd : session.c Log message: Use proper length in session_newmsg() for the RFC9072 case. Right now OpenBGPD can not produce so many capabilities that this case is reached but still better to fix it now. OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 06:27:07 Modified files: x11/gnome/tweaks: Makefile distinfo x11/gnome/tweaks/pkg: PLIST Log message: Update to gnome-tweaks-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 06:30:45 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Log message: Update to baobab-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 06:37:06 Modified files: x11/gnome/ghex : Makefile distinfo Added files: x11/gnome/ghex/patches: patch-src_gtkhex_c Log message: Update to ghex-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:06:25 Modified files: x11/gnome/calendar: Makefile distinfo Log message: Update to gnome-calendar-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:15:06 Modified files: x11/gnome/usage: Makefile distinfo x11/gnome/usage/pkg: PLIST Log message: Update to gnome-usage-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:23:44 Modified files: meta/gnome : Makefile Log message: x11/gnome/usage -> x11/gnome/system-monitor https://gitlab.gnome.org/GNOME/gnome-usage/-/merge_requests/108 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:25:23 Modified files: x11/gnome/system-monitor: Makefile distinfo Log message: Update to gnome-system-monitor-45.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:31:49 Modified files: x11/gnome/calculator: Makefile distinfo x11/gnome/calculator/pkg: PLIST Log message: Update to gnome-calculator-45.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:32:33 Modified files: x11/gnome/backgrounds: Makefile distinfo x11/gnome/backgrounds/pkg: PLIST Log message: Update to gnome-backgrounds-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:36:16 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:42:09 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/patches: patch-src_orca_debug_py patch-src_orca_orca_bin_py_in patch-src_orca_script_utilities_py x11/gnome/orca/pkg: PLIST Log message: Update to orca-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 08:59:49 ports/x11/gnome/connections/patches Update of /cvs/ports/x11/gnome/connections/patches In directory cvs.openbsd.org:/tmp/cvs-serv41679/patches Log Message: Directory /cvs/ports/x11/gnome/connections/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:00:13 Modified files: x11/gnome/connections: Makefile distinfo x11/gnome/connections/pkg: PLIST Added files: x11/gnome/connections/patches: patch-subprojects_gtk-frdp_src_frdp-channel-clipboard_c patch-subprojects_gtk-frdp_src_meson_build Log message: Update to gnome-connections-45.0. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/11/04 09:01:13 Modified files: devel : Makefile Log message: Wire up the erlang26 FLAVOR of devel/rebar3 ok jca@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:06:13 Modified files: x11/gnome/contacts: Makefile distinfo Log message: Update to gnome-contacts-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:14:12 Modified files: x11/gnome/text-editor: Makefile distinfo x11/gnome/text-editor/pkg: PLIST Log message: Update to gnome-text-editor-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:16:34 Modified files: x11/gnome/eog : Makefile Log message: Remove duplicate DEBUG_PACKAGES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:25:48 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Set MODCARGO_DIST_SUBDIR to cargo; so GNOME ports can share the distfiles. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/04 09:35:35 Modified files: net/tg_owt : Makefile Log message: add libyuv subdir to DIST_TUPLE; spotted by aja CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 09:48:19 Modified files: x11/gnome/eog : Makefile distinfo Log message: Update to eog-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 10:15:10 Modified files: x11/gnome/music: Makefile Log message: devel/libsoup -> devel/libsoup3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/04 10:15:57 Modified files: x11/gnome/music: Makefile Log message: Oops, missed one in previous. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/04 12:20:15 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231104 CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/11/04 15:23:07 Modified files: net/tor : Makefile distinfo Log message: SECURITY update to tor 0.4.8.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/05 01:29:48 Modified files: x11/gnome/text-editor: Makefile distinfo Log message: Update to gnome-text-editor-45.1. CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/05 01:39:16 Modified files: gnu/usr.bin/texinfo/makeinfo: makeinfo.c Log message: fix bad path allocation in makeinfo In one branch of the image handling, the wrong malloc() call was copied-pasted making the allocation possibly smaller than needed. Spotted while building the gcc11 port, libgccjit.info exercise that branch and the write out of bounds was discovered by malloc(). Convert the malloc + strlcpy/cat dance to an asprintf, and while here also fix the leak of the two paths. ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/05 01:04:37 Modified files: geo/geocode-glib: Makefile Added files: geo/geocode-glib/pkg: DESCR PLIST Removed files: geo/geocode-glib/pkg: DESCR-icons DESCR-main PFRAG.no-soup3-main PFRAG.soup3-main PLIST-icons PLIST-main Log message: Drop the soup3 FLAVOR; nothing uses the unFLAVORED soup2 anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/05 01:04:52 Modified files: mail/evolution : Makefile x11/gnome/clocks: Makefile x11/gnome/initial-setup: Makefile x11/gnome/libgweather4: Makefile x11/gnome/maps : Makefile x11/gnome/photos: Makefile x11/gnome/settings-daemon: Makefile Log message: Fix geo/geocode-glib dependency. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/05 01:17:08 Modified files: geo : Makefile Log message: Drop geocode-glib,soup3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/05 01:20:38 Modified files: textproc/unicode/cldr: Makefile distinfo textproc/unicode/cldr/pkg: PLIST-annotations PLIST-main Log message: Update to unicode-cldr-44.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/05 01:37:35 Modified files: x11/xarchiver : Makefile distinfo x11/xarchiver/pkg: PLIST Log message: previous out to be to 0.5.4.21 not same .17; thanks aja CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2023/11/05 01:55:40 Modified files: net/syncthing : Makefile net/syncthing/pkg: PLIST Added files: net/syncthing/pkg: syncthing_discovery.rc syncthing_relay.rc Log message: add rc files for relay and discovery services ok edd@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/05 02:18:28 ports/mail/opensmtpd-filters/spamassassin/patches Update of /cvs/ports/mail/opensmtpd-filters/spamassassin/patches In directory cvs.openbsd.org:/tmp/cvs-serv80198/patches Log Message: Directory /cvs/ports/mail/opensmtpd-filters/spamassassin/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/05 03:10:25 Modified files: net/zabbix : Makefile distinfo net/zabbix/pkg : PLIST-proxy PLIST-server Added files: net/zabbix/patches: patch-include_zbx_dbversion_constants_h Log message: Update zabbix 6.4.7 -> 6.4.8 Changelog: https://raw.githubusercontent.com/zabbix/zabbix/master/ChangeLog Release notes: https://www.zabbix.com/rn/rn6.4.8 ok robert@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/05 03:14:29 Modified files: sysutils/consul: Makefile distinfo Added files: sysutils/consul/patches: patch-logging_logfile_bsd_go patch-vendor_github_com_mitchellh_go-ps_process_openbsd_go patch-vendor_github_com_mitchellh_go-ps_process_openbsd_h Log message: Update consul 1.16.1 -> 1.16.3 Changelog: https://github.com/hashicorp/consul/releases/tag/v1.16.3 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/05 03:28:59 Modified files: databases/bbolt: Makefile distinfo Log message: Update bbolt to 1.3.8, tested & ok pvk This version includes jrick's fix to avoid syscall(2) use. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/05 04:22:59 Modified files: usr.bin/make/lst.lib: Makefile.inc Log message: current code no longer uses Lst_Replace not Lst_Requeue so don't bother compiling them. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:37:26 Modified files: multimedia/get_iplayer: Makefile distinfo Log message: update to get_iplayer-3.34 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:41:48 Modified files: devel/py-wcmatch: Makefile distinfo Log message: update to py3-wcmatch-8.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:41:53 Modified files: devel/py-wheel : Makefile distinfo Log message: update to py3-wheel-0.41.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:42:00 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-main_c Log message: update to neomutt-20231103 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:47:44 Modified files: print/ocrmypdf : Makefile distinfo print/ocrmypdf/pkg: PLIST Log message: update to ocrmypdf-15.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:47:52 Modified files: textproc/py-charset-normalizer: Makefile distinfo Log message: update to py3-charset-normalizer-3.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:47:56 Modified files: textproc/py-css-parser: Makefile distinfo Log message: update to py3-css-parser-1.0.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 04:54:18 Modified files: graphics/py-Pillow: Makefile distinfo Log message: update to py3-Pillow-10.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 05:38:10 ports/textproc/gron/patches Update of /cvs/ports/textproc/gron/patches In directory cvs.openbsd.org:/tmp/cvs-serv87078/patches Log Message: Directory /cvs/ports/textproc/gron/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/05 05:45:06 Modified files: textproc/gron : Makefile distinfo Added files: textproc/gron/patches: patch-go_mod patch-go_sum Log message: patch gron modules list to use newer go-colorable/go-isatty; the newer version of go-isatty uses newer x/sys/unix and ioctl() rather syscall(SYS_ioctl) CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/05 06:56:52 Modified files: devel/sdl2 : Makefile distinfo Log message: stable bugfix update to SDL 2.28.5, build and runtime tested with multiple consumers CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/05 09:27:18 Modified files: etc/etc.loongson: Makefile.inc Log message: Add cdXX.iso to MDEXT, for it to be included in SHA256; reported by `petcat30' on bugs@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/05 09:33:50 Modified files: sys/arch/hppa/include: cpu.h Log message: Provide simpler cpu_number, CPU_INFO_UNIT and CPU_IS_XXX macros in the non-MULTIPROCESSOR case, as done on all other platforms. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/05 09:41:11 Modified files: games/bzflag : Makefile Added files: games/bzflag/patches: patch-configure Log message: Disable libinput support for now - Disable linux rumble joystick support - Disable linux force feedback joystick support - Update WANTLIB CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/05 09:50:35 Modified files: misc/brltty : Makefile Log message: Disable libinput support for now Set ac_cv_header_linux_input_h=no in CONFIGURE_ENV CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/05 09:52:58 Modified files: devel/openmpi : Makefile Log message: Prevent openmpi to detect libudev CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/05 09:58:38 Modified files: wayland/libinput-openbsd: Makefile Log message: Document which libinput consumers have been explicitly deactivated. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/05 10:24:31 Modified files: net/ipv6calc : Makefile distinfo Log message: update to ipv6calc 4.1.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/05 10:45:21 Modified files: x11/gentoo : Makefile distinfo x11/gentoo/patches: patch-Makefile_in patch-src_buttons_c x11/gentoo/pkg : PLIST Log message: update to gentoo 0.20.7, gtk+2 -> gtk+3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/05 10:47:54 Modified files: x11/gentoo : Makefile Log message: use simpler pax(1) copy instead of "tar -c | tar -x" in post-install CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/05 12:04:13 Log message: Import x11/srandrd version 0.6.3 $ cat pkg/DESCR srandrd is a tool that executes a command on xrandr output change events, i.e. if a monitor is plugged or unplugged. I'm taking MAINTAINER as well. OK op thfr (with hints from both) Status: Vendor Tag: sdk Release Tags: sdk_20231105 N ports/x11/srandrd/Makefile N ports/x11/srandrd/distinfo N ports/x11/srandrd/pkg/DESCR N ports/x11/srandrd/pkg/PLIST N ports/x11/srandrd/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/05 12:05:15 Modified files: x11 : Makefile Log message: Add dir srandrd CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/05 15:20:53 Modified files: audio/vorbis-tools: Makefile Added files: audio/vorbis-tools/patches: patch-oggenc_platform_c Log message: audio/vorbis-tools: fix a buffer overflow in oggenc CVE-2023-43361 The security implications of this are very limited. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/06 00:02:08 Modified files: infrastructure/mk: dist-tuple.port.mk Log message: tweak the hash check so that shortened commit hashes >= 10 characters can be used. The risk of collision with tags seems very very small okay thfr@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 00:57:38 Log message: update to Term::Cap 1.18, so that we can patch it further as discussed with afresh1@ Status: Vendor Tag: CPAN Release Tags: Term_Cap_1_18 N src/gnu/usr.bin/perl/cpan/Term-Cap/Changes N src/gnu/usr.bin/perl/cpan/Term-Cap/Makefile.PL U src/gnu/usr.bin/perl/cpan/Term-Cap/test.pl N src/gnu/usr.bin/perl/cpan/Term-Cap/META.yml N src/gnu/usr.bin/perl/cpan/Term-Cap/MANIFEST C src/gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm N src/gnu/usr.bin/perl/cpan/Term-Cap/LICENSE N src/gnu/usr.bin/perl/cpan/Term-Cap/MANIFEST.SKIP N src/gnu/usr.bin/perl/cpan/Term-Cap/README N src/gnu/usr.bin/perl/cpan/Term-Cap/META.json 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCPAN:yesterday -jCPAN src/gnu/usr.bin/perl/cpan/Term-Cap CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 00:58:47 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: reapply max=64 for now CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 00:59:22 Removed files: gnu/usr.bin/perl/cpan/Term-Cap: LICENSE MANIFEST MANIFEST.SKIP META.json META.yml Makefile.PL README Log message: remove upstream files we don't need CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:04:38 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: get rid of useless eval use \Q\E to quote stuff around tmp_term, instead of rolling our own in termpat (get rid of termpat) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:05:45 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: use modern file open instead of GLOBS CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:08:49 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: instead of a max number of iterations, record terms that have been seen in a hash instead. Side effect: we no longer parse the same tc again and again, leading to a smaller result with the same capabilities but no duplicates. (instead of parsing 36 entries for xterm, we end up with 10 entries, as the "tc=" stuff is actually a tree instead of a list: xterm references several intermediate tc that all lead to the same basic list !) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:11:11 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: simplify $ENV{TERMCAP} handling: don't bother setting anything if the variable doesn't exist CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:13:01 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: always try to run info_cmp at the end if we haven't got what we wanted This allows terminals with only terminfo capabilities to show up in Term::Cap (like kitty) ! CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:14:36 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: simplify logic for $entry in the main termcap loop CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:20:51 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: since we're always running info_cmp in the end, remove the whole "in case of emergency run info_cmp block" (more efficient: we only parse the entry we need). Keep the small part that creates a dumb terminal on VMS, even though we're not running that. Add an extra state check in the automaton to avoid skipping a tmp_term CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:21:43 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: system + exit -> exec as noticed by afresh1@ (this should be all for now) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 01:22:59 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: actually, I still need to exit() if infocmp can't be run CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/11/06 01:34:41 Modified files: sys/dev/pci : if_iwm.c Log message: avoid using MCS9 in iwm(4) Tx rate selection if 40 MHz is disabled MCS9 is not valid on 20HMz so we must not use it in 20MHz-only mode. Fixes firmware panic 0x00002078, which indicates the driver sets a rate with a bad number of antennas, bad number of Tx streams, or bad bandwidth. Observed by dlg@ with the miktrotik AP for which iwm(4) firmware requires our 20MHz-only workaround to interoperate in 11ac mode. ok dlg@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/06 02:46:04 Modified files: regress/usr.bin/snmp: Makefile Log message: Mark a couple of tests as broken, now that the sysORTable is gone/empty. Relying on the live snmpd(8) metrics is brittle and this regress test should probably move to a custom agent in a similar fashion to the custom manager from the snmpd(8) regress. Pointed out by anton@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/06 02:53:32 Modified files: mail/roundcubemail: Makefile distinfo Log message: update to roundcubemail-1.6.5 Fix cross-site scripting (XSS) vulnerability in setting Content-Type/Content-Disposition for attachment preview/download. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/06 02:53:56 Modified files: mail/roundcubemail: Tag: OPENBSD_7_4 Makefile distinfo Log message: update to roundcubemail-1.6.5 Fix cross-site scripting (XSS) vulnerability in setting Content-Type/Content-Disposition for attachment preview/download. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/11/06 03:07:15 Modified files: net/tor : Tag: OPENBSD_7_4 Makefile distinfo Log message: SECURITY update to tor 0.4.8.8. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/06 03:07:28 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.53.2. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/06 03:58:13 Modified files: usr.sbin/snmpd : application_internal.c Log message: Allow appl_internal_object's getnext to be called. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/06 04:00:46 Modified files: usr.sbin/snmpd : application.c application.h Log message: Allow agent capabilities to be stored on a per appl_context basis. This is needed for AgentX's {add,remove}agentcaps, and the sysORTable. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/06 04:02:57 Modified files: usr.sbin/snmpd : application.c application.h application_internal.c Log message: Readd the sysORTable based on the new struct appl_agentcap. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/06 04:04:41 Modified files: usr.sbin/snmpd : application_agentx.c Log message: Hook up agentx-{Add,Remove}AgentCaps-PDU to appl_{add,remove}agentcaps. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/06 04:49:41 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-1.21.3 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/06 06:29:01 Modified files: games/quakespasm: Makefile distinfo Log message: update to quakespasm 0.96.1 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/06 06:40:39 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: eliminate discrepancies between termcap-generated info and infocmp results (see user_caps(5)) also obviously protects the term name just in case someone wants to have fun with it.. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 07:43:02 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Uncomment json webcrypto line. Packages will have caught up... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/06 07:44:15 Modified files: sysutils/consul: Makefile distinfo sysutils/consul/patches: patch-_release_linux_package_etc_consul_d_consul_hcl patch-logging_logfile_bsd_go Log message: Update to consul-1.17.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 07:50:12 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Fix a for loop bug introduced in the concurrency refactor Due to Go's idiosyncratic semantics of for loops, tests would only run some of the test groups in the JSON file because by the time the closure is called, the array index could be changed. For example, on fast 8 core machines, the CMAC tests would run the last test group with key size 320 eight times rather than each of the eight test groups once. Make a copy of the pointer before passing it to the closure to avoid this issue. Simpler version of my initial fix from jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 08:07:57 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Add aliases for AES AEAD constructions and ChaCha These used the wycheproofTestGroupAead type but an upcoming change requires to change this. Introduce the aliases now to make the next diff cleaner. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 08:14:52 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Add a wycheproofTestGroupRunner interface This allows us to use a simpler way of running the individual test groups and gets rid of an ugly mostly copy-pasted switch inside a closure. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 08:17:02 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Introduce testGroupFromAlgorithm() This factors another ugly switch into a helper function. This should probably become a map eventually, but for now keep things straightforward. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/06 08:21:44 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Pull everything except the actual run call out of the closure The determination of the test group type and the JSON unmarshalling can be done before the closure without performance impact. This is more readable and eliminates the need of a temporary variable again. Suggested by jsing CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/11/06 08:31:05 Modified files: net/dnscontrol : Makefile distinfo modules.inc Log message: update net/dnscontrol to 4.6.0 ok kn@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/11/06 09:53:37 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 9.4.5.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/06 10:53:26 Modified files: x11/srandrd : Makefile x11/srandrd/patches: patch-Makefile Log message: Respect CFLAGS. ok sdk@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2023/11/06 11:02:04 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.15 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/06 13:44:36 Modified files: devel/cargo : cargo.port.mk Log message: Only replace ring 0.16 source with rust-ring needed for bket's vaultwarden update CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/06 13:59:26 Added files: sys/arch/riscv64/include: apmvar.h Log message: Provide machine/apmvar.h on riscv64 too OpenBSD/riscv64 doesn't provide suspend/resume or battery support yet, but some ports need this interface at build time, so provide it. ok phessler@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/06 14:00:05 Modified files: distrib/sets/lists/comp: md.riscv64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/11/06 14:10:25 Modified files: print/lilypond : Makefile Added files: print/lilypond/patches: patch-scm_backend-library_scm patch-scm_framework-ps_scm patch-scm_ps-to-png_scm patch-scripts_build_output-distance_py Log message: print/lilypond: Fix for ghostscript 10.02.1, which removes finddevice See https://bugs.ghostscript.com/show_bug.cgi?id=707307 https://gitlab.com/lilypond/lilypond/-/merge_requests/2160/ ok kili@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/06 14:17:32 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231106 CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2023/11/06 16:47:43 Modified files: games/ezquake : Makefile distinfo games/ezquake/patches: patch-Makefile Added files: games/ezquake/patches: patch-src_EX_browser_sources_c patch-src_vid_sdl2_c Removed files: games/ezquake/patches: patch-EX_browser_sources_c Log message: update to 3.6.4 from maintainer Tom Murphy (openbsd AT pertho ! net). - 3.6.4 contains security fix preventing download of .so files see: https://github.com/QW-Group/ezquake-source/commit/df38450a75ef7492c51c6e9f3012235521a01b98 https://github.com/QW-Group/ezquake-source/issues/857 - use DIST_TUPLE for qwprot and ezquake-source - use pcre2 - EX_browser_sources.c patch needed another GAMEDIR substitution - patch for vid_software_palette 1 causing black screen when resizing game window ok thfr@ and maintainer Tom Murphy CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2023/11/06 16:55:40 Modified files: games/ezquake : Tag: OPENBSD_7_4 Makefile Added files: games/ezquake/patches: Tag: OPENBSD_7_4 patch-cl_cmd_c patch-cl_parse_c Log message: backport security fix preventing download of .so files see: https://github.com/QW-Group/ezquake-source/commit/df38450a75ef7492c51c6e9f3012235521a01b98 https://github.com/QW-Group/ezquake-source/issues/857 ok thfr@ and maintainer Tom Murphy (openbsd AT pertho ! net) CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2023/11/06 17:10:29 Log message: import net/wget2, successor of GNU Wget, a file and website downloader ok tb@ GNU Wget2 is the successor of GNU Wget, a file and recursive website downloader. Designed and written from scratch it wraps around libwget, that provides the basic functions needed by a web client. Wget2 works multi-threaded and uses many features to allow fast operation. In many cases Wget2 downloads much faster than Wget1.x due to HTTP2, HTTP compression, parallel connections and use of If-Modified-Since HTTP header. GNU Wget2 is licensed under GPLv3+. Libwget is licensed under LGPLv3+. Status: Vendor Tag: namn Release Tags: namn_20231106 N ports/net/wget2/Makefile N ports/net/wget2/distinfo N ports/net/wget2/patches/patch-libwget_ssl_openssl_c N ports/net/wget2/patches/patch-Makefile_in N ports/net/wget2/pkg/DESCR N ports/net/wget2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2023/11/06 17:14:01 Modified files: net : Makefile Log message: +wget2 CVSROOT: /cvs Module name: ports Changes by: namn@cvs.openbsd.org 2023/11/06 17:34:24 Modified files: emulators/libretro-pcsx-rearmed: Makefile distinfo emulators/libretro-pcsx-rearmed/patches: patch-Makefile emulators/libretro-pcsx-rearmed/pkg: PLIST Removed files: emulators/libretro-pcsx-rearmed/patches: patch-libpcsxcore_cdriso_c patch-plugins_cdrcimg_cdrcimg_c Log message: update to emulators/libretro-pcsx-rearmed 23 - use emulators/libchdr so games in chd format can be read - garbage collect patches - add myself as maintainer ok thfr@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/06 20:30:08 Modified files: devel/rebar3 : Makefile Log message: devel/rebar3: missed bump Apparently, linking rebar3,erlang26 to the build results in a PLIST change for the already existing rebar: -@comment pkgpath=devel/rebar3,erlang25 ftp=yes +@comment pkgpath=devel/rebar3 ftp=yes CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/06 21:17:14 Modified files: devel/git-cola : Makefile distinfo devel/git-cola/patches: patch-cola_app_py devel/git-cola/pkg: PLIST Log message: Update to git-cola-4.4.0 Changes: https://github.com/git-cola/git-cola/blob/v4.4.0/CHANGES.rst CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/07 00:40:50 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: test.pl Log message: comment out test that no longer makes sense, as noticed by anton CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/07 01:21:10 Modified files: graphics/exiv2 : Makefile distinfo graphics/exiv2/patches: patch-src_version_cpp graphics/exiv2/pkg: PLIST Removed files: graphics/exiv2/patches: patch-src_nikonmn_int_cpp patch-src_pngchunk_int_cpp patch-src_sonymn_int_cpp patch-src_types_cpp Log message: Update to exiv2-0.28.1. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/07 01:37:11 Modified files: games/nblood : Makefile distinfo games/nblood/patches: patch-Common_mak patch-GNUmakefile patch-source_blood_src_blood_cpp patch-source_exhumed_src_exhumed_cpp games/nblood/pkg: PLIST Added files: games/nblood/patches: patch-source_rr_src_gameexec_cpp Removed files: games/nblood/patches: patch-source_mimalloc_include_mimalloc-internal_h Log message: update to nblood r13919 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/07 01:43:32 Modified files: devel/py-hatch-vcs: Makefile distinfo Log message: update to py3-hatch_vcs-0.4.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/07 01:45:34 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-1.6.3. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/07 02:33:54 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.11.5 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/07 04:17:35 Modified files: usr.sbin/bgpd : rde_peer.c Log message: Alter imsg_move() to clear the full imsg buffer instead of just the imsg->data field. This is needed for future imsg API changes. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/07 04:18:35 Modified files: usr.sbin/bgpd : bgpd.c control.c rde.c rtr.c session.c Log message: Rename struct imsgbuf *ibuf to *imsgbuf in all places. ibuf should be reserved for struct ibuf * values. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/07 04:29:05 Modified files: usr.sbin/ospfd : auth.c Log message: iface->auth_key is not a real C string so use strnlen() to define the maximum. This fixes the use of 8 char passwords with auth simple. Reported by Laurent CARON (lcaron at unix-scripts info) OK tb@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/11/07 05:41:06 Modified files: math/hdf5 : Makefile distinfo math/hdf5/pkg : PLIST Log message: Update hdf5 to 1.14.3. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/07 07:19:52 Modified files: archivers/arc : Makefile archivers/fastjar: Makefile archivers/lxsplit: Makefile archivers/p7zip: Makefile archivers/par1cmdline: Makefile archivers/unzip: Makefile archivers/zip : Makefile astro/jday : Makefile astro/libnova : Makefile astro/xphoon : Makefile audio/cmu-sphinx3: Makefile audio/cmu-sphinxbase: Makefile audio/dumb : Makefile audio/fdk-aac : Makefile audio/gqmpeg : Makefile audio/grip : Makefile audio/id3lib : Makefile audio/lame : Makefile audio/liba52 : Makefile audio/libbs2b : Makefile audio/libcdaudio: Makefile audio/libcddb : Makefile audio/libid3tag: Makefile audio/liblo : Makefile audio/libmikmod: Makefile audio/libmodplug: Makefile audio/libmp3splt: Makefile audio/libnjb : Makefile audio/libsoxr : Makefile audio/libxmp : Makefile audio/madplay : Makefile audio/mikmod : Makefile audio/mp3blaster: Makefile audio/mp3splt : Makefile audio/mp3splt-gtk: Makefile audio/mp3wrap : Makefile audio/mpg321 : Makefile audio/nosefart : Makefile audio/opencore-amr: Makefile audio/opennap : Makefile audio/pacpl : Makefile audio/paulstretch: Makefile audio/portmidi : Makefile audio/sox : Makefile audio/streamripper: Makefile audio/tap-plugins: Makefile audio/timidity : Makefile audio/xmp : Makefile benchmarks/fs_mark: Makefile benchmarks/netstrain: Makefile benchmarks/randread: Makefile benchmarks/sysbench: Makefile books/thinking-forth: Makefile cad/dxf2gcode : Makefile cad/gtkwave : Makefile cad/ngspice : Makefile.inc cad/ngspice/libngspice: Makefile cad/ngspice/ngspice: Makefile cad/xtrkcad : Makefile chinese/libtabe: Makefile comms/dfu-util : Makefile comms/hamlib : Makefile comms/qodem : Makefile converters/fondu: Makefile converters/wv : Makefile converters/wv2 : Makefile converters/xlhtml: Makefile converters/xmltoman: Makefile databases/libdbi: Makefile databases/libdbi-drivers: Makefile databases/p5-SQL-Translator: Makefile databases/pg_stats_reporter: Makefile databases/pg_statsinfo: Makefile databases/sqsh : Makefile devel/64tass : Makefile devel/ald : Makefile devel/argtable : Makefile devel/autogen : Makefile devel/cppcheck : Makefile devel/cscope : Makefile devel/cunit : Makefile devel/cvsplot : Makefile devel/cvsps : Makefile devel/doc++ : Makefile devel/ectags : Makefile devel/expect-lite: Makefile devel/goopy : Makefile devel/gputils : Makefile devel/itcl : Makefile devel/libJudy : Makefile devel/libast : Makefile devel/libivykis: Makefile devel/libmtp : Makefile devel/libnotify: Makefile devel/libofx : Makefile devel/libspectrum: Makefile devel/libusb-compat: Makefile devel/log4c : Makefile devel/log4cplus: Makefile devel/log4cpp : Makefile devel/lpc21isp : Makefile devel/msp430 : Makefile.inc devel/msp430/binutils: Makefile devel/msp430/gcc: Makefile devel/msp430/gdb: Makefile devel/msp430/libc: Makefile devel/msp430/msp430mcu: Makefile devel/nagelfar : Makefile devel/openocd : Makefile devel/p5-Devel-ptkdb: Makefile devel/p5-Term-ScreenColor: Makefile devel/perltidy : Makefile devel/plib : Makefile devel/qjson : Makefile devel/remake : Makefile devel/sdcc : Makefile devel/sdl-pango: Makefile devel/sdlmm : Makefile devel/srecord : Makefile devel/tclap : Makefile devel/tclcl : Makefile devel/tcllib : Makefile devel/tclthread: Makefile devel/tkdiff : Makefile devel/udis86 : Makefile devel/utfcpp : Makefile devel/vim-taglist: Makefile devel/vtcl : Makefile editors/bvi : Makefile editors/fte : Makefile editors/ht : Makefile editors/joe : Makefile editors/traditional-vi: Makefile emulators/dgen-sdl: Makefile emulators/dynagen: Makefile emulators/fuse : Makefile emulators/fuse-utils: Makefile emulators/gambatte: Makefile fonts/artwiz-aleczapka: Makefile fonts/freefarsi-ttf: Makefile fonts/msttcorefonts: Makefile fonts/terminus-font: Makefile fonts/zh-wqy-bitmapfont: Makefile games/alephone/weland: Makefile games/barrage : Makefile games/blobwars : Makefile games/blockrage: Makefile games/chromium-bsu: Makefile games/cpat : Makefile games/csmash : Makefile games/dangerdeep: Makefile games/dunelegacy: Makefile games/egoboo : Makefile games/extremetuxracer: Makefile games/falconseye: Makefile games/fillets-ng: Makefile games/foobillard: Makefile games/forcedattack: Makefile games/fretsonfire: Makefile games/garden : Makefile games/gigalomania: Makefile games/glutton : Makefile games/gnurobbo : Makefile games/golly : Makefile games/heroes : Makefile games/hex-a-hop: Makefile games/komi : Makefile games/late : Makefile games/lbreakout2: Makefile games/lincity : Makefile games/mars : Makefile games/meandmyshadow: Makefile games/nsnake : Makefile games/opensonic: Makefile games/pacman-arena: Makefile games/pathological: Makefile games/pentobi : Makefile games/pioneers : Makefile games/prboom : Makefile games/prboom-plus: Makefile games/pushover : Makefile games/pysol : Makefile games/ri-li : Makefile games/sdlroids : Makefile games/slash-em : Makefile games/spacezero: Makefile games/tetrinetx: Makefile games/toppler : Makefile games/tuxkart : Makefile games/typespeed: Makefile games/uhexen2 : Makefile games/uqm/data : Makefile.inc games/uqm/data/3domusic: Makefile games/uqm/data/content: Makefile games/uqm/data/voice: Makefile games/uqm/uqm : Makefile games/wordwarvi: Makefile games/xblast : Makefile games/xbreaky : Makefile games/xgalaga-sdl: Makefile games/xye : Makefile games/zaz : Makefile geo/viking : Makefile graphics/DevIL : Makefile graphics/aalib : Makefile graphics/allegropng: Makefile graphics/autopano-sift-c: Makefile graphics/comix : Makefile graphics/cstitch: Makefile graphics/djview4: Makefile graphics/djvulibre: Makefile graphics/dumpmpeg: Makefile graphics/enblend-enfuse: Makefile graphics/freeglut: Makefile graphics/freeimage: Makefile graphics/ftgl : Makefile graphics/giflib: Makefile graphics/glew : Makefile graphics/gphoto2: Makefile graphics/gpicview: Makefile graphics/gtkam : Makefile graphics/libexif-gtk: Makefile graphics/libiptcdata: Makefile graphics/libmpeg2: Makefile graphics/libpano13: Makefile graphics/libpgf: Makefile graphics/libvidcap: Makefile graphics/libwmf: Makefile graphics/mtpaint: Makefile graphics/netpbm: Makefile graphics/optipng: Makefile graphics/pngcrush: Makefile graphics/posterazor: Makefile graphics/potrace: Makefile graphics/py-opengl: Makefile graphics/py-pyx: Makefile graphics/quesoglc: Makefile graphics/tkimg : Makefile graphics/ufraw : Makefile graphics/vid : Makefile graphics/xfig : Makefile graphics/xoris : Makefile graphics/xpaint: Makefile graphics/xzgv : Makefile japanese/gwaei : Makefile java/jlint : Makefile lang/datalog : Makefile lang/jikes : Makefile lang/librep : Makefile lang/otcl : Makefile lang/pfe : Makefile lang/seed7 : Makefile lang/tinyscheme: Makefile lang/unicon : Makefile mail/abook : Makefile mail/asmail : Makefile mail/bmf : Makefile mail/dkimproxy : Makefile mail/isync : Makefile mail/razor-agents: Makefile mail/signify : Makefile mail/sqlgrey : Makefile mail/tnef : Makefile math/armadillo : Makefile math/calcoo : Makefile math/gnuplot : Makefile math/labplot : Makefile math/lpsolve : Makefile.inc math/lpsolve/core: Makefile math/lpsolve/python: Makefile math/maxima : Makefile math/plplot : Makefile math/qrupdate : Makefile math/wcalc : Makefile math/yorick : Makefile misc/cdrdao : Makefile misc/dtach : Makefile misc/dtcltiny : Makefile misc/lifelines : Makefile misc/memchan : Makefile misc/p5-Finance-Quote: Makefile misc/pfm : Makefile misc/posixtestsuite: Makefile misc/randtype : Makefile misc/shared-desktop-ontologies: Makefile misc/spdrs60 : Makefile misc/srcpd : Makefile misc/tapclean : Makefile misc/tkman : Makefile multimedia/ccextractor: Makefile multimedia/dvdauthor: Makefile multimedia/dvdbackup: Makefile multimedia/imagination: Makefile multimedia/kguitar: Makefile multimedia/libdv: Makefile multimedia/libmms: Makefile multimedia/lsdvd: Makefile multimedia/mjpegtools: Makefile multimedia/mpgtx: Makefile multimedia/subrip: Makefile multimedia/subtitleripper: Makefile net/gtk-gnutella: Makefile net/ipaudit : Makefile net/ipcad : Makefile net/iperf : Makefile net/ipfreely : Makefile net/iplog : Makefile net/libnids : Makefile net/liboauth : Makefile net/libpcapnav : Makefile net/libst : Makefile net/meanwhile : Makefile net/msdl : Makefile net/nam : Makefile net/netatalk : Makefile net/netatalk3 : Makefile net/nfsen : Makefile net/ns : Makefile net/nssl : Makefile net/oidentd : Makefile net/oinkmaster : Makefile net/openvmps : Makefile net/p5-Net-Telnet-Cisco: Makefile net/p5-Net-XWhois: Makefile net/plushs : Makefile net/poptop : Makefile net/ptpd : Makefile net/py-dns : Makefile net/rtg : Makefile net/sing : Makefile net/snmptt : Makefile net/tcludp : Makefile net/tinyfugue : Makefile net/vncsnapshot: Makefile net/weex : Makefile net/wide-dhcpv6: Makefile net/wol : Makefile net/xmlrpc-c : Makefile net/xmlrpc-epi : Makefile net/xprobe : Makefile net/yafc : Makefile net/ysmv7 : Makefile net/ziproxy : Makefile news/ubh : Makefile print/cups-bjnp: Makefile print/gutenprint: Makefile print/latex-mk : Makefile print/muttprint: Makefile print/qpdf : Makefile print/xournal : Makefile productivity/impressive: Makefile productivity/lifeograph: Makefile security/aescrypt: Makefile security/bfbtester: Makefile security/ccrypt: Makefile security/cracklib: Makefile security/foremost: Makefile security/gnutls: Makefile security/integrit: Makefile security/isic : Makefile security/libmcrypt: Makefile security/mcrypt: Makefile security/mhash : Makefile security/ophcrack: Makefile security/rarcrack: Makefile security/rhash : Makefile security/snort2pf: Makefile security/steghide: Makefile security/swatch: Makefile security/wapiti: Makefile sysutils/backuppc: Makefile sysutils/cdrtools: Makefile sysutils/e2fsprogs: Makefile sysutils/firmware/ipw: Makefile sysutils/firmware/iwi: Makefile sysutils/gdmap : Makefile sysutils/gkrellm/plugins/kam: Makefile sysutils/gkrellm/plugins/launch: Makefile sysutils/gkrellm/plugins/moon: Makefile sysutils/gkrellm/plugins/shoot: Makefile sysutils/gkrellm/plugins/stock: Makefile sysutils/gkrellm/plugins/sun: Makefile sysutils/login_ldap: Makefile telephony/fobbit: Makefile telephony/iaxclient: Makefile telephony/iaxmodem: Makefile telephony/siproxd: Makefile telephony/sofia-sip: Makefile textproc/TclXML: Makefile textproc/aspell/dicts: Makefile.inc textproc/aspell/dicts/eo: Makefile textproc/aspell/dicts/ru: Makefile textproc/bibelot: Makefile textproc/clucene: Makefile textproc/dblatex: Makefile textproc/docbook-dsssl: Makefile textproc/docbook-xsl: Makefile textproc/docbook2x: Makefile textproc/docx2txt: Makefile textproc/fragistics: Makefile textproc/fstrcmp: Makefile textproc/gtkspell: Makefile textproc/gtkspell3: Makefile textproc/hyphen: Makefile textproc/librevenge: Makefile textproc/libwpd: Makefile textproc/libxml++: Makefile textproc/openjade: Makefile textproc/opensp: Makefile textproc/ots : Makefile textproc/pdf4tcl: Makefile textproc/podofo: Makefile textproc/rman : Makefile textproc/uncrustify: Makefile textproc/xmlcatmgr: Makefile textproc/xmlstarlet: Makefile textproc/xmlwf : Makefile www/c-icap : Makefile.inc www/c-icap/c-icap: Makefile www/c-icap/modules: Makefile www/cntlm : Makefile www/haserl : Makefile www/larbin : Makefile www/lightsquid : Makefile www/p5-CGI-Ajax: Makefile www/p5-HTML-Template-Expr: Makefile www/phppgadmin : Makefile www/phpvirtualbox: Makefile www/retawq : Makefile www/sarg : Makefile www/w3m : Makefile x11/XawMu : Makefile x11/bbdate : Makefile x11/bbkeys : Makefile x11/bbpager : Makefile x11/blackbox : Makefile x11/emelfm2 : Makefile x11/flvw : Makefile x11/flwm : Makefile x11/gcolor2 : Makefile x11/gmrun : Makefile x11/gnustep/cdplayer: Makefile x11/gnustep/paje: Makefile x11/gnustep/price: Makefile x11/idesk : Makefile x11/irrlicht : Makefile x11/itk : Makefile x11/iwidgets : Makefile x11/klavaro : Makefile x11/libdbus-c++: Makefile x11/libfm : Makefile.inc x11/libfm/core : Makefile x11/libfm/extra: Makefile x11/menumaker : Makefile x11/mlterm : Makefile x11/mterm : Makefile x11/obmenu : Makefile x11/parcellite : Makefile x11/pcmanfm : Makefile x11/peksystray : Makefile x11/pidgin-libnotify: Makefile x11/qwt : Makefile x11/rep-gtk : Makefile x11/rox-filer : Makefile x11/stalonetray: Makefile x11/tkcon : Makefile x11/tkdnd : Makefile x11/tktable : Makefile x11/tktreectrl : Makefile x11/treewm : Makefile x11/uwm : Makefile x11/wind : Makefile x11/wxSVG : Makefile x11/xarchive : Makefile x11/xarchiver : Makefile x11/xbae : Makefile x11/xdesktopwaves: Makefile x11/xosd : Makefile x11/xplanet : Makefile x11/yad : Makefile Log message: http://*sourceforge.net now redirect to https Update SITES, HOMEPAGE, and comments. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 08:45:41 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Add a helper to set RSA PKCS #1 v1.5 padding OID This removes a few duplicated and unchecked X509_ALGOR_set0() calls and factors them into a helper function that sets the AlgorithmIdentifier on the recipient info or signer info to rsaEncryption with null parameters. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 08:59:29 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Add a helper to set RSASSA-PSS padding parameters This sets the AlgorithmIdentifier's algorithm to id-RSASSA-PSS with appropriate RSASSA-PSS parameters. This pulls a chunk of code out of rsa_cms_sign() and rewrites it with proper error checking, thereby fixing a long-standing leak. This helper can also be used in rsa_item_sign(), but that part is a bit special, and will therefore be commmitted separately. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:04:12 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign() The current convoluted mess can be handled with two calls to the new rsa_alg_set_pss_padding() helper. Not that this would be obvious at all. This fixes two more leaks in case of X509_ALGOR_set0() failure. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:09:13 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Trivial cleanup in rsa_cms_sign() Check and assign the EVP_PKEY_CTX and move the extraction of the algorithm identifier from the signer info a few lines down. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:12:36 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Rename pkctx to pkey_ctx in rsa_{cms,item}_sign() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:22:04 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Inline rsa_ctx_to_pss_string() After previous refactoring, rsa_all_set_pss_padding() is the last remaining caller of the weirdly named and ugly rsa_all_set_pss_padding(). This can be handled in a few simple lines now that this mess has slightly cleaner code. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:27:56 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Add stringer interfaces to the test groups This simplifies and unifies a lot of error messages. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:35:55 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Convert hashEvpMdFromString() to a map CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:37:02 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Use maps to retrieve various AES variants CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/07 09:45:50 Modified files: sysutils/u-boot: Makefile.inc sysutils/u-boot/aarch64: Makefile sysutils/u-boot/arm: Makefile sysutils/u-boot/riscv64: Makefile sysutils/u-boot/rk356x: Makefile Log message: Move do-build target from Makefile.inc into the per-directory Makefile. ok jsg@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:46:12 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Wrap hex.DecodeString() into mustDecodeHexString() The hex decoding is only done from the JSON files provided by the wycheproof-testvectors package. Failure is always fatal. So there is no need for repeated error checks, and we can use an ergonomic wrapper. Also rework the calculation of the message digest from input data this had a similar deficit. All in all this shaves off about 10% of the code and removes a lot of tedious repetition. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:54:43 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Unwrap a few lines CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 09:56:12 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Drop a useless line and bump copyright years CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/07 09:59:20 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: update to 119.0.1. see https://www.mozilla.org/en-US/firefox/119.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/07 09:59:57 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 119.0.1. see https://www.mozilla.org/en-US/firefox/119.0.1/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/07 10:26:51 Modified files: misc/dialog : Makefile distinfo misc/dialog/pkg: PLIST Log message: Update dialog to 1.3-20231002. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/07 10:27:41 Modified files: misc/rlwrap : Makefile distinfo misc/rlwrap/patches: patch-Makefile_in patch-filters_Makefile_in Log message: Update rlwrap to 0.46.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/07 10:30:19 Modified files: net/swirc : Makefile distinfo Removed files: net/swirc/patches: patch-posixshell_os_BSD_sh Log message: Update swirc to 3.4.6. From maintainer Markus Uhlin, thanks! CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/07 11:31:12 ports/sysutils/u-boot/rk3588 Update of /cvs/ports/sysutils/u-boot/rk3588 In directory cvs.openbsd.org:/tmp/cvs-serv11211/rk3588 Log Message: Directory /cvs/ports/sysutils/u-boot/rk3588 added to the repository CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/07 11:31:38 ports/sysutils/u-boot/rk3588/files Update of /cvs/ports/sysutils/u-boot/rk3588/files In directory cvs.openbsd.org:/tmp/cvs-serv51911/files Log Message: Directory /cvs/ports/sysutils/u-boot/rk3588/files added to the repository CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/07 11:31:38 ports/sysutils/u-boot/rk3588/pkg Update of /cvs/ports/sysutils/u-boot/rk3588/pkg In directory cvs.openbsd.org:/tmp/cvs-serv51911/pkg Log Message: Directory /cvs/ports/sysutils/u-boot/rk3588/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/07 11:44:47 Modified files: net/swirc : Makefile Added files: net/swirc/patches: patch-posixshell_os_BSD_sh Log message: swirc: re-add patch to propagate cflags and neuter hardcoded optimizations. I mistakenly thought it was no longer needed when committing the update. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/07 12:46:20 Modified files: www/squid : Makefile distinfo Removed files: www/squid/patches: patch-src_MemObject_cc patch-src_SquidString_h patch-src_StoreClient_h patch-src_cache_cf_cc patch-src_cf_data_pre patch-src_http_cc patch-src_ipc_cc patch-src_stmem_cc patch-src_store_client_cc patch-src_time_rfc1123_cc Log message: update to squid-6.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/07 12:46:55 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to squid-6.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/07 12:51:10 Modified files: sysutils/firmware/ipw: Makefile sysutils/firmware/iwi: Makefile Log message: Nothing useful at https://ipw2200.sourceforge.net/firmware.php, drop HOMEPAGE CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 14:20:48 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Pull up the handling of the two webcrypto special snowflakes CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 14:22:34 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Fix an error message left out in the mustDecodeHexString() conversion CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2023/11/07 14:37:34 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.15p1, which fixes a problem reading ldap.conf. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 15:32:09 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Move CMS_RecipientInfo_get0_pkey_ctx() to first use of pkctx CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/07 15:35:03 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Move CMS_RecipientInfo_ktri_get0_algs() down a few lines and fix its error check CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/11/07 16:56:40 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-23.11.0. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/11/07 17:49:54 Modified files: faq : faq4.html Log message: Fix the broken hyperlink to firmware.openbsd.org. Patch from , minimally tweaked by me to avoid a long line and to better agree with the text in the fw_update(8) manual page. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/07 22:44:36 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.4.2. see https://www.thunderbird.net/en-US/thunderbird/115.4.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/07 22:45:21 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.4.2. see https://www.thunderbird.net/en-US/thunderbird/115.4.2/releasenotes/ CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/08 01:46:35 Modified files: usr.sbin/smtpd : dns.c mta.c smtpd.h Log message: RFC 7505 ("Null MX") handling mail delivery will not be attempted if a domain advertises a single MX record with preference 0 and a zero-length label. based on an initial diff from Philipp (philipp+openbsd [at] bureaucracy [dot] de), thanks! ok jung@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 01:54:27 Modified files: devel/libgusb : Makefile distinfo Log message: Update to libgusb-0.4.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 02:32:43 Modified files: x11 : Makefile Added files: x11/polkit-qt : Makefile distinfo x11/polkit-qt/patches: patch-PolkitQt-1Config_cmake_in x11/polkit-qt/pkg: DESCR PFRAG.no-qt5 PFRAG.qt5 PLIST Removed files: x11/polkit-qt5 : Makefile distinfo x11/polkit-qt5/patches: patch-PolkitQt-1Config_cmake_in x11/polkit-qt5/pkg: DESCR PLIST Log message: Move polkit-qt5 into polkit-qt. Update to version 0.175.0. Provide a FLAVOR for qt5 (default is to build against qt6). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 02:35:06 Modified files: x11/lxqt/liblxqt: Makefile devel/kf5/kauth: Makefile x11/lxqt/policykit: Makefile Log message: x11/polkit-qt5 -> x11/polkit-qt,qt5 CVSROOT: /cvs Module name: src Changes by: caspar@cvs.openbsd.org 2023/11/08 02:51:13 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: pkg_add: sort flags in usage message OK espie@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/08 02:54:57 Modified files: sysutils/gitlab-cli: Makefile distinfo Log message: update to gitlab-cli 1.35.0 CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/11/08 03:08:06 Modified files: net/powerdns_recursor: Makefile distinfo Log message: Update to PowerDNS Recursor 4.9.2 CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 03:46:09 Modified files: devel : Makefile graphics : Makefile sysutils : Makefile Log message: Add commented-out entries for wayland related ports. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/08 03:46:12 Modified files: security/xmlsec: Makefile distinfo security/xmlsec/patches: patch-tests_testrun_sh Log message: update to xmlsec 1.3.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/08 04:17:20 Modified files: usr.sbin/httpd : patterns.7 Log message: remove accidental double space CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/11/08 04:33:55 Modified files: games/naev : Makefile Log message: add missung BDEP reported by tb@, thanks! CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 04:35:56 Modified files: graphics : Makefile Log message: Add commented out entry for fcft, missed in previous CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/11/08 04:38:29 Modified files: devel/openmpi : Makefile distinfo devel/openmpi/patches: patch-configure Log message: Update openmpi to 4.1.6. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/08 04:42:23 Modified files: infrastructure/mk: arch-defines.mk Log message: Add riscv64 to APM_ARCHS riscv64 provides a machine/apmvar.h header needed by ports at build time. Like sparc64 it doesn't provide an apm(4) driver - yet. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/11/08 05:01:21 Modified files: sys/dev/pv : xbf.c Log message: Allow Xen to use backing store devices with 4K-byte sectors. Problem reported and much testing by Christian Kujau. Thanks! Roughly equivalent to bouyer@NetBSD changes prompted by Christian. ok mlarkin@ dlg@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/08 05:54:51 Modified files: devel/llvm/13 : Makefile devel/llvm/16 : Makefile devel/llvm/files: README-main Log message: Fix README instructions PREFIX->TRUEPREFIX ok kn@ semarie@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 06:29:00 Modified files: x11/lxqt/liblxqt: Makefile Log message: Oops, forgot one in previous. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 06:55:32 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-454.0.0. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 07:03:11 Modified files: wayland/wlroots: Makefile distinfo wayland/wlroots/pkg: PLIST Log message: Update wlroots to current head. Still not linked to the build Warning: you need to pkg_delete the previous version to build this one. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 07:04:07 Modified files: wayland/sway : Makefile distinfo wayland/sway/pkg: PLIST Log message: Update sway to the current head. Still not linked to the build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 07:09:08 Added files: graphics/digikam/patches: patch-core_libs_metadataengine_CMakeLists_txt Log message: Tentative fix for exiv2>=0.28.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/08 08:09:42 Modified files: sysutils/upower: Makefile Added files: sysutils/upower/patches: patch-src_up-main_c Log message: sysutils/upower: unveil() required paths to tighten upowerd environment - needs /var/run/dbus rw to talk to systemwide dbus-daemon - needs /var/db/upower rwc to write history files - pledge() isn't possible due to the use of apm ioctl()s prompted by a diff from kn@, ok kn@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/08 08:30:55 Modified files: sysutils/upower/patches: patch-src_up-main_c Log message: update comment; OK landry CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/08 08:31:02 Modified files: net/snowflake_proxy: Makefile distinfo modules.inc Log message: net/snowflake_proxy: update to 2.7.0 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/11/08 08:51:28 Modified files: lib/libc/thread: synch.h lib/librthread : synch.h Log message: libc, librthread: _twait: fully validate absolute timeout Use timespecisvalid(3) to check both bounds for tv_nsec. Link: https://marc.info/?l=openbsd-tech&m=169913314230496&w=2 ok miod@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/08 08:55:56 Modified files: misc/findutils : Makefile distinfo misc/findutils/pkg: PLIST Log message: update to findutils 4.9.0 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 09:02:42 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Split OAEP padding handling into a helper function This matches what is done for PKCS#1 1.5 and PSS. This function needs a lot of work still, but it's easier to do that without having to tiptoe around a lot of other garbage. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 09:05:18 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Some simple cosmetics in rsa_alg_set_oaep_padding() Rename rv into ret and split it on its own line, move labellen a bit down add some empty lines. To match style elsewhere. Most of this was requested by jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 09:07:59 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Rename pkctx to pkey_ctx in rsa_alg_set_oaep_padding() and rsa_cms_encrypt() CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/08 09:08:51 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_browser_about_flags_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-components_optimization_guide_core_optimization_guide_util_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-sandbox_policy_features_cc Added files: www/chromium/patches: patch-sandbox_policy_features_h Log message: update to 119.0.6045.123 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/08 09:24:48 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-lld_ELF_Writer_cpp Log message: lld: keep on ignoring local symbols with empty names This avoids kernel size growth on riscv64 with lld-16. Fix courtesy of kettenis. Upstream decided to remove this hack because "Correct assemblers don't create such symbols": https://reviews.llvm.org/rG4ae1c2c6f1b3a0085a0fb0909005e62da156e051 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 09:42:18 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Rename os into astr in rsa_alg_set_oaep_padding() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 10:07:07 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: zap a stray space CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/11/08 10:10:22 Modified files: . : hackathons.html Added files: images/hackathons: h2k23-s.gif h2k23.gif Log message: h2k23 has started in coimbra CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 10:11:29 ports/wayland/libinput-openbsd/patches Update of /cvs/ports/wayland/libinput-openbsd/patches In directory cvs.openbsd.org:/tmp/cvs-serv69530/patches Log Message: Directory /cvs/ports/wayland/libinput-openbsd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/08 10:13:10 Modified files: wayland/libinput-openbsd: Makefile Added files: wayland/libinput-openbsd/patches: patch-src_wscons_c Log message: Fix the mouse button mapping for wsmouse libinput has the mouse buttons in order: left, right, middle while wsmouse hase left, middle, right. ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/08 11:20:53 Log message: Import devel/sccache sccache is a ccache-like compiler caching tool. It is used as a compiler wrapper and avoids compilation when possible, storing cached results either on local disk or in one of several cloud storage backends. sccache includes support for caching the compilation of C/C++ code & Rust. With help from tb@, semarie@ and landry@ OK kn@ landry@ Status: Vendor Tag: caspar Release Tags: caspar_20231108 N ports/devel/sccache/Makefile N ports/devel/sccache/crates.inc N ports/devel/sccache/distinfo N ports/devel/sccache/pkg/DESCR N ports/devel/sccache/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/08 11:24:23 Modified files: devel : Makefile Log message: +sccache CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:28:30 Log message: Import spidermonkey115-115.4.0. (really an update to spidermonkey102 which is going to the attic next). ok landry@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231108 N ports/devel/spidermonkey115/Makefile N ports/devel/spidermonkey115/distinfo N ports/devel/spidermonkey115/patches/patch-config_gcc_hidden_h N ports/devel/spidermonkey115/patches/patch-js_src_Makefile_in N ports/devel/spidermonkey115/patches/patch-js_src_build_moz_build N ports/devel/spidermonkey115/patches/patch-js_src_jit_ExecutableAllocator_h N ports/devel/spidermonkey115/patches/patch-js_src_jit_ProcessExecutableMemory_h N ports/devel/spidermonkey115/patches/patch-js_src_old-configure_in N ports/devel/spidermonkey115/patches/patch-modules_fdlibm_src_math_private_h N ports/devel/spidermonkey115/patches/patch-moz_configure N ports/devel/spidermonkey115/patches/patch-third_party_rust_cc_src_lib_rs N ports/devel/spidermonkey115/patches/patch-js_src_wasm_WasmSignalHandlers_cpp N ports/devel/spidermonkey115/pkg/DESCR N ports/devel/spidermonkey115/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:30:02 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/spidermonkey102: Makefile distinfo devel/spidermonkey102/patches: patch-config_gcc_hidden_h patch-js_src_Makefile_in patch-js_src_build_moz_build patch-js_src_jit_ExecutableAllocator_h patch-js_src_jit_ProcessExecutableMemory_h patch-js_src_old-configure_in patch-js_src_wasm_WasmSignalHandlers_cpp patch-modules_fdlibm_src_math_private_h patch-moz_configure patch-third_party_rust_cc_src_lib_rs devel/spidermonkey102/pkg: DESCR PLIST Log message: Move from spidermonkey102 to spidermonkey115. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:30:17 Modified files: x11/gnome/gjs : Makefile distinfo x11/gnome/gjs/patches: patch-meson_build Log message: Update to gjs-1.78.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:33:10 Modified files: x11/gnome/weather: Makefile distinfo x11/gnome/weather/pkg: PLIST Log message: Update to gnome-weather-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:43:09 Modified files: devel/pango : Makefile distinfo Log message: Update to pango-1.51.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:49:09 Modified files: x11/gnome/tour : Makefile distinfo Log message: Update to gnome-tour-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 11:49:29 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/pkg: PLIST Log message: Update to gnome-settings-daemon-45.0. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2023/11/08 11:59:01 Modified files: sys/arch/i386/include: param.h Log message: Increase NKMEMPAGES_MAX_DEFAULT to same value as on amd64. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 12:14:43 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Prepare further fixes of X509_ALGOR_set0() misuse In rsa_alg_set_oaep_padding() rename los to ostr for consistency with astr, make it have function scope, free ostr in the error path and assume X509_ALGOR_set0() success. ok jca CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 12:15:25 Log message: Import tecla-45.0 Tecla is a keyboard layout viewer. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231108 N ports/x11/gnome/tecla/Makefile N ports/x11/gnome/tecla/distinfo N ports/x11/gnome/tecla/pkg/DESCR N ports/x11/gnome/tecla/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/08 12:15:45 Modified files: x11/gnome : Makefile Log message: +tecla CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/08 12:19:10 Modified files: usr.sbin/httpd : httpd.h server.c server_fcgi.c Log message: Avoid a NULL dereference when handling a malformed fastcgi request. Rework the hack to avoid a use-after-free in the fastcgi code. Since server_fcgi() can be called by server_read_httpcontent() we can't set clt_fcgi_error to NULL. Instead, we implement a simple reference count to track when a fastcgi session is in progress to avoid closing the http session prematurely on fastcgi error. Based on a diff from and OK by tb@. Reported by Ben Kallus. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/08 12:30:38 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: More minor cleanup in rsa_alg_set_oaep_padding() Test and assign one more instance replace a useless comment by an empty line. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 12:43:29 Modified files: usr.sbin/snmpd : mib.h Log message: Hook up snmpTargetMIB to MIB_TREE. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 12:46:28 Modified files: usr.sbin/snmpd : application.c application.h application_internal.c Log message: export SNMP-TARGET-MIB::{snmpUnavailableContexts,snmpUnknownContexts} via application_internal. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 12:50:24 Modified files: usr.sbin/snmpd : snmpe.c Log message: On second thought let's not overwrite sm_pdutype with a hardcoded value after just setting it, it's a silly idea. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 12:54:52 Modified files: usr.sbin/snmpd : application.c Log message: Don't use aru_pdu for determining the requesttype. It's owned by snmp_message and getting rid of it is also needed for appl_report() to gather its own information. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 12:59:46 Modified files: usr.sbin/snmpd : application.c Log message: Don't rely on aru_pdu to rebuild the original varbindlist on error. Now that we have avi_origid it's not needed anymore and aru_pdu needs to go. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 13:02:52 Modified files: usr.sbin/snmpd : application.c smi.h Log message: Let appl_report() collect its own metrics. This simplifies the interface and gives us a free report-pdu log line in debug mode. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 13:07:14 Modified files: usr.sbin/snmpd : application.c application.h snmpe.c usm.c Log message: Let usm_make_report() utilize appl_report(). usm_make_report utilized mps_getstr(), which after moving the SNMPv2-SMI::snmpV2 into application_internal returned a noSuchObject. This doesn't seem to have broken any tools that I'm aware of, but this returns the correct result. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/08 13:09:18 Modified files: usr.sbin/snmpd : usm.c Log message: Don't do the time window check if we're noAuthNoPriv. It's only needed if we're authenticating according to RFC3414 section 2.3. OK tb@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/08 16:27:22 Modified files: textproc/py-black: Makefile Log message: add missing RDEPs on typing_extensions and packaging The former reported by Mikolaj Kucharski CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2023/11/08 19:39:44 Modified files: devel/fossil : Makefile distinfo devel/fossil/patches: patch-auto_def Log message: Update fossil to 2.23. Release notes: https://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_23 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/09 01:08:17 Modified files: sys/dev/pci/drm/ttm: ttm_device.c Log message: drm/ttm: Reorder sys manager cleanup step From Karolina Stolarek 6a87b333ba4784ba23c1e74693f5c1b0268ac137 in linux-6.1.y/6.1.62 3b401e30c249849d803de6c332dad2a595a58658 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/09 01:10:19 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ctx.c Log message: drm/amdgpu: Unset context priority is now invalid From Luben Tuikov cafa191b27dd3c6199529f36a6dfddb707c240c0 in linux-6.1.y/6.1.62 eab0261967aeab528db4d0a51806df8209aec179 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/09 01:14:14 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ctx.c sys/dev/pci/drm/include/drm: gpu_scheduler.h Log message: gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET From Luben Tuikov 9f9b2ec53aca630783493a2ccc3bab0794052133 in linux-6.1.y/6.1.62 fa8391ad68c16716e2c06ada397e99ceed2fb647 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/09 01:16:47 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_dma_buf.c Log message: drm/amdgpu: Reserve fences for VM update From Felix Kuehling ff86d69b2e5004ec256a9301990acdaa282a777c in linux-6.1.y/6.1.62 316baf09d355aec1179981b6dfe28eba50c5ee5b in mainline linux CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 01:20:10 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Use X509_ALGOR_set0_by_nid() in rsa_mgf1md_to_maskGenAlgorithm() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 01:29:53 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Fix X509_ALGOR_set0() usage in rsa_alg_set_oaep_padding() Replace X509_ALGOR_set0() with X509_ALGOR_set0_by_nid(). This way there is no missing error checking for OBJ_nid2obj() and no nested functions. Slightly more importantly, this plugs two long standing potential leaks in this function (or previously rsa_cms_encrypt()) due to missing error checking: in the unlikely event that X509_ALGOR_set0() failed, astr/ostr would leak. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:31:32 Modified files: devel/py-pep517: Makefile distinfo Removed files: devel/py-pep517/patches: patch-pytest_ini Log message: update to py3-pep517-0.13.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:31:36 Modified files: devel/go-tools : Makefile distinfo modules.inc Log message: update to go-tools-0.15.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:31:41 Modified files: net/libunbound : Makefile distinfo Log message: update to libunbound-1.19.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:31:45 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.4.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:31:52 Modified files: textproc/py-black: Makefile distinfo textproc/py-black/pkg: PLIST Log message: update to py3-black-23.11.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 01:48:50 Modified files: net/go-ipfs : Makefile distinfo modules.inc net/go-ipfs/pkg: PLIST README ipfs.rc Log message: update to kubo-0.24.0, unbreaking build (previously disabled due to quic-go incompatibility with go 1.20) replace bogus use of VARBASE with LOCALSTATEDIR add @conflict missed previously when renaming from go-ips has some syscall() usage, seems to at least be in: github.com/elastic/gosigar (sysctl) github.com/go-kit/log (ioctl) github.com/marten-seemann/tcp (getsockopt, setsockopt, ioctl) CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/11/09 01:53:20 Modified files: sys/net : if_pflow.c Log message: Remove delayed timeout(9) initialization. timeout_set*() only assign members of passed timeout structure, this delayed initialization provides nothing but makes code weird. ok kn CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/09 02:04:05 Added files: graphics/openscenegraph/patches: patch-CMakeModules_FindAsio_cmake Log message: graphics/openscenegraph: unbreak build with installed devel/asio The RestHttp Plugin was written against an old version of asio and it is activated by CMake if it finds the asio headers and then breaks due to API changes. Fix from upstream [1]. maintainer timeout [1]: https://github.com/openscenegraph/OpenSceneGraph/commit/21f5a0adfb57dc4c28b696e93beface45de28194 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 02:12:11 Modified files: sysutils/binwalk: Makefile distinfo Added files: sysutils/binwalk/patches: patch-setup_py Log message: - update to binwalk-2.3.4 - addresses CVE-2022-4510 (path traversal when parsing PFS files) from Mikhail CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2023/11/09 02:13:32 Modified files: lib/libc/sys : futex.2 Log message: missing full stop CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 02:18:23 Modified files: x11/gnome/control-center: Makefile distinfo x11/gnome/control-center/patches: patch-meson_build patch-panels_common_meson_build patch-panels_info-overview_meson_build patch-panels_meson_build patch-panels_user-accounts_cc-user-panel_c patch-shell_cc-panel-loader_c patch-shell_meson_build x11/gnome/control-center/pkg: PLIST Added files: x11/gnome/control-center/patches: patch-panels_info-overview_cc-system-details-window_c Removed files: x11/gnome/control-center/patches: patch-panels_info-overview_cc-info-overview-panel_c Log message: Update to gnome-control-center-45.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 02:22:07 Modified files: www/libsass : Makefile Log message: fix HOMEPAGE; from volker@ drop maintainer while here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 02:27:53 Modified files: graphics/digikam/patches: patch-core_libs_metadataengine_CMakeLists_txt Added files: graphics/digikam/patches: patch-core_CMakeLists_txt patch-core_app_DigikamCoreTarget_cmake patch-core_cmake_rules_RulesLibExiv2_cmake Log message: Hopefully really fix compile with Exiv2-0.28.1; from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 02:36:51 Modified files: x11/kde-plasma/polkit-kde-agent-1: Makefile Log message: x11/polkit-qt5 -> x11/polkit-qt,qt5 Missed because it's not hooked to the build so doesn't appears in sqlports. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 02:58:58 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/pkg: PLIST Log message: Update to gnome-session-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:00:58 Modified files: x11/gnome/characters: Makefile distinfo Log message: Update to gnome-characters-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:11:50 Modified files: x11/gnome/font-viewer: Makefile distinfo Log message: Update to gnome-font-viewer-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:13:34 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.25. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:15:45 Modified files: sysutils/consul-template: Makefile distinfo modules.inc Log message: Update to consul-template-0.35.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:37:35 Modified files: www/epiphany : Makefile distinfo Log message: Update to epiphany-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:39:37 Modified files: x11/gnome/nautilus: Makefile distinfo Log message: update to nautilus-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:51:20 Modified files: x11/gnome/clocks: Makefile distinfo Log message: Update to gnome-clocks-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:54:04 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST Removed files: graphics/evince/patches: patch-meson_build Log message: Update to evince-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 03:55:27 Modified files: x11/gnome/maps : Makefile distinfo x11/gnome/maps/pkg: PLIST Log message: Update to gnome-maps-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:01:47 Modified files: x11/gnome/polari: Makefile distinfo x11/gnome/polari/pkg: PLIST Log message: Update to polari-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:26:46 Modified files: x11/gnome/sushi: Makefile distinfo Log message: Update to sushi-45.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:28:13 Modified files: x11/gnome/initial-setup: Makefile distinfo x11/gnome/initial-setup/pkg: PLIST Log message: Update to gnome-initial-setup-45.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 04:36:39 Modified files: lib/libcrypto/asn1: asn1_item.c Log message: Convert asn1_item_sign() to X509_ALGOR_set0_by_nid() ok jca CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 04:39:13 Modified files: lib/libcrypto/ec: ecx_methods.c Log message: Convert ecx_item_sign() to X509_ALGOR_set0_by_nid() ok jca CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:46:54 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-js_ui_status_keyboard_js Log message: keyboard: Spawn "tecla" to show keyboard map; from upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:47:36 Modified files: x11/gnome : Makefile Removed files: x11/gnome/libgnomekbd: Makefile distinfo x11/gnome/libgnomekbd/pkg: DESCR PLIST Log message: Remove x11/gnome/libgnomekbd; nothing uses it anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 04:48:54 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register removal of libgnomekbd. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 05:03:45 Modified files: devel/afl++ : Makefile distinfo devel/afl++/patches: patch-GNUmakefile patch-instrumentation_afl-compiler-rt_o_c patch-utils_aflpp_driver_aflpp_driver_c Log message: - update to afl++-4.08c CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/11/09 05:26:09 Modified files: usr.sbin/vmctl : vmctl.c Log message: vmctl(8): avoid abort when given an invalid "kernel" file. The vmctl `start` command allows the user to pass an optional "kernel" file (either a ramdisk kernel or a SeaBIOS image). This file is opened by vmctl and the descriptor passed via imsg. If the file provided isn't a regular file, the attempt to send the start message to vmd(8)'s control socket will fail and results in a the vmctl process aborting. Check the file type after open and fail gracefully if not a regular file. reported by and ok gnezdo@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/09 05:32:16 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.15.1 -> 1.15.2 Changelog: https://github.com/hashicorp/vault/releases/tag/v1.15.2 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/09 05:34:43 Modified files: sysutils/ansible-core: Makefile distinfo sysutils/ansible-core/patches: patch-test_units_utils_test_encrypt_py sysutils/ansible-core/pkg: PLIST Log message: Update ansible-core 2.15.5 -> 2.16.0 Changelog: https://github.com/ansible/ansible/blob/stable-2.16/changelogs/CHANGELOG-v2.16.rst#v2-16-0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/09 05:38:09 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Added files: sysutils/ansible/patches: patch-ansible_collections_netapp_ontap_plugins_modules_na_ontap_s3_users_py Log message: Update ansible 8.5.0 -> 8.6.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst#v8-6-0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/09 05:40:42 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/patches: patch-server_config_config_json net/mattermost-server/pkg: PLIST-main Log message: Update mattermost-server 9.1.1 -> 9.1.2 Changelog: https://docs.mattermost.com/install/self-managed-changelog.html CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 05:47:05 Modified files: sbin/mount : mount.8 sbin/mount_nfs : mount_nfs.8 Log message: link to showmount(8); OK deraadt CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2023/11/09 05:48:33 Modified files: lang/go : Makefile lang/go/patches: patch-src_internal_platform_supported_go patch-src_syscall_syscall_openbsd_libc_go patch-src_syscall_zsyscall_openbsd_mips64_go patch-src_syscall_zsyscall_openbsd_mips64_s patch-src_syscall_zsyscall_openbsd_riscv64_go patch-src_syscall_zsyscall_openbsd_riscv64_s lang/go/pkg : PLIST Added files: lang/go/patches: patch-src_cmd_dist_test_go patch-src_internal_syscall_unix_ioctl_bsd_go patch-src_internal_syscall_unix_ioctl_linux_go patch-src_os_signal_signal_cgo_test_go patch-src_syscall_bpf_bsd_go patch-src_syscall_bpf_darwin_go patch-src_syscall_export_bsd_test_go patch-src_syscall_export_darwin_test_go patch-src_syscall_export_linux_test_go patch-src_syscall_export_unix_test_go patch-src_syscall_flock_bsd_go patch-src_syscall_flock_darwin_go patch-src_syscall_flock_go patch-src_syscall_flock_linux_go patch-src_syscall_mksyscall_pl patch-src_syscall_syscall_bsd_go patch-src_syscall_syscall_darwin_go patch-src_syscall_syscall_openbsd_go patch-src_syscall_zsyscall_darwin_amd64_go patch-src_syscall_zsyscall_darwin_amd64_s patch-src_syscall_zsyscall_darwin_arm64_go patch-src_syscall_zsyscall_darwin_arm64_s patch-src_syscall_zsyscall_dragonfly_amd64_go patch-src_syscall_zsyscall_freebsd_386_go patch-src_syscall_zsyscall_freebsd_amd64_go patch-src_syscall_zsyscall_freebsd_arm64_go patch-src_syscall_zsyscall_freebsd_arm_go patch-src_syscall_zsyscall_freebsd_riscv64_go patch-src_syscall_zsyscall_netbsd_386_go patch-src_syscall_zsyscall_netbsd_amd64_go patch-src_syscall_zsyscall_netbsd_arm64_go patch-src_syscall_zsyscall_netbsd_arm_go patch-src_syscall_zsyscall_openbsd_386_go patch-src_syscall_zsyscall_openbsd_386_s patch-src_syscall_zsyscall_openbsd_amd64_go patch-src_syscall_zsyscall_openbsd_amd64_s patch-src_syscall_zsyscall_openbsd_arm64_go patch-src_syscall_zsyscall_openbsd_arm64_s patch-src_syscall_zsyscall_openbsd_arm_go patch-src_syscall_zsyscall_openbsd_arm_s Log message: Remove remaining indirect syscall usage in lang/go. This removes the few remaining uses of indirect syscalls in Go's syscall package, as well as those remaining in os/signal and syscall tests. Unfortunately, this also means disabling the race detector on openbsd/amd64 since the race detector contains references to libc's syscall symbol. This cannot currently be regenerated/updated, since LLVM TSAN went and removed support for OpenBSD without discussing it with anyone. Thanks to tb@ for testing this on amd64 and arm64 machines that do not have indirect syscall support. ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 05:55:01 Modified files: x11/gnome : Makefile.inc x11/gnome/librsvg: Makefile distinfo Log message: Set MODCARGO_DIST_SUBDIR to use the main cargo subdir. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 06:05:30 Modified files: databases/xapian-core: Makefile distinfo databases/xapian-core/pkg: PLIST databases/xapian-bindings: Makefile distinfo databases/xapian-bindings/patches: patch-configure_ac www/xapian-omega: Makefile distinfo Removed files: databases/xapian-bindings/patches: patch-perl_Makefile_in patch-python3_Makefile_in Log message: update xapian-* ports to 1.4.24 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 06:47:28 Modified files: sbin/mount_nfs : mount_nfs.8 Log message: sort .xr after previous; from jmc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 06:51:34 Modified files: wayland/libinput-openbsd: Makefile Log message: Add gtk+4 to the list. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 06:53:45 Modified files: wayland/libinput-openbsd: Makefile Log message: Add gtk+3 as well. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/09 07:07:18 Modified files: sys/dev : bio.c Log message: get rid of the ioctl whitelist that bio will tunnel for other devs. this will allow bio(4) to be used with other (non raid) related devices. ok krw@ kn@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/09 07:10:46 Log message: import www/libwpe, a general-purpose library for the WPE-flavored port of WebK. ok aja@ Status: Vendor Tag: matthieu Release Tags: matthieu_20231109 N ports/www/libwpe/distinfo N ports/www/libwpe/Makefile N ports/www/libwpe/pkg/DESCR N ports/www/libwpe/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/09 07:13:35 ports/sysutils/ttyplot/patches Update of /cvs/ports/sysutils/ttyplot/patches In directory cvs.openbsd.org:/tmp/cvs-serv85437/patches Log Message: Directory /cvs/ports/sysutils/ttyplot/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/09 07:14:02 Log message: import www/WPEBackend-fdo a WPE Backend for Wayland. ok aja@ Status: Vendor Tag: matthieu Release Tags: matthieu_20231109 N ports/www/WPEBackend-fdo/distinfo N ports/www/WPEBackend-fdo/Makefile N ports/www/WPEBackend-fdo/pkg/DESCR N ports/www/WPEBackend-fdo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/09 07:14:35 Modified files: sysutils/ttyplot: Makefile distinfo Added files: sysutils/ttyplot/patches: patch-Makefile Log message: Update ttyplot to 1.5. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/09 07:16:53 Modified files: www : Makefile Log message: link libwpe and WPEBackend-fdo to the build. ok aja@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/09 07:21:08 Modified files: print/cups : Makefile print/cups/patches: patch-scheduler_auth_c Log message: add support for the BSD Authentication system so that we can honor all the settings instead of just comparing passwords from the pwd db ok aja@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 07:26:34 Modified files: sys/arch/sparc64/include: boot_flag.h sys/arch/sparc64/sparc64: autoconf.c sys/arch/sparc64/stand/ofwboot: elf64_exec.c vers.c Log message: Finish clean up of old 6.7 softraid migration code All combos of no/CRYPTO softraid, old/new ofwboot, old/new kernel do boot. OK stsp CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 07:35:18 Modified files: games/chiaki : Makefile Log message: games/chiaki: pass -DCHIAKI_ENABLE_SETSU=no to cmake otherwise, it tries to detect libudev/libevdev and finds them if installed. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 07:35:19 Modified files: devel/llvm/13 : Makefile devel/llvm/16 : Makefile devel/llvm/files: README-main Log message: More fixes for the readme notes on using ports-llvm in mk.conf Tell people to use the path to the wrapper scripts in /usr/local/bin, instead of directly using executables /usr/local/llvmXX/bin. Those depend on libLLVM-XX.so, which isn't in the default library path, something the wrapper scripts work around by setting LD_LIBRARY_PATH. ok kn@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 07:37:34 Log message: Import libpeas2-2.0.0 libpeas-2 is a GObject-based plugins engine, and is targeted at giving every application the chance to assume its own extensibility. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231109 N ports/devel/libpeas2/Makefile N ports/devel/libpeas2/distinfo N ports/devel/libpeas2/pkg/DESCR N ports/devel/libpeas2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 07:37:55 Modified files: devel : Makefile Log message: +libpeas2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 07:54:12 Log message: Rename wpebackend-fdo; no pkgpath or anything as this just got imported. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20230911 N ports/www/wpebackend-fdo/Makefile N ports/www/wpebackend-fdo/distinfo N ports/www/wpebackend-fdo/pkg/DESCR N ports/www/wpebackend-fdo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 07:55:18 Modified files: www : Makefile Removed files: www/WPEBackend-fdo: Makefile distinfo www/WPEBackend-fdo/pkg: DESCR PLIST Log message: WPEBackend-fdo -> wpebackend-fdo CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 08:01:29 Modified files: www/wpebackend-fdo: Makefile distinfo www/wpebackend-fdo/pkg: DESCR www/libwpe : Makefile distinfo Log message: Take MAINTAINER and use official tarballs. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 08:15:05 Modified files: audio/pulseaudio: Makefile audio/pulseaudio/patches: patch-src_modules_meson_build Log message: audio/pulseaudio: disable libinput detection otherwise module-mmkbd-evdev.so is built ok ajacoutot@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 08:16:32 Modified files: wayland/libinput-openbsd: Makefile Log message: wayland/libinput-openbsd: add pulseaudio to the comment CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 08:43:28 Modified files: usr.bin/kdump : kdump.1 kdump.c Log message: Add [-P progam] to filter dumps by basename [-p pid] requires knowing the PIDs beforehand, sieving through big dumps by argv[0] strings is more ergonomic. OK deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 08:47:47 Modified files: meta/gnome : Makefile Log message: Sync what we can with gnome-build-meta. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 08:56:47 Modified files: multimedia/dvdstyler: Makefile Added files: multimedia/dvdstyler/patches: patch-configure Log message: multimedia/dvdstyler: make sure libudev isnt detected reminded by/on behalf of rsadowski@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 08:57:43 Modified files: sysutils/libudev-openbsd: Makefile Log message: sysutils/libudev-openbsd: add commented list of ports in which detection is disabled from rsadowski@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 09:17:57 Modified files: devel/py-elftools: Makefile distinfo devel/py-elftools/pkg: PLIST Log message: update to py-elftools-0.30 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 09:19:03 Modified files: devel/afl++ : Makefile Added files: devel/afl++/patches: patch-afl-cmin Log message: add missing RDEP for afl-cmin CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 09:22:40 Modified files: sysutils/py-croniter: Makefile sysutils/py-ghmi: Makefile textproc/py-natsort: Makefile textproc/py-dicttoxml: Makefile graphics/orthanc: Makefile.inc graphics/orthanc/postgresql-plugin: Makefile graphics/orthanc/server: Makefile graphics/orthanc/webviewer-plugin: Makefile security/tls-attacker: Makefile Log message: drop MAINTAINER and bump CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 09:22:51 Modified files: devel/log4cpp : Makefile distinfo Log message: Update to log4cpp-1.1.4 to unbreak build with llvm-16 llvm-16 removed support for std::auto_ptr (is was previously deprecated). This updated version of log4cpp now detects whether std::unique_ptr is usable and falls back to std::auto_ptr if it isn't. Since this changes the names of a bunch of mangled C++ symbols, bump the shared lib version. log4cpp build-tested on sparc64, log4cpp and consumers build-tested on amd64. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 09:26:08 Modified files: devel/py-r2pipe: Makefile distinfo Log message: - update to r2pipe-1.8.2 - tweak HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 09:36:24 Modified files: security/ROPgadget: Makefile distinfo Log message: - update to ROPgadget-7.4 - unset HOMEPAGE so it ends up pointing to the Github repo CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/11/09 09:51:37 Modified files: textproc/riff : Makefile crates.inc distinfo Log message: update textproc/riff to 2.27.0 ok volker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 10:04:29 Modified files: multimedia/pipewire/pipewire: Makefile distinfo multimedia/pipewire/pipewire/patches: patch-meson_build patch-spa_tests_stress-ringbuffer_c patch-src_modules_module-netjack2-manager_c patch-src_modules_module-pipe-tunnel_c patch-src_modules_module-protocol-native_c patch-src_modules_module-rt_c patch-src_pipewire_conf_c patch-src_pipewire_mem_c patch-src_pipewire_pipewire_c multimedia/pipewire/pipewire/pkg: PLIST Added files: multimedia/pipewire/pipewire/patches: patch-spa_plugins_support_node-driver_c patch-src_modules_module-protocol-pulse_message-handler_c patch-src_pipewire_impl-node_c Log message: Update to pipewire-0.3.84. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/09 10:07:17 Modified files: mail/opensmtpd-filters/spamassassin: Makefile Added files: mail/opensmtpd-filters/spamassassin/patches: patch-filter-spamassassin_go Log message: make filter-spamassassin handle filter-protocol version 0.7 Since it doesn't use link-auth (it's the only thing changed between 0.6 and 0.7) it's a no-op in practice, but makes it work again. Issue reported by Harald Dunkel, thanks! OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/09 10:08:11 Modified files: mail/opensmtpd-filters/spamassassin: Tag: OPENBSD_7_4 Makefile Added files: mail/opensmtpd-filters/spamassassin/patches: Tag: OPENBSD_7_4 patch-filter-spamassassin_go Log message: MFC: make filter-spamassassin handle filter-protocol version 0.7 Since it doesn't use link-auth (it's the only thing changed between 0.6 and 0.7) it's a no-op in practice, but makes it work again. Issue reported by Harald Dunkel, thanks! OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/09 10:12:31 Modified files: www/opensearch-dashboards: Makefile www/opensearch-dashboards/pkg: opensearch_dashboards.rc Log message: www/opensearch-dashboards: fix pexp reported by Alexander Klimov for -stable, since a few releases the pexp of the daemon seem to have changed. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/09 10:13:10 Modified files: www/opensearch-dashboards: Tag: OPENBSD_7_4 Makefile www/opensearch-dashboards/pkg: Tag: OPENBSD_7_4 opensearch_dashboards.rc Log message: MFC: www/opensearch-dashboards: fix pexp reported by Alexander Klimov for -stable, since a few releases the pexp of the daemon seem to have changed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 10:17:43 Modified files: multimedia : Makefile Log message: Enable pipewire; nothing should pick it up yet, it's explictely disabled in all (most?) ports that could use it. Still pretty stripped down, obviously no support for sndio. ok robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 10:26:18 Modified files: sysutils/squashfs-tools: Makefile distinfo sysutils/squashfs-tools/patches: patch-squashfs-tools_unsquashfs_c Added files: sysutils/squashfs-tools/patches: patch-squashfs-tools_signals_h Removed files: sysutils/squashfs-tools/patches: patch-squashfs-tools_action_c patch-squashfs-tools_info_c patch-squashfs-tools_mksquashfs_c patch-squashfs-tools_unsquashfs_info_c Log message: - update to squashfs-tools-4.6.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 10:27:47 Modified files: wayland : Makefile Log message: wayland: link havoc to the build, all its dependencies are linked discussed with/ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 10:29:54 Modified files: wayland/wev : Makefile Log message: wayland/wev: add missing BDEP on wayland/libinput-openbsd wev.c includes linux/input-event-codes.h CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 10:33:31 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-clang_include_clang_Basic_DiagnosticSemaKinds_td Log message: Also downgrade -Wregister from a hard error in C++17 to a mere warning Avoids lots of build failures in ports with llvm-16. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/09 10:34:03 Modified files: editors/kakoune: Makefile distinfo editors/kakoune/pkg: PLIST Log message: update to kakoune 2023.08.05, from Berthault Justin ( justin ! berthault AT zaclys ! net ) with minor modification by me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/09 10:40:22 Modified files: databases/xapian-bindings: Makefile Log message: don't rundep on sphinx CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 10:57:53 Modified files: x11/gtk+4 : Makefile Log message: Tests can use multimedia/pipewire/pipewire. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 11:00:07 Modified files: multimedia/pipewire: Makefile.inc multimedia/pipewire/pipewire: Makefile Log message: Add multimedia/pipewire to CATEGORIES. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 11:00:54 Modified files: security/py-cryptodome: Makefile distinfo security/py-cryptodome/pkg: PLIST Log message: update to py-cryptodome-3.19.0 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 11:19:00 Modified files: usr.bin/ftp : main.c Log message: -C/resume without "proc exec" ftp(1) has "proc exec" to run sh(1) on interactive ! commands and filenames starting with "|"; this is orthogonal to continuing transfers using the existing file size as offsets. There seems to be no case where a) the argument is an URL, i.e. we pledge, and b) a shell is spawned somehow, so avoid these promises when resuming. bsd.port.mk(5) FETCH_CMD uses -C by default. OK millert CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 11:22:10 Modified files: security/boofuzz: Makefile distinfo security/boofuzz/pkg: PLIST Log message: update to boofuzz-0.4.2 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/09 11:36:19 Modified files: sbin/pflogd : pflogd.c Log message: avoid restartable syscalls with siginterrupt() against all our handlers. pflogd uses blocking bpf reads, but installs a bunch of signal handlers to handle cleanly closing and (re)opening the log file. signal() by default sets the handlers up so they're restartable. this has the effect that when pflogd receives a signal while waiting in bpfread, the signal handler runs and sets a flag saying the file should be rotated or closed or whatever, but then the kernel restarts the read. when pflogd used a bpf read timeout, pflogd would run it's "event" loop every time the read timeout expired. this meant even though the bpf read was restarted, by having the read timeout expire every 500ms the flag the signal handlers set would be processed in a relatively short period of time. after moving bpf to a wait timeout, pflogd basically has to wait for a packet to be captured before the bpf read will return. if you're trying to kill pflogd on an idle firewall then you're basically stuck. making the signal handlers not restartable allows bpfread to fail with EINTR so pflogd can go around it's even loop and exit as expected. reported by Mikhail on bugs@ ok claudio@ pflogd needs a rewrite though. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/09 11:54:15 Modified files: bin/pax : ar_io.c pax.c Log message: Tighten pledge in List and Append mode: Drop "wpath cpath fattr dpath" in read-only: - cpio -i -t < test.tar - pax < test.tar - tar -t -f test.tar Drop "cpath fattr dpath" in read-write: - echo foo | cpio -o -A -H ustar -O test.tar - tar -r -f test.tar foo - pax -w -a -f test.tar foo Other modes remain unchanged and thus can create or modify files. Feedback OK millert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 12:00:40 Modified files: multimedia/pipewire/helvum: Makefile crates.inc distinfo Added files: multimedia/pipewire/helvum/patches: patch-modcargo-crates_pipewire-0_7_2_src_lib_rs patch-modcargo-crates_pipewire-sys-0_7_2_build_rs patch-modcargo-crates_pipewire-sys-0_7_2_src_lib_rs Removed files: multimedia/pipewire/helvum/patches: patch-modcargo-crates_libspa-0_7_0_src_utils_mod_rs patch-modcargo-crates_pipewire-0_7_0_src_lib_rs patch-modcargo-crates_pipewire-sys-0_7_0_build_rs patch-modcargo-crates_pipewire-sys-0_7_0_src_lib_rs Log message: Update to helvum-0.5.1. Still broken because of missing eventfd. libepoll-shim does not work as-is, some rust bits seem to be missing. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 12:00:53 Modified files: lib/libcrypto/pkcs7: pk7_lib.c Log message: Convert PKCS7_SIGNER_INFO_set() to X509_ALGOR_set0_by_nid() This is a straightforward conversion because I'm not going to start a cleanup here. Explain why this is not using X509_ALGOR_set_md(). See below. ok jca Let me include a beautiful note from RFC 5754 in its entirety: NOTE: There are two possible encodings for the AlgorithmIdentifier parameters field associated with these object identifiers. The two alternatives arise from the loss of the OPTIONAL associated with the algorithm identifier parameters when the 1988 syntax for AlgorithmIdentifier was translated into the 1997 syntax. Later, the OPTIONAL was recovered via a defect report, but by then many people thought that algorithm parameters were mandatory. Because of this history, some implementations encode parameters as a NULL element while others omit them entirely. The correct encoding is to omit the parameters field; however, when some uses of these algorithms were defined, it was done using the NULL parameters rather than absent parameters. For example, PKCS#1 [RFC3447] requires that the padding used for RSA signatures (EMSA-PKCS1-v1_5) MUST use SHA2 AlgorithmIdentifiers with NULL parameters (to clarify, the requirement "MUST generate SHA2 AlgorithmIdentifiers with absent parameters" in the previous paragraph does not apply to this padding). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/09 12:02:12 Removed files: x11/qt6/qtwebengine: configure Log message: Remove bogus. ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/09 12:03:36 Modified files: devel/py-cstruct: Makefile distinfo devel/py-cstruct/pkg: PLIST Log message: update to cstruct-5.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/09 12:08:07 Modified files: lib/libcrypto/pkcs7: pk7_lib.c Log message: Forgot to fix the RFC number in the new comment CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2023/11/09 13:04:23 Modified files: security/sudo : Makefile distinfo Log message: Update to sudo 1.9.15p2; fixes a bug on terminals with parity enabled. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/09 13:18:14 ports/audio/faudio/patches Update of /cvs/ports/audio/faudio/patches In directory cvs.openbsd.org:/tmp/cvs-serv85414/patches Log Message: Directory /cvs/ports/audio/faudio/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/09 13:20:33 Modified files: audio/faudio : Makefile distinfo games/fna : Makefile distinfo graphics/fna3d : Makefile distinfo Added files: audio/faudio/patches: patch-src_qoa_decoder_h Log message: update FNA ports to 23.11 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/09 14:25:59 ports/x11/kde-applications/krfb/patches Update of /cvs/ports/x11/kde-applications/krfb/patches In directory cvs.openbsd.org:/tmp/cvs-serv19877/patches Log Message: Directory /cvs/ports/x11/kde-applications/krfb/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/09 14:26:59 Added files: x11/kde-applications/kdenlive/patches: patch-src_CMakeLists_txt x11/kde-applications/krfb/patches: patch-CMakeLists_txt Log message: Stop trying to find libinput CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/09 14:28:32 Modified files: wayland/libinput-openbsd: Makefile Log message: add kdenlive krfb as comment CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/09 14:45:18 Modified files: sys/netinet : if_ether.c Log message: Run arp timeout without kernel lock. Since cheloha@ has implemented timeout processes that do not grab the kernel lock, start using TIMEOUT_MPSAFE for arptimer(). OK kn@ mvs@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 15:12:04 Modified files: net/openvpn : Makefile distinfo Log message: SECURITY update to openvpn-2.6.7 Fixes for CVE-2023-46849 and CVE-2023-46850, among other bug fixes and changes. Full changelog: https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 15:12:50 Modified files: net/openvpn : Tag: OPENBSD_7_4 Makefile distinfo Log message: SECURITY update to openvpn-2.6.7 Fixes for CVE-2023-46849 and CVE-2023-46850, among other bug fixes and changes. Full changelog: https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 16:07:11 Modified files: lang/ruby : Makefile.inc Log message: llvm16: preemptively disable the use of -Wl,--compress-debug-sections=zlib This flag will be supported by lld-16. When dwz encounters a file with already compressed sections, it errors out. Just disable the ruby specific use of that feature and keep on relying on dwz like other ports. ok jeremy@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/09 16:13:40 Added files: devel/appstream/patches: patch-compose_asc-globals_c Log message: Avoid trivial compile error (lack of prototype) with llvm-16 ok ajacoutot@ (maintainer) kn@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/09 17:26:00 Modified files: lib/libc/sys : mount.2 sbin/mount : mount.8 Log message: MNT_SOFTDEP and mount -o softdep no longer have any effect OK kn@ jmc@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/09 20:59:40 Modified files: lib/mesa : meson.build Log message: meson: use llvm-config instead of cmake to fix linking errors with meson 1.2.1 From Marek Olsak d11900d5e76922790de90ebfb89f918673759a88 in mainline Mesa CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/09 23:14:05 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Log message: x11/xfce4/xfce4-whiskermenu: update to 2.8.1 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/11/09 23:15:50 Modified files: regress/usr.bin/nc: Makefile Log message: Make further use of netcat server close barrier in regress to reduce flakiness. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/10 01:03:02 Modified files: sbin/iked : ikev2.c policy.c Log message: Always prefer group from initial KE payload as responder if supported. from markus@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/10 01:46:20 Modified files: sysutils/ansible: Makefile distinfo Removed files: sysutils/ansible/patches: patch-ansible_collections_netapp_ontap_plugins_modules_na_ontap_s3_users_py Log message: Update ansible 8.6.0 -> 8.6.1 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst#v8-6-1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 01:53:26 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2023.11.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 01:57:57 Modified files: sysutils/py-ghmi: Makefile distinfo sysutils/py-ghmi/pkg: PLIST Log message: update to py3-ghmi-1.5.64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 01:58:03 Modified files: devel/py-wrapt : Makefile distinfo devel/py-wrapt/pkg: PLIST Log message: update to py3-wrapt-1.16.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/10 02:07:03 Modified files: sysutils/openbsdisks2: Makefile Added files: sysutils/openbsdisks2/patches: patch-src_main_cpp Log message: Use unveil(2) to limit execution to mount_*(8) and umount(8) Uncovered hw.disknames sysctl(2) and cd(4) ioctl(2) prevents pledge(2) usage. Input semarie OK rsadowski CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/10 02:17:02 Modified files: bin/ps : ps.1 ps.c Log message: accept numerical user IDs Turn [-U username] into [-U user] to match top(1)/pgrep(1)/fstat(1) -U/-u taking both "root" and "0". Feedback OK millert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 02:43:43 Modified files: x11/gnome/control-center: Makefile Log message: tecla needs to be a BDEP as well. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 02:52:22 Modified files: sysutils/py-filelock: Makefile distinfo Log message: update to py3-filelock-3.13.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 02:52:30 Modified files: devel/py-pbr : Makefile distinfo devel/py-pbr/pkg: DESCR PLIST Log message: update to py3-pbr-6.0.0 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/10 02:59:14 Modified files: mail/mu : Makefile distinfo mail/mu/pkg : PLIST Log message: Update mu to version 1.10.8 Port changes: - switched to dist_tuple - homepage goes to https directly - plist had info instead of @info Software changes: - guile: fix module installation path - infodir: allow passing absolute path - mu4e-view: assign gnus-article-buffer (helps with some external programs) - mu4e: fix completion with non-quick keys (when using completion frameworks) With hints from op@ OK op CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:04:09 Modified files: meta/gnome : Makefile Log message: Remove x11/gnome/gedit, x11/gnome/screenshot and x11/gnome/terminal from the -extras subpackage; alternative are already provided in -main. The packages still exist though, so people can add them if the want. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 03:04:32 Modified files: sysutils/py-croniter: Makefile distinfo sysutils/py-croniter/pkg: PLIST Log message: update to py3-croniter-2.0.1 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/10 03:04:41 Modified files: sysutils/rset : Makefile distinfo Removed files: sysutils/rset/patches: patch-input_c Log message: update sysutils/rset to 2.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 03:04:44 Modified files: textproc/py-natsort: Makefile distinfo Log message: update to py3-natsort-8.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 03:04:47 Modified files: textproc/py-dicttoxml: Makefile distinfo Log message: update to py3-dicttoxml-1.7.16 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:10:12 Modified files: www/libwpe : Makefile distinfo Log message: Update to libwpe-1.15.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:12:48 Modified files: x11/gnome/libcloudproviders: Makefile distinfo Log message: Update to libcloudproviders-0.3.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:15:58 Modified files: www/epiphany : Makefile distinfo Log message: Update to epiphany-45.1. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/10 03:17:32 Modified files: archivers/unarr: Makefile distinfo Log message: update archivers/unarr to 1.1.1 fixes a heap corruption caused by unsigned integer underflow in rar rgb and e8 filters. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:17:33 Modified files: print/epson-inkjet-printer-escpr: Makefile distinfo print/epson-inkjet-printer-escpr/pkg: PLIST Log message: Update to epson-inkjet-printer-escpr-1.8.2. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/10 03:18:13 Modified files: archivers/unarr: Tag: OPENBSD_7_4 Makefile distinfo Log message: MFC update archivers/unarr to 1.1.1 fixes a heap corruption caused by unsigned integer underflow in rar rgb and e8 filters. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/10 03:27:22 Modified files: sysutils : Makefile Log message: sysutils: add commented out libudev-openbsd SUBDIR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:29:17 Modified files: devel/libpeas : Makefile Log message: Set PORTROACH to ignore libpeas2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 03:40:46 Modified files: textproc/hotdoc: Makefile distinfo Log message: Update to hotdoc-0.16. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/10 03:57:37 Log message: Import devel/p5-File-FcntlLock 0.22 File::FcntlLock is a module to do file locking in an object oriented fashion using the fcntl(2) system call. This allows locks on parts of a file as well as on the whole file and overcomes some known problems with flock(2), on which Perls flock() function is based per default. From MAINTAINER Renaud Allard ok bluhm@ Status: Vendor Tag: rallard Release Tags: landry_20231110 N ports/devel/p5-File-FcntlLock/Makefile N ports/devel/p5-File-FcntlLock/distinfo N ports/devel/p5-File-FcntlLock/pkg/DESCR N ports/devel/p5-File-FcntlLock/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/10 03:58:13 Modified files: devel : Makefile Log message: +p5-File-FcntlLock CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2023/11/10 04:03:50 Modified files: . : plus.html Log message: plus.html: fix release number From Özgür Kazancci, teşekkürler CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/10 04:17:58 Modified files: net/lagrange : Makefile distinfo Log message: Update net/lagrange to 1.17.3; from MAINTAINER Florian Viehweger, thanks! Changes: https://github.com/skyjake/lagrange/releases/tag/v1.17.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/10 04:39:08 Modified files: devel/llvm/13 : Makefile devel/llvm/13/patches: patch-lld_CMakeLists_txt patch-lld_tools_lld_lld_cpp devel/llvm/16 : Makefile devel/llvm/16/patches: patch-lld_CMakeLists_txt patch-lld_tools_lld_lld_cpp Log message: add two new options to lld to help ifdef'ing code that we don't have in base CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/10 04:40:11 Modified files: devel/llvm : Makefile.inc Log message: missing from previous commit CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/10 04:41:18 Modified files: devel/poedit : Makefile distinfo Log message: update devel/poedit to 3.4.1 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/10 04:53:42 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/xmlrpc-c : Makefile distinfo net/xmlrpc-c/patches: patch-common_mk patch-config_mk_in patch-lib_abyss++_Makefile patch-lib_abyss_src_Makefile patch-lib_abyss_src_http_c patch-lib_curl_transport_Makefile patch-lib_expat_xmlparse_Makefile patch-lib_expat_xmlparse_xmlparse_c patch-lib_expat_xmltok_Makefile patch-lib_libutil++_Makefile patch-lib_libutil_Makefile patch-lib_libutil_asprintf_c patch-src_Makefile patch-src_cpp_Makefile patch-test_cpp_server_abyss_cpp patch-unix-common_mk net/xmlrpc-c/pkg: DESCR PLIST Log message: Remove net/xmlrpc-c; OK sthen Imported for cmake which stopped using it in 2010. No consumers in ports, updates are due since 2018. pkg/DESCR still has strong words against this port. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/10 04:59:39 Modified files: sysutils/gsmartcontrol: Makefile distinfo sysutils/gsmartcontrol/patches: patch-configure_ac patch-data_gsmartcontrol-root_in patch-src_gsc_settings_h Log message: update to gsmartcontrol 1.1.4 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/10 05:12:02 Modified files: lib/libutil : ber.c Log message: Give ober_printf_elements() a ber_element array, similar to ober_scanf_elements(). This allows us to move down and back up multiple levels in with nested sequences and sets. While here, on failure, make sure we free (and unlink if needed) all elements we created. OK claudio@, tb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/10 05:14:04 Modified files: sys/dev/pci : pcidevs sys/dev/pci/drm/amd/amdgpu: amdgpu_devlist.h Log message: add "Phoenix 2" APU device id Phoenix 2 parts include both Zen4 and Zen4c cores used by Ryzen Z1, Ryzen 5 7545U, Ryzen 3 7440U with cpuid 19-78-00 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/10 05:14:33 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/10 05:16:53 Modified files: regress/usr.sbin/snmpd: Makefile regress.h snmp.c snmpd_regress.c Log message: Add an initial SNMPv3 regression test. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/10 05:34:50 Modified files: infrastructure/mk: bsd.port.mk Log message: bsd.port.mk: add infrastructure for using sccache in Rust port builds Suggestion to add whitespace around CCACHE and SCCACHE blocks from kn@ OK landry@ kn@ CVSROOT: /cvs Module name: src Changes by: caspar@cvs.openbsd.org 2023/11/10 05:35:54 Modified files: share/man/man5 : bsd.port.mk.5 Log message: bsd.port.mk.5: document variables related to sccache, such as USE_SCCACHE Tweak from kn@ OK landry@ kn@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/10 05:46:05 Modified files: math/lapack : Makefile Log message: pass MAKE_ENV to fix tests, from j AT bitminer DOT ca OK rsadowski maintainer timeout CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 05:49:30 Log message: Import libei-1.1.0. libei is a library for Emulated Input, primarily aimed at the Wayland stack. It uses a typical client/server separation, with the two parts connected via a UNIX socket. In libei parlance, the client-side is called "EI client", the server side, typically a Wayland compositor, is called the "EIS Implementation" (Emulated Input Server). These terms are used throughout this documentation. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231110 N ports/wayland/libei/Makefile N ports/wayland/libei/distinfo N ports/wayland/libei/patches/patch-meson_build N ports/wayland/libei/pkg/DESCR N ports/wayland/libei/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 05:49:57 Modified files: wayland : Makefile Log message: +libei CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/10 05:51:21 Modified files: net/tdesktop : Makefile distinfo net/tdesktop/pkg: PLIST Log message: update to tdesktop 4.11.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 05:51:46 Modified files: wayland/libinput-openbsd: Makefile Log message: Add wayland/libei and x11/gnome/mutter to the list. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 06:08:41 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/patches: patch-clutter_clutter_clutter-frame-clock_c patch-clutter_clutter_clutter-stage-view_c patch-cogl_cogl_cogl-dma-buf-handle_h patch-src_backends_x11_meta-seat-x11_c x11/gnome/mutter/pkg: PLIST Added files: x11/gnome/mutter/patches: patch-src_backends_meta-fd-source_c Log message: Update to mutter-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 06:08:52 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/patches: patch-js_misc_loginManager_js patch-js_ui_endSessionDialog_js patch-js_ui_status_keyboard_js patch-meson_build patch-src_main_c x11/gnome/shell/pkg: PLIST Log message: Update to gnome-shell-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 06:09:03 Modified files: x11/gnome/shell-extensions: Makefile distinfo x11/gnome/shell-extensions/pkg: PLIST Log message: Update to gnome-shell-extensions-45.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 06:09:36 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 45.1 \o/ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/10 07:15:23 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/pkg: PLIST Log message: Update logstash 8.10.4 -> 8.11.0 Release notes: https://www.elastic.co/guide/en/logstash/8.11/logstash-8-11-0.html CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 07:33:36 Modified files: multimedia/pipewire/helvum: Makefile Added files: multimedia/pipewire/helvum/patches: patch-modcargo-crates_pipewire-0_7_2_src_channel_rs multimedia/pipewire/helvum/pkg: PLIST Log message: This finally builds thanks to a clue from semarie@ It's broken at runtime though, so don't enable it just yet. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 07:40:04 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/pwntools: Makefile distinfo security/pwntools/patches: patch-pwn___init___py patch-pwnlib___init___py patch-pwnlib_commandline_main_py patch-pwnlib_elf_elf_py patch-setup_py security/pwntools/pkg: DESCR PLIST Log message: remove pwntools it's pure python and having a package makes little sense anymore. also it keeps accumulating (unported) dependencies... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 07:44:09 Modified files: devel/sccache : Makefile devel/sccache/pkg: DESCR Log message: tiny COMMENT/DESCR tweak; ok caspar@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/10 07:58:45 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: make sure the wayland backend is only built if MOZILLA_USE_WAYLAND is set --enable-default-toolkit=cairo-gtk3 would pick up gtk+3-wayland if found, so be explicit and either cairo-gtk3-x11-only or cairo-gtk3-x11-wayland CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 08:03:51 Modified files: wayland/libei : Makefile Log message: Set MODPY_RUNDEP=No CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 08:04:57 Modified files: multimedia/pipewire/pipewire: Makefile Log message: Move CONFIGURE_ENV up; no pkg change. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/10 08:18:05 Removed files: gnu/usr.bin/clang/liblldbPluginOperatingSystem: Makefile Log message: remove unused liblldbPluginOperatingSystem CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/11/10 08:41:11 Modified files: sbin/fdisk : cmd.c fdisk.8 Log message: Enhance 'flag' to accept hex values in addition to the current 0 .. INT64_MAX decimal values.. Easier to specify the 64 bits of GPT partition attributes and 0x8000000000000000 (a.k.a. MS_NOAUTOMOUNT, a.k.a. 1 << 63) becomes accessable. Prompted by bug report and testing by Philippe Meunier. Thanks! ok dlg@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/10 08:51:24 Modified files: sys/arch/armv7/omap: if_cpsw.c sys/arch/armv7/sunxi: sxie.c sys/arch/octeon/dev: if_cnmac.c sys/dev/fdt : if_dwge.c if_dwxe.c if_mvneta.c if_mvpp.c sys/dev/ic : acx.c aic6915.c ath.c bcmgenet.c bwi.c dc.c dwqe.c elink3.c fxp.c gem.c malo.c pgt.c re.c smc83c170.c ti.c xl.c sys/dev/pci : if_age.c if_alc.c if_ale.c if_aq_pci.c if_bge.c if_bnx.c if_bnxt.c if_cas.c if_em.c if_et.c if_iavf.c if_igc.c if_ix.c if_ixgb.c if_ixl.c if_jme.c if_lge.c if_mcx.c if_msk.c if_myx.c if_nfe.c if_ngbe.c if_nge.c if_nxe.c if_oce.c if_pcn.c if_rge.c if_se.c if_sis.c if_sk.c if_ste.c if_stge.c if_tht.c if_tl.c if_txp.c if_vge.c if_vic.c if_vmx.c if_vte.c if_wb.c if_xge.c sys/dev/pv : if_hvn.c if_vio.c if_xnf.c sys/net : if.c if_spppsubr.c ifq.c ifq.h Log message: Make ifq and ifiq interface MP safe. Rename ifq_set_maxlen() to ifq_init_maxlen(). This function neither uses WRITE_ONCE() nor a mutex and is called before the ifq mutex is initialized. The new name expresses that it should be used only during interface attach when there is no concurrency. Protect ifq_len(), ifq_empty(), ifiq_len(), and ifiq_empty() with READ_ONCE(). They can be used without lock as they only read a single integer. OK dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 08:54:00 Log message: Import wireplumber-0.4.15. WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire. <...> ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231110 N ports/multimedia/pipewire/wireplumber/Makefile N ports/multimedia/pipewire/wireplumber/distinfo N ports/multimedia/pipewire/wireplumber/patches/patch-src_config_wireplumber_conf N ports/multimedia/pipewire/wireplumber/patches/patch-src_tools_wpctl_c N ports/multimedia/pipewire/wireplumber/pkg/DESCR N ports/multimedia/pipewire/wireplumber/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 08:54:31 Modified files: multimedia/pipewire: Makefile Log message: +wireplumber CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 08:55:59 Modified files: multimedia/pipewire/pipewire: Makefile Log message: Talk about the pipewire-session-manager cyclic dependency. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 09:01:32 Modified files: x11/polybar : Makefile distinfo x11/polybar/patches: patch-include_modules_cpu_hpp patch-src_modules_cpu_cpp patch-src_modules_temperature_cpp x11/polybar/pkg: PLIST Added files: x11/polybar/patches: patch-include_cairo_context_hpp patch-include_utils_string_hpp patch-lib_i3ipcpp_src_ipc_cpp patch-src_utils_string_cpp Log message: update to polybar-3.7.0 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2023/11/10 09:02:47 Modified files: usr.bin/fgen : fgen.l Log message: sync with NetBSD -r1.38: remove unused NULL pointer that was passed to printf %s. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/11/10 09:20:52 Modified files: sbin/fdisk : cmd.c Log message: GPT partitions have many attributes. Don't stomp on them all when using 'flag ' to make a partition the only bootable partition. Just turn off the bootable bit in the other partitions. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 09:25:17 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: gdm.rc Log message: Add comment to the rc.d script. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/10 09:47:17 Modified files: infrastructure/mk: bsd.port.mk Log message: Add support for CFLAGS_${CHOSEN_COMPILER} and CXXFLAGS_${CHOSEN_COMPILER} This helps defining compiler-specific C(XX)FLAGS in a single line, avoiding hacks like testing the value of ${CHOSEN_COMPILER} after including bsd.port.mk. As noted by tb@, this idiom is already used in multimedia/mkvtoolnix. Example usage: CFLAGS_base-clang = -Wno-useless-warning ok tb@ on a previous version, tweaks from espie@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/10 09:51:01 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Add doc for CFLAGS_${CHOSEN_COMPILER} and CXXFLAGS_${CHOSEN_COMPILER} ok tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/10 09:57:49 Modified files: security/dante : Makefile Log message: libtool doesn't have an -all-dynamic flag, use -export-dynamic Bump REVISION even though there is no actual change in exported symbols in libdsocks.so (says check_sym). Spotted with clang-16 who was unhappy with -all-dynamic. Note: libtool does support an -all-static flag, which may be the source of the confusion. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/10 10:05:13 Modified files: mail/rssgoemail: Makefile distinfo modules.inc Log message: update mail/rssgoemail to 1.0.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/10 10:30:07 Modified files: sysutils : Makefile devel : Makefile graphics : Makefile Log message: link syutils/libdisplay-info, graphics/libliftoff & devel/tllist to the build they dont depend on unlinked ports, and nothing should pick them up CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/10 10:30:32 Modified files: infrastructure/mk: bsd.port.mk Log message: Only append CFLAGS_${CHOSEN_COMPILER} is COMPILER_LANGS contains c Same for CXXFLAGS_${CHOSEN_COMPILER} and c++. Requested by espie@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/10 10:37:20 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Also mention COMPILER_LANGS for CFLAGS_${CHOSEN_COMPILER} Suggested by espie@ While here, sprinkle more .Ev. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/10 10:38:51 Modified files: x11/gnome/gdm : Makefile distinfo Log message: update to 45.0.1 CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/10 10:41:47 Log message: Move libevdev-openbsd to wayland. requested by aja@ Status: Vendor Tag: matthieu Release Tags: matthieu_20231110 N ports/wayland/libevdev-openbsd/Makefile N ports/wayland/libevdev-openbsd/distinfo N ports/wayland/libevdev-openbsd/pkg/DESCR N ports/wayland/libevdev-openbsd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/11/10 10:43:39 Modified files: sys/scsi : sd.c Log message: scsi_xs_get() sets xs->flags via scsi_xs_io(). There is no need to separately add another flag via SET(). Just pass the correct combo to scsi_xs_get(). ok dlg@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/10 10:46:53 Modified files: sysutils : Makefile wayland : Makefile Removed files: sysutils/libevdev-openbsd: Makefile distinfo sysutils/libevdev-openbsd/pkg: DESCR PLIST Log message: Move libevdev-openbsd to wayland. Requested by aja@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/10 10:49:18 Modified files: wayland/sway : Makefile Log message: Moved libevdev-openbsd to wayland. No revision bump since not built CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/10 10:49:48 Modified files: wayland : TODO-Wayland.md Log message: moved libevdev-openbsd to wayland. CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/11/10 10:59:57 Modified files: net/tor : Makefile distinfo Log message: SECURITY update to tor 0.4.8.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 11:13:24 Modified files: multimedia/pipewire: Makefile multimedia/pipewire/helvum: Makefile multimedia/pipewire/helvum/patches: patch-modcargo-crates_pipewire-0_7_2_src_channel_rs Log message: Fix and hook up wireplumber. Thanks tb@ for looking into it and semarie@ for fixing! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:24:43 Log message: import py-nampa-0.1.1 Nampa is a package for reading IDA Pro's .sig files. It comes with its own command-line tool for analyzing such files: dumpsig.py. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20231110 N ports/devel/py-nampa/Makefile N ports/devel/py-nampa/distinfo N ports/devel/py-nampa/pkg/DESCR N ports/devel/py-nampa/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:25:26 Log message: import py3-backports-strenum-1.2.8 Base class for creating enumerated constants that are also subclasses of str. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20231110 N ports/devel/py-backports-strenum/Makefile N ports/devel/py-backports-strenum/distinfo N ports/devel/py-backports-strenum/pkg/DESCR N ports/devel/py-backports-strenum/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:27:21 Modified files: devel : Makefile Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:27:48 Modified files: devel/py-unicorn: Makefile distinfo devel/py-unicorn/pkg: PLIST Added files: devel/py-unicorn/patches: patch-src_qemu_tcg_ppc_tcg-target_inc_c Removed files: devel/py-unicorn/patches: patch-src_Makefile patch-src_qemu_tcg_ppc_tcg-target_c Log message: update to py-unicorn-2.0.1.post1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:28:39 Modified files: devel/angr : Makefile.inc devel/angr/py-ailment: Makefile distinfo devel/angr/py-ailment/pkg: PLIST devel/angr/py-angr: Makefile distinfo devel/angr/py-angr/patches: patch-angr_knowledge_plugins_functions_function_py patch-angr_procedures_definitions___init___py devel/angr/py-angr/pkg: PLIST devel/angr/py-archinfo: Makefile distinfo devel/angr/py-archinfo/pkg: PLIST devel/angr/py-claripy: Makefile distinfo devel/angr/py-claripy/pkg: PLIST devel/angr/py-cle: Makefile distinfo devel/angr/py-cle/pkg: PLIST devel/angr/py-pyvex: Makefile distinfo devel/angr/py-pyvex/patches: patch-make_ffi_py patch-pyvex_c_Makefile patch-pyvex_c_pyvex_c patch-setup_py devel/angr/py-pyvex/pkg: PLIST devel/angr/vex : Makefile distinfo devel/angr/vex/pkg: PLIST Removed files: devel/angr/py-angr/patches: patch-setup_py Log message: update angr components to 9.2.76 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/10 11:29:13 Modified files: security/angrop: Makefile distinfo security/angrop/pkg: PLIST Log message: update to angrop-9.2.8 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/11/10 11:49:21 Modified files: app/xenodm/config: TakeConsole.in GiveConsole.in Log message: Add group handling to match fbtab(5). Suggested by and ok aja@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2023/11/10 11:56:21 Modified files: usr.sbin/btrace: btrace.c ksyms.c Log message: zap some unused includes CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:31:33 Modified files: infrastructure/db: dist-tuple.pattern Log message: Add gitlab.gnome.org support in DIST_TUPLES. ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:35:41 Modified files: x11/gnome : gnome.port.mk Log message: Do some magic when DIST_TUPLE is set. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:35:46 Modified files: x11/gnome/endeavour: Makefile distinfo x11/gnome/endeavour/pkg: PLIST Log message: Use DIST_TUPLE and rename from bogus endeavor to endeavour. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:36:04 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: 'endeavor' => 'endeavour' CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:46:52 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Mention gnome in DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:48:00 Modified files: www/webkitgtk4 : Makefile distinfo Log message: Update to webkitgtk{40,41,60}-2.42.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:48:13 Modified files: www/webkitgtk4 : Tag: OPENBSD_7_4 Makefile distinfo Log message: Maintenance update to webkitgtk{40,41,60}-2.42.2.. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:55:14 Modified files: infrastructure/db: dist-tuple.pattern Log message: Sort. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 12:56:54 Modified files: x11/gnome/endeavour: Makefile distinfo Log message: Fix WRKDIST. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/11/10 13:05:05 Modified files: www/goaccess : Makefile distinfo Log message: update to goaccess-1.8.1 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/10 13:05:23 Modified files: sys/net : art.c art.h route.c route.h rtable.c rtable.h sys/netinet : in.h sys/netinet6 : in6.h Log message: rtable_match() takes constant destination. For implementing MP safe route lookup, it helps to know which function parameters are constant. Add some const declarations, so that the compiler guarantees that sockaddr dst parameter of rtable_match() does not change. OK dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 13:06:34 Modified files: x11/gnome/aisleriot: Makefile distinfo x11/gnome/gucharmap: Makefile distinfo x11/gnome/seahorse-nautilus: Makefile distinfo x11/gnome/secrets: Makefile distinfo x11/gnome/terminal: Makefile distinfo Log message: Use DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/10 13:06:50 Modified files: x11/gnome/sushi: Makefile distinfo Log message: Use regular tarball. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/10 14:32:02 Modified files: sysutils/ttyplot: Makefile distinfo sysutils/ttyplot/patches: patch-Makefile Log message: Update ttyplot to 1.5.1. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/10 16:23:56 Modified files: games/nblood : Makefile Added files: games/nblood/patches: patch-source_mimalloc_src_prim_unix_prim_c Log message: build when syscall is removed patch from gnezdo@ in print/luametatex reported by tb@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/10 18:28:41 Modified files: lib/libc/locale: mbtowc.3 Log message: more details about error recovery OK millert@ jmc@ triggered by a question from cheloha@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/10 18:38:23 Modified files: lib/libc/locale: mbtowc.3 Log message: Delete the useless .\" ----- comments before .Sh. Wo don't have them anywhere else, so we don't need them here. No text change. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 19:18:33 Modified files: devel/goffice : Makefile Added files: devel/goffice/patches: patch-configure_ac patch-goffice_math_go-dtoa_c patch-goffice_math_go-ryu_c patch-goffice_math_go-ryu_h Log message: goffice: patch from upstream commit fixing build on 32-bit archs (disable long double support if we lack __uint128_t), ok aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 19:39:31 Modified files: devel/py-backports-strenum: Makefile devel/py-nampa : Makefile Log message: FLAVOR=python3 not FLAVOR?=python3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/10 19:51:03 Modified files: www/gotosocial : Makefile distinfo modules.inc www/gotosocial/patches: patch-example_config_yaml Log message: update to gotosocial-0.12.2, from Hukadan (maintainer) CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2023/11/10 19:52:55 Modified files: regress/usr.bin/gzip: Makefile usr.bin/compress: main.c Log message: Ignore -N in "gzip -dN u.range is required. If a caller frees min and max after sk_ASIdOrRange_push() failed, there is a double free. All these complications could have been avoided if the API interface had simply used uint32_t instead of ASN1_INTEGERs. The entire RFC 3779 API was clearly written without proper review. I don't know if there ever was an actual consumer before rpki-client. If it existed, nobody with the requisite skill set looked at it in depth. ok beck for the general direction with a lot of input and ok jsing CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/11 03:00:16 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-clang_lib_Driver_ToolChains_Clang_cpp patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_cpp patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_h Added files: devel/llvm/16/patches: patch-lldb_source_Plugins_ABI_AArch64_ABISysV_arm64_cpp patch-lldb_source_Plugins_Process_elf-core_RegisterUtilities_h Log message: sync some lost patches from base for arm64 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/11 03:12:08 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document UNLINKED/BUILD_UNLINKED CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 03:12:48 Modified files: infrastructure/mk: bsd.port.mk Log message: UNLINKED/BUILD_UNLINKED mechaanism, to allow linking everything to the build. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 03:16:26 Modified files: infrastructure/mk: pkgpath.mk Log message: somehow I missed adding this one CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/11 03:17:02 Modified files: devel/llvm/16/patches: patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_cpp patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_h Log message: fixup previous commit by regenerating the patches from the correct source ... need more cofee CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 03:27:45 Modified files: devel/sdl2-ttf : Makefile Added files: devel/sdl2-ttf/patches: patch-external_harfbuzz_src_hb-ft_cc Log message: Work around some additional function pointer strictness in clang++-16 Diff is a subset of a change already merged in upstream harfbuzz and should disappear in a subsequent update. ok thfr@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 03:29:21 Modified files: x11/gnome/maps : Makefile Log message: Missing DEP on sysutils/libportal. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/11 03:46:37 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Dumb my latin down to vernacular english CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 03:52:15 Modified files: infrastructure/mk: bsd.port.mk Log message: shell quoting means the IGNORE message wants \( CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 03:57:16 Modified files: devel/py-nampa : Makefile Log message: fix spelling of MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 03:57:51 Modified files: meta/gnome : Makefile Log message: Bump REVISION-extras after endeavour rename. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 04:02:03 Log message: import wayland/swaylock 1.7.2 swaylock is a screen locking utility for Wayland compositors. It is compatible with any Wayland compositor which implements the ext-session-lock-v1 Wayland protocol. patches being upstreamed: - wordexp() usage dropped/removed - proper bsdauth mechanism usage ok matthieu@ Status: Vendor Tag: landry Release Tags: landry_20231111 N ports/wayland/swaylock/Makefile N ports/wayland/swaylock/distinfo N ports/wayland/swaylock/patches/patch-meson_build N ports/wayland/swaylock/patches/patch-main_c N ports/wayland/swaylock/patches/patch-render_c N ports/wayland/swaylock/files/bsdauth.c N ports/wayland/swaylock/pkg/PLIST N ports/wayland/swaylock/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 04:02:07 Log message: import wayland/swayidle 1.8.0 This is sway's idle management daemon, swayidle. It is compatible with any Wayland compositor which implements the ext-idle-notify protocol. wordexp() removal/replacement patches being upstreamed, thanks tb@ for the help on the string parsing.. ok matthieu@ Status: Vendor Tag: landry Release Tags: landry_20231111 N ports/wayland/swayidle/Makefile N ports/wayland/swayidle/distinfo N ports/wayland/swayidle/patches/patch-main_c N ports/wayland/swayidle/pkg/DESCR N ports/wayland/swayidle/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:02:42 Modified files: devel/appstream: Makefile distinfo devel/appstream/pkg: PLIST-main Log message: Update to appstream-0.16.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 04:02:54 Modified files: wayland : Makefile Log message: +sway{lock,idle} CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:03:11 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.31.84. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:03:23 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.84. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:03:43 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.29.84. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 04:06:10 Modified files: wayland : Makefile Log message: wayland: link dmenu-wayland, swaybg and swayimg to the build they don't depend on any unlinked ports, so there's no reason for not building them CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 04:16:02 Modified files: databases/sqlports/files: mksqlitedb Log message: keep going is fine, but when we notice an error and do ^C, very often the actual error will be beyond recall so add proper signal handling to report errors anyway CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/11 04:24:10 Modified files: devel/llvm/16/patches: patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_cpp Log message: RegisterValue::SetType param is now a const RegisterInfo& so ammend our patch CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:42:37 Modified files: x11/gnome : gnome.port.mk Log message: A bit more magic for GNOME_VERSION and WRKDIST to everything works out of the box without the need to tweak these variables in some ports. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:42:59 Modified files: x11/gnome/seahorse-nautilus: Makefile Log message: Simplify. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:43:27 Modified files: net/dleyna : Makefile distinfo Log message: Use DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 04:47:10 Modified files: lang/ghc-8.10.7: Makefile Log message: make it ready to link to the build CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 04:47:20 Modified files: lang : Makefile Log message: link CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/11 04:48:03 Modified files: net/libmaxminddb: Makefile distinfo net/libmaxminddb/patches: patch-configure Log message: Update libmaxminddb to 1.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:50:33 Modified files: news/pan : Makefile distinfo Log message: Use DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 04:51:22 Modified files: net/torsocks : Makefile net/torsocks/patches: patch-src_lib_syscall_c patch-src_lib_torsocks_c net/torsocks/pkg: PLIST Added files: net/torsocks/patches: patch-configure_ac Log message: Cope with syscall(2) removed from libc deraadt@ plans to further hide syscall from userland, so teach torsocks to detect indirect syscall(2) availability, and don't try to intercept it when absent. This approach should be fit for upstream. ok tb@ pascal@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:52:54 Modified files: sysutils/deja-dup: Makefile distinfo Log message: Use DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 04:53:07 Modified files: databases/sqlports: Makefile databases/sqlports/files: Info.pm Var.pm mksqlitedb Log message: actually reference UNLINKED CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 04:53:38 Modified files: infrastructure/mk: bsd.port.mk Log message: Have dump-vars link UNLINKED CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:57:25 Modified files: x11/gnome : gnome.port.mk Log message: Remove "VERSION". It was supposed to be a transitional variable but stayed for years... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 04:57:36 Modified files: devel/libgtop2 : Makefile graphics/libart: Makefile textproc/libxml: Makefile x11/py-gtk2 : Makefile Log message: VERSION -> GNOME_VERSION CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 04:59:48 Removed files: security/floss : Makefile distinfo security/floss/patches: patch-setup_py security/floss/pkg: DESCR PLIST Log message: remove python2-only floss that's woefully outdated and also marked BROKEN. there's no point in packaging this pure python port. discussed with several ok tb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:00:22 Modified files: devel : Makefile security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/py-enum34: Makefile distinfo devel/py-enum34/pkg: DESCR PLIST security/py-viv_utils: Makefile distinfo security/py-viv_utils/patches: patch-setup_py security/py-viv_utils/pkg: DESCR PLIST security/py-vivisect: Makefile distinfo security/py-vivisect/pkg: DESCR PLIST Log message: remove python2-only dependencies of floss and sync quirks CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 05:08:35 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Fix reason for xmlrpc-c removal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:10:07 Modified files: x11/gnome/notes: Makefile distinfo Log message: Use DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 05:11:02 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/irc : Makefile distinfo net/irc/patches: patch-ircd_channel_c patch-ircd_s_misc_c patch-ircd_s_user_c patch-support_config_h_dist patch-support_configure net/irc/pkg : DESCR PLIST Log message: Drop net/irc, unmaintained server software that fails to build with llvm-16 ok kn@ fcambus@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:15:44 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/volatility: Makefile distinfo security/volatility/pkg: DESCR PLIST Log message: remove volatility2. still python2 and not useful to package anymore CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:15:55 Modified files: x11/gnome : gnome.port.mk Log message: Only do magic with DIST_TUPLE when template is set to gnome. This allows using DIST_TUPLE with this module without having to use GNOME gitlab or without inheriting gnome specific variables; it will also allow adding support for MATE in the future. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/11 05:17:50 Modified files: sys/net : art.c art.h rtable.c Log message: Remove unused parameter dst from art_get(). OK mvs@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:17:52 Modified files: security/distorm3: Makefile distinfo security/distorm3/pkg: DESCR PLIST Removed files: security/distorm3/patches: patch-src_config_h Log message: - update to distorm3-3.5.2 - switch to python3 - rework DESCR CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2023/11/11 05:24:58 Modified files: net/tor : Tag: OPENBSD_7_4 Makefile distinfo Log message: SECURITY update to tor 0.4.8.9. ok sthen@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:27:00 Modified files: share/man/man5 : gnome-module.5 Log message: Mention that this module also supports meson(1). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:27:38 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm security/py-cryptodome: Makefile security/py-cryptodome/pkg: PLIST Removed files: security/py-cryptodome/pkg: PFRAG.no-python3 Log message: remove python2 tentacles from py-cryptodome now that nothing depends on it anymore CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/11 05:29:28 Modified files: games : Makefile Log message: Unhook pokerth CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/11 05:29:58 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register pokerth removal CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:32:34 Modified files: share/man/man5 : gnome-module.5 Log message: Add DIST_TUPLE support documentation. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/11 05:35:17 Removed files: games/pokerth : Makefile distinfo games/pokerth/patches: patch-chatcleaner_proto patch-pokerth_game_pro patch-pokerth_pro patch-pokerth_proto patch-pokerth_server_pro patch-src_core_common_crypthelper_cpp patch-src_gui_qt_gametable_gametableimpl_cpp patch-src_net_common_clientthread_cpp patch-src_net_common_netpacket_cpp patch-src_net_common_serveracceptwebhelper_cpp patch-src_net_serveraccepthelper_h patch-src_third_party_websocketpp_websocketpp_transport_asio_connection_hpp patch-src_third_party_websocketpp_websocketpp_transport_asio_endpoint_hpp patch-src_third_party_websocketpp_websocketpp_transport_asio_security_none_hpp patch-src_third_party_websocketpp_websocketpp_transport_asio_security_tls_hpp games/pokerth/pkg: DESCR PLIST Log message: Retire pokerth There was at least one protobuf-related build breakage too many for this unmaintained port with dead upstream. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:38:03 Modified files: x11/obmenu : Makefile Log message: Add comment about moving to https://github.com/keithbowes/obmenu. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:40:48 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm security/yara : Makefile security/yara/python: Makefile security/yara/python/pkg: PLIST Log message: make python bindings for yara python3-only now CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 05:42:45 Modified files: x11 : Makefile graphics : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: x11/driconf : Makefile distinfo x11/driconf/patches: patch-driconf patch-driconf_complexui_py patch-driconf_py patch-driconf_simpleui_py patch-setup_cfg patch-setup_py x11/driconf/pkg: DESCR PLIST x11/gammapage : Makefile distinfo x11/gammapage/patches: patch-GAMMApage_py x11/gammapage/pkg: DESCR PLIST graphics/comix : Makefile distinfo graphics/comix/patches: patch-install_py patch-mime_comicthumb patch-src_comix_py patch-src_histogram_py patch-src_image_py patch-src_library_py patch-src_thumbbar_py patch-src_thumbnail_py patch-src_thumbremover_py graphics/comix/pkg: DESCR PLIST Log message: Remove driconf, GAMMApage and comix. These are using py-gtk2 (and so python2) which will not remain on life support for ever. ok sthen@ jca@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 05:49:57 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm security/py-pefile: Makefile distinfo security/py-pefile/pkg: PLIST Log message: - update to pefile-2023.2.7 - zap python2 flavor CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 05:50:54 Log message: Reimport current textproc/xpdf 3.04 as textproc/xpdf3; OK tb People still use the Tcl based 3.x version, but upstream long switched to 4.x based on Qt. Rename old xpdf to xpdf3, incl. its default configuration paths so that "pkg_add xpdf3" will provide the old version. pdfto* tools are dropped in xpdf3, use the new version or poppler-utils for that. Status: Vendor Tag: kn Release Tags: kn_20231111 N ports/textproc/xpdf3/Makefile N ports/textproc/xpdf3/distinfo N ports/textproc/xpdf3/patches/patch-Makefile_in N ports/textproc/xpdf3/patches/patch-doc_sample-xpdfrc N ports/textproc/xpdf3/patches/patch-splash_Makefile_in N ports/textproc/xpdf3/patches/patch-splash_SplashXPath_cc N ports/textproc/xpdf3/patches/patch-splash_SplashXPath_h N ports/textproc/xpdf3/patches/patch-xpdf_GlobalParams_cc N ports/textproc/xpdf3/patches/patch-xpdf_JBIG2Stream_cc N ports/textproc/xpdf3/patches/patch-xpdf_Makefile_in N ports/textproc/xpdf3/patches/patch-xpdf_TextOutputDev_cc N ports/textproc/xpdf3/patches/patch-xpdf_XRef_cc N ports/textproc/xpdf3/patches/patch-configure N ports/textproc/xpdf3/patches/patch-xpdf_config_h N ports/textproc/xpdf3/pkg/DESCR N ports/textproc/xpdf3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 05:51:15 Modified files: textproc : Makefile Log message: + xpdf3 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/11 05:52:20 Modified files: sys/net : route.h Log message: start documenting the protections or locks needed for struct rtentry fields. this is the result of a bunch of discussion at h2k23. ok claudio@ mvs@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 05:58:32 Modified files: textproc/xpdf : Makefile distinfo textproc/xpdf/patches: patch-doc_sample-xpdfrc patch-xpdf_GlobalParams_cc patch-xpdf_XRef_cc Added files: textproc/xpdf/patches: patch-xpdf-qt_XpdfWidgetPrint_cc Removed files: textproc/xpdf/patches: patch-Makefile_in patch-splash_Makefile_in patch-splash_SplashXPath_cc patch-splash_SplashXPath_h patch-xpdf_JBIG2Stream_cc patch-xpdf_Makefile_in patch-xpdf_TextOutputDev_cc Log message: update to xpdf 4.04; OK tb Practically a new Qt5 port, based on an earlier tarball from rsadowski. Earlier xpdf-3.04 -> xpdf3-3.04 idea from sthen. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 06:11:41 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/pkg: PLIST Log message: Update to gimp-2.10.36. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 06:27:24 Modified files: share/man/man5 : gnome-module.5 Log message: We do not define VERSION anymore. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:31:13 Modified files: devel : Makefile Log message: sort CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:33:33 Modified files: devel : Makefile Log message: py2 py-tabulate and py-plugnplay were only used by floss which has been removed; unhook CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:35:02 Modified files: devel/py-plugnplay: Makefile devel/py-plugnplay/pkg: PLIST Log message: drop python2 and move from obsolete MODPY_SETUPTOOLS to pep517-based MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:35:48 Modified files: devel/py-tabulate: Makefile distinfo devel/py-tabulate/pkg: PLIST Log message: update to py3-tabulate-0.9.0, drop now-unused py2 version and move to pep517 build CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:36:04 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirks for devel/py-plugnplay devel/py-tabulate CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 06:40:42 Modified files: multimedia/pipewire/helvum/patches: patch-modcargo-crates_pipewire-0_7_2_src_channel_rs Log message: Add link to MR. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 06:56:36 Modified files: security/py-pefile: Makefile security/py-pefile/pkg: PLIST Log message: use MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:00:50 Modified files: devel : Makefile Log message: unhook py2 py-funcy CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 07:09:16 Modified files: audio/espeak : Makefile Added files: audio/espeak/patches: patch-src_speechPlayer_src_speechWaveGenerator_cpp Log message: Trivial compile fix for clang++-16, snatched from upstream CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/11 07:12:10 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-chrome_browser_about_flags_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-components_optimization_guide_core_optimization_guide_util_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-sandbox_policy_features_cc Log message: update to 119.0.6045.123 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:20:04 Modified files: devel/py-funcy : Makefile distinfo devel/py-funcy/pkg: PLIST Log message: update to py3-funcy-2.0, now py3 only (and use pep517 MODPY_PYBUILD) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:20:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirk for py-funcy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:21:35 Modified files: devel : Makefile Log message: unhook py2 py-sortedcontainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:21:54 Modified files: devel : Makefile Log message: unhook py2 py-intervaltree CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/11 07:24:04 Modified files: sys/net : if.c if.h if_var.h Log message: Pass constant struct sockaddr to interface lookup functions. OK mvs@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:24:59 Modified files: devel/py-intervaltree: Makefile devel/py-intervaltree/pkg: PLIST Log message: drop py2 flavour, use MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:28:36 Modified files: devel/py-sortedcontainers: Makefile devel/py-sortedcontainers/pkg: PLIST Log message: drop py2 flavour, use MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:28:59 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirks for py-intervaltree, py-sortedcontainers CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:33:34 Modified files: net/py-dns : Makefile Log message: add "only used by rbldnsd" comment next to MODPY_DEFAULT_VERSION_2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:38:19 Modified files: net/freeradius : Makefile net/freeradius/pkg: DESCR-python3 PLIST-python3 Removed files: net/freeradius/pkg: DESCR-python PLIST-python Log message: freeradius: drop (python2) rlm_python plugin CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 07:45:37 Modified files: textproc/libxml: Makefile Log message: Another remnant of VERSION -> GNOME_VERSION CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:52:08 Modified files: devel : Makefile Log message: unhook py2 py-future CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 07:52:17 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: gdm.rc Added files: x11/gnome/gdm/patches: patch-data_PostSession_in patch-data_PreSession_in Log message: Sync with TakeConsole and GiveConsole from xenodm. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:53:02 Modified files: devel/py-future: Makefile devel/py-future/pkg: PLIST Removed files: devel/py-future/pkg: PFRAG.no-python3 Log message: py-future: move to py3-only, use MODPY_PYBUILD CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:53:33 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirks for py-future CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 07:54:06 Modified files: security/yara/python: Makefile security/yara/python/patches: patch-setup_py security/yara/python/pkg: PLIST Log message: py-yara: use MODPY_PYBUILD, ok jasper CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/11 07:57:27 Modified files: wayland/libevdev-openbsd: Makefile distinfo Log message: update wayland/libevdev-openbsd to 20231111 ok landry@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 08:02:02 Modified files: security/emldump: Makefile distinfo Log message: update to emldump-0.0.13 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 08:15:48 Modified files: print/poppler : Makefile print/poppler/pkg: PLIST-utils textproc/xpdf : Makefile textproc/xpdf/pkg: PLIST Log message: move pdfdetach(1) from xpdf to poppler-utils; idea kili; OK sthen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 08:17:31 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: cairo-gtk3-x11-only only exists as an option since mozilla 116 cf #1833855 revert back to cairo-gtk to unbreak esr/thunderbird/tbb, as found out by naddy@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 08:19:13 Modified files: textproc/xpdf : Makefile Log message: register print/libpaper DEP CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/11 08:21:53 Modified files: print/poppler : Makefile print/poppler/pkg: DESCR-utils Log message: complete DESCR-utils with pdfattach(1) and pdfdetach(1) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 08:29:48 Modified files: devel/log4cplus: Makefile Log message: log4cplus: update HOMEPAGE and move dist to github releases. no distfile change. update comment regarding 2.x causing problems with kea with refreshed information and simple details of how to test (same problem seen with 2.1.0 as with 2.0.4). CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 08:31:31 Modified files: devel/llvm : Makefile.inc devel/llvm/13 : Makefile devel/llvm/13/pkg: PLIST-main devel/llvm/16 : Makefile devel/llvm/16/pkg: PLIST-main Log message: Reinstate the clang-specific tgmath.h We've had it in base so far, and tests show that /usr/include/tgmath.h isn't usable with clang-16. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 08:45:22 Modified files: sysutils/libportal: Makefile Log message: Fix HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 08:49:59 Modified files: x11/mate/settings-daemon: Makefile sysutils/fprintd: Makefile Log message: Missing RDEP on x11/dbus,-suid (share/dbus-1/system-services/). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 08:57:32 ports/sysutils/flatpack Update of /cvs/ports/sysutils/flatpack In directory cvs.openbsd.org:/tmp/cvs-serv85526/flatpack Log Message: Directory /cvs/ports/sysutils/flatpack added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:03:47 ports/sysutils/flatpack/libportal Update of /cvs/ports/sysutils/flatpack/libportal In directory cvs.openbsd.org:/tmp/cvs-serv98102/libportal Log Message: Directory /cvs/ports/sysutils/flatpack/libportal added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:03:57 ports/sysutils/flatpack/libportal/pkg Update of /cvs/ports/sysutils/flatpack/libportal/pkg In directory cvs.openbsd.org:/tmp/cvs-serv59429/libportal/pkg Log Message: Directory /cvs/ports/sysutils/flatpack/libportal/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:05:39 Modified files: sysutils : Makefile Added files: sysutils/flatpack: Makefile Makefile.inc sysutils/flatpack/libportal: Makefile distinfo sysutils/flatpack/libportal/pkg: DESCR-gtk3 DESCR-gtk4 DESCR-main DESCR-qt5 PLIST-gtk3 PLIST-gtk4 PLIST-main PLIST-qt5 Removed files: sysutils/libportal: Makefile distinfo sysutils/libportal/pkg: DESCR-gtk3 DESCR-gtk4 DESCR-main DESCR-qt5 PLIST-gtk3 PLIST-gtk4 PLIST-main PLIST-qt5 Log message: Move libportal under flatpack. ok robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:09:56 Modified files: graphics/shotwell: Makefile www/epiphany : Makefile x11/gnome/builder: Makefile x11/gnome/contacts: Makefile x11/gnome/eog : Makefile x11/gnome/file-roller: Makefile x11/gnome/maps : Makefile x11/gnome/nautilus: Makefile x11/gnome/photos: Makefile x11/gnome/totem: Makefile Log message: Fix for libportal move. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:11:44 Log message: Import xdg-desktop-portal-1.18.1 xdg-desktop-portal is a portal frontend service for Flatpak and possibly other desktop containment frameworks. <...> with & ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231111 N ports/sysutils/flatpack/xdg-desktop-portal/Makefile N ports/sysutils/flatpack/xdg-desktop-portal/distinfo N ports/sysutils/flatpack/xdg-desktop-portal/pkg/DESCR N ports/sysutils/flatpack/xdg-desktop-portal/pkg/PLIST N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-document-portal_meson_build N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-document-portal_permission-db_c N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-meson_build N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-src_documents_c N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-src_xdp-utils_c N ports/sysutils/flatpack/xdg-desktop-portal/patches/patch-tests_meson_build No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/11 09:17:23 Modified files: lang/ghc-8.10.7: Makefile Log message: neuter plist too CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:23:45 Log message: Import xdg-desktop-portal-gtk-1.15.1 Backend implementation for xdg-desktop-portal that is using GTK and various pieces of GNOME infrastructure, such as org.gnome.desktop.* GSettings schemas and the org.gnome.SessionManager and org.gnome.Screensaver D-Bus interfaces. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231111 N ports/sysutils/flatpack/xdg-desktop-portal-gtk/Makefile N ports/sysutils/flatpack/xdg-desktop-portal-gtk/distinfo N ports/sysutils/flatpack/xdg-desktop-portal-gtk/pkg/DESCR N ports/sysutils/flatpack/xdg-desktop-portal-gtk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:24:45 Modified files: sysutils/flatpack: Makefile Log message: +xdg-desktop-portal-gtk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:28:57 Modified files: x11/gnome/clocks: Makefile Log message: Use xdg-desktop-portal to get system clock format. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 09:29:14 Modified files: lang/wasi-libc : Makefile Log message: Don't tie the distfile name to the major version from clang.port.mk Will slightly help the transition to llvm-16. ok landry@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/11/11 09:32:56 Modified files: sys/dev/ic : dwqereg.h Log message: Correct wrong register offset macros for dwqe(4) DMA burst length. Intel Elkhart Lake Ethernet now reaches 934 Mbps Tx/Rx in my testing. Patch by msaitoh@netbsd, thanks! Tested by myself on Elkhart Lake, dlg@ on arm64, and jca@ on riscv. ok dlg@ patrick@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/11/11 09:50:25 Modified files: sys/dev/ic : dwqevar.h sys/dev/pci : if_dwqe_pci.c Log message: Attach dwqe(4) to Intel Elkhart Lake PSE SGMII devices. Patch by msaitoh@netbsd, who tested both PSE SGMII ports on a Helix 330. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:52:44 Log message: Import xdg-desktop-portal-gnome-45.0 Backend implementation for xdg-desktop-portal that is using GTK and various pieces of GNOME infrastructure, such as the org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231111 N ports/sysutils/flatpack/xdg-desktop-portal-gnome/Makefile N ports/sysutils/flatpack/xdg-desktop-portal-gnome/distinfo N ports/sysutils/flatpack/xdg-desktop-portal-gnome/pkg/DESCR N ports/sysutils/flatpack/xdg-desktop-portal-gnome/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:53:02 Modified files: sysutils/flatpack: Makefile Log message: +xdg-desktop-portal-gnome CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 09:58:27 Modified files: meta/gnome : Makefile Log message: Add RDEP on flatpack/xdg-desktop-portal{,-gnome,-gtk}. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/11 10:05:06 Modified files: x11/polybar : Makefile Added files: x11/polybar/patches: patch-include_common_hpp Removed files: x11/polybar/patches: patch-include_cairo_context_hpp patch-include_utils_string_hpp patch-src_utils_string_cpp Log message: Unrevert the commit and add a new fix from upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 10:05:50 Modified files: x11/gnome/libadwaita: Makefile Removed files: x11/gnome/libadwaita/patches: patch-src_adw-settings-impl_c Log message: Drop now undeeded patch. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 10:07:37 Added files: devel/libofx/patches: patch-configure Log message: devel/libofx: fix probable thinko to propagate CXXFLAGS found by jca@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/11 10:18:06 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231111 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2023/11/11 10:20:21 Modified files: sys/arch/arm64/conf: RAMDISK Log message: Enable CD9660 in RAMDISK so we can mount CD-ROMs. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 10:22:35 Log message: Re-import under the intended name. Thanks landry@ for the heads-up. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_202311 N ports/sysutils/flatpak/Makefile N ports/sysutils/flatpak/Makefile.inc N ports/sysutils/flatpak/libportal/Makefile N ports/sysutils/flatpak/libportal/distinfo N ports/sysutils/flatpak/libportal/pkg/DESCR-gtk3 N ports/sysutils/flatpak/libportal/pkg/DESCR-gtk4 N ports/sysutils/flatpak/libportal/pkg/DESCR-main N ports/sysutils/flatpak/libportal/pkg/DESCR-qt5 N ports/sysutils/flatpak/libportal/pkg/PLIST-gtk3 N ports/sysutils/flatpak/libportal/pkg/PLIST-gtk4 N ports/sysutils/flatpak/libportal/pkg/PLIST-main N ports/sysutils/flatpak/libportal/pkg/PLIST-qt5 N ports/sysutils/flatpak/xdg-desktop-portal/Makefile N ports/sysutils/flatpak/xdg-desktop-portal/distinfo N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-document-portal_meson_build N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-document-portal_permission-db_c N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-meson_build N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-src_documents_c N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-src_xdp-utils_c N ports/sysutils/flatpak/xdg-desktop-portal/patches/patch-tests_meson_build N ports/sysutils/flatpak/xdg-desktop-portal/pkg/DESCR N ports/sysutils/flatpak/xdg-desktop-portal/pkg/PLIST N ports/sysutils/flatpak/xdg-desktop-portal-gnome/Makefile N ports/sysutils/flatpak/xdg-desktop-portal-gnome/distinfo N ports/sysutils/flatpak/xdg-desktop-portal-gnome/pkg/DESCR N ports/sysutils/flatpak/xdg-desktop-portal-gnome/pkg/PLIST N ports/sysutils/flatpak/xdg-desktop-portal-gtk/Makefile N ports/sysutils/flatpak/xdg-desktop-portal-gtk/distinfo N ports/sysutils/flatpak/xdg-desktop-portal-gtk/pkg/DESCR N ports/sysutils/flatpak/xdg-desktop-portal-gtk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 10:22:58 Modified files: devel/libofx : Makefile Log message: devel/libofx: fix build with clang 16 by using -std=c++14 CXXFLAGS_base-clang is the new hotness CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 10:23:11 Modified files: sysutils : Makefile Removed files: sysutils/flatpack: Makefile Makefile.inc sysutils/flatpack/libportal: Makefile distinfo sysutils/flatpack/libportal/pkg: DESCR-gtk3 DESCR-gtk4 DESCR-main DESCR-qt5 PLIST-gtk3 PLIST-gtk4 PLIST-main PLIST-qt5 sysutils/flatpack/xdg-desktop-portal: Makefile distinfo sysutils/flatpack/xdg-desktop-portal/patches: patch-document-portal_meson_build patch-document-portal_permission-db_c patch-meson_build patch-src_documents_c patch-src_xdp-utils_c patch-tests_meson_build sysutils/flatpack/xdg-desktop-portal/pkg: DESCR PLIST sysutils/flatpack/xdg-desktop-portal-gnome: Makefile distinfo sysutils/flatpack/xdg-desktop-portal-gnome/pkg: DESCR PLIST sysutils/flatpack/xdg-desktop-portal-gtk: Makefile distinfo sysutils/flatpack/xdg-desktop-portal-gtk/pkg: DESCR PLIST Log message: flatpack -> flatpak CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 10:30:30 Modified files: graphics/shotwell: Makefile meta/gnome : Makefile sysutils/flatpak: Makefile.inc sysutils/flatpak/xdg-desktop-portal: Makefile sysutils/flatpak/xdg-desktop-portal-gnome: Makefile sysutils/flatpak/xdg-desktop-portal-gtk: Makefile www/epiphany : Makefile x11/gnome/builder: Makefile x11/gnome/clocks: Makefile x11/gnome/contacts: Makefile x11/gnome/eog : Makefile x11/gnome/file-roller: Makefile x11/gnome/maps : Makefile x11/gnome/nautilus: Makefile x11/gnome/photos: Makefile x11/gnome/totem: Makefile Log message: flatpack -> flatpak Prett ynew ports, so let's try to get away with a simple bump and no pkgpath change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/11 10:45:20 Modified files: devel/libofx : Makefile Log message: devel/libofx: switch to CXXFLAGS=-std=gnu++14 cluebat from jca@ https://xkcd.com/927/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 10:52:48 Modified files: sysutils/flatpak/xdg-desktop-portal-gnome: Makefile sysutils/flatpak/xdg-desktop-portal-gnome/pkg: PLIST Log message: Fix systemduserunitdir. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/11 11:00:36 Modified files: sys/arch/riscv64/conf: Makefile.riscv64 Log message: Randomly linked riscv64 kernels built with clang/lld-16 hang too often Use cat instead of sort -R to disable random relinking for now, until we find the culprit. For whoever interested, using cat or sort avoids the problem but using sort -r makes it 100% reproducible in my tests. Suggested by deraadt@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:01:31 Log message: import of llvm from LLVM 16.0.6 Status: Vendor Tag: LLVM Release Tags: LLVM_16_0_6 U src/gnu/llvm/llvm/.clang-format U src/gnu/llvm/llvm/.clang-tidy U src/gnu/llvm/llvm/.gitattributes U src/gnu/llvm/llvm/.gitignore U src/gnu/llvm/llvm/CMakeLists.txt U src/gnu/llvm/llvm/CODE_OWNERS.TXT U src/gnu/llvm/llvm/CREDITS.TXT U src/gnu/llvm/llvm/LICENSE.TXT U src/gnu/llvm/llvm/README.txt U src/gnu/llvm/llvm/RELEASE_TESTERS.TXT U src/gnu/llvm/llvm/configure U src/gnu/llvm/llvm/llvm.spec.in U src/gnu/llvm/llvm/benchmarks/CMakeLists.txt U src/gnu/llvm/llvm/benchmarks/DummyYAML.cpp U src/gnu/llvm/llvm/bindings/README.txt U src/gnu/llvm/llvm/bindings/ocaml/.ocamlformat U src/gnu/llvm/llvm/bindings/ocaml/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/README.txt U src/gnu/llvm/llvm/bindings/ocaml/all_backends/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/all_backends/all_backends_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/all_backends/llvm_all_backends.ml U src/gnu/llvm/llvm/bindings/ocaml/all_backends/llvm_all_backends.mli U src/gnu/llvm/llvm/bindings/ocaml/analysis/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/analysis/analysis_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/analysis/llvm_analysis.ml U src/gnu/llvm/llvm/bindings/ocaml/analysis/llvm_analysis.mli U src/gnu/llvm/llvm/bindings/ocaml/backends/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/backends/META.llvm_backend.in U src/gnu/llvm/llvm/bindings/ocaml/backends/backend_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/backends/llvm_backend.ml.in U src/gnu/llvm/llvm/bindings/ocaml/backends/llvm_backend.mli.in U src/gnu/llvm/llvm/bindings/ocaml/bitreader/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/bitreader/bitreader_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/bitreader/llvm_bitreader.ml U src/gnu/llvm/llvm/bindings/ocaml/bitreader/llvm_bitreader.mli U src/gnu/llvm/llvm/bindings/ocaml/bitwriter/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/bitwriter/bitwriter_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/bitwriter/llvm_bitwriter.ml U src/gnu/llvm/llvm/bindings/ocaml/bitwriter/llvm_bitwriter.mli U src/gnu/llvm/llvm/bindings/ocaml/debuginfo/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/debuginfo/debuginfo_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/debuginfo/llvm_debuginfo.ml U src/gnu/llvm/llvm/bindings/ocaml/debuginfo/llvm_debuginfo.mli U src/gnu/llvm/llvm/bindings/ocaml/executionengine/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/executionengine/executionengine_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/executionengine/llvm_executionengine.ml U src/gnu/llvm/llvm/bindings/ocaml/executionengine/llvm_executionengine.mli U src/gnu/llvm/llvm/bindings/ocaml/irreader/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/irreader/irreader_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/irreader/llvm_irreader.ml U src/gnu/llvm/llvm/bindings/ocaml/irreader/llvm_irreader.mli U src/gnu/llvm/llvm/bindings/ocaml/linker/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/linker/linker_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/linker/llvm_linker.ml U src/gnu/llvm/llvm/bindings/ocaml/linker/llvm_linker.mli U src/gnu/llvm/llvm/bindings/ocaml/llvm/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/llvm/META.llvm.in U src/gnu/llvm/llvm/bindings/ocaml/llvm/llvm.ml U src/gnu/llvm/llvm/bindings/ocaml/llvm/llvm.mli U src/gnu/llvm/llvm/bindings/ocaml/llvm/llvm_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/llvm/llvm_ocaml.h U src/gnu/llvm/llvm/bindings/ocaml/target/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/target/llvm_target.ml U src/gnu/llvm/llvm/bindings/ocaml/target/llvm_target.mli U src/gnu/llvm/llvm/bindings/ocaml/target/target_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/transforms/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/ipo/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/ipo/ipo_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/transforms/ipo/llvm_ipo.ml U src/gnu/llvm/llvm/bindings/ocaml/transforms/ipo/llvm_ipo.mli U src/gnu/llvm/llvm/bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/passmgr_builder/llvm_passmgr_builder.ml U src/gnu/llvm/llvm/bindings/ocaml/transforms/passmgr_builder/llvm_passmgr_builder.mli U src/gnu/llvm/llvm/bindings/ocaml/transforms/passmgr_builder/passmgr_builder_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml U src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli U src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/transforms/utils/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/utils/llvm_transform_utils.ml U src/gnu/llvm/llvm/bindings/ocaml/transforms/utils/llvm_transform_utils.mli U src/gnu/llvm/llvm/bindings/ocaml/transforms/utils/transform_utils_ocaml.c U src/gnu/llvm/llvm/bindings/ocaml/transforms/vectorize/CMakeLists.txt U src/gnu/llvm/llvm/bindings/ocaml/transforms/vectorize/llvm_vectorize.ml U src/gnu/llvm/llvm/bindings/ocaml/transforms/vectorize/llvm_vectorize.mli U src/gnu/llvm/llvm/bindings/ocaml/transforms/vectorize/vectorize_ocaml.c U src/gnu/llvm/llvm/bindings/python/README.txt U src/gnu/llvm/llvm/bindings/python/llvm/__init__.py U src/gnu/llvm/llvm/bindings/python/llvm/bit_reader.py U src/gnu/llvm/llvm/bindings/python/llvm/common.py U src/gnu/llvm/llvm/bindings/python/llvm/core.py U src/gnu/llvm/llvm/bindings/python/llvm/disassembler.py U src/gnu/llvm/llvm/bindings/python/llvm/enumerations.py U src/gnu/llvm/llvm/bindings/python/llvm/object.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/__init__.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/base.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/test.bc U src/gnu/llvm/llvm/bindings/python/llvm/tests/test_bitreader.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/test_core.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/test_disassembler.py U src/gnu/llvm/llvm/bindings/python/llvm/tests/test_file U src/gnu/llvm/llvm/bindings/python/llvm/tests/test_object.py U src/gnu/llvm/llvm/cmake/README U src/gnu/llvm/llvm/cmake/config-ix.cmake U src/gnu/llvm/llvm/cmake/config.guess U src/gnu/llvm/llvm/cmake/dummy.cpp U src/gnu/llvm/llvm/cmake/nsis_icon.ico U src/gnu/llvm/llvm/cmake/nsis_logo.bmp U src/gnu/llvm/llvm/cmake/unwind.h U src/gnu/llvm/llvm/cmake/modules/AddLLVM.cmake U src/gnu/llvm/llvm/cmake/modules/AddOCaml.cmake U src/gnu/llvm/llvm/cmake/modules/AddSphinxTarget.cmake U src/gnu/llvm/llvm/cmake/modules/CMakeLists.txt U src/gnu/llvm/llvm/cmake/modules/CheckAtomic.cmake U src/gnu/llvm/llvm/cmake/modules/CheckCompilerVersion.cmake N src/gnu/llvm/llvm/cmake/modules/CheckProblematicConfigurations.cmake U src/gnu/llvm/llvm/cmake/modules/ChooseMSVCCRT.cmake N src/gnu/llvm/llvm/cmake/modules/CoverageReport.cmake U src/gnu/llvm/llvm/cmake/modules/CrossCompile.cmake U src/gnu/llvm/llvm/cmake/modules/DetermineGCCCompatible.cmake N src/gnu/llvm/llvm/cmake/modules/FindFFI.cmake U src/gnu/llvm/llvm/cmake/modules/FindLibpfm.cmake U src/gnu/llvm/llvm/cmake/modules/FindOCaml.cmake U src/gnu/llvm/llvm/cmake/modules/FindSphinx.cmake N src/gnu/llvm/llvm/cmake/modules/FindTerminfo.cmake U src/gnu/llvm/llvm/cmake/modules/FindZ3.cmake N src/gnu/llvm/llvm/cmake/modules/Findzstd.cmake U src/gnu/llvm/llvm/cmake/modules/GenerateVersionFromVCS.cmake U src/gnu/llvm/llvm/cmake/modules/GetErrcMessages.cmake U src/gnu/llvm/llvm/cmake/modules/GetHostTriple.cmake U src/gnu/llvm/llvm/cmake/modules/GetLibraryName.cmake U src/gnu/llvm/llvm/cmake/modules/HandleLLVMOptions.cmake U src/gnu/llvm/llvm/cmake/modules/HandleLLVMStdlib.cmake U src/gnu/llvm/llvm/cmake/modules/LLVM-Build.cmake U src/gnu/llvm/llvm/cmake/modules/LLVM-Config.cmake U src/gnu/llvm/llvm/cmake/modules/LLVMCheckLinkerFlag.cmake U src/gnu/llvm/llvm/cmake/modules/LLVMConfig.cmake.in U src/gnu/llvm/llvm/cmake/modules/LLVMConfigVersion.cmake.in U src/gnu/llvm/llvm/cmake/modules/LLVMDistributionSupport.cmake U src/gnu/llvm/llvm/cmake/modules/LLVMExternalProjectUtils.cmake N src/gnu/llvm/llvm/cmake/modules/SetTargetTriple.cmake U src/gnu/llvm/llvm/cmake/modules/LLVMInstallSymlink.cmake U src/gnu/llvm/llvm/cmake/modules/LLVMProcessSources.cmake U src/gnu/llvm/llvm/cmake/modules/TableGen.cmake U src/gnu/llvm/llvm/cmake/modules/TensorFlowCompile.cmake U src/gnu/llvm/llvm/cmake/modules/UseLibtool.cmake U src/gnu/llvm/llvm/cmake/modules/VersionFromVCS.cmake N src/gnu/llvm/llvm/cmake/modules/llvm-driver-template.cpp.in U src/gnu/llvm/llvm/cmake/platforms/Android.cmake U src/gnu/llvm/llvm/cmake/platforms/ClangClCMakeCompileRules.cmake U src/gnu/llvm/llvm/cmake/platforms/WinMsvc.cmake U src/gnu/llvm/llvm/cmake/platforms/iOS.cmake N src/gnu/llvm/llvm/docs/AArch64SME.rst U src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst U src/gnu/llvm/llvm/docs/AMDGPUInstructionNotation.rst U src/gnu/llvm/llvm/docs/AMDGPUInstructionSyntax.rst U src/gnu/llvm/llvm/docs/AMDGPUModifierSyntax.rst U src/gnu/llvm/llvm/docs/AMDGPUOperandSyntax.rst U src/gnu/llvm/llvm/docs/AMDGPUUsage.rst U src/gnu/llvm/llvm/docs/ARM-BE-bitcastfail.png U src/gnu/llvm/llvm/docs/ARM-BE-bitcastsuccess.png U src/gnu/llvm/llvm/docs/ARM-BE-ld1.png U src/gnu/llvm/llvm/docs/ARM-BE-ldr.png U src/gnu/llvm/llvm/docs/Atomics.rst U src/gnu/llvm/llvm/docs/AddingConstrainedIntrinsics.rst U src/gnu/llvm/llvm/docs/AdvancedBuilds.rst U src/gnu/llvm/llvm/docs/CMake.rst U src/gnu/llvm/llvm/docs/AliasAnalysis.rst N src/gnu/llvm/llvm/docs/AssignmentTracking.md U src/gnu/llvm/llvm/docs/Benchmarking.rst U src/gnu/llvm/llvm/docs/BigEndianNEON.rst U src/gnu/llvm/llvm/docs/BitCodeFormat.rst U src/gnu/llvm/llvm/docs/BlockFrequencyTerminology.rst U src/gnu/llvm/llvm/docs/BranchWeightMetadata.rst U src/gnu/llvm/llvm/docs/BugLifeCycle.rst U src/gnu/llvm/llvm/docs/Bugpoint.rst U src/gnu/llvm/llvm/docs/BugpointRedesign.md U src/gnu/llvm/llvm/docs/BuildingADistribution.rst U src/gnu/llvm/llvm/docs/CFIVerify.rst U src/gnu/llvm/llvm/docs/CMakeLists.txt U src/gnu/llvm/llvm/docs/CMakePrimer.rst U src/gnu/llvm/llvm/docs/FAQ.rst U src/gnu/llvm/llvm/docs/CodeGenerator.rst U src/gnu/llvm/llvm/docs/CodeOfConduct.rst U src/gnu/llvm/llvm/docs/CodeReview.rst U src/gnu/llvm/llvm/docs/CodingStandards.rst U src/gnu/llvm/llvm/docs/CommandLine.rst U src/gnu/llvm/llvm/docs/CompileCudaWithLLVM.rst U src/gnu/llvm/llvm/docs/CompilerWriterInfo.rst U src/gnu/llvm/llvm/docs/Contributing.rst N src/gnu/llvm/llvm/docs/ConvergenceAndUniformity.rst U src/gnu/llvm/llvm/docs/Coroutines.rst U src/gnu/llvm/llvm/docs/CoverageMappingFormat.rst N src/gnu/llvm/llvm/docs/CycleTerminology.rst U src/gnu/llvm/llvm/docs/DebuggingJITedCode.rst U src/gnu/llvm/llvm/docs/DeveloperPolicy.rst N src/gnu/llvm/llvm/docs/DirectXUsage.rst N src/gnu/llvm/llvm/docs/DiscourseMigrationGuide.md U src/gnu/llvm/llvm/docs/Docker.rst U src/gnu/llvm/llvm/docs/ExceptionHandling.rst U src/gnu/llvm/llvm/docs/ExtendedIntegerResults.txt U src/gnu/llvm/llvm/docs/Extensions.rst U src/gnu/llvm/llvm/docs/ExtendingLLVM.rst U src/gnu/llvm/llvm/docs/FaultMaps.rst U src/gnu/llvm/llvm/docs/FuzzingLLVM.rst U src/gnu/llvm/llvm/docs/GarbageCollection.rst U src/gnu/llvm/llvm/docs/GetElementPtr.rst U src/gnu/llvm/llvm/docs/GettingInvolved.rst U src/gnu/llvm/llvm/docs/GettingStarted.rst U src/gnu/llvm/llvm/docs/GettingStartedTutorials.rst U src/gnu/llvm/llvm/docs/GettingStartedVS.rst U src/gnu/llvm/llvm/docs/GitBisecting.rst N src/gnu/llvm/llvm/docs/GitHub.rst N src/gnu/llvm/llvm/docs/GitRepositoryPolicy.md U src/gnu/llvm/llvm/docs/GoldPlugin.rst U src/gnu/llvm/llvm/docs/GwpAsan.rst U src/gnu/llvm/llvm/docs/HowToAddABuilder.rst U src/gnu/llvm/llvm/docs/HowToBuildOnARM.rst U src/gnu/llvm/llvm/docs/HowToBuildWindowsItaniumPrograms.rst U src/gnu/llvm/llvm/docs/JITLink.rst U src/gnu/llvm/llvm/docs/HowToBuildWithPGO.rst U src/gnu/llvm/llvm/docs/HowToCrossCompileBuiltinsOnArm.rst U src/gnu/llvm/llvm/docs/HowToCrossCompileLLVM.rst U src/gnu/llvm/llvm/docs/HowToReleaseLLVM.rst U src/gnu/llvm/llvm/docs/HowToSetUpLLVMStyleRTTI.rst U src/gnu/llvm/llvm/docs/HowToSubmitABug.rst U src/gnu/llvm/llvm/docs/HowToUpdateDebugInfo.rst U src/gnu/llvm/llvm/docs/HowToUseAttributes.rst U src/gnu/llvm/llvm/docs/HowToUseInstrMappings.rst U src/gnu/llvm/llvm/docs/InAlloca.rst N src/gnu/llvm/llvm/docs/InstrRefDebugInfo.md U src/gnu/llvm/llvm/docs/LangRef.rst U src/gnu/llvm/llvm/docs/Lexicon.rst U src/gnu/llvm/llvm/docs/LibFuzzer.rst U src/gnu/llvm/llvm/docs/LinkTimeOptimization.rst U src/gnu/llvm/llvm/docs/LoopTerminology.rst U src/gnu/llvm/llvm/docs/conf.py U src/gnu/llvm/llvm/docs/MCJIT-creation.png U src/gnu/llvm/llvm/docs/MCJIT-dyld-load.png U src/gnu/llvm/llvm/docs/MCJIT-engine-builder.png U src/gnu/llvm/llvm/docs/MCJIT-load-object.png U src/gnu/llvm/llvm/docs/MCJIT-load.png U src/gnu/llvm/llvm/docs/MCJIT-resolve-relocations.png U src/gnu/llvm/llvm/docs/MCJITDesignAndImplementation.rst U src/gnu/llvm/llvm/docs/MIRLangRef.rst U src/gnu/llvm/llvm/docs/MarkdownQuickstartTemplate.md U src/gnu/llvm/llvm/docs/MarkedUpDisassembly.rst U src/gnu/llvm/llvm/docs/MeetupGuidelines.rst U src/gnu/llvm/llvm/docs/MemTagSanitizer.rst U src/gnu/llvm/llvm/docs/MemorySSA.rst U src/gnu/llvm/llvm/docs/MergeFunctions.rst N src/gnu/llvm/llvm/docs/MisExpect.rst N src/gnu/llvm/llvm/docs/MyFirstTypoFix.rst U src/gnu/llvm/llvm/docs/ORCv2.rst U src/gnu/llvm/llvm/docs/NVPTXUsage.rst U src/gnu/llvm/llvm/docs/NewPassManager.rst U src/gnu/llvm/llvm/docs/OpaquePointers.rst U src/gnu/llvm/llvm/docs/OptBisect.rst N src/gnu/llvm/llvm/docs/PCSectionsMetadata.rst U src/gnu/llvm/llvm/docs/Packaging.rst U src/gnu/llvm/llvm/docs/Passes.rst U src/gnu/llvm/llvm/docs/Phabricator.rst U src/gnu/llvm/llvm/docs/Phabricator_premerge_results.png U src/gnu/llvm/llvm/docs/Phabricator_premerge_unit_tests.png N src/gnu/llvm/llvm/docs/PointerAuth.md U src/gnu/llvm/llvm/docs/ProgrammersManual.rst U src/gnu/llvm/llvm/docs/Projects.rst U src/gnu/llvm/llvm/docs/README.txt N src/gnu/llvm/llvm/docs/RISCVUsage.rst U src/gnu/llvm/llvm/docs/Reference.rst U src/gnu/llvm/llvm/docs/ReleaseNotes.rst U src/gnu/llvm/llvm/docs/ReleaseProcess.rst U src/gnu/llvm/llvm/docs/Remarks.rst U src/gnu/llvm/llvm/docs/ReportingGuide.rst N src/gnu/llvm/llvm/docs/ResponseGuide.rst N src/gnu/llvm/llvm/docs/SPIRVUsage.rst U src/gnu/llvm/llvm/docs/ScudoHardenedAllocator.rst U src/gnu/llvm/llvm/docs/Security.rst N src/gnu/llvm/llvm/docs/SecurityTransparencyReports.rst U src/gnu/llvm/llvm/docs/SegmentedStacks.rst U src/gnu/llvm/llvm/docs/SourceLevelDebugging.rst U src/gnu/llvm/llvm/docs/StackMaps.rst U src/gnu/llvm/llvm/docs/SpeculativeLoadHardening.md U src/gnu/llvm/llvm/docs/SphinxQuickstartTemplate.rst U src/gnu/llvm/llvm/docs/StackSafetyAnalysis.rst U src/gnu/llvm/llvm/docs/Statepoints.rst U src/gnu/llvm/llvm/docs/SupportLibrary.rst U src/gnu/llvm/llvm/docs/SupportPolicy.rst N src/gnu/llvm/llvm/docs/SymbolizerMarkupFormat.rst U src/gnu/llvm/llvm/docs/SystemLibrary.rst U src/gnu/llvm/llvm/docs/TableGenFundamentals.rst U src/gnu/llvm/llvm/docs/TestSuiteGuide.md U src/gnu/llvm/llvm/docs/TestSuiteMakefileGuide.rst U src/gnu/llvm/llvm/docs/TestingGuide.rst U src/gnu/llvm/llvm/docs/TransformMetadata.rst U src/gnu/llvm/llvm/docs/TypeMetadata.rst U src/gnu/llvm/llvm/docs/UserGuides.rst U src/gnu/llvm/llvm/docs/Vectorizers.rst U src/gnu/llvm/llvm/docs/WritingAnLLVMBackend.rst U src/gnu/llvm/llvm/docs/WritingAnLLVMNewPMPass.rst U src/gnu/llvm/llvm/docs/WritingAnLLVMPass.rst U src/gnu/llvm/llvm/docs/XRay.rst U src/gnu/llvm/llvm/docs/XRayExample.rst U src/gnu/llvm/llvm/docs/XRayFDRFormat.rst U src/gnu/llvm/llvm/docs/YamlIO.rst U src/gnu/llvm/llvm/docs/buildbot_worker_contact.png N src/gnu/llvm/llvm/docs/convergence-both-diverged-nested.png N src/gnu/llvm/llvm/docs/convergence-closed-path.png N src/gnu/llvm/llvm/docs/convergence-divergent-inside.png N src/gnu/llvm/llvm/docs/convergence-divergent-outside.png N src/gnu/llvm/llvm/docs/cycle-1.png N src/gnu/llvm/llvm/docs/convergence-natural-loop.png N src/gnu/llvm/llvm/docs/cycle-2.png N src/gnu/llvm/llvm/docs/cycle-3.png U src/gnu/llvm/llvm/docs/doxygen-mainpage.dox U src/gnu/llvm/llvm/docs/doxygen.cfg.in U src/gnu/llvm/llvm/docs/epilogue-vectorization-cfg.png U src/gnu/llvm/llvm/docs/gcc-loops.png U src/gnu/llvm/llvm/docs/index.rst U src/gnu/llvm/llvm/docs/linpack-pc.png U src/gnu/llvm/llvm/docs/llvm-objdump.1 U src/gnu/llvm/llvm/docs/loop-guard.svg U src/gnu/llvm/llvm/docs/loop-merge.svg U src/gnu/llvm/llvm/docs/loop-irreducible.svg U src/gnu/llvm/llvm/docs/loop-nested.svg U src/gnu/llvm/llvm/docs/loop-nonmaximal.svg U src/gnu/llvm/llvm/docs/loop-separate.svg U src/gnu/llvm/llvm/docs/loop-single.svg U src/gnu/llvm/llvm/docs/loop-terminology-guarded-loop.png U src/gnu/llvm/llvm/docs/loop-terminology-initial-loop.png U src/gnu/llvm/llvm/docs/loop-terminology-rotated-loop.png U src/gnu/llvm/llvm/docs/loop-terminology.svg U src/gnu/llvm/llvm/docs/make.bat U src/gnu/llvm/llvm/docs/re_format.7 U src/gnu/llvm/llvm/docs/speculative_load_hardening_microbenchmarks.png U src/gnu/llvm/llvm/docs/yaml2obj.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX10.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX1011.rst N src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX1013.rst N src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX1030.rst N src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX11.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX9.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX900.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX904.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX906.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX908.rst U src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX90a.rst N src/gnu/llvm/llvm/docs/AMDGPU/AMDGPUAsmGFX940.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_src.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_src_1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_m.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_src_2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_src_3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_vdst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1011_vsrc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_srsrc_5dafbc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_vaddr_a5639c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_vaddr_c5ab43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_vdst_9041ac.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1013_vdst_eae4c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_attr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_dst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_hwreg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_imm16_169952.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_m_c141fc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_opt_847aed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_param.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_saddr_9cd3cf.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_saddr_beaa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_saddr_d75725.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sbase_020892.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_tgt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_386c33.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_3cd7ad.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_54e16e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_8078f5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_sdst_ea3f10.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_soffset_0f304c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_soffset_73dae7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_soffset_fef808.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_1facfe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_207976.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_364d7c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_516946.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_5bb6f2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_ae1543.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_b9c62f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_src_edf2a5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_srsrc_5dafbc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_srsrc_80eef6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_2a042f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_361664.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_460c63.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_6fbc49.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_7da351.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_81ba27.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_8dd4e0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_ssrc_8e54e0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_373b95.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_9aeece.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_a5639c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_c5ab43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_waitcnt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_21b58d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_4d2300.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_5d50a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_5ec176.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_875645.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_9041ac.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_eae4c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vsrc_ba3116.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_vsrc_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx1030_waitcnt_depctr.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_attr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_dst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_fx_operand.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_hwreg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_imm16_169952.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_m_c141fc.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_opt_847aed.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_param.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_probe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_saddr_beaa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_saddr_da2a8a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sbase_020892.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sbase_b2d796.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_5e9fb5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_6fbc49.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_7cbd60.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_81ba27.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_90678d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdata_c1aec6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_2e4c2a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_3759f6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_386c33.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_54e16e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_8078f5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_sdst_ea3f10.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_soffset_0f304c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_soffset_73dae7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_soffset_b556e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_37d670.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_516946.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_823582.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_c27036.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_cf1cda.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_d5cd94.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_e0345d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_src_e9e6db.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_srsrc_80eef6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_054e2a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_2a042f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_3ec588.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_460c63.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_48e8e7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_6fbc49.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_7da351.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_81ba27.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_ssrc_bb715c.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_tgt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_76b997.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_9aeece.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_a5639c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_21b58d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_4d2300.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_5d50a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_5ec176.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_875645.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_eae4c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vsrc_ba3116.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_vsrc_fd235e.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx10_waitcnt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx10_waitcnt_depctr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_attr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_delay.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_dst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_hwreg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_imm16_169952.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_m_181aa0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_m_c141fc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_msg_b8ff6d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_msg_e37f7b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_opt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_saddr_844ded.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_saddr_8a0af3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_saddr_beaa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sbase_30e75b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_386c33.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_3cd7ad.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_54e16e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_8078f5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_sdst_ea3f10.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_0879fb.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_soffset_0f304c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_soffset_73dae7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_soffset_fef808.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_17933a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_25d8ac.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_7af462.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_852d86.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_9cb8cf.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_d01e4c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_src_d5ffa3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_srsrc_5dafbc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_srsrc_80eef6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_05f584.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_121527.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_1a3009.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_361664.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_460c63.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_6fbc49.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_81ba27.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_ssrc_8dd4e0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_tgt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_type_deviation_8d2078.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_type_deviation_a14eb1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_0212e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_0bfea4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_6ab80d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_a5639c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata1_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_21b58d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_227281.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_5d50a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_5ec176.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_9041ac.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_d180f4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_e2d005.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_eae4c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vij.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vparam.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vparam0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_1c4e7f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_24f3d2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_731030.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_vsrc_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_waitcnt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx11_waitcnt_depctr.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_attr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_dst.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_hwreg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_imm16_169952.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_label.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_opt_847aed.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_param.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sbase_382fdf.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_2a1d2e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_313759.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_61ce79.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_6cc8e9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_9172f3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_sdst_e3bd3f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_soffset_48c95e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_soffset_67d76d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_1f730e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_3865f6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_3e3a6b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_516946.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_5599b0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_5c4f8d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_8e54a0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_935f3b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_d48e27.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_d56c56.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_src_fa88a6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_srsrc_80eef6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_19a078.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_2e8313.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_6df989.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_a778e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_b0d552.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_bdc010.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_c5f5de.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_d8712d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_dcdeb4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_e471f7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_ssrc_fdbed3.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_tgt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vaddr_887f26.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vaddr_da1f09.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_1f3009.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_875645.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vsrc_ba3116.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx7_vsrc_fd235e.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx7_waitcnt.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_attr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_dst.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_hwreg.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_imask.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_imm16_169952.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_m_c141fc.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_opt_847aed.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_param.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_probe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sbase_589eed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdata_7cbd60.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdata_c8788e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdata_e587f5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_1cf20d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_313759.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_61db0e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_6eddac.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_78579b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_sdst_8d900a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_soffset_32c2a9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_soffset_abb420.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_soffset_b5af46.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_021c9b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_2dcf49.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_39a989.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_516946.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_67227c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_87dc5c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_8a6ea8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_a13aeb.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_b38805.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_d9175b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_src_df6b53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_srsrc_80eef6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_srsrc_cf7132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_0eec95.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_133cbc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_6706dc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_a2142e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_c8788e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_dcd0d4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_e587f5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_f308b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_ssrc_f48190.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_tgt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vaddr_887f26.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_4f639e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_629a92.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_886702.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_aeb804.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_f2bf57.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_0ae2f9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_2d89ba.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_4730df.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_6f591e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_829fc5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_875645.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_9c54fe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_b61114.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_c360a5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_d809e2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_de9309.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vsrc_ba3116.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx8_vsrc_fd235e.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx8_waitcnt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx900_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx900_m.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx900_src.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx900_src_1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx900_vdst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx904_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx904_m.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx904_src.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx904_src_1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx904_vdst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_m.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_m_1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_src.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_src_1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_src_2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_src_3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_src_4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_vdst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx906_vsrc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_m_c141fc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_saddr.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_soffset.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_4e78e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_73ab34.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_7c8695.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_srsrc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_955b45.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_d578c4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_src_d95796.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vaddr_0212e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdata_fe1edf.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdst_0c4ef8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdst_2c8d1e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdst_78dd0a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vdst_bcee7a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_036abe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_1027ca.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_dst.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_2d4632.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx908_vsrc_f3d248.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_fx_operand.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_hwreg.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_imask.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_imm16_169952.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_m_c141fc.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_opt_847aed.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_probe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_saddr_6060e5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_saddr_a37373.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sbase_044055.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sbase_0cd545.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_45d924.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_7cbd60.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_ba98a3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_c1aec6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdata_e9f591.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_06b266.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_59204c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_718cc4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_94342d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_sdst_a319e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_soffset_02ec85.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_soffset_4318ca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_soffset_8a17c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_4de5c6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_56ed80.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_64ea89.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_6cfc4e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_a578ba.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_af08be.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_d578c4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_d95796.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_e1561c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_e5cc81.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_src_f73668.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_srsrc_79ffcd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_srsrc_80eef6.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_4db4a9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_57838b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_65f041.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_aee59c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_c31902.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_c5d631.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_c8a322.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_ssrc_e9f591.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_0212e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_76b997.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_cc213c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vaddr_f20ee4.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata0_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata0_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata1_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata1_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_0c567e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_848ff7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_898c08.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_929b59.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_999247.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_ae1132.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_bbcfbb.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_cbb01e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdata_cfb402.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_0f48d1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_180bef.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_260aca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_5258b4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_78dd0a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_8c77d4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_92bb33.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_a32035.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_a9ee3f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_c8d317.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_c8ee02.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_d0c0cb.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_d6f4bd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_d8236e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_e2898f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_ef6c94.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_f5eb9d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vdst_fa7dbd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_1027ca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_vsrc_fd235e.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx90a_waitcnt.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_dst_4f3f9a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_dst_95761f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_fx_operand.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_hwreg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_imask.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_imm16_169952.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_m_c141fc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_opt_7c211e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_probe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_saddr_22dbc1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_saddr_a37373.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sbase_044055.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sbase_0cd545.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_45d924.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_7cbd60.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_ba98a3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_c1aec6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdata_e9f591.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_06b266.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_59204c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_718cc4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_94342d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_sdst_a319e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_soffset_02ec85.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_soffset_4318ca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_soffset_8a17c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_4de5c6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_56ed80.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_64ea89.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_6cfc4e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_a578ba.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_af08be.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_d578c4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_d95796.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_e1561c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_e5cc81.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_src_f73668.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_srsrc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_4db4a9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_57838b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_65f041.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_aee59c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_c31902.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_c5d631.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_c8a322.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_ssrc_e9f591.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vaddr_0212e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vaddr_6ab80d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vaddr_f20ee4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata0_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata0_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata1_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata1_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_22b375.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_275367.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_314509.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_848ff7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdata_cfb402.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_0f48d1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_180bef.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_260aca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_5258b4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_56baf6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_78dd0a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_8c77d4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_a32035.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_bce42a.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_c8d317.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_d0c0cb.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_d6f4bd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_d8236e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_e2898f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vdst_fa7dbd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_1027ca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_848ff7.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_9ad749.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_be4895.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_vsrc_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx940_waitcnt.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_attr.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_dst.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_hwreg.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_imask.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_imm16_0533c2.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_imm16_169952.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_label.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_m_28b494.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_m_c141fc.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_msg.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_opt_0d447d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_opt_847aed.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_param.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_probe.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_saddr_6060e5.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_saddr_a37373.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sbase_044055.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sbase_0cd545.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sbase_b0aa25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_45d924.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_7cbd60.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_ba98a3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_c1aec6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdata_e9f591.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_06b266.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_0804b1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_362c37.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_3bc700.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_59204c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_718cc4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_94342d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_sdst_a319e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_simm32_6f0844.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_simm32_a3e80c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_simm32_be0c1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_soffset_02ec85.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_soffset_4318ca.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_soffset_8a17c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_089570.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_4de5c6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_4e78e6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_516946.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_56ed80.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_73ab34.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_955b45.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_d578c4.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_d95796.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_e1561c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_src_f73668.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_srsrc_79ffcd.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_srsrc_80eef6.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssamp.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_4db4a9.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_57838b.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_595c25.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_65f041.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_aee59c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_c31902.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_c5d631.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_c8a322.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_ssrc_e9f591.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_tgt.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_type_deviation.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_0212e3.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_76b997.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_9f7133.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_b73dc0.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_cc213c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vaddr_f20ee4.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vcc.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata0_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata0_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata1_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata1_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_21b58d.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_2d6239.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_4b260e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_56f215.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_84fab6.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_aa5a53.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_ad559c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_c08393.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdata_fd235e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_463513.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_48e42f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_4d2300.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_5d50a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_5ec176.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_69a144.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_709347.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_81a6ed.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_875645.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_89680f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_a49b76.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_bdb32f.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_d0dc43.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_d71f1c.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_d7c57e.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_dd8a32.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_dfa6da.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_eae4c8.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vdst_f47754.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vsrc_6802ce.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vsrc_ba3116.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vsrc_e016a1.rst N src/gnu/llvm/llvm/docs/AMDGPU/gfx9_vsrc_fd235e.rst U src/gnu/llvm/llvm/docs/AMDGPU/gfx9_waitcnt.rst N src/gnu/llvm/llvm/docs/_static/LoopOptWG_invite.ics U src/gnu/llvm/llvm/docs/_static/lines.gif U src/gnu/llvm/llvm/docs/_static/llvm.css N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/01-value.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/01-value.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/01-value.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/01-value.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/02-reg.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/02-reg.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/02-reg.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/03-memory.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/03-memory.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/03-memory.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/03-memory.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/03-memory.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.5.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.6.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.frame.7.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/04-composite.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/05-composite-plus.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/05-composite-plus.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/06-extension-spill-sgpr-to-static-vpgr-lane.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/10-extension-bit-offset.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/06-extension-spill-sgpr-to-static-vpgr-lane.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/06-extension-spill-sgpr-to-static-vpgr-lane.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/06-extension-spill-sgpr-to-static-vpgr-lane.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.10.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.11.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.12.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.13.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.14.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.5.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.6.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.7.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.8.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.frame.9.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/07-extension-multi-lane-vgpr.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.5.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/example-gpu-hardware.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.6.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.frame.7.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/08-extension-mixed-composite.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.frame.5.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/09-extension-form-aspace.example.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/10-extension-bit-offset.example.frame.1.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/10-extension-bit-offset.example.frame.2.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/10-extension-bit-offset.example.frame.3.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/10-extension-bit-offset.example.frame.4.png N src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/images/simt-execution-model.png U src/gnu/llvm/llvm/docs/PDB/CodeViewSymbols.rst U src/gnu/llvm/llvm/docs/PDB/CodeViewTypes.rst U src/gnu/llvm/llvm/docs/PDB/DbiStream.rst U src/gnu/llvm/llvm/docs/PDB/GlobalStream.rst U src/gnu/llvm/llvm/docs/PDB/HashTable.rst U src/gnu/llvm/llvm/docs/PDB/ModiStream.rst U src/gnu/llvm/llvm/docs/PDB/MsfFile.rst U src/gnu/llvm/llvm/docs/PDB/PdbStream.rst U src/gnu/llvm/llvm/docs/PDB/PublicStream.rst U src/gnu/llvm/llvm/docs/PDB/TpiStream.rst U src/gnu/llvm/llvm/docs/PDB/index.rst U src/gnu/llvm/llvm/docs/CommandGuide/FileCheck.rst U src/gnu/llvm/llvm/docs/CommandGuide/bugpoint.rst U src/gnu/llvm/llvm/docs/CommandGuide/clang-tblgen.rst U src/gnu/llvm/llvm/docs/CommandGuide/dsymutil.rst U src/gnu/llvm/llvm/docs/CommandGuide/index.rst U src/gnu/llvm/llvm/docs/CommandGuide/lit.rst U src/gnu/llvm/llvm/docs/CommandGuide/llc.rst U src/gnu/llvm/llvm/docs/CommandGuide/lldb-tblgen.rst U src/gnu/llvm/llvm/docs/CommandGuide/lli.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-addr2line.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-ar.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-as.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-bcanalyzer.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-config.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-cov.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-cxxfilt.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-cxxmap.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-debuginfo-analyzer.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-diff.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-dis.rst U src/gnu/llvm/llvm/docs/CommandGuide/opt.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-dwarfdump.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-dwarfutil.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-exegesis-analysis.png U src/gnu/llvm/llvm/docs/CommandGuide/llvm-exegesis.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-extract.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-ifs.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-install-name-tool.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-lib.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-libtool-darwin.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-link.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-lipo.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-locstats.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-mca.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-nm.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-objcopy.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-objdump.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-opt-report.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-otool.rst U src/gnu/llvm/llvm/docs/CommandGuide/tblgen.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-pdbutil.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-profdata.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-profgen.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-ranlib.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-readelf.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-readobj.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-remark-size-diff.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-remarkutil.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-size.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-stress.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-strings.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-strip.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-symbolizer.rst U src/gnu/llvm/llvm/docs/CommandGuide/llvm-tblgen.rst N src/gnu/llvm/llvm/docs/CommandGuide/llvm-tli-checker.rst U src/gnu/llvm/llvm/docs/CommandGuide/locstats-compare.png U src/gnu/llvm/llvm/docs/CommandGuide/locstats-draw-plot.png U src/gnu/llvm/llvm/docs/CommandGuide/mlir-tblgen.rst U src/gnu/llvm/llvm/docs/DependenceGraphs/cycle.png U src/gnu/llvm/llvm/docs/DependenceGraphs/cycle_pi.png U src/gnu/llvm/llvm/docs/DependenceGraphs/index.rst U src/gnu/llvm/llvm/docs/DependenceGraphs/uml_builder_pattern.png U src/gnu/llvm/llvm/docs/DependenceGraphs/uml_nodes_and_edges.png U src/gnu/llvm/llvm/docs/Frontend/PerformanceTips.rst U src/gnu/llvm/llvm/docs/GlobalISel/GMIR.rst U src/gnu/llvm/llvm/docs/GlobalISel/GenericOpcode.rst U src/gnu/llvm/llvm/docs/GlobalISel/IRTranslator.rst U src/gnu/llvm/llvm/docs/GlobalISel/InstructionSelect.rst U src/gnu/llvm/llvm/docs/GlobalISel/KnownBits.rst U src/gnu/llvm/llvm/docs/GlobalISel/Legalizer.rst U src/gnu/llvm/llvm/docs/GlobalISel/Pipeline.rst U src/gnu/llvm/llvm/docs/GlobalISel/Porting.rst U src/gnu/llvm/llvm/docs/GlobalISel/RegBankSelect.rst U src/gnu/llvm/llvm/docs/GlobalISel/Resources.rst U src/gnu/llvm/llvm/docs/GlobalISel/block-extract.png U src/gnu/llvm/llvm/docs/GlobalISel/index.rst U src/gnu/llvm/llvm/docs/GlobalISel/pipeline-overview-customized.png U src/gnu/llvm/llvm/docs/GlobalISel/pipeline-overview-with-combiners.png U src/gnu/llvm/llvm/docs/GlobalISel/pipeline-overview.png U src/gnu/llvm/llvm/docs/GlobalISel/testing-pass-level.png U src/gnu/llvm/llvm/docs/GlobalISel/testing-unit-level.png U src/gnu/llvm/llvm/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeas.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeasResp.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2000-12-06-EncodingIdea.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-01-31-UniversalIRIdea.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-06-TypeNotationDebate.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp1.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp2.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp4.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-09-AdveComments.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-13-Reference-Memory.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-02-13-Reference-MemoryResponse.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-04-16-DynamicCompilation.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-05-19-ExceptionResponse.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-06-01-GCCOptimizations2.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-06-20-.NET-Differences.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-07-06-LoweringIRForCodeGen.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2001-09-18-OptimizeExceptions.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2002-05-12-InstListChange.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2003-06-26-Reoptimizer2.txt U src/gnu/llvm/llvm/docs/HistoricalNotes/2007-OriginalClangReadme.txt U src/gnu/llvm/llvm/docs/Proposals/GitHubMove.rst U src/gnu/llvm/llvm/docs/Proposals/TestSuite.rst U src/gnu/llvm/llvm/docs/Proposals/VariableNames.rst U src/gnu/llvm/llvm/docs/Proposals/VectorPredication.rst U src/gnu/llvm/llvm/docs/Proposals/VectorizationPlan.rst U src/gnu/llvm/llvm/docs/TableGen/BackEnds.rst U src/gnu/llvm/llvm/docs/TableGen/BackGuide.rst U src/gnu/llvm/llvm/docs/TableGen/ProgRef.rst U src/gnu/llvm/llvm/docs/TableGen/index.rst U src/gnu/llvm/llvm/docs/_ocamldoc/style.css U src/gnu/llvm/llvm/docs/_templates/indexsidebar.html U src/gnu/llvm/llvm/docs/_templates/layout.html U src/gnu/llvm/llvm/docs/_themes/llvm-theme/layout.html U src/gnu/llvm/llvm/docs/_themes/llvm-theme/theme.conf U src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/contents.png U src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/llvm-theme.css U src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/logo.png U src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/navigation.png U src/gnu/llvm/llvm/docs/tutorial/BuildingAJIT1.rst U src/gnu/llvm/llvm/docs/tutorial/BuildingAJIT2.rst U src/gnu/llvm/llvm/docs/tutorial/BuildingAJIT3.rst U src/gnu/llvm/llvm/docs/tutorial/BuildingAJIT4.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl01.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl02.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl03.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl04.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl05.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl06.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl07.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl08.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl09.rst U src/gnu/llvm/llvm/docs/tutorial/LangImpl10.rst U src/gnu/llvm/llvm/docs/tutorial/index.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl01.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05-cfg.png U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl06.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl10.rst U src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/index.rst U src/gnu/llvm/llvm/examples/CMakeLists.txt U src/gnu/llvm/llvm/examples/BrainF/BrainF.cpp U src/gnu/llvm/llvm/examples/BrainF/BrainF.h U src/gnu/llvm/llvm/examples/BrainF/BrainFDriver.cpp U src/gnu/llvm/llvm/examples/BrainF/CMakeLists.txt U src/gnu/llvm/llvm/examples/Bye/Bye.cpp U src/gnu/llvm/llvm/examples/Bye/CMakeLists.txt U src/gnu/llvm/llvm/examples/ExceptionDemo/CMakeLists.txt U src/gnu/llvm/llvm/examples/ExceptionDemo/ExceptionDemo.cpp U src/gnu/llvm/llvm/examples/Fibonacci/CMakeLists.txt U src/gnu/llvm/llvm/examples/Fibonacci/fibonacci.cpp U src/gnu/llvm/llvm/examples/HowToUseJIT/CMakeLists.txt U src/gnu/llvm/llvm/examples/HowToUseJIT/HowToUseJIT.cpp U src/gnu/llvm/llvm/examples/HowToUseLLJIT/CMakeLists.txt U src/gnu/llvm/llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp U src/gnu/llvm/llvm/examples/IRTransforms/CMakeLists.txt U src/gnu/llvm/llvm/examples/IRTransforms/SimplifyCFG.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h U src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter2/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter2/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/README.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/README.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/genk-timing.py U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/split-lib.py U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/README.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/genk-timing.py U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/split-lib.py U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/README.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/README.txt U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/genk-timing.py U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/toy.cpp U src/gnu/llvm/llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h U src/gnu/llvm/llvm/examples/ModuleMaker/CMakeLists.txt U src/gnu/llvm/llvm/examples/ModuleMaker/ModuleMaker.cpp U src/gnu/llvm/llvm/examples/ModuleMaker/README.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/ExampleModules.h U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITDumpObjects/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITDumpObjects/LLJITDumpObjects.cpp N src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITRemovableCode/CMakeLists.txt N src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITRemovableCode/LLJITRemovableCode.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp N src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/CMakeLists.txt N src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/LLJITWithExecutorProcessControl.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithInitializers/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithInitializers/LLJITWithInitializers.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectCache/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectCache/LLJITWithObjectCache.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/LLJITWithOptimizingIRTransform.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/LLJITWithRemoteDebugging.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/LLJITWithThinLTOSummaries.cpp U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/OrcV2CBindingsAddObjectFile.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/OrcV2CBindingsBasicUsage.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/OrcV2CBindingsDumpObjects.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/OrcV2CBindingsIRTransforms.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c N src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/CMakeLists.txt N src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/OrcV2CBindingsMCJITLikeMemoryManager.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/OrcV2CBindingsReflectProcessSymbols.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/OrcV2CBindingsRemovableCode.c U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/CMakeLists.txt U src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c U src/gnu/llvm/llvm/examples/ParallelJIT/CMakeLists.txt U src/gnu/llvm/llvm/examples/ParallelJIT/ParallelJIT.cpp U src/gnu/llvm/llvm/examples/SpeculativeJIT/CMakeLists.txt U src/gnu/llvm/llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp U src/gnu/llvm/llvm/include/llvm-c/Analysis.h U src/gnu/llvm/llvm/include/llvm-c/BitReader.h U src/gnu/llvm/llvm/include/llvm-c/BitWriter.h U src/gnu/llvm/llvm/include/llvm-c/Comdat.h U src/gnu/llvm/llvm/include/llvm-c/Core.h U src/gnu/llvm/llvm/include/llvm-c/DataTypes.h U src/gnu/llvm/llvm/include/llvm-c/DebugInfo.h N src/gnu/llvm/llvm/include/llvm-c/Deprecated.h U src/gnu/llvm/llvm/include/llvm-c/Disassembler.h U src/gnu/llvm/llvm/include/llvm-c/DisassemblerTypes.h U src/gnu/llvm/llvm/include/llvm-c/Error.h U src/gnu/llvm/llvm/include/llvm-c/ErrorHandling.h U src/gnu/llvm/llvm/include/llvm-c/ExecutionEngine.h U src/gnu/llvm/llvm/include/llvm-c/ExternC.h U src/gnu/llvm/llvm/include/llvm-c/IRReader.h U src/gnu/llvm/llvm/include/llvm-c/Initialization.h U src/gnu/llvm/llvm/include/llvm-c/LLJIT.h U src/gnu/llvm/llvm/include/llvm-c/Linker.h U src/gnu/llvm/llvm/include/llvm-c/Object.h U src/gnu/llvm/llvm/include/llvm-c/Orc.h U src/gnu/llvm/llvm/include/llvm-c/OrcEE.h U src/gnu/llvm/llvm/include/llvm-c/Remarks.h U src/gnu/llvm/llvm/include/llvm-c/Support.h U src/gnu/llvm/llvm/include/llvm-c/Target.h U src/gnu/llvm/llvm/include/llvm-c/TargetMachine.h U src/gnu/llvm/llvm/include/llvm-c/Types.h N src/gnu/llvm/llvm/include/llvm-c/blake3.h U src/gnu/llvm/llvm/include/llvm-c/lto.h U src/gnu/llvm/llvm/include/llvm-c/module.modulemap U src/gnu/llvm/llvm/include/llvm-c/Transforms/IPO.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/InstCombine.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/PassBuilder.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/PassManagerBuilder.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/Scalar.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/Utils.h U src/gnu/llvm/llvm/include/llvm-c/Transforms/Vectorize.h U src/gnu/llvm/llvm/include/llvm/CMakeLists.txt C src/gnu/llvm/llvm/include/llvm/InitializePasses.h U src/gnu/llvm/llvm/include/llvm/LinkAllIR.h U src/gnu/llvm/llvm/include/llvm/LinkAllPasses.h U src/gnu/llvm/llvm/include/llvm/Pass.h U src/gnu/llvm/llvm/include/llvm/PassAnalysisSupport.h U src/gnu/llvm/llvm/include/llvm/PassInfo.h U src/gnu/llvm/llvm/include/llvm/PassRegistry.h U src/gnu/llvm/llvm/include/llvm/PassSupport.h U src/gnu/llvm/llvm/include/llvm/module.extern.modulemap U src/gnu/llvm/llvm/include/llvm/module.install.modulemap U src/gnu/llvm/llvm/include/llvm/module.modulemap U src/gnu/llvm/llvm/include/llvm/module.modulemap.build U src/gnu/llvm/llvm/include/llvm/ADT/APFixedPoint.h U src/gnu/llvm/llvm/include/llvm/ADT/APFloat.h U src/gnu/llvm/llvm/include/llvm/ADT/APInt.h U src/gnu/llvm/llvm/include/llvm/ADT/APSInt.h N src/gnu/llvm/llvm/include/llvm/ADT/AddressRanges.h U src/gnu/llvm/llvm/include/llvm/ADT/AllocatorList.h U src/gnu/llvm/llvm/include/llvm/ADT/Any.h U src/gnu/llvm/llvm/include/llvm/ADT/ArrayRef.h U src/gnu/llvm/llvm/include/llvm/ADT/BitVector.h U src/gnu/llvm/llvm/include/llvm/ADT/Bitfields.h U src/gnu/llvm/llvm/include/llvm/ADT/BitmaskEnum.h U src/gnu/llvm/llvm/include/llvm/ADT/BreadthFirstIterator.h U src/gnu/llvm/llvm/include/llvm/ADT/CachedHashString.h U src/gnu/llvm/llvm/include/llvm/ADT/CoalescingBitVector.h N src/gnu/llvm/llvm/include/llvm/ADT/CombinationGenerator.h U src/gnu/llvm/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h U src/gnu/llvm/llvm/include/llvm/ADT/DeltaAlgorithm.h U src/gnu/llvm/llvm/include/llvm/ADT/DenseMap.h U src/gnu/llvm/llvm/include/llvm/ADT/DenseMapInfo.h U src/gnu/llvm/llvm/include/llvm/ADT/DenseSet.h U src/gnu/llvm/llvm/include/llvm/ADT/None.h U src/gnu/llvm/llvm/include/llvm/ADT/DepthFirstIterator.h U src/gnu/llvm/llvm/include/llvm/ADT/DirectedGraph.h U src/gnu/llvm/llvm/include/llvm/ADT/EnumeratedArray.h U src/gnu/llvm/llvm/include/llvm/ADT/EpochTracker.h U src/gnu/llvm/llvm/include/llvm/ADT/EquivalenceClasses.h U src/gnu/llvm/llvm/include/llvm/ADT/FloatingPointMode.h U src/gnu/llvm/llvm/include/llvm/ADT/FoldingSet.h U src/gnu/llvm/llvm/include/llvm/ADT/FunctionExtras.h N src/gnu/llvm/llvm/include/llvm/ADT/GenericCycleImpl.h N src/gnu/llvm/llvm/include/llvm/ADT/GenericCycleInfo.h N src/gnu/llvm/llvm/include/llvm/ADT/GenericSSAContext.h N src/gnu/llvm/llvm/include/llvm/ADT/GenericUniformityImpl.h N src/gnu/llvm/llvm/include/llvm/ADT/GenericUniformityInfo.h U src/gnu/llvm/llvm/include/llvm/ADT/GraphTraits.h U src/gnu/llvm/llvm/include/llvm/ADT/Hashing.h U src/gnu/llvm/llvm/include/llvm/ADT/ImmutableList.h U src/gnu/llvm/llvm/include/llvm/ADT/ImmutableMap.h U src/gnu/llvm/llvm/include/llvm/ADT/ImmutableSet.h U src/gnu/llvm/llvm/include/llvm/ADT/IndexedMap.h U src/gnu/llvm/llvm/include/llvm/ADT/IntEqClasses.h U src/gnu/llvm/llvm/include/llvm/ADT/IntervalMap.h N src/gnu/llvm/llvm/include/llvm/ADT/IntervalTree.h U src/gnu/llvm/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h U src/gnu/llvm/llvm/include/llvm/ADT/MapVector.h U src/gnu/llvm/llvm/include/llvm/ADT/Optional.h U src/gnu/llvm/llvm/include/llvm/ADT/PackedVector.h U src/gnu/llvm/llvm/include/llvm/ADT/PointerEmbeddedInt.h U src/gnu/llvm/llvm/include/llvm/ADT/PointerIntPair.h U src/gnu/llvm/llvm/include/llvm/ADT/PointerSumType.h U src/gnu/llvm/llvm/include/llvm/ADT/PointerUnion.h U src/gnu/llvm/llvm/include/llvm/ADT/PostOrderIterator.h U src/gnu/llvm/llvm/include/llvm/ADT/PriorityQueue.h U src/gnu/llvm/llvm/include/llvm/ADT/PriorityWorklist.h U src/gnu/llvm/llvm/include/llvm/ADT/SCCIterator.h U src/gnu/llvm/llvm/include/llvm/ADT/STLExtras.h U src/gnu/llvm/llvm/include/llvm/ADT/STLForwardCompat.h N src/gnu/llvm/llvm/include/llvm/ADT/STLFunctionalExtras.h U src/gnu/llvm/llvm/include/llvm/ADT/ScopeExit.h U src/gnu/llvm/llvm/include/llvm/ADT/ScopedHashTable.h U src/gnu/llvm/llvm/include/llvm/ADT/Sequence.h U src/gnu/llvm/llvm/include/llvm/ADT/SetOperations.h U src/gnu/llvm/llvm/include/llvm/ADT/SetVector.h U src/gnu/llvm/llvm/include/llvm/ADT/SmallBitVector.h U src/gnu/llvm/llvm/include/llvm/ADT/SmallPtrSet.h U src/gnu/llvm/llvm/include/llvm/ADT/SmallSet.h U src/gnu/llvm/llvm/include/llvm/ADT/SmallString.h U src/gnu/llvm/llvm/include/llvm/ADT/SmallVector.h U src/gnu/llvm/llvm/include/llvm/ADT/SparseBitVector.h U src/gnu/llvm/llvm/include/llvm/ADT/SparseMultiSet.h U src/gnu/llvm/llvm/include/llvm/ADT/SparseSet.h U src/gnu/llvm/llvm/include/llvm/ADT/Statistic.h U src/gnu/llvm/llvm/include/llvm/ADT/StringExtras.h U src/gnu/llvm/llvm/include/llvm/ADT/StringMap.h U src/gnu/llvm/llvm/include/llvm/ADT/StringMapEntry.h U src/gnu/llvm/llvm/include/llvm/ADT/StringRef.h U src/gnu/llvm/llvm/include/llvm/ADT/StringSet.h U src/gnu/llvm/llvm/include/llvm/ADT/StringSwitch.h U src/gnu/llvm/llvm/include/llvm/ADT/TinyPtrVector.h U src/gnu/llvm/llvm/include/llvm/ADT/Triple.h U src/gnu/llvm/llvm/include/llvm/ADT/Twine.h U src/gnu/llvm/llvm/include/llvm/ADT/TypeSwitch.h N src/gnu/llvm/llvm/include/llvm/ADT/Uniformity.h U src/gnu/llvm/llvm/include/llvm/ADT/UniqueVector.h U src/gnu/llvm/llvm/include/llvm/ADT/bit.h U src/gnu/llvm/llvm/include/llvm/ADT/edit_distance.h U src/gnu/llvm/llvm/include/llvm/ADT/fallible_iterator.h N src/gnu/llvm/llvm/include/llvm/ADT/identity.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist_base.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist_iterator.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist_node.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist_node_base.h U src/gnu/llvm/llvm/include/llvm/ADT/ilist_node_options.h U src/gnu/llvm/llvm/include/llvm/ADT/iterator.h U src/gnu/llvm/llvm/include/llvm/ADT/iterator_range.h U src/gnu/llvm/llvm/include/llvm/ADT/simple_ilist.h U src/gnu/llvm/llvm/include/llvm/Analysis/AliasAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/AliasAnalysisEvaluator.h U src/gnu/llvm/llvm/include/llvm/Analysis/AliasSetTracker.h U src/gnu/llvm/llvm/include/llvm/Analysis/AssumeBundleQueries.h U src/gnu/llvm/llvm/include/llvm/Analysis/AssumptionCache.h U src/gnu/llvm/llvm/include/llvm/Analysis/BasicAliasAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/BlockFrequencyInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h U src/gnu/llvm/llvm/include/llvm/Analysis/BranchProbabilityInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/CFG.h U src/gnu/llvm/llvm/include/llvm/Analysis/CFGPrinter.h N src/gnu/llvm/llvm/include/llvm/Analysis/CFGSCCPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/CGSCCPassManager.h U src/gnu/llvm/llvm/include/llvm/Analysis/CallGraph.h U src/gnu/llvm/llvm/include/llvm/Analysis/CallGraphSCCPass.h U src/gnu/llvm/llvm/include/llvm/Analysis/CallPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/CaptureTracking.h U src/gnu/llvm/llvm/include/llvm/Analysis/DDG.h U src/gnu/llvm/llvm/include/llvm/Analysis/CmpInstAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/CodeMetrics.h U src/gnu/llvm/llvm/include/llvm/Analysis/ConstantFolding.h U src/gnu/llvm/llvm/include/llvm/Analysis/ConstraintSystem.h N src/gnu/llvm/llvm/include/llvm/Analysis/CostModel.h N src/gnu/llvm/llvm/include/llvm/Analysis/CycleAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/DDGPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h U src/gnu/llvm/llvm/include/llvm/Analysis/Delinearization.h U src/gnu/llvm/llvm/include/llvm/Analysis/DemandedBits.h U src/gnu/llvm/llvm/include/llvm/Analysis/DependenceAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/DependenceGraphBuilder.h U src/gnu/llvm/llvm/include/llvm/Analysis/DivergenceAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/DomPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/DomTreeUpdater.h U src/gnu/llvm/llvm/include/llvm/Analysis/DominanceFrontier.h U src/gnu/llvm/llvm/include/llvm/Analysis/DominanceFrontierImpl.h U src/gnu/llvm/llvm/include/llvm/Analysis/GlobalsModRef.h U src/gnu/llvm/llvm/include/llvm/Analysis/EHPersonalities.h U src/gnu/llvm/llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/GuardUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/HeatUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/IRSimilarityIdentifier.h U src/gnu/llvm/llvm/include/llvm/Analysis/IVDescriptors.h U src/gnu/llvm/llvm/include/llvm/Analysis/IVUsers.h U src/gnu/llvm/llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/IndirectCallVisitor.h U src/gnu/llvm/llvm/include/llvm/Analysis/InlineAdvisor.h U src/gnu/llvm/llvm/include/llvm/Analysis/InlineCost.h U src/gnu/llvm/llvm/include/llvm/Analysis/InlineModelFeatureMaps.h N src/gnu/llvm/llvm/include/llvm/Analysis/InlineOrder.h U src/gnu/llvm/llvm/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/InstCount.h N src/gnu/llvm/llvm/include/llvm/Analysis/InstSimplifyFolder.h U src/gnu/llvm/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h U src/gnu/llvm/llvm/include/llvm/Analysis/InstructionSimplify.h U src/gnu/llvm/llvm/include/llvm/Analysis/Interval.h U src/gnu/llvm/llvm/include/llvm/Analysis/IntervalIterator.h U src/gnu/llvm/llvm/include/llvm/Analysis/IntervalPartition.h U src/gnu/llvm/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h U src/gnu/llvm/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/LazyCallGraph.h U src/gnu/llvm/llvm/include/llvm/Analysis/LazyValueInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/LegacyDivergenceAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/Lint.h U src/gnu/llvm/llvm/include/llvm/Analysis/Loads.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopAccessAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopAnalysisManager.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopCacheAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopInfoImpl.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopIterator.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopPass.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopNestAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/LoopUnrollAnalyzer.h U src/gnu/llvm/llvm/include/llvm/Analysis/MLInlineAdvisor.h U src/gnu/llvm/llvm/include/llvm/Analysis/MLModelRunner.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemDerefPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemoryBuiltins.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemoryLocation.h N src/gnu/llvm/llvm/include/llvm/Analysis/MemoryProfileInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemorySSA.h U src/gnu/llvm/llvm/include/llvm/Analysis/MemorySSAUpdater.h N src/gnu/llvm/llvm/include/llvm/Analysis/ModelUnderTrainingRunner.h U src/gnu/llvm/llvm/include/llvm/Analysis/ModuleDebugInfoPrinter.h U src/gnu/llvm/llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/MustExecute.h N src/gnu/llvm/llvm/include/llvm/Analysis/NoInferenceModelRunner.h U src/gnu/llvm/llvm/include/llvm/Analysis/ObjCARCAliasAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/ObjCARCInstKind.h U src/gnu/llvm/llvm/include/llvm/Analysis/ObjCARCUtil.h U src/gnu/llvm/llvm/include/llvm/Analysis/OptimizationRemarkEmitter.h U src/gnu/llvm/llvm/include/llvm/Analysis/OverflowInstAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/PHITransAddr.h U src/gnu/llvm/llvm/include/llvm/Analysis/Passes.h U src/gnu/llvm/llvm/include/llvm/Analysis/PhiValues.h U src/gnu/llvm/llvm/include/llvm/Analysis/PostDominators.h U src/gnu/llvm/llvm/include/llvm/Analysis/ProfileSummaryInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/PtrUseVisitor.h U src/gnu/llvm/llvm/include/llvm/Analysis/RegionInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/RegionInfoImpl.h U src/gnu/llvm/llvm/include/llvm/Analysis/RegionIterator.h U src/gnu/llvm/llvm/include/llvm/Analysis/RegionPass.h U src/gnu/llvm/llvm/include/llvm/Analysis/RegionPrinter.h N src/gnu/llvm/llvm/include/llvm/Analysis/ReleaseModeModelRunner.h U src/gnu/llvm/llvm/include/llvm/Analysis/ReplayInlineAdvisor.h U src/gnu/llvm/llvm/include/llvm/Analysis/Trace.h U src/gnu/llvm/llvm/include/llvm/Analysis/ScalarEvolution.h U src/gnu/llvm/llvm/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/ScalarEvolutionDivision.h U src/gnu/llvm/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h U src/gnu/llvm/llvm/include/llvm/Analysis/ScalarEvolutionNormalization.h N src/gnu/llvm/llvm/include/llvm/Analysis/ScalarFuncs.def U src/gnu/llvm/llvm/include/llvm/Analysis/ScopedNoAliasAA.h U src/gnu/llvm/llvm/include/llvm/Analysis/SparsePropagation.h U src/gnu/llvm/llvm/include/llvm/Analysis/StackLifetime.h U src/gnu/llvm/llvm/include/llvm/Analysis/StackSafetyAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/SyncDependenceAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/SyntheticCountsUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/TargetFolder.h U src/gnu/llvm/llvm/include/llvm/Analysis/TargetLibraryInfo.def U src/gnu/llvm/llvm/include/llvm/Analysis/TargetLibraryInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/TargetTransformInfo.h U src/gnu/llvm/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h N src/gnu/llvm/llvm/include/llvm/Analysis/TensorSpec.h U src/gnu/llvm/llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/TypeMetadataUtils.h N src/gnu/llvm/llvm/include/llvm/Analysis/UniformityAnalysis.h U src/gnu/llvm/llvm/include/llvm/Analysis/ValueLattice.h U src/gnu/llvm/llvm/include/llvm/Analysis/ValueLatticeUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/ValueTracking.h U src/gnu/llvm/llvm/include/llvm/Analysis/VecFuncs.def U src/gnu/llvm/llvm/include/llvm/Analysis/VectorUtils.h U src/gnu/llvm/llvm/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h U src/gnu/llvm/llvm/include/llvm/Analysis/Utils/Local.h U src/gnu/llvm/llvm/include/llvm/Analysis/Utils/TFUtils.h N src/gnu/llvm/llvm/include/llvm/Analysis/Utils/TrainingLogger.h U src/gnu/llvm/llvm/include/llvm/AsmParser/LLLexer.h U src/gnu/llvm/llvm/include/llvm/AsmParser/LLParser.h U src/gnu/llvm/llvm/include/llvm/AsmParser/LLToken.h U src/gnu/llvm/llvm/include/llvm/AsmParser/Parser.h U src/gnu/llvm/llvm/include/llvm/AsmParser/SlotMapping.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/COFF.h N src/gnu/llvm/llvm/include/llvm/BinaryFormat/DXContainer.h N src/gnu/llvm/llvm/include/llvm/BinaryFormat/DXContainerConstants.def C src/gnu/llvm/llvm/include/llvm/BinaryFormat/Dwarf.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/Dwarf.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/DynamicTags.def C src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELF.h N src/gnu/llvm/llvm/include/llvm/BinaryFormat/GOFF.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MachO.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MachO.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/Magic.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/Minidump.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MinidumpConstants.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MsgPack.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MsgPack.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MsgPackDocument.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MsgPackReader.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/MsgPackWriter.h N src/gnu/llvm/llvm/include/llvm/BinaryFormat/Swift.def N src/gnu/llvm/llvm/include/llvm/BinaryFormat/Swift.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/Wasm.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/WasmRelocs.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/WasmTraits.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/XCOFF.h U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/AArch64.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ARC.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ARM.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/AVR.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/BPF.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/CSKY.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/Lanai.def N src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/M68k.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/MSP430.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/Mips.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/RISCV.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/Sparc.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/VE.def N src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/Xtensa.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/i386.def U src/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/x86_64.def U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeCommon.h U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeConvenience.h U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeReader.h U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeWriter.h U src/gnu/llvm/llvm/include/llvm/Bitcode/BitcodeWriterPass.h U src/gnu/llvm/llvm/include/llvm/Bitcode/LLVMBitCodes.h N src/gnu/llvm/llvm/include/llvm/Bitstream/BitCodeEnums.h U src/gnu/llvm/llvm/include/llvm/Bitstream/BitCodes.h U src/gnu/llvm/llvm/include/llvm/Bitstream/BitstreamReader.h U src/gnu/llvm/llvm/include/llvm/Bitstream/BitstreamWriter.h U src/gnu/llvm/llvm/include/llvm/CodeGen/AccelTable.h U src/gnu/llvm/llvm/include/llvm/CodeGen/Analysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/AntiDepBreaker.h C src/gnu/llvm/llvm/include/llvm/CodeGen/AsmPrinter.h U src/gnu/llvm/llvm/include/llvm/CodeGen/AsmPrinterHandler.h N src/gnu/llvm/llvm/include/llvm/CodeGen/AssignmentTrackingAnalysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/AtomicExpandUtils.h U src/gnu/llvm/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h N src/gnu/llvm/llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h U src/gnu/llvm/llvm/include/llvm/CodeGen/BasicTTIImpl.h N src/gnu/llvm/llvm/include/llvm/CodeGen/CFIFixup.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CSEConfigBase.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CalcSpillWeights.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CallingConvLower.h N src/gnu/llvm/llvm/include/llvm/CodeGen/CodeGenCommonISel.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CodeGenPassBuilder.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CostTable.h U src/gnu/llvm/llvm/include/llvm/CodeGen/CommandFlags.h N src/gnu/llvm/llvm/include/llvm/CodeGen/ComplexDeinterleavingPass.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DAGCombine.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DFAPacketizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DIE.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DIEValue.def U src/gnu/llvm/llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DebugHandlerBase.h U src/gnu/llvm/llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h U src/gnu/llvm/llvm/include/llvm/CodeGen/EdgeBundles.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ExecutionDomainFix.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ExpandReductions.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ExpandVectorPredication.h U src/gnu/llvm/llvm/include/llvm/CodeGen/FastISel.h U src/gnu/llvm/llvm/include/llvm/CodeGen/FaultMaps.h U src/gnu/llvm/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GCMetadata.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GCMetadataPrinter.h C src/gnu/llvm/llvm/include/llvm/CodeGen/Passes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ISDOpcodes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/IndirectThunks.h U src/gnu/llvm/llvm/include/llvm/CodeGen/IntrinsicLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LatencyPriorityQueue.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LexicalScopes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LinkAllAsmWriterComponents.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveInterval.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveIntervalCalc.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveIntervalUnion.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveIntervals.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LivePhysRegs.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveRangeCalc.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveRangeEdit.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveRegMatrix.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveRegUnits.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveStacks.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LiveVariables.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LoopTraversal.h U src/gnu/llvm/llvm/include/llvm/CodeGen/LowLevelType.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MBFIWrapper.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRFSDiscriminator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRFormatter.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRPrinter.h N src/gnu/llvm/llvm/include/llvm/CodeGen/MIRSampleProfile.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRYamlMapping.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachORelocation.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineBasicBlock.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineBranchProbabilityInfo.h N src/gnu/llvm/llvm/include/llvm/CodeGen/MachineCFGPrinter.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineCombinerPattern.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineConstantPool.h N src/gnu/llvm/llvm/include/llvm/CodeGen/MachineCycleAnalysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RDFGraph.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineDominanceFrontier.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineDominators.h C src/gnu/llvm/llvm/include/llvm/CodeGen/MachineFrameInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineFunction.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineFunctionPass.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineInstr.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineInstrBuilder.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineInstrBundle.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineInstrBundleIterator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineJumpTableInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineLoopInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineLoopUtils.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineMemOperand.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineModuleInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineModuleSlotTracker.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineOperand.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineOutliner.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachinePassManager.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachinePassRegistry.def U src/gnu/llvm/llvm/include/llvm/CodeGen/MachinePassRegistry.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachinePipeliner.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachinePostDominators.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineRegionInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineRegisterInfo.h N src/gnu/llvm/llvm/include/llvm/CodeGen/MachineSSAContext.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineSSAUpdater.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineScheduler.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineSizeOpts.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineStableHash.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MachineTraceMetrics.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MacroFusion.h N src/gnu/llvm/llvm/include/llvm/CodeGen/MachineUniformityAnalysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ModuloSchedule.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MultiHazardRecognizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/NonRelocatableStringpool.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQPRAConstraint.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ParallelCG.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PreISelIntrinsicLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PseudoSourceValue.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RDFLiveness.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RDFRegisters.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ReachingDefAnalysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegAllocCommon.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegAllocPBQP.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegAllocRegistry.h U src/gnu/llvm/llvm/include/llvm/CodeGen/Register.h N src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterBank.h U src/gnu/llvm/llvm/include/llvm/CodeGen/Spiller.h N src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterBankInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterClassInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterPressure.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterScavenging.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RegisterUsageInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ReplaceWithVeclib.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ResourcePriorityQueue.h U src/gnu/llvm/llvm/include/llvm/CodeGen/RuntimeLibcalls.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SDNodeProperties.td U src/gnu/llvm/llvm/include/llvm/CodeGen/ScheduleDAG.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ScheduleDAGMutation.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ScheduleDFS.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ScheduleHazardRecognizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SchedulerRegistry.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ScoreboardHazardRecognizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SelectionDAG.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SelectionDAGISel.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SelectionDAGNodes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SlotIndexes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/StableHashing.h U src/gnu/llvm/llvm/include/llvm/CodeGen/StackMaps.h U src/gnu/llvm/llvm/include/llvm/CodeGen/StackProtector.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SwiftErrorValueTracking.h U src/gnu/llvm/llvm/include/llvm/CodeGen/SwitchLoweringUtils.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TailDuplicator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetCallingConv.h C src/gnu/llvm/llvm/include/llvm/CodeGen/TargetFrameLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetInstrInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetOpcodes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetPassConfig.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetRegisterInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetSchedule.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TargetSubtargetInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/TileShapeInfo.h N src/gnu/llvm/llvm/include/llvm/CodeGen/TypePromotion.h U src/gnu/llvm/llvm/include/llvm/CodeGen/UnreachableBlockElim.h N src/gnu/llvm/llvm/include/llvm/CodeGen/VLIWMachineScheduler.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ValueTypes.h U src/gnu/llvm/llvm/include/llvm/CodeGen/ValueTypes.td U src/gnu/llvm/llvm/include/llvm/CodeGen/VirtRegMap.h U src/gnu/llvm/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/WinEHFuncInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/CostAllocator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/Graph.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/Math.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/ReductionRules.h U src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/Solution.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/CombinerInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelect.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/Legalizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h N src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/Localizer.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h U src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/Utils.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/MIParser.h U src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/MIRParser.h U src/gnu/llvm/llvm/include/llvm/Config/AsmParsers.def.in U src/gnu/llvm/llvm/include/llvm/Config/AsmPrinters.def.in U src/gnu/llvm/llvm/include/llvm/Config/Disassemblers.def.in N src/gnu/llvm/llvm/include/llvm/Config/TargetExegesis.def.in N src/gnu/llvm/llvm/include/llvm/Config/TargetMCAs.def.in U src/gnu/llvm/llvm/include/llvm/Config/Targets.def.in U src/gnu/llvm/llvm/include/llvm/Config/abi-breaking.h.cmake U src/gnu/llvm/llvm/include/llvm/Config/config.h.cmake U src/gnu/llvm/llvm/include/llvm/Config/llvm-config.h.cmake U src/gnu/llvm/llvm/include/llvm/DWARFLinker/DWARFLinker.h U src/gnu/llvm/llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h U src/gnu/llvm/llvm/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h U src/gnu/llvm/llvm/include/llvm/DWARFLinker/DWARFStreamer.h N src/gnu/llvm/llvm/include/llvm/DWARFLinkerParallel/DWARFLinker.h U src/gnu/llvm/llvm/include/llvm/DWP/DWP.h U src/gnu/llvm/llvm/include/llvm/DWP/DWPError.h U src/gnu/llvm/llvm/include/llvm/DWP/DWPStringPool.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DIContext.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CVRecord.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeView.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/CodeViewTypes.def U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/EnumTables.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/Formatters.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/FunctionId.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/GUID.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/Line.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/RecordName.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolDumper.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolSerializer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeCollection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeIndex.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeTableCollection.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFAttribute.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ExtractRanges.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/FileEntry.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/FileWriter.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/FunctionInfo.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/GsymReader.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/Header.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/LineEntry.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/LineTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/LookupResult.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/StringTable.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVElement.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVLine.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVRange.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVReader.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVScope.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSort.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/LVType.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVELFReader.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/IMSFFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/MSFBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/MSFCommon.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/MSFError.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/GenericError.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBDataStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBFrameData.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBLineNumber.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBSourceFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/IPDBTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDB.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBContext.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBExtras.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymDumper.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolData.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/UDTLayout.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAError.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIASession.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIATable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIASupport.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/DbiStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/EnumTables.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/FormatUtil.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/Formatters.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/Hash.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/InfoStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/InputFile.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/PDBFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/PublicsStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/RawConstants.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/RawError.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/SymbolStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/TpiHashing.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/TpiStream.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/Markup.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/MarkupFilter.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h N src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h U src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h N src/gnu/llvm/llvm/include/llvm/Debuginfod/BuildIDFetcher.h N src/gnu/llvm/llvm/include/llvm/Debuginfod/Debuginfod.h N src/gnu/llvm/llvm/include/llvm/Debuginfod/HTTPClient.h N src/gnu/llvm/llvm/include/llvm/Debuginfod/HTTPServer.h U src/gnu/llvm/llvm/include/llvm/Demangle/Demangle.h U src/gnu/llvm/llvm/include/llvm/Demangle/DemangleConfig.h U src/gnu/llvm/llvm/include/llvm/Demangle/ItaniumDemangle.h N src/gnu/llvm/llvm/include/llvm/Demangle/ItaniumNodes.def U src/gnu/llvm/llvm/include/llvm/Demangle/MicrosoftDemangle.h U src/gnu/llvm/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h U src/gnu/llvm/llvm/include/llvm/Demangle/README.txt U src/gnu/llvm/llvm/include/llvm/Demangle/StringView.h U src/gnu/llvm/llvm/include/llvm/Demangle/Utility.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/GenericValue.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Interpreter.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITEventListener.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITSymbol.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/MCJIT.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/OProfileWrapper.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ObjectCache.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/COFF.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/COFF_x86_64.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF_i386.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/MachO.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/TableManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/i386.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/riscv.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/COFFPlatform.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Core.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/DebuggerSupportPlugin.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Layer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Mangling.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/MemoryMapper.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Speculation.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TaskDispatch.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h N src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h U src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h U src/gnu/llvm/llvm/include/llvm/FileCheck/FileCheck.h U src/gnu/llvm/llvm/include/llvm/Frontend/CMakeLists.txt U src/gnu/llvm/llvm/include/llvm/Frontend/Directive/DirectiveBase.td N src/gnu/llvm/llvm/include/llvm/Frontend/HLSL/HLSLResource.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenACC/ACC.td U src/gnu/llvm/llvm/include/llvm/Frontend/OpenACC/CMakeLists.txt U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/CMakeLists.txt U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMP.td N src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPAssume.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPConstants.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPContext.h N src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h U src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/OMPKinds.def U src/gnu/llvm/llvm/include/llvm/FuzzMutate/FuzzerCLI.h U src/gnu/llvm/llvm/include/llvm/FuzzMutate/IRMutator.h U src/gnu/llvm/llvm/include/llvm/FuzzMutate/OpDescriptor.h U src/gnu/llvm/llvm/include/llvm/FuzzMutate/Operations.h U src/gnu/llvm/llvm/include/llvm/FuzzMutate/Random.h U src/gnu/llvm/llvm/include/llvm/FuzzMutate/RandomIRBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/AbstractCallSite.h U src/gnu/llvm/llvm/include/llvm/IR/Argument.h U src/gnu/llvm/llvm/include/llvm/IR/AssemblyAnnotationWriter.h U src/gnu/llvm/llvm/include/llvm/IR/Assumptions.h U src/gnu/llvm/llvm/include/llvm/IR/Attributes.h U src/gnu/llvm/llvm/include/llvm/IR/Attributes.td U src/gnu/llvm/llvm/include/llvm/IR/AutoUpgrade.h U src/gnu/llvm/llvm/include/llvm/IR/BasicBlock.h U src/gnu/llvm/llvm/include/llvm/IR/BuiltinGCs.h U src/gnu/llvm/llvm/include/llvm/IR/CFG.h U src/gnu/llvm/llvm/include/llvm/IR/CMakeLists.txt U src/gnu/llvm/llvm/include/llvm/IR/CallingConv.h U src/gnu/llvm/llvm/include/llvm/IR/Comdat.h U src/gnu/llvm/llvm/include/llvm/IR/Constant.h N src/gnu/llvm/llvm/include/llvm/IR/ConstantFold.h U src/gnu/llvm/llvm/include/llvm/IR/ConstantFolder.h U src/gnu/llvm/llvm/include/llvm/IR/ConstantRange.h U src/gnu/llvm/llvm/include/llvm/IR/Constants.h U src/gnu/llvm/llvm/include/llvm/IR/ConstrainedOps.def U src/gnu/llvm/llvm/include/llvm/IR/DIBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/DataLayout.h U src/gnu/llvm/llvm/include/llvm/IR/DebugInfo.h U src/gnu/llvm/llvm/include/llvm/IR/DebugInfoFlags.def U src/gnu/llvm/llvm/include/llvm/IR/DebugInfoMetadata.h U src/gnu/llvm/llvm/include/llvm/IR/DebugLoc.h U src/gnu/llvm/llvm/include/llvm/IR/DerivedTypes.h U src/gnu/llvm/llvm/include/llvm/IR/DerivedUser.h U src/gnu/llvm/llvm/include/llvm/IR/DiagnosticHandler.h U src/gnu/llvm/llvm/include/llvm/IR/DiagnosticInfo.h U src/gnu/llvm/llvm/include/llvm/IR/DiagnosticPrinter.h U src/gnu/llvm/llvm/include/llvm/IR/Dominators.h N src/gnu/llvm/llvm/include/llvm/IR/FMF.h U src/gnu/llvm/llvm/include/llvm/IR/FPEnv.h U src/gnu/llvm/llvm/include/llvm/IR/FixedMetadataKinds.def U src/gnu/llvm/llvm/include/llvm/IR/FixedPointBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/Function.h U src/gnu/llvm/llvm/include/llvm/IR/GCStrategy.h U src/gnu/llvm/llvm/include/llvm/IR/GVMaterializer.h U src/gnu/llvm/llvm/include/llvm/IR/GetElementPtrTypeIterator.h U src/gnu/llvm/llvm/include/llvm/IR/GlobalAlias.h U src/gnu/llvm/llvm/include/llvm/IR/GlobalIFunc.h U src/gnu/llvm/llvm/include/llvm/IR/GlobalObject.h U src/gnu/llvm/llvm/include/llvm/IR/GlobalValue.h U src/gnu/llvm/llvm/include/llvm/IR/GlobalVariable.h U src/gnu/llvm/llvm/include/llvm/IR/IRBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/IRBuilderFolder.h U src/gnu/llvm/llvm/include/llvm/IR/IRPrintingPasses.h U src/gnu/llvm/llvm/include/llvm/IR/InlineAsm.h U src/gnu/llvm/llvm/include/llvm/IR/InstIterator.h U src/gnu/llvm/llvm/include/llvm/IR/InstVisitor.h U src/gnu/llvm/llvm/include/llvm/IR/InstrTypes.h U src/gnu/llvm/llvm/include/llvm/IR/Instruction.def U src/gnu/llvm/llvm/include/llvm/IR/Instruction.h U src/gnu/llvm/llvm/include/llvm/IR/Instructions.h U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicInst.h U src/gnu/llvm/llvm/include/llvm/IR/Intrinsics.h U src/gnu/llvm/llvm/include/llvm/IR/Intrinsics.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsAArch64.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsAMDGPU.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsARM.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsBPF.td N src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsDirectX.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsHexagon.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsHexagonDep.td N src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsLoongArch.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsMips.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsNVVM.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsPowerPC.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsRISCV.td N src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsRISCVXTHead.td N src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsSPIRV.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsSystemZ.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsVE.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsVEVL.gen.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsWebAssembly.td U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsX86.td U src/gnu/llvm/llvm/include/llvm/IR/LLVMContext.h U src/gnu/llvm/llvm/include/llvm/IR/IntrinsicsXCore.td U src/gnu/llvm/llvm/include/llvm/IR/LLVMRemarkStreamer.h U src/gnu/llvm/llvm/include/llvm/IR/LegacyPassManager.h U src/gnu/llvm/llvm/include/llvm/IR/LegacyPassManagers.h U src/gnu/llvm/llvm/include/llvm/IR/LegacyPassNameParser.h U src/gnu/llvm/llvm/include/llvm/IR/MDBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/Mangler.h U src/gnu/llvm/llvm/include/llvm/IR/MatrixBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/Metadata.def U src/gnu/llvm/llvm/include/llvm/IR/Metadata.h U src/gnu/llvm/llvm/include/llvm/IR/Module.h U src/gnu/llvm/llvm/include/llvm/IR/ModuleSlotTracker.h U src/gnu/llvm/llvm/include/llvm/IR/ModuleSummaryIndex.h U src/gnu/llvm/llvm/include/llvm/IR/ModuleSummaryIndexYAML.h U src/gnu/llvm/llvm/include/llvm/IR/NoFolder.h U src/gnu/llvm/llvm/include/llvm/IR/OperandTraits.h U src/gnu/llvm/llvm/include/llvm/IR/Operator.h U src/gnu/llvm/llvm/include/llvm/IR/OptBisect.h U src/gnu/llvm/llvm/include/llvm/IR/PassInstrumentation.h U src/gnu/llvm/llvm/include/llvm/IR/Type.h U src/gnu/llvm/llvm/include/llvm/IR/PassManager.h U src/gnu/llvm/llvm/include/llvm/IR/PassManagerImpl.h U src/gnu/llvm/llvm/include/llvm/IR/PassManagerInternal.h U src/gnu/llvm/llvm/include/llvm/IR/PassTimingInfo.h U src/gnu/llvm/llvm/include/llvm/IR/PatternMatch.h U src/gnu/llvm/llvm/include/llvm/IR/PredIteratorCache.h U src/gnu/llvm/llvm/include/llvm/IR/PrintPasses.h N src/gnu/llvm/llvm/include/llvm/IR/ProfDataUtils.h U src/gnu/llvm/llvm/include/llvm/IR/ProfileSummary.h U src/gnu/llvm/llvm/include/llvm/IR/PseudoProbe.h U src/gnu/llvm/llvm/include/llvm/IR/ReplaceConstant.h U src/gnu/llvm/llvm/include/llvm/IR/RuntimeLibcalls.def N src/gnu/llvm/llvm/include/llvm/IR/SSAContext.h U src/gnu/llvm/llvm/include/llvm/IR/SafepointIRVerifier.h U src/gnu/llvm/llvm/include/llvm/IR/Statepoint.h U src/gnu/llvm/llvm/include/llvm/IR/StructuralHash.h U src/gnu/llvm/llvm/include/llvm/IR/SymbolTableListTraits.h U src/gnu/llvm/llvm/include/llvm/IR/TrackingMDRef.h U src/gnu/llvm/llvm/include/llvm/IR/TypeFinder.h N src/gnu/llvm/llvm/include/llvm/IR/TypedPointerType.h U src/gnu/llvm/llvm/include/llvm/IR/Use.h U src/gnu/llvm/llvm/include/llvm/IR/UseListOrder.h U src/gnu/llvm/llvm/include/llvm/IR/User.h U src/gnu/llvm/llvm/include/llvm/IR/VPIntrinsics.def U src/gnu/llvm/llvm/include/llvm/IR/Value.def U src/gnu/llvm/llvm/include/llvm/IR/Value.h U src/gnu/llvm/llvm/include/llvm/IR/ValueHandle.h U src/gnu/llvm/llvm/include/llvm/IR/ValueMap.h U src/gnu/llvm/llvm/include/llvm/IR/ValueSymbolTable.h N src/gnu/llvm/llvm/include/llvm/IR/VectorBuilder.h U src/gnu/llvm/llvm/include/llvm/IR/Verifier.h N src/gnu/llvm/llvm/include/llvm/IRPrinter/IRPrintingPasses.h U src/gnu/llvm/llvm/include/llvm/IRReader/IRReader.h U src/gnu/llvm/llvm/include/llvm/InterfaceStub/ELFObjHandler.h U src/gnu/llvm/llvm/include/llvm/InterfaceStub/IFSHandler.h U src/gnu/llvm/llvm/include/llvm/InterfaceStub/IFSStub.h U src/gnu/llvm/llvm/include/llvm/LTO/Config.h U src/gnu/llvm/llvm/include/llvm/LTO/LTO.h U src/gnu/llvm/llvm/include/llvm/LTO/LTOBackend.h U src/gnu/llvm/llvm/include/llvm/LTO/SummaryBasedOptimizations.h U src/gnu/llvm/llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h U src/gnu/llvm/llvm/include/llvm/LTO/legacy/LTOModule.h U src/gnu/llvm/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h U src/gnu/llvm/llvm/include/llvm/LTO/legacy/UpdateCompilerUsed.h U src/gnu/llvm/llvm/include/llvm/LineEditor/LineEditor.h U src/gnu/llvm/llvm/include/llvm/Linker/IRMover.h U src/gnu/llvm/llvm/include/llvm/Linker/Linker.h U src/gnu/llvm/llvm/include/llvm/MC/ConstantPools.h U src/gnu/llvm/llvm/include/llvm/MC/LaneBitmask.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmBackend.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoCOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoDarwin.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoELF.h N src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoGOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoWasm.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmInfoXCOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmLayout.h U src/gnu/llvm/llvm/include/llvm/MC/MCAsmMacro.h U src/gnu/llvm/llvm/include/llvm/MC/MCAssembler.h U src/gnu/llvm/llvm/include/llvm/MC/MCCodeEmitter.h U src/gnu/llvm/llvm/include/llvm/MC/MCCodeView.h U src/gnu/llvm/llvm/include/llvm/MC/MCContext.h N src/gnu/llvm/llvm/include/llvm/MC/MCDXContainerStreamer.h N src/gnu/llvm/llvm/include/llvm/MC/MCDXContainerWriter.h N src/gnu/llvm/llvm/include/llvm/MC/MCDecoderOps.h U src/gnu/llvm/llvm/include/llvm/MC/MCDirectives.h U src/gnu/llvm/llvm/include/llvm/MC/MCDwarf.h U src/gnu/llvm/llvm/include/llvm/MC/MCELFObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCELFStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCExpr.h U src/gnu/llvm/llvm/include/llvm/MC/MCFixup.h U src/gnu/llvm/llvm/include/llvm/MC/MCFixupKindInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCFragment.h U src/gnu/llvm/llvm/include/llvm/MC/MCInst.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstBuilder.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstPrinter.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstrAnalysis.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstrDesc.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstrInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCInstrItineraries.h U src/gnu/llvm/llvm/include/llvm/MC/MCLabel.h U src/gnu/llvm/llvm/include/llvm/MC/MCLinkerOptimizationHint.h U src/gnu/llvm/llvm/include/llvm/MC/MCMachObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCObjectFileInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCObjectStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCPseudoProbe.h U src/gnu/llvm/llvm/include/llvm/MC/MCRegister.h U src/gnu/llvm/llvm/include/llvm/MC/MCRegisterInfo.h N src/gnu/llvm/llvm/include/llvm/MC/MCSPIRVObjectWriter.h N src/gnu/llvm/llvm/include/llvm/MC/MCSPIRVStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCSchedule.h U src/gnu/llvm/llvm/include/llvm/MC/MCSection.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionCOFF.h N src/gnu/llvm/llvm/include/llvm/MC/MCSectionDXContainer.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionELF.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionGOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionMachO.h N src/gnu/llvm/llvm/include/llvm/MC/MCSectionSPIRV.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionWasm.h U src/gnu/llvm/llvm/include/llvm/MC/MCSectionXCOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbol.h U src/gnu/llvm/llvm/include/llvm/MC/MCSubtargetInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCValue.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolCOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolELF.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolGOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolMachO.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolWasm.h U src/gnu/llvm/llvm/include/llvm/MC/MCSymbolXCOFF.h U src/gnu/llvm/llvm/include/llvm/MC/MCTargetOptions.h U src/gnu/llvm/llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h U src/gnu/llvm/llvm/include/llvm/MC/MCWasmObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCWasmStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCWin64EH.h U src/gnu/llvm/llvm/include/llvm/MC/MCWinCOFFObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCWinCOFFStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MCWinEH.h U src/gnu/llvm/llvm/include/llvm/MC/MCXCOFFObjectWriter.h U src/gnu/llvm/llvm/include/llvm/MC/MCXCOFFStreamer.h U src/gnu/llvm/llvm/include/llvm/MC/MachineLocation.h U src/gnu/llvm/llvm/include/llvm/MC/SectionKind.h U src/gnu/llvm/llvm/include/llvm/MC/SubtargetFeature.h U src/gnu/llvm/llvm/include/llvm/MC/StringTableBuilder.h N src/gnu/llvm/llvm/include/llvm/MC/TargetRegistry.h U src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/MCDisassembler.h U src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h U src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/MCRelocationInfo.h U src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/MCSymbolizer.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/AsmCond.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/AsmLexer.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCAsmLexer.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCAsmParser.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCAsmParserUtils.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h U src/gnu/llvm/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h U src/gnu/llvm/llvm/include/llvm/MCA/CodeEmitter.h U src/gnu/llvm/llvm/include/llvm/MCA/Context.h U src/gnu/llvm/llvm/include/llvm/MCA/CustomBehaviour.h U src/gnu/llvm/llvm/include/llvm/MCA/HWEventListener.h N src/gnu/llvm/llvm/include/llvm/MCA/IncrementalSourceMgr.h U src/gnu/llvm/llvm/include/llvm/MCA/InstrBuilder.h U src/gnu/llvm/llvm/include/llvm/MCA/Instruction.h U src/gnu/llvm/llvm/include/llvm/MCA/Pipeline.h U src/gnu/llvm/llvm/include/llvm/MCA/SourceMgr.h U src/gnu/llvm/llvm/include/llvm/MCA/Support.h N src/gnu/llvm/llvm/include/llvm/MCA/View.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/HardwareUnit.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/LSUnit.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/RegisterFile.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/ResourceManager.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/RetireControlUnit.h U src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/Scheduler.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/DispatchStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/EntryStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/ExecuteStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/InOrderIssueStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/InstructionTables.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/MicroOpQueueStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/RetireStage.h U src/gnu/llvm/llvm/include/llvm/MCA/Stages/Stage.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/CommonConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/ConfigManager.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/MultiFormatConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/ObjCopy.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/COFF/COFFConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/COFF/COFFObjcopy.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/ELF/ELFConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/ELF/ELFObjcopy.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/MachO/MachOConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/MachO/MachOObjcopy.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/wasm/WasmConfig.h N src/gnu/llvm/llvm/include/llvm/ObjCopy/wasm/WasmObjcopy.h U src/gnu/llvm/llvm/include/llvm/Object/Archive.h U src/gnu/llvm/llvm/include/llvm/Object/ArchiveWriter.h U src/gnu/llvm/llvm/include/llvm/Object/Binary.h N src/gnu/llvm/llvm/include/llvm/Object/BuildID.h U src/gnu/llvm/llvm/include/llvm/Object/COFF.h U src/gnu/llvm/llvm/include/llvm/Object/COFFImportFile.h U src/gnu/llvm/llvm/include/llvm/Object/COFFModuleDefinition.h U src/gnu/llvm/llvm/include/llvm/Object/CVDebugRecord.h N src/gnu/llvm/llvm/include/llvm/Object/DXContainer.h U src/gnu/llvm/llvm/include/llvm/Object/Decompressor.h U src/gnu/llvm/llvm/include/llvm/Object/ELF.h U src/gnu/llvm/llvm/include/llvm/Object/ELFObjectFile.h U src/gnu/llvm/llvm/include/llvm/Object/ELFTypes.h U src/gnu/llvm/llvm/include/llvm/Object/Error.h U src/gnu/llvm/llvm/include/llvm/Object/FaultMapParser.h U src/gnu/llvm/llvm/include/llvm/Object/IRObjectFile.h U src/gnu/llvm/llvm/include/llvm/Object/IRSymtab.h U src/gnu/llvm/llvm/include/llvm/Object/MachO.h U src/gnu/llvm/llvm/include/llvm/Object/MachOUniversal.h U src/gnu/llvm/llvm/include/llvm/Object/MachOUniversalWriter.h U src/gnu/llvm/llvm/include/llvm/Object/Minidump.h U src/gnu/llvm/llvm/include/llvm/Object/ModuleSymbolTable.h U src/gnu/llvm/llvm/include/llvm/Object/ObjectFile.h N src/gnu/llvm/llvm/include/llvm/Object/OffloadBinary.h U src/gnu/llvm/llvm/include/llvm/Object/RelocationResolver.h U src/gnu/llvm/llvm/include/llvm/Object/StackMapParser.h U src/gnu/llvm/llvm/include/llvm/Object/SymbolSize.h U src/gnu/llvm/llvm/include/llvm/Object/SymbolicFile.h U src/gnu/llvm/llvm/include/llvm/Object/TapiFile.h U src/gnu/llvm/llvm/include/llvm/Object/TapiUniversal.h U src/gnu/llvm/llvm/include/llvm/Object/Wasm.h U src/gnu/llvm/llvm/include/llvm/Object/WindowsMachineFlag.h U src/gnu/llvm/llvm/include/llvm/Object/WindowsResource.h U src/gnu/llvm/llvm/include/llvm/Object/XCOFFObjectFile.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/ArchiveYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/COFFYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypes.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/DWARFEmitter.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/DWARFYAML.h N src/gnu/llvm/llvm/include/llvm/ObjectYAML/DXContainerYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/ELFYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/MachOYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/MinidumpYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/ObjectYAML.h N src/gnu/llvm/llvm/include/llvm/ObjectYAML/OffloadYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/WasmYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/XCOFFYAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/YAML.h U src/gnu/llvm/llvm/include/llvm/ObjectYAML/yaml2obj.h U src/gnu/llvm/llvm/include/llvm/Option/Arg.h U src/gnu/llvm/llvm/include/llvm/Option/ArgList.h U src/gnu/llvm/llvm/include/llvm/Option/OptParser.td U src/gnu/llvm/llvm/include/llvm/Option/OptSpecifier.h U src/gnu/llvm/llvm/include/llvm/Option/OptTable.h U src/gnu/llvm/llvm/include/llvm/Option/Option.h N src/gnu/llvm/llvm/include/llvm/Passes/OptimizationLevel.h U src/gnu/llvm/llvm/include/llvm/Passes/PassBuilder.h U src/gnu/llvm/llvm/include/llvm/Passes/PassPlugin.h U src/gnu/llvm/llvm/include/llvm/Passes/StandardInstrumentations.h U src/gnu/llvm/llvm/include/llvm/ProfileData/GCOV.h U src/gnu/llvm/llvm/include/llvm/ProfileData/InstrProf.h N src/gnu/llvm/llvm/include/llvm/ProfileData/InstrProfCorrelator.h U src/gnu/llvm/llvm/include/llvm/ProfileData/InstrProfData.inc U src/gnu/llvm/llvm/include/llvm/ProfileData/InstrProfReader.h U src/gnu/llvm/llvm/include/llvm/ProfileData/InstrProfWriter.h N src/gnu/llvm/llvm/include/llvm/ProfileData/MIBEntryDef.inc N src/gnu/llvm/llvm/include/llvm/ProfileData/MemProf.h N src/gnu/llvm/llvm/include/llvm/ProfileData/MemProfData.inc U src/gnu/llvm/llvm/include/llvm/ProfileData/ProfileCommon.h N src/gnu/llvm/llvm/include/llvm/ProfileData/RawMemProfReader.h U src/gnu/llvm/llvm/include/llvm/ProfileData/SampleProf.h U src/gnu/llvm/llvm/include/llvm/ProfileData/SampleProfReader.h U src/gnu/llvm/llvm/include/llvm/ProfileData/SampleProfWriter.h U src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h U src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h U src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h U src/gnu/llvm/llvm/include/llvm/Remarks/BitstreamRemarkContainer.h U src/gnu/llvm/llvm/include/llvm/Remarks/BitstreamRemarkParser.h U src/gnu/llvm/llvm/include/llvm/Remarks/BitstreamRemarkSerializer.h U src/gnu/llvm/llvm/include/llvm/Remarks/HotnessThresholdParser.h U src/gnu/llvm/llvm/include/llvm/Remarks/Remark.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkFormat.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkLinker.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkParser.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkSerializer.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkStreamer.h U src/gnu/llvm/llvm/include/llvm/Remarks/RemarkStringTable.h U src/gnu/llvm/llvm/include/llvm/Remarks/YAMLRemarkSerializer.h U src/gnu/llvm/llvm/include/llvm/Support/AArch64TargetParser.h U src/gnu/llvm/llvm/include/llvm/Support/AMDGPUMetadata.h U src/gnu/llvm/llvm/include/llvm/Support/AMDHSAKernelDescriptor.h U src/gnu/llvm/llvm/include/llvm/Support/ARMAttributeParser.h U src/gnu/llvm/llvm/include/llvm/Support/ARMBuildAttributes.h U src/gnu/llvm/llvm/include/llvm/Support/ARMEHABI.h U src/gnu/llvm/llvm/include/llvm/Support/ARMTargetParser.h N src/gnu/llvm/llvm/include/llvm/Support/ARMTargetParserCommon.h U src/gnu/llvm/llvm/include/llvm/Support/ARMWinEH.h U src/gnu/llvm/llvm/include/llvm/Support/AlignOf.h U src/gnu/llvm/llvm/include/llvm/Support/Alignment.h U src/gnu/llvm/llvm/include/llvm/Support/Allocator.h U src/gnu/llvm/llvm/include/llvm/Support/AllocatorBase.h U src/gnu/llvm/llvm/include/llvm/Support/ArrayRecycler.h U src/gnu/llvm/llvm/include/llvm/Support/Atomic.h U src/gnu/llvm/llvm/include/llvm/Support/AtomicOrdering.h U src/gnu/llvm/llvm/include/llvm/Support/AutoConvert.h U src/gnu/llvm/llvm/include/llvm/Support/Automaton.h U src/gnu/llvm/llvm/include/llvm/Support/BCD.h N src/gnu/llvm/llvm/include/llvm/Support/BLAKE3.h U src/gnu/llvm/llvm/include/llvm/Support/Base64.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryByteStream.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryItemStream.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStream.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStreamArray.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStreamError.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStreamReader.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStreamRef.h U src/gnu/llvm/llvm/include/llvm/Support/BinaryStreamWriter.h U src/gnu/llvm/llvm/include/llvm/Support/BlockFrequency.h U src/gnu/llvm/llvm/include/llvm/Support/BranchProbability.h U src/gnu/llvm/llvm/include/llvm/Support/BuryPointer.h U src/gnu/llvm/llvm/include/llvm/Support/CBindingWrapping.h U src/gnu/llvm/llvm/include/llvm/Support/CFGDiff.h U src/gnu/llvm/llvm/include/llvm/Support/CFGUpdate.h U src/gnu/llvm/llvm/include/llvm/Support/CMakeLists.txt U src/gnu/llvm/llvm/include/llvm/Support/COM.h U src/gnu/llvm/llvm/include/llvm/Support/CRC.h N src/gnu/llvm/llvm/include/llvm/Support/CSKYAttributeParser.h N src/gnu/llvm/llvm/include/llvm/Support/CSKYAttributes.h N src/gnu/llvm/llvm/include/llvm/Support/CSKYTargetParser.h U src/gnu/llvm/llvm/include/llvm/Support/CachePruning.h N src/gnu/llvm/llvm/include/llvm/Support/Caching.h U src/gnu/llvm/llvm/include/llvm/Support/Capacity.h U src/gnu/llvm/llvm/include/llvm/Support/Casting.h U src/gnu/llvm/llvm/include/llvm/Support/CheckedArithmetic.h U src/gnu/llvm/llvm/include/llvm/Support/Chrono.h U src/gnu/llvm/llvm/include/llvm/Support/CodeGen.h U src/gnu/llvm/llvm/include/llvm/Support/CodeGenCoverage.h U src/gnu/llvm/llvm/include/llvm/Support/CommandLine.h U src/gnu/llvm/llvm/include/llvm/Support/Compiler.h U src/gnu/llvm/llvm/include/llvm/Support/Compression.h U src/gnu/llvm/llvm/include/llvm/Support/ConvertUTF.h U src/gnu/llvm/llvm/include/llvm/Support/CrashRecoveryContext.h U src/gnu/llvm/llvm/include/llvm/Support/DJB.h U src/gnu/llvm/llvm/include/llvm/Support/DOTGraphTraits.h N src/gnu/llvm/llvm/include/llvm/Support/DXILOperationCommon.h U src/gnu/llvm/llvm/include/llvm/Support/DataExtractor.h U src/gnu/llvm/llvm/include/llvm/Support/DataTypes.h U src/gnu/llvm/llvm/include/llvm/Support/Debug.h U src/gnu/llvm/llvm/include/llvm/Support/Errc.h U src/gnu/llvm/llvm/include/llvm/Support/DebugCounter.h U src/gnu/llvm/llvm/include/llvm/Support/Discriminator.h N src/gnu/llvm/llvm/include/llvm/Support/DivisionByConstantInfo.h N src/gnu/llvm/llvm/include/llvm/Support/Duration.h U src/gnu/llvm/llvm/include/llvm/Support/DynamicLibrary.h U src/gnu/llvm/llvm/include/llvm/Support/ELFAttributeParser.h U src/gnu/llvm/llvm/include/llvm/Support/ELFAttributes.h U src/gnu/llvm/llvm/include/llvm/Support/Endian.h U src/gnu/llvm/llvm/include/llvm/Support/EndianStream.h U src/gnu/llvm/llvm/include/llvm/Support/Errno.h U src/gnu/llvm/llvm/include/llvm/Support/Error.h U src/gnu/llvm/llvm/include/llvm/Support/ErrorHandling.h U src/gnu/llvm/llvm/include/llvm/Support/ErrorOr.h U src/gnu/llvm/llvm/include/llvm/Support/ExitCodes.h U src/gnu/llvm/llvm/include/llvm/Support/ExtensibleRTTI.h U src/gnu/llvm/llvm/include/llvm/Support/FileCollector.h U src/gnu/llvm/llvm/include/llvm/Support/FileOutputBuffer.h U src/gnu/llvm/llvm/include/llvm/Support/FileSystem.h U src/gnu/llvm/llvm/include/llvm/Support/FileUtilities.h U src/gnu/llvm/llvm/include/llvm/Support/Format.h U src/gnu/llvm/llvm/include/llvm/Support/Host.h U src/gnu/llvm/llvm/include/llvm/Support/InitLLVM.h U src/gnu/llvm/llvm/include/llvm/Support/FormatAdapters.h U src/gnu/llvm/llvm/include/llvm/Support/FormatCommon.h U src/gnu/llvm/llvm/include/llvm/Support/FormatProviders.h U src/gnu/llvm/llvm/include/llvm/Support/FormatVariadic.h U src/gnu/llvm/llvm/include/llvm/Support/FormatVariadicDetails.h U src/gnu/llvm/llvm/include/llvm/Support/FormattedStream.h U src/gnu/llvm/llvm/include/llvm/Support/GenericDomTree.h U src/gnu/llvm/llvm/include/llvm/Support/GenericDomTreeConstruction.h U src/gnu/llvm/llvm/include/llvm/Support/GenericIteratedDominanceFrontier.h U src/gnu/llvm/llvm/include/llvm/Support/GlobPattern.h U src/gnu/llvm/llvm/include/llvm/Support/GraphWriter.h N src/gnu/llvm/llvm/include/llvm/Support/HashBuilder.h U src/gnu/llvm/llvm/include/llvm/Support/InstructionCost.h U src/gnu/llvm/llvm/include/llvm/Support/ItaniumManglingCanonicalizer.h U src/gnu/llvm/llvm/include/llvm/Support/JSON.h U src/gnu/llvm/llvm/include/llvm/Support/KnownBits.h U src/gnu/llvm/llvm/include/llvm/Support/LEB128.h U src/gnu/llvm/llvm/include/llvm/Support/MD5.h U src/gnu/llvm/llvm/include/llvm/Support/LICENSE.TXT U src/gnu/llvm/llvm/include/llvm/Support/LineIterator.h U src/gnu/llvm/llvm/include/llvm/Support/Locale.h U src/gnu/llvm/llvm/include/llvm/Support/LockFileManager.h N src/gnu/llvm/llvm/include/llvm/Support/LoongArchTargetParser.h U src/gnu/llvm/llvm/include/llvm/Support/LowLevelTypeImpl.h N src/gnu/llvm/llvm/include/llvm/Support/MSP430AttributeParser.h N src/gnu/llvm/llvm/include/llvm/Support/MSP430Attributes.h U src/gnu/llvm/llvm/include/llvm/Support/MSVCErrorWorkarounds.h U src/gnu/llvm/llvm/include/llvm/Support/MachineValueType.h U src/gnu/llvm/llvm/include/llvm/Support/ManagedStatic.h U src/gnu/llvm/llvm/include/llvm/Support/MathExtras.h U src/gnu/llvm/llvm/include/llvm/Support/MemAlloc.h U src/gnu/llvm/llvm/include/llvm/Support/Memory.h U src/gnu/llvm/llvm/include/llvm/Support/MemoryBuffer.h U src/gnu/llvm/llvm/include/llvm/Support/MemoryBufferRef.h U src/gnu/llvm/llvm/include/llvm/Support/MipsABIFlags.h N src/gnu/llvm/llvm/include/llvm/Support/ModRef.h U src/gnu/llvm/llvm/include/llvm/Support/Mutex.h U src/gnu/llvm/llvm/include/llvm/Support/NativeFormatting.h U src/gnu/llvm/llvm/include/llvm/Support/OnDiskHashTable.h U src/gnu/llvm/llvm/include/llvm/Support/OptimizedStructLayout.h N src/gnu/llvm/llvm/include/llvm/Support/PGOOptions.h U src/gnu/llvm/llvm/include/llvm/Support/Parallel.h U src/gnu/llvm/llvm/include/llvm/Support/Path.h U src/gnu/llvm/llvm/include/llvm/Support/PluginLoader.h U src/gnu/llvm/llvm/include/llvm/Support/PointerLikeTypeTraits.h U src/gnu/llvm/llvm/include/llvm/Support/PrettyStackTrace.h U src/gnu/llvm/llvm/include/llvm/Support/Printable.h U src/gnu/llvm/llvm/include/llvm/Support/Process.h U src/gnu/llvm/llvm/include/llvm/Support/Program.h U src/gnu/llvm/llvm/include/llvm/Support/RISCVAttributeParser.h U src/gnu/llvm/llvm/include/llvm/Support/RISCVAttributes.h N src/gnu/llvm/llvm/include/llvm/Support/RISCVISAInfo.h U src/gnu/llvm/llvm/include/llvm/Support/RWMutex.h U src/gnu/llvm/llvm/include/llvm/Support/RandomNumberGenerator.h U src/gnu/llvm/llvm/include/llvm/Support/Recycler.h U src/gnu/llvm/llvm/include/llvm/Support/RecyclingAllocator.h U src/gnu/llvm/llvm/include/llvm/Support/Regex.h U src/gnu/llvm/llvm/include/llvm/Support/Registry.h U src/gnu/llvm/llvm/include/llvm/Support/SHA1.h U src/gnu/llvm/llvm/include/llvm/Support/ReverseIteration.h U src/gnu/llvm/llvm/include/llvm/Support/SHA256.h U src/gnu/llvm/llvm/include/llvm/Support/SMLoc.h U src/gnu/llvm/llvm/include/llvm/Support/SMTAPI.h U src/gnu/llvm/llvm/include/llvm/Support/SaveAndRestore.h U src/gnu/llvm/llvm/include/llvm/Support/ScaledNumber.h U src/gnu/llvm/llvm/include/llvm/Support/ScopedPrinter.h U src/gnu/llvm/llvm/include/llvm/Support/Signals.h U src/gnu/llvm/llvm/include/llvm/Support/Signposts.h U src/gnu/llvm/llvm/include/llvm/Support/SmallVectorMemoryBuffer.h U src/gnu/llvm/llvm/include/llvm/Support/SourceMgr.h U src/gnu/llvm/llvm/include/llvm/Support/SpecialCaseList.h U src/gnu/llvm/llvm/include/llvm/Support/StringSaver.h U src/gnu/llvm/llvm/include/llvm/Support/SuffixTree.h U src/gnu/llvm/llvm/include/llvm/Support/SwapByteOrder.h U src/gnu/llvm/llvm/include/llvm/Support/SymbolRemappingReader.h U src/gnu/llvm/llvm/include/llvm/Support/SystemUtils.h U src/gnu/llvm/llvm/include/llvm/Support/TarWriter.h U src/gnu/llvm/llvm/include/llvm/Support/TargetOpcodes.def U src/gnu/llvm/llvm/include/llvm/Support/TargetParser.h U src/gnu/llvm/llvm/include/llvm/Support/TargetSelect.h U src/gnu/llvm/llvm/include/llvm/Support/TaskQueue.h U src/gnu/llvm/llvm/include/llvm/Support/ThreadPool.h U src/gnu/llvm/llvm/include/llvm/Support/Threading.h U src/gnu/llvm/llvm/include/llvm/Support/TimeProfiler.h U src/gnu/llvm/llvm/include/llvm/Support/Timer.h U src/gnu/llvm/llvm/include/llvm/Support/ToolOutputFile.h U src/gnu/llvm/llvm/include/llvm/Support/TrailingObjects.h U src/gnu/llvm/llvm/include/llvm/Support/TrigramIndex.h U src/gnu/llvm/llvm/include/llvm/Support/TypeName.h U src/gnu/llvm/llvm/include/llvm/Support/TypeSize.h U src/gnu/llvm/llvm/include/llvm/Support/Unicode.h U src/gnu/llvm/llvm/include/llvm/Support/UnicodeCharRanges.h U src/gnu/llvm/llvm/include/llvm/Support/Valgrind.h U src/gnu/llvm/llvm/include/llvm/Support/VersionTuple.h U src/gnu/llvm/llvm/include/llvm/Support/VirtualFileSystem.h U src/gnu/llvm/llvm/include/llvm/Support/Watchdog.h U src/gnu/llvm/llvm/include/llvm/Support/Win64EH.h U src/gnu/llvm/llvm/include/llvm/Support/WindowsError.h U src/gnu/llvm/llvm/include/llvm/Support/WithColor.h U src/gnu/llvm/llvm/include/llvm/Support/X86DisassemblerDecoderCommon.h U src/gnu/llvm/llvm/include/llvm/Support/X86TargetParser.def U src/gnu/llvm/llvm/include/llvm/Support/X86TargetParser.h U src/gnu/llvm/llvm/include/llvm/Support/YAMLParser.h U src/gnu/llvm/llvm/include/llvm/Support/YAMLTraits.h U src/gnu/llvm/llvm/include/llvm/Support/circular_raw_ostream.h U src/gnu/llvm/llvm/include/llvm/Support/raw_os_ostream.h U src/gnu/llvm/llvm/include/llvm/Support/raw_ostream.h U src/gnu/llvm/llvm/include/llvm/Support/raw_sha1_ostream.h U src/gnu/llvm/llvm/include/llvm/Support/thread.h U src/gnu/llvm/llvm/include/llvm/Support/type_traits.h U src/gnu/llvm/llvm/include/llvm/Support/xxhash.h U src/gnu/llvm/llvm/include/llvm/Support/FileSystem/UniqueID.h U src/gnu/llvm/llvm/include/llvm/Support/Solaris/sys/regset.h U src/gnu/llvm/llvm/include/llvm/Support/Windows/WindowsSupport.h U src/gnu/llvm/llvm/include/llvm/TableGen/Automaton.td U src/gnu/llvm/llvm/include/llvm/TableGen/DirectiveEmitter.h U src/gnu/llvm/llvm/include/llvm/TableGen/Error.h U src/gnu/llvm/llvm/include/llvm/TableGen/Main.h N src/gnu/llvm/llvm/include/llvm/TableGen/Parser.h U src/gnu/llvm/llvm/include/llvm/TableGen/Record.h U src/gnu/llvm/llvm/include/llvm/TableGen/SearchableTable.td U src/gnu/llvm/llvm/include/llvm/TableGen/SetTheory.h U src/gnu/llvm/llvm/include/llvm/TableGen/StringMatcher.h U src/gnu/llvm/llvm/include/llvm/TableGen/StringToOffsetTable.h U src/gnu/llvm/llvm/include/llvm/TableGen/TableGenBackend.h U src/gnu/llvm/llvm/include/llvm/Target/CGPassBuilderOption.h U src/gnu/llvm/llvm/include/llvm/Target/CodeGenCWrappers.h U src/gnu/llvm/llvm/include/llvm/Target/GenericOpcodes.td U src/gnu/llvm/llvm/include/llvm/Target/Target.td U src/gnu/llvm/llvm/include/llvm/Target/TargetCallingConv.td U src/gnu/llvm/llvm/include/llvm/Target/TargetInstrPredicate.td U src/gnu/llvm/llvm/include/llvm/Target/TargetIntrinsicInfo.h U src/gnu/llvm/llvm/include/llvm/Target/TargetItinerary.td U src/gnu/llvm/llvm/include/llvm/Target/TargetLoweringObjectFile.h U src/gnu/llvm/llvm/include/llvm/Target/TargetMachine.h U src/gnu/llvm/llvm/include/llvm/Target/TargetOptions.h U src/gnu/llvm/llvm/include/llvm/Target/TargetPfmCounters.td U src/gnu/llvm/llvm/include/llvm/Target/TargetSchedule.td U src/gnu/llvm/llvm/include/llvm/Target/TargetSelectionDAG.td U src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/Combine.td U src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/RegisterBank.td U src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td U src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/Target.td N src/gnu/llvm/llvm/include/llvm/TargetParser/AArch64TargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/ARMTargetParser.def N src/gnu/llvm/llvm/include/llvm/TargetParser/ARMTargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/ARMTargetParserCommon.h N src/gnu/llvm/llvm/include/llvm/TargetParser/CMakeLists.txt N src/gnu/llvm/llvm/include/llvm/TargetParser/CSKYTargetParser.def N src/gnu/llvm/llvm/include/llvm/TargetParser/CSKYTargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/Host.h N src/gnu/llvm/llvm/include/llvm/TargetParser/LoongArchTargetParser.def N src/gnu/llvm/llvm/include/llvm/TargetParser/LoongArchTargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/RISCVTargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/TargetParser.h N src/gnu/llvm/llvm/include/llvm/TargetParser/Triple.h N src/gnu/llvm/llvm/include/llvm/TargetParser/X86TargetParser.def N src/gnu/llvm/llvm/include/llvm/TargetParser/X86TargetParser.h N src/gnu/llvm/llvm/include/llvm/Testing/ADT/StringMap.h N src/gnu/llvm/llvm/include/llvm/Testing/ADT/StringMapEntry.h N src/gnu/llvm/llvm/include/llvm/Testing/Annotations/Annotations.h U src/gnu/llvm/llvm/include/llvm/Testing/Support/Error.h U src/gnu/llvm/llvm/include/llvm/Testing/Support/SupportHelpers.h U src/gnu/llvm/llvm/include/llvm/TextAPI/Architecture.def U src/gnu/llvm/llvm/include/llvm/TextAPI/Architecture.h U src/gnu/llvm/llvm/include/llvm/TextAPI/ArchitectureSet.h U src/gnu/llvm/llvm/include/llvm/TextAPI/InterfaceFile.h U src/gnu/llvm/llvm/include/llvm/TextAPI/PackedVersion.h U src/gnu/llvm/llvm/include/llvm/TextAPI/Platform.h U src/gnu/llvm/llvm/include/llvm/TextAPI/Symbol.h U src/gnu/llvm/llvm/include/llvm/TextAPI/Target.h U src/gnu/llvm/llvm/include/llvm/TextAPI/TextAPIReader.h U src/gnu/llvm/llvm/include/llvm/TextAPI/TextAPIWriter.h U src/gnu/llvm/llvm/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h U src/gnu/llvm/llvm/include/llvm/ToolDrivers/llvm-lib/LibDriver.h U src/gnu/llvm/llvm/include/llvm/Transforms/CFGuard.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation.h U src/gnu/llvm/llvm/include/llvm/Transforms/ObjCARC.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize.h U src/gnu/llvm/llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h U src/gnu/llvm/llvm/include/llvm/Transforms/Coroutines/CoroCleanup.h N src/gnu/llvm/llvm/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h U src/gnu/llvm/llvm/include/llvm/Transforms/Coroutines/CoroEarly.h U src/gnu/llvm/llvm/include/llvm/Transforms/Coroutines/CoroElide.h U src/gnu/llvm/llvm/include/llvm/Transforms/Coroutines/CoroSplit.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/AlwaysInliner.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/Annotation2Metadata.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ArgumentPromotion.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/Attributor.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/BlockExtractor.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/CalledValuePropagation.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ConstantMerge.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/CrossDSOCFI.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ElimAvailExtern.h N src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ExtractGV.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/FunctionAttrs.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/FunctionImport.h N src/gnu/llvm/llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/GlobalDCE.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/GlobalOpt.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/GlobalSplit.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/HotColdSplitting.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/IROutliner.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/Inliner.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/Internalize.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/LoopExtractor.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/MergeFunctions.h N src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ModuleInliner.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/OpenMPOpt.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/PartialInlining.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/SCCP.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/SampleContextTracker.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/SampleProfile.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/SampleProfileProbe.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/StripDeadPrototypes.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/StripSymbols.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h U src/gnu/llvm/llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h U src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/InstCombine.h U src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/CGProfile.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h N src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/KCFI.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/PoisonChecking.h N src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h U src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ADCE.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/AnnotationRemarks.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/BDCE.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/CallSiteSplitting.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ConstraintElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/DCE.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/DFAJumpThreading.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/DeadStoreElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/DivRemPairs.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/EarlyCSE.h N src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/FlattenCFG.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/Float2Int.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/GVN.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/GVNExpression.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/GuardWidening.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/JumpThreading.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/IVUsersPrinter.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/IndVarSimplify.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/InstSimplifyPass.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LICM.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopBoundSplit.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopDataPrefetch.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopDeletion.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopDistribute.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopFlatten.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopFuse.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopInstSimplify.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopInterchange.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopLoadElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopPredication.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopReroll.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopRotation.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopSink.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopStrengthReduce.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopUnrollPass.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LoopVersioningLICM.h N src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerAtomicPass.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/MergeICmps.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/NaryReassociate.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/NewGVN.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/Reassociate.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/Reg2Mem.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SCCP.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SROA.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/Scalarizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SimplifyCFG.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/Sink.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/SpeculativeExecution.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/StructurizeCFG.h N src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/TLSVariableHoist.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/TailRecursionElimination.h U src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/WarnMissedTransforms.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ASanStackFrameLayout.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/AddDiscriminators.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/BreakCriticalEdges.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/BypassSlowDivision.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CallGraphUpdater.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CallPromotionUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CanonicalizeAliases.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/Cloning.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CodeExtractor.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CodeLayout.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LCSSA.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/CtorUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/Debugify.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/EntryExitInstrumenter.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/EscapeEnumerator.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/Evaluator.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/FixIrreducible.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/FunctionComparator.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/GlobalStatus.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/GuardUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/HelloWorld.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/InjectTLIMappings.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/InstructionNamer.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/InstructionWorklist.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/IntegerDivision.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/Local.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LoopPeel.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LoopRotationUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LoopUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LoopSimplify.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LoopVersioning.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerAtomic.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerGlobalDtors.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerIFunc.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerInvoke.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/LowerSwitch.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/MatrixUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/Mem2Reg.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/MemoryOpRemark.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/MetaRenamer.h C src/gnu/llvm/llvm/include/llvm/Transforms/Utils/MisExpect.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ModuleUtils.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/NameAnonGlobals.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/PredicateInfo.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SCCPSolver.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/RelLookupTableConverter.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SSAUpdater.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h N src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SampleProfileInference.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SanitizerStats.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SimplifyIndVar.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SizeOpts.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SplitModule.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/StripGCRelocates.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/UnifyLoopExits.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/UnrollLoop.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/VNCoercion.h U src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ValueMapper.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h U src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/VectorCombine.h N src/gnu/llvm/llvm/include/llvm/WindowsDriver/MSVCPaths.h N src/gnu/llvm/llvm/include/llvm/WindowsDriver/MSVCSetupApi.h U src/gnu/llvm/llvm/include/llvm/WindowsManifest/WindowsManifestMerger.h U src/gnu/llvm/llvm/include/llvm/WindowsResource/ResourceProcessor.h U src/gnu/llvm/llvm/include/llvm/WindowsResource/ResourceScriptToken.h U src/gnu/llvm/llvm/include/llvm/WindowsResource/ResourceScriptTokenList.h U src/gnu/llvm/llvm/include/llvm/XRay/BlockIndexer.h U src/gnu/llvm/llvm/include/llvm/XRay/BlockPrinter.h U src/gnu/llvm/llvm/include/llvm/XRay/BlockVerifier.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRLogBuilder.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRRecordConsumer.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRRecordProducer.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRRecords.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRTraceExpander.h U src/gnu/llvm/llvm/include/llvm/XRay/FDRTraceWriter.h U src/gnu/llvm/llvm/include/llvm/XRay/FileHeaderReader.h U src/gnu/llvm/llvm/include/llvm/XRay/Graph.h U src/gnu/llvm/llvm/include/llvm/XRay/InstrumentationMap.h U src/gnu/llvm/llvm/include/llvm/XRay/Profile.h U src/gnu/llvm/llvm/include/llvm/XRay/RecordPrinter.h U src/gnu/llvm/llvm/include/llvm/XRay/Trace.h U src/gnu/llvm/llvm/include/llvm/XRay/XRayRecord.h U src/gnu/llvm/llvm/include/llvm/XRay/YAMLXRayRecord.h U src/gnu/llvm/llvm/lib/CMakeLists.txt U src/gnu/llvm/llvm/lib/Analysis/AliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp U src/gnu/llvm/llvm/lib/Analysis/AliasAnalysisSummary.cpp U src/gnu/llvm/llvm/lib/Analysis/AliasAnalysisSummary.h U src/gnu/llvm/llvm/lib/Analysis/AliasSetTracker.cpp U src/gnu/llvm/llvm/lib/Analysis/Analysis.cpp U src/gnu/llvm/llvm/lib/Analysis/AssumeBundleQueries.cpp U src/gnu/llvm/llvm/lib/Analysis/AssumptionCache.cpp U src/gnu/llvm/llvm/lib/Analysis/BasicAliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/BlockFrequencyInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp U src/gnu/llvm/llvm/lib/Analysis/BranchProbabilityInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/CFG.cpp U src/gnu/llvm/llvm/lib/Analysis/CFGPrinter.cpp N src/gnu/llvm/llvm/lib/Analysis/CFGSCCPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/CMakeLists.txt U src/gnu/llvm/llvm/lib/Analysis/CGSCCPassManager.cpp U src/gnu/llvm/llvm/lib/Analysis/CallGraph.cpp U src/gnu/llvm/llvm/lib/Analysis/CallGraphSCCPass.cpp U src/gnu/llvm/llvm/lib/Analysis/CallPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/CaptureTracking.cpp U src/gnu/llvm/llvm/lib/Analysis/CmpInstAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/CodeMetrics.cpp U src/gnu/llvm/llvm/lib/Analysis/ConstantFolding.cpp U src/gnu/llvm/llvm/lib/Analysis/ConstraintSystem.cpp U src/gnu/llvm/llvm/lib/Analysis/CostModel.cpp N src/gnu/llvm/llvm/lib/Analysis/CycleAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/DDG.cpp U src/gnu/llvm/llvm/lib/Analysis/DDGPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/Delinearization.cpp U src/gnu/llvm/llvm/lib/Analysis/DemandedBits.cpp U src/gnu/llvm/llvm/lib/Analysis/DependenceAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/DependenceGraphBuilder.cpp U src/gnu/llvm/llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp U src/gnu/llvm/llvm/lib/Analysis/DivergenceAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/DomPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/DomTreeUpdater.cpp U src/gnu/llvm/llvm/lib/Analysis/DominanceFrontier.cpp U src/gnu/llvm/llvm/lib/Analysis/EHPersonalities.cpp U src/gnu/llvm/llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/GlobalsModRef.cpp U src/gnu/llvm/llvm/lib/Analysis/GuardUtils.cpp U src/gnu/llvm/llvm/lib/Analysis/HeatUtils.cpp U src/gnu/llvm/llvm/lib/Analysis/IRSimilarityIdentifier.cpp U src/gnu/llvm/llvm/lib/Analysis/IVDescriptors.cpp U src/gnu/llvm/llvm/lib/Analysis/IVUsers.cpp U src/gnu/llvm/llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp U src/gnu/llvm/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/InlineAdvisor.cpp U src/gnu/llvm/llvm/lib/Analysis/InlineCost.cpp N src/gnu/llvm/llvm/lib/Analysis/InlineOrder.cpp U src/gnu/llvm/llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/InstCount.cpp U src/gnu/llvm/llvm/lib/Analysis/InstructionPrecedenceTracking.cpp U src/gnu/llvm/llvm/lib/Analysis/InstructionSimplify.cpp U src/gnu/llvm/llvm/lib/Analysis/Interval.cpp U src/gnu/llvm/llvm/lib/Analysis/IntervalPartition.cpp U src/gnu/llvm/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/LazyBranchProbabilityInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/LazyCallGraph.cpp U src/gnu/llvm/llvm/lib/Analysis/LazyValueInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/Lint.cpp U src/gnu/llvm/llvm/lib/Analysis/Loads.cpp N src/gnu/llvm/llvm/lib/Analysis/Local.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopAccessAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopAnalysisManager.cpp U src/gnu/llvm/llvm/lib/Analysis/README.txt U src/gnu/llvm/llvm/lib/Analysis/LoopCacheAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopNestAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopPass.cpp U src/gnu/llvm/llvm/lib/Analysis/LoopUnrollAnalyzer.cpp U src/gnu/llvm/llvm/lib/Analysis/MLInlineAdvisor.cpp U src/gnu/llvm/llvm/lib/Analysis/MemDepPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/MemDerefPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/MemoryBuiltins.cpp U src/gnu/llvm/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/MemoryLocation.cpp N src/gnu/llvm/llvm/lib/Analysis/MemoryProfileInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/MemorySSA.cpp U src/gnu/llvm/llvm/lib/Analysis/MemorySSAUpdater.cpp N src/gnu/llvm/llvm/lib/Analysis/ModelUnderTrainingRunner.cpp U src/gnu/llvm/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/MustExecute.cpp U src/gnu/llvm/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp N src/gnu/llvm/llvm/lib/Analysis/NoInferenceModelRunner.cpp U src/gnu/llvm/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/ObjCARCAnalysisUtils.cpp U src/gnu/llvm/llvm/lib/Analysis/ObjCARCInstKind.cpp U src/gnu/llvm/llvm/lib/Analysis/OptimizationRemarkEmitter.cpp U src/gnu/llvm/llvm/lib/Analysis/OverflowInstAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/PHITransAddr.cpp U src/gnu/llvm/llvm/lib/Analysis/PhiValues.cpp U src/gnu/llvm/llvm/lib/Analysis/PostDominators.cpp U src/gnu/llvm/llvm/lib/Analysis/ProfileSummaryInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/PtrUseVisitor.cpp U src/gnu/llvm/llvm/lib/Analysis/RegionInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/RegionPass.cpp U src/gnu/llvm/llvm/lib/Analysis/RegionPrinter.cpp U src/gnu/llvm/llvm/lib/Analysis/ReplayInlineAdvisor.cpp U src/gnu/llvm/llvm/lib/Analysis/ScalarEvolution.cpp U src/gnu/llvm/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/ScalarEvolutionDivision.cpp U src/gnu/llvm/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp U src/gnu/llvm/llvm/lib/Analysis/ScopedNoAliasAA.cpp U src/gnu/llvm/llvm/lib/Analysis/StackLifetime.cpp U src/gnu/llvm/llvm/lib/Analysis/StackSafetyAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/StratifiedSets.h U src/gnu/llvm/llvm/lib/Analysis/SyncDependenceAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/SyntheticCountsUtils.cpp N src/gnu/llvm/llvm/lib/Analysis/TFLiteUtils.cpp U src/gnu/llvm/llvm/lib/Analysis/TargetLibraryInfo.cpp U src/gnu/llvm/llvm/lib/Analysis/TargetTransformInfo.cpp N src/gnu/llvm/llvm/lib/Analysis/TensorSpec.cpp U src/gnu/llvm/llvm/lib/Analysis/Trace.cpp N src/gnu/llvm/llvm/lib/Analysis/TrainingLogger.cpp U src/gnu/llvm/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/TypeMetadataUtils.cpp N src/gnu/llvm/llvm/lib/Analysis/UniformityAnalysis.cpp U src/gnu/llvm/llvm/lib/Analysis/VFABIDemangling.cpp U src/gnu/llvm/llvm/lib/Analysis/ValueLattice.cpp U src/gnu/llvm/llvm/lib/Analysis/ValueLatticeUtils.cpp U src/gnu/llvm/llvm/lib/Analysis/ValueTracking.cpp U src/gnu/llvm/llvm/lib/Analysis/VectorUtils.cpp N src/gnu/llvm/llvm/lib/Analysis/models/gen-inline-oz-test-model.py N src/gnu/llvm/llvm/lib/Analysis/models/gen-regalloc-eviction-test-model.py N src/gnu/llvm/llvm/lib/Analysis/models/gen-regalloc-priority-test-model.py N src/gnu/llvm/llvm/lib/Analysis/models/log_reader.py N src/gnu/llvm/llvm/lib/Analysis/models/saved-model-to-tflite.py U src/gnu/llvm/llvm/lib/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/AsmParser/LLLexer.cpp U src/gnu/llvm/llvm/lib/AsmParser/LLParser.cpp U src/gnu/llvm/llvm/lib/AsmParser/Parser.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/CMakeLists.txt N src/gnu/llvm/llvm/lib/BinaryFormat/COFF.cpp N src/gnu/llvm/llvm/lib/BinaryFormat/DXContainer.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/Dwarf.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/ELF.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/MachO.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/Magic.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/Minidump.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/MsgPackDocument.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/MsgPackDocumentYAML.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/MsgPackReader.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/MsgPackWriter.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/Wasm.cpp U src/gnu/llvm/llvm/lib/BinaryFormat/XCOFF.cpp U src/gnu/llvm/llvm/lib/Bitcode/CMakeLists.txt U src/gnu/llvm/llvm/lib/Bitcode/Reader/BitReader.cpp U src/gnu/llvm/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp U src/gnu/llvm/llvm/lib/Bitcode/Reader/BitcodeReader.cpp U src/gnu/llvm/llvm/lib/Bitcode/Reader/CMakeLists.txt U src/gnu/llvm/llvm/lib/Bitcode/Reader/MetadataLoader.cpp U src/gnu/llvm/llvm/lib/Bitcode/Reader/MetadataLoader.h U src/gnu/llvm/llvm/lib/Bitcode/Reader/ValueList.cpp U src/gnu/llvm/llvm/lib/Bitcode/Reader/ValueList.h U src/gnu/llvm/llvm/lib/Bitcode/Writer/BitWriter.cpp U src/gnu/llvm/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp U src/gnu/llvm/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp U src/gnu/llvm/llvm/lib/Bitcode/Writer/CMakeLists.txt U src/gnu/llvm/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp U src/gnu/llvm/llvm/lib/Bitcode/Writer/ValueEnumerator.h U src/gnu/llvm/llvm/lib/Bitstream/CMakeLists.txt U src/gnu/llvm/llvm/lib/Bitstream/Reader/BitstreamReader.cpp U src/gnu/llvm/llvm/lib/Bitstream/Reader/CMakeLists.txt U src/gnu/llvm/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp U src/gnu/llvm/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h U src/gnu/llvm/llvm/lib/CodeGen/AllocationOrder.cpp U src/gnu/llvm/llvm/lib/CodeGen/AllocationOrder.h U src/gnu/llvm/llvm/lib/CodeGen/Analysis.cpp N src/gnu/llvm/llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/AtomicExpandPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/BasicBlockSections.cpp N src/gnu/llvm/llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp U src/gnu/llvm/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/BranchFolding.cpp U src/gnu/llvm/llvm/lib/CodeGen/BranchFolding.h U src/gnu/llvm/llvm/lib/CodeGen/BranchRelaxation.cpp U src/gnu/llvm/llvm/lib/CodeGen/BreakFalseDeps.cpp U src/gnu/llvm/llvm/lib/CodeGen/CodeGen.cpp U src/gnu/llvm/llvm/lib/CodeGen/CFGuardLongjmp.cpp N src/gnu/llvm/llvm/lib/CodeGen/CFIFixup.cpp U src/gnu/llvm/llvm/lib/CodeGen/CFIInstrInserter.cpp C src/gnu/llvm/llvm/lib/CodeGen/CMakeLists.txt U src/gnu/llvm/llvm/lib/CodeGen/CalcSpillWeights.cpp U src/gnu/llvm/llvm/lib/CodeGen/CallingConvLower.cpp N src/gnu/llvm/llvm/lib/CodeGen/CodeGenCommonISel.cpp U src/gnu/llvm/llvm/lib/CodeGen/CodeGenPassBuilder.cpp U src/gnu/llvm/llvm/lib/CodeGen/CodeGenPrepare.cpp U src/gnu/llvm/llvm/lib/CodeGen/CommandFlags.cpp N src/gnu/llvm/llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp U src/gnu/llvm/llvm/lib/CodeGen/CriticalAntiDepBreaker.h U src/gnu/llvm/llvm/lib/CodeGen/DFAPacketizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp U src/gnu/llvm/llvm/lib/CodeGen/DetectDeadLanes.cpp U src/gnu/llvm/llvm/lib/CodeGen/DwarfEHPrepare.cpp U src/gnu/llvm/llvm/lib/CodeGen/EHContGuardCatchret.cpp U src/gnu/llvm/llvm/lib/CodeGen/EarlyIfConversion.cpp U src/gnu/llvm/llvm/lib/CodeGen/EdgeBundles.cpp U src/gnu/llvm/llvm/lib/CodeGen/ExecutionDomainFix.cpp N src/gnu/llvm/llvm/lib/CodeGen/ExpandLargeDivRem.cpp N src/gnu/llvm/llvm/lib/CodeGen/ExpandLargeFpConvert.cpp U src/gnu/llvm/llvm/lib/CodeGen/ExpandMemCmp.cpp U src/gnu/llvm/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp U src/gnu/llvm/llvm/lib/CodeGen/ExpandReductions.cpp U src/gnu/llvm/llvm/lib/CodeGen/ExpandVectorPredication.cpp U src/gnu/llvm/llvm/lib/CodeGen/FEntryInserter.cpp U src/gnu/llvm/llvm/lib/CodeGen/FaultMaps.cpp U src/gnu/llvm/llvm/lib/CodeGen/FinalizeISel.cpp U src/gnu/llvm/llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp U src/gnu/llvm/llvm/lib/CodeGen/FuncletLayout.cpp U src/gnu/llvm/llvm/lib/CodeGen/README.txt U src/gnu/llvm/llvm/lib/CodeGen/GCMetadata.cpp U src/gnu/llvm/llvm/lib/CodeGen/GCMetadataPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/GCRootLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalMerge.cpp U src/gnu/llvm/llvm/lib/CodeGen/HardwareLoops.cpp U src/gnu/llvm/llvm/lib/CodeGen/IfConversion.cpp U src/gnu/llvm/llvm/lib/CodeGen/ImplicitNullChecks.cpp U src/gnu/llvm/llvm/lib/CodeGen/IndirectBrExpandPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/InlineSpiller.cpp U src/gnu/llvm/llvm/lib/CodeGen/InterferenceCache.cpp U src/gnu/llvm/llvm/lib/CodeGen/InterferenceCache.h U src/gnu/llvm/llvm/lib/CodeGen/InterleavedAccessPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp U src/gnu/llvm/llvm/lib/CodeGen/IntrinsicLowering.cpp N src/gnu/llvm/llvm/lib/CodeGen/JMCInstrumenter.cpp U src/gnu/llvm/llvm/lib/CodeGen/LexicalScopes.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveInterval.cpp U src/gnu/llvm/llvm/lib/CodeGen/LLVMTargetMachine.cpp U src/gnu/llvm/llvm/lib/CodeGen/LatencyPriorityQueue.cpp U src/gnu/llvm/llvm/lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugVariables.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugVariables.h U src/gnu/llvm/llvm/lib/CodeGen/LiveIntervalCalc.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveIntervalUnion.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveIntervals.cpp U src/gnu/llvm/llvm/lib/CodeGen/LivePhysRegs.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveRangeCalc.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveRangeEdit.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveRangeShrink.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveRangeUtils.h U src/gnu/llvm/llvm/lib/CodeGen/LiveRegMatrix.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveStacks.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveRegUnits.cpp U src/gnu/llvm/llvm/lib/CodeGen/LowerEmuTLS.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveVariables.cpp U src/gnu/llvm/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp U src/gnu/llvm/llvm/lib/CodeGen/LoopTraversal.cpp U src/gnu/llvm/llvm/lib/CodeGen/LowLevelType.cpp U src/gnu/llvm/llvm/lib/CodeGen/MBFIWrapper.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRCanonicalizerPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRFSDiscriminator.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRNamerPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRPrintingPass.cpp N src/gnu/llvm/llvm/lib/CodeGen/MIRSampleProfile.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRVRegNamerUtils.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRVRegNamerUtils.h U src/gnu/llvm/llvm/lib/CodeGen/MIRYamlMapping.cpp N src/gnu/llvm/llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp N src/gnu/llvm/llvm/lib/CodeGen/MLRegallocEvictAdvisor.h U src/gnu/llvm/llvm/lib/CodeGen/MachineCSE.cpp N src/gnu/llvm/llvm/lib/CodeGen/MLRegallocPriorityAdvisor.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineBasicBlock.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineBlockPlacement.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp N src/gnu/llvm/llvm/lib/CodeGen/MachineCFGPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineCheckDebugify.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineCombiner.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineCopyPropagation.cpp N src/gnu/llvm/llvm/lib/CodeGen/MachineCycleAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineDebugify.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineDominanceFrontier.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineLICM.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineDominators.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineFunction.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineFrameInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineFunctionPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineFunctionSplitter.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineInstr.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineInstrBundle.cpp N src/gnu/llvm/llvm/lib/CodeGen/MachineLateInstrsCleanup.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineLoopInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineLoopUtils.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineModuleInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineModuleSlotTracker.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineOperand.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineOutliner.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachinePassManager.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachinePipeliner.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachinePostDominators.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineRegionInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineRegisterInfo.cpp N src/gnu/llvm/llvm/lib/CodeGen/MachineSSAContext.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineSSAUpdater.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineScheduler.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineSink.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineSizeOpts.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineStableHash.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineStripDebug.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineTraceMetrics.cpp U src/gnu/llvm/llvm/lib/CodeGen/MachineVerifier.cpp N src/gnu/llvm/llvm/lib/CodeGen/MachineUniformityAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/MacroFusion.cpp U src/gnu/llvm/llvm/lib/CodeGen/ModuloSchedule.cpp U src/gnu/llvm/llvm/lib/CodeGen/MultiHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/NonRelocatableStringpool.cpp U src/gnu/llvm/llvm/lib/CodeGen/OptimizePHIs.cpp U src/gnu/llvm/llvm/lib/CodeGen/PHIElimination.cpp U src/gnu/llvm/llvm/lib/CodeGen/PHIEliminationUtils.cpp U src/gnu/llvm/llvm/lib/CodeGen/PHIEliminationUtils.h U src/gnu/llvm/llvm/lib/CodeGen/ParallelCG.cpp U src/gnu/llvm/llvm/lib/CodeGen/PatchableFunction.cpp U src/gnu/llvm/llvm/lib/CodeGen/PeepholeOptimizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/PostRASchedulerList.cpp U src/gnu/llvm/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/RDFGraph.cpp U src/gnu/llvm/llvm/lib/CodeGen/ProcessImplicitDefs.cpp C src/gnu/llvm/llvm/lib/CodeGen/PrologEpilogInserter.cpp U src/gnu/llvm/llvm/lib/CodeGen/PseudoProbeInserter.cpp U src/gnu/llvm/llvm/lib/CodeGen/PseudoSourceValue.cpp U src/gnu/llvm/llvm/lib/CodeGen/RDFLiveness.cpp U src/gnu/llvm/llvm/lib/CodeGen/RDFRegisters.cpp U src/gnu/llvm/llvm/lib/CodeGen/ReachingDefAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegAllocBase.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegAllocBase.h U src/gnu/llvm/llvm/lib/CodeGen/RegAllocBasic.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocEvictionAdvisor.h U src/gnu/llvm/llvm/lib/CodeGen/RegAllocFast.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegAllocGreedy.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocGreedy.h U src/gnu/llvm/llvm/lib/CodeGen/RegAllocPBQP.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocPriorityAdvisor.h N src/gnu/llvm/llvm/lib/CodeGen/RegAllocScore.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegAllocScore.h U src/gnu/llvm/llvm/lib/CodeGen/RegUsageInfoCollector.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegUsageInfoPropagate.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegisterBank.cpp N src/gnu/llvm/llvm/lib/CodeGen/RegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegisterClassInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegisterCoalescer.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegisterCoalescer.h U src/gnu/llvm/llvm/lib/CodeGen/RegisterPressure.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegisterScavenging.cpp U src/gnu/llvm/llvm/lib/CodeGen/RegisterUsageInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/RemoveRedundantDebugValues.cpp U src/gnu/llvm/llvm/lib/CodeGen/SafeStack.cpp U src/gnu/llvm/llvm/lib/CodeGen/RenameIndependentSubregs.cpp U src/gnu/llvm/llvm/lib/CodeGen/ReplaceWithVeclib.cpp U src/gnu/llvm/llvm/lib/CodeGen/SafeStackLayout.cpp U src/gnu/llvm/llvm/lib/CodeGen/ResetMachineFunctionPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/SafeStackLayout.h N src/gnu/llvm/llvm/lib/CodeGen/SanitizerBinaryMetadata.cpp U src/gnu/llvm/llvm/lib/CodeGen/ScheduleDAG.cpp U src/gnu/llvm/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp U src/gnu/llvm/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp N src/gnu/llvm/llvm/lib/CodeGen/SelectOptimize.cpp U src/gnu/llvm/llvm/lib/CodeGen/ShadowStackGCLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/ShrinkWrap.cpp U src/gnu/llvm/llvm/lib/CodeGen/SjLjEHPrepare.cpp U src/gnu/llvm/llvm/lib/CodeGen/SlotIndexes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SpillPlacement.cpp U src/gnu/llvm/llvm/lib/CodeGen/SpillPlacement.h U src/gnu/llvm/llvm/lib/CodeGen/SplitKit.cpp U src/gnu/llvm/llvm/lib/CodeGen/SplitKit.h U src/gnu/llvm/llvm/lib/CodeGen/StackColoring.cpp N src/gnu/llvm/llvm/lib/CodeGen/StackFrameLayoutAnalysisPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/StackMaps.cpp U src/gnu/llvm/llvm/lib/CodeGen/StackProtector.cpp U src/gnu/llvm/llvm/lib/CodeGen/StackSlotColoring.cpp U src/gnu/llvm/llvm/lib/CodeGen/SwiftErrorValueTracking.cpp U src/gnu/llvm/llvm/lib/CodeGen/SwitchLoweringUtils.cpp U src/gnu/llvm/llvm/lib/CodeGen/TailDuplication.cpp U src/gnu/llvm/llvm/lib/CodeGen/TailDuplicator.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetInstrInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetSchedule.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetLoweringBase.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetOptionsImpl.cpp C src/gnu/llvm/llvm/lib/CodeGen/TargetPassConfig.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetRegisterInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/TargetSubtargetInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp U src/gnu/llvm/llvm/lib/CodeGen/TypePromotion.cpp U src/gnu/llvm/llvm/lib/CodeGen/UnreachableBlockElim.cpp N src/gnu/llvm/llvm/lib/CodeGen/VLIWMachineScheduler.cpp U src/gnu/llvm/llvm/lib/CodeGen/ValueTypes.cpp U src/gnu/llvm/llvm/lib/CodeGen/VirtRegMap.cpp U src/gnu/llvm/llvm/lib/CodeGen/WasmEHPrepare.cpp U src/gnu/llvm/llvm/lib/CodeGen/WinEHPrepare.cpp U src/gnu/llvm/llvm/lib/CodeGen/XRayInstrumentation.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AIXException.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AddressPool.h C src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DIE.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DIEHash.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DIEHashAttributes.def U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfException.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/EHStreamer.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WasmException.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WasmException.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WinCFGuard.h U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WinException.cpp U src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/WinException.h U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/CallLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/Combiner.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/GISelChangeObserver.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LegacyLegalizerInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LegalityPredicates.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LegalizeMutations.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/Utils.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/Legalizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp N src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LoadStoreOpt.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/Localizer.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/LostDebugLocObserver.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp U src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/CodeGen/MIRParser/MILexer.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRParser/MILexer.h U src/gnu/llvm/llvm/lib/CodeGen/MIRParser/MIParser.cpp U src/gnu/llvm/llvm/lib/CodeGen/MIRParser/MIRParser.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp N src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.cpp U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.h U src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt C src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.h U src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp U src/gnu/llvm/llvm/lib/DWARFLinker/CMakeLists.txt U src/gnu/llvm/llvm/lib/DWARFLinker/DWARFLinker.cpp U src/gnu/llvm/llvm/lib/DWARFLinker/DWARFLinkerCompileUnit.cpp U src/gnu/llvm/llvm/lib/DWARFLinker/DWARFLinkerDeclContext.cpp U src/gnu/llvm/llvm/lib/DWARFLinker/DWARFStreamer.cpp N src/gnu/llvm/llvm/lib/DWARFLinkerParallel/CMakeLists.txt N src/gnu/llvm/llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp U src/gnu/llvm/llvm/lib/DWP/CMakeLists.txt U src/gnu/llvm/llvm/lib/DWP/DWP.cpp U src/gnu/llvm/llvm/lib/DWP/DWPError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/EnumTables.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/Formatters.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/Line.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/RecordName.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/StringsAndChecksums.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeHashing.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeIndex.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp U src/gnu/llvm/llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFAddressRange.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFLocationExpression.cpp N src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFTypePrinter.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp U src/gnu/llvm/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp N src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ExtractRanges.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/FileWriter.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/GsymReader.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/Header.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/InlineInfo.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/LineTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/LookupResult.cpp U src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ObjectFileTransformer.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/CMakeLists.txt N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/LVReaderHandler.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVCompare.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVElement.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVLine.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVLocation.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVObject.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVOptions.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVRange.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVReader.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVScope.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVSort.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVSupport.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVSymbol.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/LVType.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/LVBinaryReader.cpp N src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/LVELFReader.cpp U src/gnu/llvm/llvm/lib/DebugInfo/MSF/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/MSF/MSFBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/MSF/MSFCommon.cpp U src/gnu/llvm/llvm/lib/DebugInfo/MSF/MSFError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/MSF/MappedBlockStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/PDB/GenericError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/IPDBSourceFile.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDB.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBContext.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBExtras.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymDumper.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolBlock.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolCustom.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolData.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/UDTLayout.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolLabel.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolThunk.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolUnknown.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIADataStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumDebugStreams.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumFrameData.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumLineNumbers.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSectionContribs.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSourceFiles.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumSymbols.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAEnumTables.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAFrameData.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIALineNumber.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIASectionContrib.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/DIATable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/DbiModuleList.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/DbiStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/EnumTables.cpp N src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/FormatUtil.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/Hash.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/HashTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/InfoStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp N src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/InputFile.cpp N src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/LinePrinter.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumLineNumbers.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumSymbols.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeInlineSiteSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeSourceFile.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/PDBStringTable.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/PublicsStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/RawError.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/SymbolStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp U src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp U src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/CMakeLists.txt U src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp N src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/Markup.cpp N src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp U src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp U src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp N src/gnu/llvm/llvm/lib/Debuginfod/BuildIDFetcher.cpp N src/gnu/llvm/llvm/lib/Debuginfod/CMakeLists.txt N src/gnu/llvm/llvm/lib/Debuginfod/Debuginfod.cpp N src/gnu/llvm/llvm/lib/Debuginfod/HTTPClient.cpp N src/gnu/llvm/llvm/lib/Debuginfod/HTTPServer.cpp U src/gnu/llvm/llvm/lib/Demangle/CMakeLists.txt N src/gnu/llvm/llvm/lib/Demangle/DLangDemangle.cpp U src/gnu/llvm/llvm/lib/Demangle/Demangle.cpp U src/gnu/llvm/llvm/lib/Demangle/ItaniumDemangle.cpp U src/gnu/llvm/llvm/lib/Demangle/MicrosoftDemangle.cpp U src/gnu/llvm/llvm/lib/Demangle/MicrosoftDemangleNodes.cpp U src/gnu/llvm/llvm/lib/Demangle/RustDemangle.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/ExecutionEngine.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/SectionMemoryManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/TargetSelect.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/ittnotify_types.h U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c U src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h U src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFF.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFFDirectiveParser.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFFDirectiveParser.h N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.h N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFFOptions.td N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/COFF_x86_64.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/DefineExternalSectionStartAndEndSymbols.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/JITLink.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/MachO.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/PerGraphGOTAndPLTStubsBuilder.h N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/SEHFrameSupport.h N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/aarch64.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/i386.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/loongarch.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/riscv.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/x86_64.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h U src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/CMakeLists.txt N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/COFFPlatform.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/COFFVCRuntimeSupport.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/CompileUtils.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Core.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/DebuggerSupportPlugin.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCDebugObjectRegistrar.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCEHFrameRegistrar.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCGenericDylibManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCIndirectionUtils.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/IRCompileLayer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/IRTransformLayer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Layer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/LookupAndRecordAddrs.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Mangling.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/MapperJITLinkMemoryManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Speculation.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ObjectFileInterface.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/OrcABISupport.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/SimpleRemoteEPC.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TaskDispatch.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/AllocationActions.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/OrcError.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/OrcRTBridge.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/OrcRTBootstrap.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/OrcRTBootstrap.h U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp N src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFAArch64.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h U src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h U src/gnu/llvm/llvm/lib/Extensions/CMakeLists.txt U src/gnu/llvm/llvm/lib/Extensions/Extensions.cpp U src/gnu/llvm/llvm/lib/FileCheck/CMakeLists.txt U src/gnu/llvm/llvm/lib/FileCheck/FileCheck.cpp U src/gnu/llvm/llvm/lib/FileCheck/FileCheckImpl.h U src/gnu/llvm/llvm/lib/Frontend/CMakeLists.txt N src/gnu/llvm/llvm/lib/Frontend/HLSL/CMakeLists.txt N src/gnu/llvm/llvm/lib/Frontend/HLSL/HLSLResource.cpp U src/gnu/llvm/llvm/lib/Frontend/OpenACC/ACC.cpp U src/gnu/llvm/llvm/lib/Frontend/OpenACC/CMakeLists.txt U src/gnu/llvm/llvm/lib/Frontend/OpenMP/CMakeLists.txt U src/gnu/llvm/llvm/lib/Frontend/OpenMP/OMP.cpp U src/gnu/llvm/llvm/lib/Frontend/OpenMP/OMPContext.cpp U src/gnu/llvm/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp U src/gnu/llvm/llvm/lib/FuzzMutate/CMakeLists.txt U src/gnu/llvm/llvm/lib/FuzzMutate/FuzzerCLI.cpp U src/gnu/llvm/llvm/lib/FuzzMutate/IRMutator.cpp U src/gnu/llvm/llvm/lib/FuzzMutate/OpDescriptor.cpp U src/gnu/llvm/llvm/lib/FuzzMutate/Operations.cpp U src/gnu/llvm/llvm/lib/FuzzMutate/RandomIRBuilder.cpp U src/gnu/llvm/llvm/lib/Fuzzer/README.txt U src/gnu/llvm/llvm/lib/IR/AbstractCallSite.cpp U src/gnu/llvm/llvm/lib/IR/AsmWriter.cpp U src/gnu/llvm/llvm/lib/IR/Assumptions.cpp U src/gnu/llvm/llvm/lib/IR/AttributeImpl.h U src/gnu/llvm/llvm/lib/IR/Attributes.cpp U src/gnu/llvm/llvm/lib/IR/AutoUpgrade.cpp U src/gnu/llvm/llvm/lib/IR/BasicBlock.cpp U src/gnu/llvm/llvm/lib/IR/BuiltinGCs.cpp U src/gnu/llvm/llvm/lib/IR/CMakeLists.txt U src/gnu/llvm/llvm/lib/IR/Comdat.cpp U src/gnu/llvm/llvm/lib/IR/ConstantFold.cpp U src/gnu/llvm/llvm/lib/IR/ConstantRange.cpp U src/gnu/llvm/llvm/lib/IR/Constants.cpp U src/gnu/llvm/llvm/lib/IR/ConstantsContext.h U src/gnu/llvm/llvm/lib/IR/Core.cpp U src/gnu/llvm/llvm/lib/IR/DIBuilder.cpp U src/gnu/llvm/llvm/lib/IR/DataLayout.cpp U src/gnu/llvm/llvm/lib/IR/DebugInfo.cpp U src/gnu/llvm/llvm/lib/IR/DebugInfoMetadata.cpp U src/gnu/llvm/llvm/lib/IR/DebugLoc.cpp U src/gnu/llvm/llvm/lib/IR/DiagnosticHandler.cpp U src/gnu/llvm/llvm/lib/IR/DiagnosticInfo.cpp U src/gnu/llvm/llvm/lib/IR/DiagnosticPrinter.cpp U src/gnu/llvm/llvm/lib/IR/Dominators.cpp U src/gnu/llvm/llvm/lib/IR/FPEnv.cpp U src/gnu/llvm/llvm/lib/IR/Function.cpp U src/gnu/llvm/llvm/lib/IR/GCStrategy.cpp U src/gnu/llvm/llvm/lib/IR/GVMaterializer.cpp U src/gnu/llvm/llvm/lib/IR/Globals.cpp U src/gnu/llvm/llvm/lib/IR/IRBuilder.cpp U src/gnu/llvm/llvm/lib/IR/IRPrintingPasses.cpp U src/gnu/llvm/llvm/lib/IR/InlineAsm.cpp U src/gnu/llvm/llvm/lib/IR/Instruction.cpp U src/gnu/llvm/llvm/lib/IR/Instructions.cpp U src/gnu/llvm/llvm/lib/IR/IntrinsicInst.cpp U src/gnu/llvm/llvm/lib/IR/LLVMContext.cpp U src/gnu/llvm/llvm/lib/IR/LLVMContextImpl.cpp U src/gnu/llvm/llvm/lib/IR/LLVMContextImpl.h U src/gnu/llvm/llvm/lib/IR/Use.cpp U src/gnu/llvm/llvm/lib/IR/LLVMRemarkStreamer.cpp U src/gnu/llvm/llvm/lib/IR/LegacyPassManager.cpp U src/gnu/llvm/llvm/lib/IR/MDBuilder.cpp U src/gnu/llvm/llvm/lib/IR/Mangler.cpp U src/gnu/llvm/llvm/lib/IR/Metadata.cpp U src/gnu/llvm/llvm/lib/IR/MetadataImpl.h U src/gnu/llvm/llvm/lib/IR/Module.cpp U src/gnu/llvm/llvm/lib/IR/ModuleSummaryIndex.cpp U src/gnu/llvm/llvm/lib/IR/Operator.cpp U src/gnu/llvm/llvm/lib/IR/OptBisect.cpp U src/gnu/llvm/llvm/lib/IR/Pass.cpp U src/gnu/llvm/llvm/lib/IR/PassInstrumentation.cpp U src/gnu/llvm/llvm/lib/IR/PassManager.cpp U src/gnu/llvm/llvm/lib/IR/PassRegistry.cpp U src/gnu/llvm/llvm/lib/IR/PassTimingInfo.cpp U src/gnu/llvm/llvm/lib/IR/PrintPasses.cpp N src/gnu/llvm/llvm/lib/IR/ProfDataUtils.cpp U src/gnu/llvm/llvm/lib/IR/ProfileSummary.cpp U src/gnu/llvm/llvm/lib/IR/PseudoProbe.cpp U src/gnu/llvm/llvm/lib/IR/Type.cpp U src/gnu/llvm/llvm/lib/IR/ReplaceConstant.cpp N src/gnu/llvm/llvm/lib/IR/SSAContext.cpp U src/gnu/llvm/llvm/lib/IR/SafepointIRVerifier.cpp U src/gnu/llvm/llvm/lib/IR/Statepoint.cpp U src/gnu/llvm/llvm/lib/IR/StructuralHash.cpp U src/gnu/llvm/llvm/lib/IR/SymbolTableListTraitsImpl.h U src/gnu/llvm/llvm/lib/IR/TypeFinder.cpp N src/gnu/llvm/llvm/lib/IR/TypedPointerType.cpp U src/gnu/llvm/llvm/lib/IR/User.cpp U src/gnu/llvm/llvm/lib/IR/Value.cpp U src/gnu/llvm/llvm/lib/IR/ValueSymbolTable.cpp N src/gnu/llvm/llvm/lib/IR/VectorBuilder.cpp U src/gnu/llvm/llvm/lib/IR/Verifier.cpp N src/gnu/llvm/llvm/lib/IRPrinter/CMakeLists.txt N src/gnu/llvm/llvm/lib/IRPrinter/IRPrintingPasses.cpp U src/gnu/llvm/llvm/lib/IRReader/CMakeLists.txt U src/gnu/llvm/llvm/lib/IRReader/IRReader.cpp U src/gnu/llvm/llvm/lib/InterfaceStub/CMakeLists.txt U src/gnu/llvm/llvm/lib/InterfaceStub/ELFObjHandler.cpp U src/gnu/llvm/llvm/lib/InterfaceStub/IFSHandler.cpp U src/gnu/llvm/llvm/lib/InterfaceStub/IFSStub.cpp U src/gnu/llvm/llvm/lib/LTO/CMakeLists.txt U src/gnu/llvm/llvm/lib/LTO/LTO.cpp U src/gnu/llvm/llvm/lib/LTO/LTOBackend.cpp U src/gnu/llvm/llvm/lib/LTO/LTOCodeGenerator.cpp U src/gnu/llvm/llvm/lib/LTO/LTOModule.cpp U src/gnu/llvm/llvm/lib/LTO/SummaryBasedOptimizations.cpp U src/gnu/llvm/llvm/lib/LTO/ThinLTOCodeGenerator.cpp U src/gnu/llvm/llvm/lib/LTO/UpdateCompilerUsed.cpp U src/gnu/llvm/llvm/lib/LineEditor/CMakeLists.txt U src/gnu/llvm/llvm/lib/LineEditor/LineEditor.cpp U src/gnu/llvm/llvm/lib/Linker/CMakeLists.txt U src/gnu/llvm/llvm/lib/Linker/IRMover.cpp U src/gnu/llvm/llvm/lib/Linker/LinkDiagnosticInfo.h U src/gnu/llvm/llvm/lib/Linker/LinkModules.cpp U src/gnu/llvm/llvm/lib/MC/CMakeLists.txt U src/gnu/llvm/llvm/lib/MC/ConstantPools.cpp U src/gnu/llvm/llvm/lib/MC/ELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmBackend.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfo.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfoCOFF.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfoDarwin.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfoELF.cpp N src/gnu/llvm/llvm/lib/MC/MCAsmInfoGOFF.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfoWasm.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmInfoXCOFF.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmMacro.cpp U src/gnu/llvm/llvm/lib/MC/MCAsmStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCAssembler.cpp U src/gnu/llvm/llvm/lib/MC/MCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/MC/MCCodeView.cpp U src/gnu/llvm/llvm/lib/MC/MCContext.cpp U src/gnu/llvm/llvm/lib/MC/MCDwarf.cpp N src/gnu/llvm/llvm/lib/MC/MCDXContainerStreamer.cpp N src/gnu/llvm/llvm/lib/MC/MCDXContainerWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCELFObjectTargetWriter.cpp C src/gnu/llvm/llvm/lib/MC/MCELFStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCExpr.cpp U src/gnu/llvm/llvm/lib/MC/MCFragment.cpp U src/gnu/llvm/llvm/lib/MC/MCInst.cpp U src/gnu/llvm/llvm/lib/MC/MCInstPrinter.cpp U src/gnu/llvm/llvm/lib/MC/MCInstrAnalysis.cpp U src/gnu/llvm/llvm/lib/MC/MCInstrDesc.cpp U src/gnu/llvm/llvm/lib/MC/MCInstrInfo.cpp U src/gnu/llvm/llvm/lib/MC/MCLabel.cpp U src/gnu/llvm/llvm/lib/MC/MCLinkerOptimizationHint.cpp U src/gnu/llvm/llvm/lib/MC/MCMachOStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCMachObjectTargetWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCNullStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCObjectFileInfo.cpp U src/gnu/llvm/llvm/lib/MC/MCSchedule.cpp U src/gnu/llvm/llvm/lib/MC/MCObjectStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCPseudoProbe.cpp U src/gnu/llvm/llvm/lib/MC/MCRegisterInfo.cpp N src/gnu/llvm/llvm/lib/MC/MCSPIRVStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCSection.cpp U src/gnu/llvm/llvm/lib/MC/MCSectionCOFF.cpp N src/gnu/llvm/llvm/lib/MC/MCSectionDXContainer.cpp U src/gnu/llvm/llvm/lib/MC/MCSectionELF.cpp U src/gnu/llvm/llvm/lib/MC/MCSectionMachO.cpp U src/gnu/llvm/llvm/lib/MC/MCSectionWasm.cpp U src/gnu/llvm/llvm/lib/MC/MCSectionXCOFF.cpp U src/gnu/llvm/llvm/lib/MC/MCStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCSubtargetInfo.cpp U src/gnu/llvm/llvm/lib/MC/MCSymbol.cpp U src/gnu/llvm/llvm/lib/MC/MCSymbolELF.cpp U src/gnu/llvm/llvm/lib/MC/MCValue.cpp U src/gnu/llvm/llvm/lib/MC/MCSymbolXCOFF.cpp U src/gnu/llvm/llvm/lib/MC/MCWinEH.cpp U src/gnu/llvm/llvm/lib/MC/MCTargetOptions.cpp U src/gnu/llvm/llvm/lib/MC/MCTargetOptionsCommandFlags.cpp U src/gnu/llvm/llvm/lib/MC/MCWasmObjectTargetWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCWasmStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCWin64EH.cpp U src/gnu/llvm/llvm/lib/MC/MCWinCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MCXCOFFObjectTargetWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCXCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/MC/MachObjectWriter.cpp N src/gnu/llvm/llvm/lib/MC/SPIRVObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/StringTableBuilder.cpp U src/gnu/llvm/llvm/lib/MC/SubtargetFeature.cpp N src/gnu/llvm/llvm/lib/MC/TargetRegistry.cpp U src/gnu/llvm/llvm/lib/MC/WasmObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/WinCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/XCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/MC/MCDisassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/MC/MCDisassembler/Disassembler.cpp U src/gnu/llvm/llvm/lib/MC/MCDisassembler/Disassembler.h U src/gnu/llvm/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp U src/gnu/llvm/llvm/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp U src/gnu/llvm/llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp U src/gnu/llvm/llvm/lib/MC/MCDisassembler/MCSymbolizer.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/AsmLexer.cpp C src/gnu/llvm/llvm/lib/MC/MCParser/AsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/MC/MCParser/COFFAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/COFFMasmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/DarwinAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/ELFAsmParser.cpp N src/gnu/llvm/llvm/lib/MC/MCParser/GOFFAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/MCAsmLexer.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/MCAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/MCAsmParserExtension.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/MCTargetAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/MasmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/WasmAsmParser.cpp U src/gnu/llvm/llvm/lib/MC/MCParser/XCOFFAsmParser.cpp U src/gnu/llvm/llvm/lib/MCA/CMakeLists.txt U src/gnu/llvm/llvm/lib/MCA/CodeEmitter.cpp U src/gnu/llvm/llvm/lib/MCA/Context.cpp U src/gnu/llvm/llvm/lib/MCA/CustomBehaviour.cpp U src/gnu/llvm/llvm/lib/MCA/HWEventListener.cpp N src/gnu/llvm/llvm/lib/MCA/IncrementalSourceMgr.cpp U src/gnu/llvm/llvm/lib/MCA/InstrBuilder.cpp U src/gnu/llvm/llvm/lib/MCA/Instruction.cpp U src/gnu/llvm/llvm/lib/MCA/Pipeline.cpp U src/gnu/llvm/llvm/lib/MCA/Support.cpp N src/gnu/llvm/llvm/lib/MCA/View.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/HardwareUnit.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/LSUnit.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/RegisterFile.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/ResourceManager.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/RetireControlUnit.cpp U src/gnu/llvm/llvm/lib/MCA/HardwareUnits/Scheduler.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/DispatchStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/EntryStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/ExecuteStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/InOrderIssueStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/InstructionTables.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/MicroOpQueueStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/RetireStage.cpp U src/gnu/llvm/llvm/lib/MCA/Stages/Stage.cpp N src/gnu/llvm/llvm/lib/ObjCopy/Archive.cpp N src/gnu/llvm/llvm/lib/ObjCopy/Archive.h N src/gnu/llvm/llvm/lib/ObjCopy/CMakeLists.txt N src/gnu/llvm/llvm/lib/ObjCopy/CommonConfig.cpp N src/gnu/llvm/llvm/lib/ObjCopy/ConfigManager.cpp N src/gnu/llvm/llvm/lib/ObjCopy/ObjCopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFObjcopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFObject.cpp N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFObject.h N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFReader.cpp N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFReader.h N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFWriter.cpp N src/gnu/llvm/llvm/lib/ObjCopy/COFF/COFFWriter.h N src/gnu/llvm/llvm/lib/ObjCopy/ELF/ELFObjcopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/ELF/ELFObject.cpp N src/gnu/llvm/llvm/lib/ObjCopy/ELF/ELFObject.h N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.cpp N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.h N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOObjcopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOObject.cpp N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOObject.h N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOReader.cpp N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOReader.h N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOWriter.cpp N src/gnu/llvm/llvm/lib/ObjCopy/MachO/MachOWriter.h N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFObjcopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFObject.h N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFReader.cpp N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFReader.h N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFWriter.cpp N src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/XCOFFWriter.h N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmObjcopy.cpp N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmObject.cpp N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmObject.h N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmReader.cpp N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmReader.h N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmWriter.cpp N src/gnu/llvm/llvm/lib/ObjCopy/wasm/WasmWriter.h U src/gnu/llvm/llvm/lib/Object/Archive.cpp U src/gnu/llvm/llvm/lib/Object/ArchiveWriter.cpp U src/gnu/llvm/llvm/lib/Object/Binary.cpp N src/gnu/llvm/llvm/lib/Object/BuildID.cpp U src/gnu/llvm/llvm/lib/Object/CMakeLists.txt U src/gnu/llvm/llvm/lib/Object/COFFImportFile.cpp U src/gnu/llvm/llvm/lib/Object/COFFModuleDefinition.cpp U src/gnu/llvm/llvm/lib/Object/COFFObjectFile.cpp N src/gnu/llvm/llvm/lib/Object/DXContainer.cpp U src/gnu/llvm/llvm/lib/Object/Decompressor.cpp U src/gnu/llvm/llvm/lib/Object/ELF.cpp U src/gnu/llvm/llvm/lib/Object/ELFObjectFile.cpp U src/gnu/llvm/llvm/lib/Object/Error.cpp U src/gnu/llvm/llvm/lib/Object/FaultMapParser.cpp U src/gnu/llvm/llvm/lib/Object/IRObjectFile.cpp U src/gnu/llvm/llvm/lib/Object/IRSymtab.cpp U src/gnu/llvm/llvm/lib/Object/MachOObjectFile.cpp U src/gnu/llvm/llvm/lib/Object/MachOUniversal.cpp U src/gnu/llvm/llvm/lib/Object/Object.cpp U src/gnu/llvm/llvm/lib/Object/Minidump.cpp U src/gnu/llvm/llvm/lib/Object/MachOUniversalWriter.cpp U src/gnu/llvm/llvm/lib/Object/ModuleSymbolTable.cpp U src/gnu/llvm/llvm/lib/Object/ObjectFile.cpp N src/gnu/llvm/llvm/lib/Object/OffloadBinary.cpp U src/gnu/llvm/llvm/lib/Object/RecordStreamer.cpp U src/gnu/llvm/llvm/lib/Object/RecordStreamer.h U src/gnu/llvm/llvm/lib/Object/RelocationResolver.cpp U src/gnu/llvm/llvm/lib/Object/SymbolSize.cpp U src/gnu/llvm/llvm/lib/Object/SymbolicFile.cpp U src/gnu/llvm/llvm/lib/Object/TapiFile.cpp U src/gnu/llvm/llvm/lib/Object/TapiUniversal.cpp U src/gnu/llvm/llvm/lib/Object/WasmObjectFile.cpp U src/gnu/llvm/llvm/lib/Object/WindowsMachineFlag.cpp U src/gnu/llvm/llvm/lib/Object/WindowsResource.cpp U src/gnu/llvm/llvm/lib/Object/XCOFFObjectFile.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/ArchiveEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/ArchiveYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/CMakeLists.txt U src/gnu/llvm/llvm/lib/ObjectYAML/COFFEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/COFFYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/DWARFEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/DWARFYAML.cpp N src/gnu/llvm/llvm/lib/ObjectYAML/DXContainerEmitter.cpp N src/gnu/llvm/llvm/lib/ObjectYAML/DXContainerYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/ELFEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/ELFYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/MachOEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/MachOYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/MinidumpEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/MinidumpYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/ObjectYAML.cpp N src/gnu/llvm/llvm/lib/ObjectYAML/OffloadEmitter.cpp N src/gnu/llvm/llvm/lib/ObjectYAML/OffloadYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/WasmEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/WasmYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/XCOFFEmitter.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/XCOFFYAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/YAML.cpp U src/gnu/llvm/llvm/lib/ObjectYAML/yaml2obj.cpp U src/gnu/llvm/llvm/lib/Option/Arg.cpp U src/gnu/llvm/llvm/lib/Option/ArgList.cpp U src/gnu/llvm/llvm/lib/Option/CMakeLists.txt U src/gnu/llvm/llvm/lib/Option/OptTable.cpp U src/gnu/llvm/llvm/lib/Option/Option.cpp U src/gnu/llvm/llvm/lib/Passes/CMakeLists.txt N src/gnu/llvm/llvm/lib/Passes/OptimizationLevel.cpp U src/gnu/llvm/llvm/lib/Passes/PassBuilder.cpp U src/gnu/llvm/llvm/lib/Passes/PassBuilderBindings.cpp N src/gnu/llvm/llvm/lib/Passes/PassBuilderPipelines.cpp U src/gnu/llvm/llvm/lib/Passes/PassPlugin.cpp U src/gnu/llvm/llvm/lib/Passes/PassRegistry.def U src/gnu/llvm/llvm/lib/Passes/StandardInstrumentations.cpp U src/gnu/llvm/llvm/lib/ProfileData/CMakeLists.txt U src/gnu/llvm/llvm/lib/ProfileData/GCOV.cpp U src/gnu/llvm/llvm/lib/ProfileData/InstrProf.cpp N src/gnu/llvm/llvm/lib/ProfileData/InstrProfCorrelator.cpp U src/gnu/llvm/llvm/lib/ProfileData/InstrProfReader.cpp U src/gnu/llvm/llvm/lib/ProfileData/InstrProfWriter.cpp N src/gnu/llvm/llvm/lib/ProfileData/MemProf.cpp U src/gnu/llvm/llvm/lib/ProfileData/ProfileSummaryBuilder.cpp N src/gnu/llvm/llvm/lib/ProfileData/RawMemProfReader.cpp U src/gnu/llvm/llvm/lib/ProfileData/SampleProf.cpp U src/gnu/llvm/llvm/lib/ProfileData/SampleProfReader.cpp U src/gnu/llvm/llvm/lib/ProfileData/SampleProfWriter.cpp U src/gnu/llvm/llvm/lib/ProfileData/Coverage/CMakeLists.txt U src/gnu/llvm/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp U src/gnu/llvm/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp U src/gnu/llvm/llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp U src/gnu/llvm/llvm/lib/Remarks/BitstreamRemarkParser.cpp U src/gnu/llvm/llvm/lib/Remarks/BitstreamRemarkParser.h U src/gnu/llvm/llvm/lib/Remarks/BitstreamRemarkSerializer.cpp U src/gnu/llvm/llvm/lib/Remarks/CMakeLists.txt U src/gnu/llvm/llvm/lib/Remarks/Remark.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkFormat.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkLinker.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkParser.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkSerializer.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkStreamer.cpp U src/gnu/llvm/llvm/lib/Remarks/RemarkStringTable.cpp U src/gnu/llvm/llvm/lib/Remarks/YAMLRemarkParser.cpp U src/gnu/llvm/llvm/lib/Remarks/YAMLRemarkParser.h U src/gnu/llvm/llvm/lib/Remarks/YAMLRemarkSerializer.cpp U src/gnu/llvm/llvm/lib/Support/ABIBreak.cpp U src/gnu/llvm/llvm/lib/Support/AMDGPUMetadata.cpp U src/gnu/llvm/llvm/lib/Support/APFixedPoint.cpp U src/gnu/llvm/llvm/lib/Support/APFloat.cpp U src/gnu/llvm/llvm/lib/Support/APInt.cpp U src/gnu/llvm/llvm/lib/Support/APSInt.cpp U src/gnu/llvm/llvm/lib/Support/ARMAttributeParser.cpp U src/gnu/llvm/llvm/lib/Support/ARMBuildAttrs.cpp U src/gnu/llvm/llvm/lib/Support/ARMWinEH.cpp N src/gnu/llvm/llvm/lib/Support/AddressRanges.cpp U src/gnu/llvm/llvm/lib/Support/Allocator.cpp U src/gnu/llvm/llvm/lib/Support/Atomic.cpp U src/gnu/llvm/llvm/lib/Support/AutoConvert.cpp N src/gnu/llvm/llvm/lib/Support/Base64.cpp U src/gnu/llvm/llvm/lib/Support/BinaryStreamError.cpp U src/gnu/llvm/llvm/lib/Support/BinaryStreamReader.cpp U src/gnu/llvm/llvm/lib/Support/BinaryStreamRef.cpp U src/gnu/llvm/llvm/lib/Support/BinaryStreamWriter.cpp U src/gnu/llvm/llvm/lib/Support/BlockFrequency.cpp U src/gnu/llvm/llvm/lib/Support/BranchProbability.cpp U src/gnu/llvm/llvm/lib/Support/BuryPointer.cpp U src/gnu/llvm/llvm/lib/Support/CMakeLists.txt U src/gnu/llvm/llvm/lib/Support/COM.cpp U src/gnu/llvm/llvm/lib/Support/COPYRIGHT.regex U src/gnu/llvm/llvm/lib/Support/CRC.cpp N src/gnu/llvm/llvm/lib/Support/CSKYAttributeParser.cpp N src/gnu/llvm/llvm/lib/Support/CSKYAttributes.cpp U src/gnu/llvm/llvm/lib/Support/CachePruning.cpp N src/gnu/llvm/llvm/lib/Support/Caching.cpp U src/gnu/llvm/llvm/lib/Support/Chrono.cpp U src/gnu/llvm/llvm/lib/Support/CodeGenCoverage.cpp U src/gnu/llvm/llvm/lib/Support/CommandLine.cpp U src/gnu/llvm/llvm/lib/Support/Compression.cpp U src/gnu/llvm/llvm/lib/Support/ConvertUTF.cpp U src/gnu/llvm/llvm/lib/Support/ConvertUTFWrapper.cpp U src/gnu/llvm/llvm/lib/Support/CrashRecoveryContext.cpp U src/gnu/llvm/llvm/lib/Support/DAGDeltaAlgorithm.cpp U src/gnu/llvm/llvm/lib/Support/DJB.cpp U src/gnu/llvm/llvm/lib/Support/DataExtractor.cpp U src/gnu/llvm/llvm/lib/Support/Debug.cpp U src/gnu/llvm/llvm/lib/Support/DebugCounter.cpp U src/gnu/llvm/llvm/lib/Support/DebugOptions.h U src/gnu/llvm/llvm/lib/Support/DeltaAlgorithm.cpp N src/gnu/llvm/llvm/lib/Support/DivisionByConstantInfo.cpp U src/gnu/llvm/llvm/lib/Support/DynamicLibrary.cpp U src/gnu/llvm/llvm/lib/Support/ELFAttributeParser.cpp U src/gnu/llvm/llvm/lib/Support/ELFAttributes.cpp U src/gnu/llvm/llvm/lib/Support/Errno.cpp U src/gnu/llvm/llvm/lib/Support/Error.cpp U src/gnu/llvm/llvm/lib/Support/ErrorHandling.cpp U src/gnu/llvm/llvm/lib/Support/ExtensibleRTTI.cpp U src/gnu/llvm/llvm/lib/Support/FileCollector.cpp U src/gnu/llvm/llvm/lib/Support/FileOutputBuffer.cpp U src/gnu/llvm/llvm/lib/Support/FileUtilities.cpp U src/gnu/llvm/llvm/lib/Support/FoldingSet.cpp U src/gnu/llvm/llvm/lib/Support/FormatVariadic.cpp U src/gnu/llvm/llvm/lib/Support/GlobPattern.cpp U src/gnu/llvm/llvm/lib/Support/FormattedStream.cpp U src/gnu/llvm/llvm/lib/Support/GraphWriter.cpp U src/gnu/llvm/llvm/lib/Support/Hashing.cpp U src/gnu/llvm/llvm/lib/Support/InitLLVM.cpp U src/gnu/llvm/llvm/lib/Support/InstructionCost.cpp U src/gnu/llvm/llvm/lib/Support/IntEqClasses.cpp U src/gnu/llvm/llvm/lib/Support/IntervalMap.cpp U src/gnu/llvm/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp U src/gnu/llvm/llvm/lib/Support/JSON.cpp U src/gnu/llvm/llvm/lib/Support/KnownBits.cpp U src/gnu/llvm/llvm/lib/Support/LEB128.cpp U src/gnu/llvm/llvm/lib/Support/LineIterator.cpp U src/gnu/llvm/llvm/lib/Support/Locale.cpp U src/gnu/llvm/llvm/lib/Support/LockFileManager.cpp U src/gnu/llvm/llvm/lib/Support/LowLevelType.cpp U src/gnu/llvm/llvm/lib/Support/MD5.cpp N src/gnu/llvm/llvm/lib/Support/MSP430AttributeParser.cpp N src/gnu/llvm/llvm/lib/Support/MSP430Attributes.cpp U src/gnu/llvm/llvm/lib/Support/ManagedStatic.cpp U src/gnu/llvm/llvm/lib/Support/MathExtras.cpp U src/gnu/llvm/llvm/lib/Support/MemAlloc.cpp U src/gnu/llvm/llvm/lib/Support/Memory.cpp U src/gnu/llvm/llvm/lib/Support/MemoryBuffer.cpp U src/gnu/llvm/llvm/lib/Support/MemoryBufferRef.cpp U src/gnu/llvm/llvm/lib/Support/NativeFormatting.cpp U src/gnu/llvm/llvm/lib/Support/OptimizedStructLayout.cpp U src/gnu/llvm/llvm/lib/Support/Optional.cpp U src/gnu/llvm/llvm/lib/Support/Parallel.cpp U src/gnu/llvm/llvm/lib/Support/Path.cpp U src/gnu/llvm/llvm/lib/Support/PluginLoader.cpp U src/gnu/llvm/llvm/lib/Support/PrettyStackTrace.cpp U src/gnu/llvm/llvm/lib/Support/Process.cpp U src/gnu/llvm/llvm/lib/Support/Program.cpp U src/gnu/llvm/llvm/lib/Support/RISCVAttributeParser.cpp U src/gnu/llvm/llvm/lib/Support/RISCVAttributes.cpp N src/gnu/llvm/llvm/lib/Support/RISCVISAInfo.cpp U src/gnu/llvm/llvm/lib/Support/RWMutex.cpp U src/gnu/llvm/llvm/lib/Support/RandomNumberGenerator.cpp U src/gnu/llvm/llvm/lib/Support/Regex.cpp U src/gnu/llvm/llvm/lib/Support/SHA1.cpp U src/gnu/llvm/llvm/lib/Support/SHA256.cpp U src/gnu/llvm/llvm/lib/Support/ScaledNumber.cpp U src/gnu/llvm/llvm/lib/Support/ScopedPrinter.cpp U src/gnu/llvm/llvm/lib/Support/Signals.cpp U src/gnu/llvm/llvm/lib/Support/Signposts.cpp U src/gnu/llvm/llvm/lib/Support/SmallPtrSet.cpp U src/gnu/llvm/llvm/lib/Support/SmallVector.cpp U src/gnu/llvm/llvm/lib/Support/SourceMgr.cpp U src/gnu/llvm/llvm/lib/Support/SpecialCaseList.cpp U src/gnu/llvm/llvm/lib/Support/Statistic.cpp U src/gnu/llvm/llvm/lib/Support/StringExtras.cpp U src/gnu/llvm/llvm/lib/Support/StringMap.cpp U src/gnu/llvm/llvm/lib/Support/StringRef.cpp U src/gnu/llvm/llvm/lib/Support/StringSaver.cpp U src/gnu/llvm/llvm/lib/Support/SuffixTree.cpp U src/gnu/llvm/llvm/lib/Support/SymbolRemappingReader.cpp U src/gnu/llvm/llvm/lib/Support/SystemUtils.cpp U src/gnu/llvm/llvm/lib/Support/TarWriter.cpp U src/gnu/llvm/llvm/lib/Support/Timer.cpp U src/gnu/llvm/llvm/lib/Support/ThreadPool.cpp U src/gnu/llvm/llvm/lib/Support/Threading.cpp U src/gnu/llvm/llvm/lib/Support/TimeProfiler.cpp U src/gnu/llvm/llvm/lib/Support/ToolOutputFile.cpp U src/gnu/llvm/llvm/lib/Support/TrigramIndex.cpp U src/gnu/llvm/llvm/lib/Support/Twine.cpp U src/gnu/llvm/llvm/lib/Support/TypeSize.cpp U src/gnu/llvm/llvm/lib/Support/Unicode.cpp U src/gnu/llvm/llvm/lib/Support/UnicodeCaseFold.cpp N src/gnu/llvm/llvm/lib/Support/UnicodeNameToCodepoint.cpp N src/gnu/llvm/llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp U src/gnu/llvm/llvm/lib/Support/Valgrind.cpp U src/gnu/llvm/llvm/lib/Support/VersionTuple.cpp U src/gnu/llvm/llvm/lib/Support/VirtualFileSystem.cpp U src/gnu/llvm/llvm/lib/Support/Watchdog.cpp U src/gnu/llvm/llvm/lib/Support/WithColor.cpp U src/gnu/llvm/llvm/lib/Support/YAMLParser.cpp U src/gnu/llvm/llvm/lib/Support/regcomp.c U src/gnu/llvm/llvm/lib/Support/YAMLTraits.cpp U src/gnu/llvm/llvm/lib/Support/Z3Solver.cpp U src/gnu/llvm/llvm/lib/Support/circular_raw_ostream.cpp U src/gnu/llvm/llvm/lib/Support/raw_os_ostream.cpp U src/gnu/llvm/llvm/lib/Support/raw_ostream.cpp U src/gnu/llvm/llvm/lib/Support/regengine.inc U src/gnu/llvm/llvm/lib/Support/regerror.c U src/gnu/llvm/llvm/lib/Support/regex2.h U src/gnu/llvm/llvm/lib/Support/regex_impl.h U src/gnu/llvm/llvm/lib/Support/regexec.c U src/gnu/llvm/llvm/lib/Support/regfree.c U src/gnu/llvm/llvm/lib/Support/regstrlcpy.c U src/gnu/llvm/llvm/lib/Support/regutils.h U src/gnu/llvm/llvm/lib/Support/xxhash.cpp N src/gnu/llvm/llvm/lib/Support/BLAKE3/.clang-format N src/gnu/llvm/llvm/lib/Support/BLAKE3/CMakeLists.txt N src/gnu/llvm/llvm/lib/Support/BLAKE3/LICENSE N src/gnu/llvm/llvm/lib/Support/BLAKE3/README.md N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx2.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx2_x86-64_unix.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx2_x86-64_windows_gnu.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx2_x86-64_windows_msvc.asm N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx512.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx512_x86-64_unix.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx512_x86-64_windows_gnu.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_avx512_x86-64_windows_msvc.asm N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_dispatch.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_impl.h N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_neon.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_portable.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse2.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse2_x86-64_unix.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse2_x86-64_windows_gnu.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse2_x86-64_windows_msvc.asm N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse41.c N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse41_x86-64_unix.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse41_x86-64_windows_gnu.S N src/gnu/llvm/llvm/lib/Support/BLAKE3/blake3_sse41_x86-64_windows_msvc.asm N src/gnu/llvm/llvm/lib/Support/BLAKE3/llvm_blake3_prefix.h U src/gnu/llvm/llvm/lib/Support/Unix/COM.inc U src/gnu/llvm/llvm/lib/Support/Unix/DynamicLibrary.inc U src/gnu/llvm/llvm/lib/Support/Unix/Memory.inc U src/gnu/llvm/llvm/lib/Support/Unix/Path.inc C src/gnu/llvm/llvm/lib/Support/Unix/Process.inc U src/gnu/llvm/llvm/lib/Support/Unix/Program.inc U src/gnu/llvm/llvm/lib/Support/Unix/README.txt U src/gnu/llvm/llvm/lib/Support/Unix/Signals.inc U src/gnu/llvm/llvm/lib/Support/Unix/Threading.inc U src/gnu/llvm/llvm/lib/Support/Unix/Unix.h U src/gnu/llvm/llvm/lib/Support/Unix/Watchdog.inc U src/gnu/llvm/llvm/lib/Support/Windows/COM.inc U src/gnu/llvm/llvm/lib/Support/Windows/DynamicLibrary.inc U src/gnu/llvm/llvm/lib/Support/Windows/Memory.inc U src/gnu/llvm/llvm/lib/Support/Windows/Path.inc U src/gnu/llvm/llvm/lib/Support/Windows/Process.inc U src/gnu/llvm/llvm/lib/Support/Windows/Program.inc U src/gnu/llvm/llvm/lib/Support/Windows/Signals.inc U src/gnu/llvm/llvm/lib/Support/Windows/Threading.inc U src/gnu/llvm/llvm/lib/Support/Windows/Watchdog.inc U src/gnu/llvm/llvm/lib/Support/Windows/explicit_symbols.inc U src/gnu/llvm/llvm/lib/TableGen/CMakeLists.txt U src/gnu/llvm/llvm/lib/TableGen/DetailedRecordsBackend.cpp U src/gnu/llvm/llvm/lib/TableGen/Error.cpp U src/gnu/llvm/llvm/lib/TableGen/JSONBackend.cpp U src/gnu/llvm/llvm/lib/TableGen/Main.cpp N src/gnu/llvm/llvm/lib/TableGen/Parser.cpp U src/gnu/llvm/llvm/lib/TableGen/Record.cpp U src/gnu/llvm/llvm/lib/TableGen/SetTheory.cpp U src/gnu/llvm/llvm/lib/TableGen/StringMatcher.cpp U src/gnu/llvm/llvm/lib/TableGen/TGLexer.cpp U src/gnu/llvm/llvm/lib/TableGen/TGLexer.h U src/gnu/llvm/llvm/lib/TableGen/TGParser.cpp U src/gnu/llvm/llvm/lib/TableGen/TGParser.h U src/gnu/llvm/llvm/lib/TableGen/TableGenBackend.cpp U src/gnu/llvm/llvm/lib/TableGen/TableGenBackendSkeleton.cpp U src/gnu/llvm/llvm/lib/Target/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/README.txt U src/gnu/llvm/llvm/lib/Target/Target.cpp U src/gnu/llvm/llvm/lib/Target/TargetIntrinsicInfo.cpp U src/gnu/llvm/llvm/lib/Target/TargetLoweringObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/TargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/TargetMachineC.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64BranchTargets.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CallingConvention.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CallingConvention.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CallingConvention.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64Combine.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CondBrTuning.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64CompressJumpTables.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ExpandImm.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ExpandImm.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64FastISel.cpp C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64FrameLowering.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64ISelLowering.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrAtomics.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrFormats.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrGISel.td C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrInfo.h C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64InstrInfo.td N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64KCFI.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64LowerHomogeneousPrologEpilog.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MCInstLower.h N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MachineScheduler.cpp N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MachineScheduler.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MacroFusion.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64MacroFusion.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64PerfectShuffle.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64PfmCounters.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64RegisterBanks.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64RegisterInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64RegisterInfo.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SIMDInstrOpt.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SLSHardening.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedA53.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedA55.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedA57.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedA57WriteRes.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedA64FX.td N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedAmpere1.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedCyclone.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedExynosM3.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedExynosM5.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedFalkor.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedFalkorDetails.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedKryo.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedKryoDetails.td N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td N src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedPredAmpere.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedPredExynos.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedPredicates.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedTSV110.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedThunderX.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SchedThunderX3T110.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64Schedule.td U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SpeculationHardening.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64StackTagging.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64StackTaggingPreRA.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64Subtarget.cpp C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64Subtarget.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64SystemOperands.td C src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetMachine.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h C src/gnu/llvm/llvm/lib/Target/AArch64/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/AArch64/SMEABIPass.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/SMEInstrFormats.td U src/gnu/llvm/llvm/lib/Target/AArch64/SVEInstrFormats.td U src/gnu/llvm/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64CallLowering.h U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64GlobalISelUtils.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64GlobalISelUtils.h U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64O0PreLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64PostSelectOptimize.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.h U src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.h U src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64FixupKinds.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.h U src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.h U src/gnu/llvm/llvm/lib/Target/AArch64/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp U src/gnu/llvm/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h N src/gnu/llvm/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.cpp N src/gnu/llvm/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h U src/gnu/llvm/llvm/lib/Target/AArch64/Utils/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPU.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPU.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAttributes.def U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCombine.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCtorDtorLowering.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUCtorDtorLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUExportClustering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUExportClustering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUFeatures.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUGISel.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULibFunc.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInsertDelayAlu.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMIRFormatter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMIRFormatter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPTNote.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIDefines.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPromoteKernelArguments.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURegisterBanks.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUReleaseVGPRs.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUReplaceLDSUseWithPointer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUResourceUsageAnalysis.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUResourceUsageAnalysis.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPURewriteUndefForPHI.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUSetWavePriority.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/AMDKernelCodeT.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/BUFInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/CaymanInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/DSInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/EXPInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/EvergreenInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/FLATInstructions.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNCreateVOPD.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNILPSched.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNMinRegStrategy.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNPreRAOptimizations.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNProcessors.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNRegPressure.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNRegPressure.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNSchedStrategy.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNSubtarget.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNVOPDUtils.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/GCNVOPDUtils.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/InstCombineTables.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/LDSDIRInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/MIMGInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600AsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600AsmPrinter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ClauseMergePass.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Defines.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600EmitClauseMarkers.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600FrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600FrameLowering.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600ISelLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600InstrFormats.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600InstrInfo.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600InstrInfo.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Instructions.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Schedule.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Subtarget.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MachineScheduler.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600MachineScheduler.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Packetizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Processors.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600RegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600RegisterInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/R600RegisterInfo.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600Subtarget.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600TargetMachine.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600TargetMachine.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600TargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/R700Instructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/R600TargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFixVGPRCopies.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIFrameLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIISelLowering.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInstrFormats.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInstrInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInstrInfo.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIMachineScheduler.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIModeRegister.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIOptimizeVGPRLiveRange.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIPostRABundler.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIProgramInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIProgramInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SISchedule.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/SMInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/SOPInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VIInstrFormats.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/VINTERPInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOP1Instructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOP2Instructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOP3Instructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOP3PInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOPCInstructions.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/VOPDInstructions.td U src/gnu/llvm/llvm/lib/Target/AMDGPU/VOPInstructions.td N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCA/AMDGPUCustomBehaviour.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCA/AMDGPUCustomBehaviour.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCA/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/R600InstPrinter.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/R600InstPrinter.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCTargetDesc.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h N src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUMemoryUtils.cpp N src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUMemoryUtils.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.h U src/gnu/llvm/llvm/lib/Target/AMDGPU/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARC/ARC.h U src/gnu/llvm/llvm/lib/Target/ARC/ARC.td U src/gnu/llvm/llvm/lib/Target/ARC/ARCAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCBranchFinalize.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCCallingConv.td U src/gnu/llvm/llvm/lib/Target/ARC/ARCExpandPseudos.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCFrameLowering.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCISelLowering.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCInstrFormats.td U src/gnu/llvm/llvm/lib/Target/ARC/ARCInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCInstrInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCInstrInfo.td U src/gnu/llvm/llvm/lib/Target/ARC/ARCMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCMCInstLower.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCOptAddrMode.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/ARC/ARCSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCSubtarget.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/ARC/ARCTargetMachine.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/ARC/ARCTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARC/TargetInfo/ARCTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARC/TargetInfo/ARCTargetInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARC/Disassembler/ARCDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/ARC/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCInstPrinter.h U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/A15SDOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARM.h U src/gnu/llvm/llvm/lib/Target/ARM/ARM.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMBaseInstrInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMBasicBlockInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMBasicBlockInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMBlockPlacement.cpp N src/gnu/llvm/llvm/lib/Target/ARM/ARMBranchTargets.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMCallLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMCallLowering.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMCallingConv.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMCallingConv.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMCallingConv.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMConstantPoolValue.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMFastISel.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMFeatures.h N src/gnu/llvm/llvm/lib/Target/ARM/ARMFixCortexA57AES1742098Pass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMFrameLowering.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMHazardRecognizer.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMISelLowering.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrCDE.td U src/gnu/llvm/llvm/lib/Target/ARM/README.txt U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrFormats.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrInfo.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrMVE.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrNEON.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrThumb.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrThumb2.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstrVFP.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMInstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMLegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMLegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMMacroFusion.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMMacroFusion.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMOptimizeBarriersPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMParallelDSP.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMPerfectShuffle.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMPredicates.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterBanks.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMSLSHardening.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMSchedule.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleA57.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleA57WriteRes.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleA8.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleA9.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleM4.td N src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleM55.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleM7.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleR52.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleSwift.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMScheduleV6.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMSubtarget.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMSystemRegister.td U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetMachine.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ARMTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/MLxExpansionPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MVELaneInterleavingPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MVETPAndVPTOptimisationsPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MVETailPredUtils.h U src/gnu/llvm/llvm/lib/Target/ARM/MVETailPredication.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MVEVPTBlockPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/README-Thumb.txt U src/gnu/llvm/llvm/lib/Target/ARM/README-Thumb2.txt U src/gnu/llvm/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Thumb1FrameLowering.h U src/gnu/llvm/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Thumb1InstrInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Thumb2InstrInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/ThumbRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/Utils/ARMBaseInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Utils/ARMBaseInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/Utils/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.h U src/gnu/llvm/llvm/lib/Target/ARM/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AVR/AVR.h U src/gnu/llvm/llvm/lib/Target/AVR/AVR.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRCallingConv.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRDevices.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRFrameLowering.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRISelLowering.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRInstrFormats.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRInstrInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRInstrInfo.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRMCInstLower.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRSubtarget.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/AVR/AVRSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRShiftExpand.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRTargetMachine.h U src/gnu/llvm/llvm/lib/Target/AVR/AVRTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AVRTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/AVR/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AVR/README.md U src/gnu/llvm/llvm/lib/Target/AVR/TODO.md U src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/AVR/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRELFStreamer.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.h U src/gnu/llvm/llvm/lib/Target/AVR/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/BPF/BPF.h U src/gnu/llvm/llvm/lib/Target/BPF/BPF.td U src/gnu/llvm/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFAdjustOpt.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFCORE.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFCallingConv.td U src/gnu/llvm/llvm/lib/Target/BPF/BPFCheckAndAdjustIR.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFFrameLowering.h N src/gnu/llvm/llvm/lib/Target/BPF/BPFIRPeephole.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFISelLowering.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFInstrFormats.td U src/gnu/llvm/llvm/lib/Target/BPF/BPFInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFInstrInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/BTF.def U src/gnu/llvm/llvm/lib/Target/BPF/BPFInstrInfo.td U src/gnu/llvm/llvm/lib/Target/BPF/BPFMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFMCInstLower.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFMIChecking.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFMIPeephole.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFPreserveDIType.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/BPF/BPFSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFSubtarget.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BPFTargetMachine.h U src/gnu/llvm/llvm/lib/Target/BPF/BPFTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/BTF.h U src/gnu/llvm/llvm/lib/Target/BPF/BTFDebug.cpp U src/gnu/llvm/llvm/lib/Target/BPF/BTFDebug.h U src/gnu/llvm/llvm/lib/Target/BPF/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/BPF/Disassembler/BPFDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/BPF/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFInstPrinter.h U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/BPF/TargetInfo/BPFTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/BPF/TargetInfo/BPFTargetInfo.h U src/gnu/llvm/llvm/lib/Target/BPF/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/CSKY/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/CSKY/CSKY.h U src/gnu/llvm/llvm/lib/Target/CSKY/CSKY.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYAsmPrinter.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYAsmPrinter.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYCallingConv.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYCallingConv.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYConstantIslandPass.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYConstantPoolValue.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYConstantPoolValue.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYFrameLowering.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYFrameLowering.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYISelDAGToDAG.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYISelLowering.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYISelLowering.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrAlias.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfo.h U src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrFormats.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrFormats16Instr.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrFormatsF1.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrFormatsF2.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfo.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfo16Instr.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfoF1.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYInstrInfoF2.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYMCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYMCInstLower.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYMachineFunctionInfo.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYRegisterInfo.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/CSKY/CSKYRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYSubtarget.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYSubtarget.h U src/gnu/llvm/llvm/lib/Target/CSKY/CSKYTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/CSKYTargetMachine.h N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYTargetObjectFile.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/CSKYTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/Disassembler/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/CSKY/Disassembler/CSKYDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.h N src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYBaseInfo.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYELFObjectWriter.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYELFStreamer.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYELFStreamer.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYFixupKinds.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYInstPrinter.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCExpr.h U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCTargetDesc.h N src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYTargetStreamer.cpp N src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/CSKYTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/CSKY/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.h N src/gnu/llvm/llvm/lib/Target/DirectX/CBufferDataLayout.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/CBufferDataLayout.h N src/gnu/llvm/llvm/lib/Target/DirectX/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/DirectX/DXContainerGlobals.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXIL.td N src/gnu/llvm/llvm/lib/Target/DirectX/DXILConstants.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILMetadata.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILMetadata.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILOpBuilder.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILOpBuilder.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILOpLowering.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILPrepare.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILPrettyPrinter.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILResource.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILResource.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILResourceAnalysis.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILResourceAnalysis.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILStubs.td N src/gnu/llvm/llvm/lib/Target/DirectX/DXILShaderFlags.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILShaderFlags.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILTranslateMetadata.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectX.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectX.td N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXAsmPrinter.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXFrameLowering.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXInstrInfo.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXInstrInfo.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXRegisterInfo.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXRegisterInfo.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXSubtarget.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXSubtarget.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXTargetLowering.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXTargetMachine.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXTargetMachine.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXTargetTransformInfo.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.h N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILWriterPass.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/DXILWriterPass.h N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/PointerTypeAnalysis.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/PointerTypeAnalysis.h N src/gnu/llvm/llvm/lib/Target/DirectX/TargetInfo/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/DirectX/TargetInfo/DirectXTargetInfo.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/TargetInfo/DirectXTargetInfo.h N src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/DirectXContainerObjectWriter.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/DirectXContainerObjectWriter.h N src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/DirectXMCTargetDesc.cpp N src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/DirectXMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/Hexagon/BitTracker.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/BitTracker.h U src/gnu/llvm/llvm/lib/Target/Hexagon/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Hexagon/Hexagon.h U src/gnu/llvm/llvm/lib/Target/Hexagon/Hexagon.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBitTracker.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBitTracker.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBlockRanges.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBlockRanges.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonBranchRelaxation.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonCallingConv.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonConstExtenders.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepArch.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepArch.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepDecoders.inc U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepIICHVX.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepIICScalar.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepITypes.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepITypes.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepInstrInfo.td N src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepInstrIntrinsics.inc U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepMapAsm2Intrin.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepMappings.td U src/gnu/llvm/llvm/lib/Target/Hexagon/RDFCopy.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepMask.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepOperands.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonDepTimingClasses.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonFixupHwLoops.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonFrameLowering.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonGenExtract.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonGenInsert.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonGenMux.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonGenPredicate.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonIICHVX.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonIICScalar.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelLowering.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonInstrFormatsV60.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonInstrFormatsV65.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonInstrInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonIntrinsics.td U src/gnu/llvm/llvm/lib/Target/Hexagon/RDFDeadCode.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonIntrinsicsV5.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonIntrinsicsV60.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonMapAsm2IntrinV62.gen.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonOperands.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonPatterns.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonPatternsHVX.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonPatternsV65.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonPeephole.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonPseudo.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSchedule.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV5.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV55.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV60.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV62.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV65.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV66.td U src/gnu/llvm/llvm/lib/Target/Hexagon/RDFCopy.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSubtarget.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV67.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV67T.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV68.td N src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV69.td N src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV71.td N src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV71T.td N src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonScheduleV73.td U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSplitDouble.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonStoreWidening.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetMachine.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVExtract.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.h U src/gnu/llvm/llvm/lib/Target/Hexagon/HexagonVectorPrint.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/RDFDeadCode.h U src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonFixupKinds.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h U src/gnu/llvm/llvm/lib/Target/Hexagon/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Lanai/Lanai.h U src/gnu/llvm/llvm/lib/Target/Lanai/Lanai.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiAluCode.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiCallingConv.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiCondCode.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiFrameLowering.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiISelLowering.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiInstrInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiMCInstLower.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiMemAluCombiner.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiSchedule.td U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiSubtarget.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiTargetMachine.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/Lanai/LanaiTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Lanai/Disassembler/LanaiDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/Disassembler/LanaiDisassembler.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiBaseInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiFixupKinds.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.h U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/Lanai/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Lanai/TargetInfo/LanaiTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/Lanai/TargetInfo/LanaiTargetInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArch.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArch.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchAsmPrinter.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchCallingConv.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchExpandAtomicPseudoInsts.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchFloatInstrFormats.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchFrameLowering.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchFrameLowering.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchISelLowering.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchInstrFormats.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchInstrInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchInstrInfo.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchRegisterInfo.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchRegisterInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchSubtarget.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchSubtarget.h N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/LoongArchTargetMachine.h N src/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/Disassembler/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/LoongArch/Disassembler/LoongArchDisassembler.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFObjectWriter.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchFixupKinds.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchInstPrinter.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchInstPrinter.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCExpr.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCExpr.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMatInt.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMatInt.h N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchTargetStreamer.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchTargetStreamer.h N src/gnu/llvm/llvm/lib/Target/LoongArch/TargetInfo/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/LoongArch/TargetInfo/LoongArchTargetInfo.cpp N src/gnu/llvm/llvm/lib/Target/LoongArch/TargetInfo/LoongArchTargetInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/M68k/M68k.h U src/gnu/llvm/llvm/lib/Target/M68k/M68k.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kCallingConv.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kCallingConv.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kCollapseMOVEMPass.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kExpandPseudo.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kFrameLowering.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kISelLowering.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrArithmetic.td N src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrAtomics.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrBits.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrBuilder.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrCompiler.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrControl.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrData.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrFormats.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrInfo.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kInstrShiftRotate.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kMCInstLower.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kMachineFunction.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kMachineFunction.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kSchedule.td U src/gnu/llvm/llvm/lib/Target/M68k/M68kSubtarget.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kTargetMachine.h U src/gnu/llvm/llvm/lib/Target/M68k/M68kTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/M68k/M68kTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/M68kAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/M68k/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/M68k/Disassembler/M68kDisassembler.cpp N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kCallLowering.cpp N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kCallLowering.h N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kInstructionSelector.cpp N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kLegalizerInfo.cpp N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kLegalizerInfo.h N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kRegisterBankInfo.cpp N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kRegisterBankInfo.h N src/gnu/llvm/llvm/lib/Target/M68k/GISel/M68kRegisterBanks.td U src/gnu/llvm/llvm/lib/Target/M68k/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/M68k/TargetInfo/M68kTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/M68k/TargetInfo/M68kTargetInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kBaseInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kFixupKinds.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kInstPrinter.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/MSP430/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430.td U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430BranchSelector.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430CallingConv.td U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430FrameLowering.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430ISelLowering.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430InstrFormats.td U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430InstrInfo.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430InstrInfo.td U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430MCInstLower.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430RegisterInfo.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430RegisterInfo.td U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430Subtarget.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430Subtarget.h U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MSP430TargetMachine.h U src/gnu/llvm/llvm/lib/Target/MSP430/README.txt U src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/MSP430/Disassembler/MSP430Disassembler.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430FixupKinds.h U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.h U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/MSP430/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.h C src/gnu/llvm/llvm/lib/Target/Mips/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Mips/MSA.txt U src/gnu/llvm/llvm/lib/Target/Mips/MicroMips32r6InstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsDSPInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsDSPInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsInstrFPU.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MicroMipsSizeReduction.cpp C src/gnu/llvm/llvm/lib/Target/Mips/Mips.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips16FrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16FrameLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips16HardFloat.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16HardFloatInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16HardFloatInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips16ISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16ISelLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips16InstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips16InstrInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips16InstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Mips16RegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/Mips32r6InstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips32r6InstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips64InstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/Mips64r6InstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsAnalyzeImmediate.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsAnalyzeImmediate.h C src/gnu/llvm/llvm/lib/Target/Mips/MipsAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsBranchExpansion.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsCCState.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsCCState.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsCallLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsCallLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsCallingConv.td N src/gnu/llvm/llvm/lib/Target/Mips/MipsCombine.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsCondMov.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsDSPInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsDSPInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsEVAInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsEVAInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsExpandPseudo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsFastISel.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsFrameLowering.cpp C src/gnu/llvm/llvm/lib/Target/Mips/MipsFrameLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsISelDAGToDAG.h C src/gnu/llvm/llvm/lib/Target/Mips/MipsISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsISelLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsInstrFPU.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsInstrInfo.h C src/gnu/llvm/llvm/lib/Target/Mips/MipsInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsInstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsLegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsLegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsMCInstLower.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsMSAInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsMSAInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsMTInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsMTInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsMachineFunction.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsMachineFunction.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsModuleISelDAGToDAG.cpp N src/gnu/llvm/llvm/lib/Target/Mips/MipsMulMulBugPass.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsOptimizePICCall.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsOptionRecord.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsOs16.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsPfmCounters.td N src/gnu/llvm/llvm/lib/Target/Mips/MipsPostLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSchedule.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsPreLegalizerCombiner.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterBanks.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEFrameLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEISelLowering.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSEInstrInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSERegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsScheduleGeneric.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsScheduleP5600.td U src/gnu/llvm/llvm/lib/Target/Mips/MipsSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsSubtarget.h C src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetMachine.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetStreamer.h N src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetTransformInfo.cpp N src/gnu/llvm/llvm/lib/Target/Mips/MipsTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/Relocation.txt U src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/CMakeLists.txt C src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/Mips/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h C src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp U src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/Mips/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTX.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTX.td U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAtomicLower.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXAtomicLower.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXFrameLowering.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXISelLowering.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXImageOptimizer.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXInstrFormats.td U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXInstrInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXInstrInfo.td U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXIntrinsics.td U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXMCExpr.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXPeephole.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXProxyRegErasure.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXSubtarget.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXTargetMachine.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVPTXUtilities.h U src/gnu/llvm/llvm/lib/Target/NVPTX/NVVMIntrRange.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/NVVMReflect.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/cl_common_defines.h U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.h U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/NVPTX/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.h C src/gnu/llvm/llvm/lib/Target/PowerPC/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/PowerPC/P10InstrResources.td U src/gnu/llvm/llvm/lib/Target/PowerPC/P9InstrResources.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPC.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPC.td C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCBack2BackFusion.def U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCBranchCoalescing.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCCState.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCCState.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCTRLoopsVerify.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCallingConv.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCallingConv.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCCallingConv.td U src/gnu/llvm/llvm/lib/Target/PowerPC/README.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCExpandAtomicPseudoInsts.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCFastISel.cpp C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCFrameLowering.h N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCGenRegisterBankInfo.def N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCGenScalarMASSEntries.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCHazardRecognizers.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCISelLowering.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstr64Bit.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrHTM.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrAltivec.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrBuilder.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrFormats.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrFuture.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrInfo.h C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrInfo.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrMMA.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrP10.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrSPE.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCInstrVSX.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMachineScheduler.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMachineScheduler.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMacroFusion.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMacroFusion.def U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCMacroFusion.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCPerfectShuffle.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCPfmCounters.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCReduceCRLogicals.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCRegisterInfoDMR.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCRegisterInfoMMA.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCSchedPredicates.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCSchedule.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCSchedule440.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleA2.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleE500.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleE500mc.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleE5500.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleG3.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleG4.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleG4Plus.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleG5.td N src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleP10.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleP7.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleP8.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCScheduleP9.td U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCSubtarget.cpp C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCSubtarget.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTOCRegDeps.cpp C src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCVSXCopy.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetMachine.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/README_ALTIVEC.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/README_P9.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/PPCRegisterBanks.td U src/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.h U src/gnu/llvm/llvm/lib/Target/PowerPC/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/RISCV/RISCV.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCV.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVCallingConv.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVCodeGenPrepare.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVExpandAtomicPseudoInsts.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVFeatures.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVFrameLowering.h N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVGatherScatterLowering.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h C src/gnu/llvm/llvm/lib/Target/RISCV/RISCVISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVISelLowering.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrFormats.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrFormatsC.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrFormatsV.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfo.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoA.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoC.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoD.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoF.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoM.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoV.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoZb.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoXVentana.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoZicbo.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVInstrInfoZk.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMacroFusion.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMacroFusion.h N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVProcessors.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSExtWRemoval.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSchedRocket.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSchedSiFive7.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSchedSyntacoreSCR1.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSchedule.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVScheduleV.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVScheduleZb.td N src/gnu/llvm/llvm/lib/Target/RISCV/RISCVStripWSuffix.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSubtarget.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVSystemOperands.td U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetMachine.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.h N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.h N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.h N src/gnu/llvm/llvm/lib/Target/RISCV/GISel/RISCVRegisterBanks.td N src/gnu/llvm/llvm/lib/Target/RISCV/MCA/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCObjectFileInfo.cpp N src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCObjectFileInfo.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.h U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/RISCV/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRV.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRV.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVAsmPrinter.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVBuiltins.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVBuiltins.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVCallLowering.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVFrameLowering.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVISelLowering.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVISelLowering.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVInstrFormats.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVInstrInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVInstrInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVInstrInfo.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVMCInstLower.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVMCInstLower.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVPreLegalizer.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterBankInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterBankInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterBanks.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVSubtarget.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVTargetMachine.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVTargetObjectFile.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVTargetTransformInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVUtils.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/SPIRVUtils.h N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVAsmBackend.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.h N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCAsmInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCAsmInfo.h N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCCodeEmitter.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCTargetDesc.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCTargetDesc.h N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVObjectTargetWriter.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVTargetStreamer.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVTargetStreamer.h N src/gnu/llvm/llvm/lib/Target/SPIRV/TargetInfo/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/SPIRV/TargetInfo/SPIRVTargetInfo.cpp N src/gnu/llvm/llvm/lib/Target/SPIRV/TargetInfo/SPIRVTargetInfo.h U src/gnu/llvm/llvm/lib/Target/Sparc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Sparc/DelaySlotFiller.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/LeonFeatures.td U src/gnu/llvm/llvm/lib/Target/Sparc/LeonPasses.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/LeonPasses.h U src/gnu/llvm/llvm/lib/Target/Sparc/README.txt U src/gnu/llvm/llvm/lib/Target/Sparc/Sparc.h U src/gnu/llvm/llvm/lib/Target/Sparc/Sparc.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcCallingConv.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcFrameLowering.h U src/gnu/llvm/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp C src/gnu/llvm/llvm/lib/Target/Sparc/SparcISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcISelLowering.h C src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstr64Bit.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrAliases.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrFormats.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrInfo.h C src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrInfo.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcInstrVIS.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/Sparc/SparcRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcSchedule.td U src/gnu/llvm/llvm/lib/Target/Sparc/SparcSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcSubtarget.h U src/gnu/llvm/llvm/lib/Target/Sparc/SparcTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcTargetMachine.h U src/gnu/llvm/llvm/lib/Target/Sparc/SparcTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/SparcTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.h U src/gnu/llvm/llvm/lib/Target/Sparc/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.h U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/SystemZ/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/README.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZ.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZ.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZCallingConv.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZCallingConv.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZCallingConv.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZCopyPhysRegs.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZFeatures.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZFrameLowering.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZISelLowering.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrBuilder.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrDFP.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrFP.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrFormats.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrHFP.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrInfo.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrSystem.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZInstrVector.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZLongBranch.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMCInstLower.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMachineScheduler.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZMachineScheduler.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZOperands.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZOperators.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZPatterns.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZPostRewrite.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZProcessors.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZSchedule.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZ13.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZ14.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZ15.td N src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZ16.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZ196.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZScheduleZEC12.td U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZSubtarget.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTDC.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTargetMachine.h N src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.h U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/SystemZ/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.h U src/gnu/llvm/llvm/lib/Target/VE/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/VE/LVLGen.cpp U src/gnu/llvm/llvm/lib/Target/VE/VE.h U src/gnu/llvm/llvm/lib/Target/VE/VE.td U src/gnu/llvm/llvm/lib/Target/VE/VEAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/VE/VECallingConv.td N src/gnu/llvm/llvm/lib/Target/VE/VECustomDAG.cpp N src/gnu/llvm/llvm/lib/Target/VE/VECustomDAG.h U src/gnu/llvm/llvm/lib/Target/VE/VEFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEFrameLowering.h U src/gnu/llvm/llvm/lib/Target/VE/VEISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEISelLowering.h U src/gnu/llvm/llvm/lib/Target/VE/VEInstrBuilder.h U src/gnu/llvm/llvm/lib/Target/VE/VEInstrFormats.td U src/gnu/llvm/llvm/lib/Target/VE/VEInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEInstrInfo.h U src/gnu/llvm/llvm/lib/Target/VE/VEInstrInfo.td U src/gnu/llvm/llvm/lib/Target/VE/VEInstrVec.td U src/gnu/llvm/llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td U src/gnu/llvm/llvm/lib/Target/VE/VEInstrIntrinsicVL.td U src/gnu/llvm/llvm/lib/Target/VE/VEInstrPatternsVec.td U src/gnu/llvm/llvm/lib/Target/VE/VEMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/VE/VEMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/VE/VERegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/VE/VERegisterInfo.h U src/gnu/llvm/llvm/lib/Target/VE/VERegisterInfo.td U src/gnu/llvm/llvm/lib/Target/VE/VESubtarget.cpp U src/gnu/llvm/llvm/lib/Target/VE/VESubtarget.h U src/gnu/llvm/llvm/lib/Target/VE/VETargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/VE/VETargetMachine.h U src/gnu/llvm/llvm/lib/Target/VE/VETargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/VE/VVPInstrInfo.td N src/gnu/llvm/llvm/lib/Target/VE/VVPISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/VE/VVPInstrPatternsVec.td U src/gnu/llvm/llvm/lib/Target/VE/VVPNodes.def U src/gnu/llvm/llvm/lib/Target/VE/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/VE/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/VE/Disassembler/VEDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEFixupKinds.h U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.h U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VETargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/VETargetStreamer.h U src/gnu/llvm/llvm/lib/Target/VE/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/VE/TargetInfo/VETargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/VE/TargetInfo/VETargetInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/README.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssembly.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssembly.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyDebugFixup.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyISD.def U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrBulkMemory.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrConv.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrFloat.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrFormats.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrRef.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyInstrTable.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp N src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyLowerRefTypesIntPtrConv.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMCLowerPrePass.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyNullifyDebugValueLists.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySortRegion.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySortRegion.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/WebAssemblyUtilities.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/WebAssemblyUtilities.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyFixupKinds.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/WebAssembly/TargetInfo/WebAssemblyTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/WebAssembly/TargetInfo/WebAssemblyTargetInfo.h C src/gnu/llvm/llvm/lib/Target/X86/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/X86/ImmutableGraph.h U src/gnu/llvm/llvm/lib/Target/X86/README-FPStack.txt U src/gnu/llvm/llvm/lib/Target/X86/README-SSE.txt U src/gnu/llvm/llvm/lib/Target/X86/README-X86-64.txt U src/gnu/llvm/llvm/lib/Target/X86/README.txt C src/gnu/llvm/llvm/lib/Target/X86/X86.h C src/gnu/llvm/llvm/lib/Target/X86/X86.td U src/gnu/llvm/llvm/lib/Target/X86/X86AsmPrinter.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86AsmPrinter.h U src/gnu/llvm/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86AvoidTrailingCall.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86CallFrameOptimization.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86CallLowering.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86CallLowering.h U src/gnu/llvm/llvm/lib/Target/X86/X86CallingConv.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86CallingConv.h U src/gnu/llvm/llvm/lib/Target/X86/X86CallingConv.td U src/gnu/llvm/llvm/lib/Target/X86/X86CmovConversion.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86DomainReassignment.cpp N src/gnu/llvm/llvm/lib/Target/X86/X86DynAllocaExpander.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86EvexToVex.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86ExpandPseudo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FastISel.cpp N src/gnu/llvm/llvm/lib/Target/X86/X86FastPreTileConfig.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FastTileConfig.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FixupBWInsts.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FixupLEAs.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FixupSetCC.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86FrameLowering.h U src/gnu/llvm/llvm/lib/Target/X86/X86FlagsCopyLowering.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86FloatingPoint.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86FrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86GenRegisterBankInfo.def U src/gnu/llvm/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86ISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86ISelLowering.h U src/gnu/llvm/llvm/lib/Target/X86/X86IndirectBranchTracking.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86IndirectThunks.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InsertPrefetch.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InsertWait.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86Instr3DNow.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrAMX.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrAVX512.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrArithmetic.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrBuilder.h U src/gnu/llvm/llvm/lib/Target/X86/X86InstrCMovSetCC.td N src/gnu/llvm/llvm/lib/Target/X86/X86KCFI.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86InstrCompiler.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrControl.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrExtension.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFMA.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFMA3Info.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFMA3Info.h U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFPStack.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFoldTables.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFoldTables.h U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFormats.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InstrInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86InstrInfo.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrKL.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrMMX.td N src/gnu/llvm/llvm/lib/Target/X86/X86InstrRAOINT.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrSGX.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrSNP.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrSSE.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrSVM.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrShiftRotate.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrSystem.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrTDX.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrTSX.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrVMX.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrVecCompiler.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstrXOP.td U src/gnu/llvm/llvm/lib/Target/X86/X86InstructionSelector.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86InterleavedAccess.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86IntrinsicsInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86LegalizerInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86LegalizerInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86LowerAMXType.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86LowerTileCopy.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86MCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86MachineFunctionInfo.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86MachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86MacroFusion.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86MacroFusion.h U src/gnu/llvm/llvm/lib/Target/X86/X86OptimizeLEAs.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86PadShortFunction.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86PartialReduction.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86PfmCounters.td U src/gnu/llvm/llvm/lib/Target/X86/X86PreAMXConfig.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86PreTileConfig.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86RegisterBankInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86RegisterBankInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86RegisterBanks.td U src/gnu/llvm/llvm/lib/Target/X86/X86RegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86RegisterInfo.h C src/gnu/llvm/llvm/lib/Target/X86/X86RegisterInfo.td N src/gnu/llvm/llvm/lib/Target/X86/X86ReturnThunks.cpp N src/gnu/llvm/llvm/lib/Target/X86/X86SchedAlderlakeP.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedBroadwell.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedHaswell.td N src/gnu/llvm/llvm/lib/Target/X86/X86SchedIceLake.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedPredicates.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedSandyBridge.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedSkylakeClient.td U src/gnu/llvm/llvm/lib/Target/X86/X86SchedSkylakeServer.td U src/gnu/llvm/llvm/lib/Target/X86/X86Schedule.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleAtom.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleBdVer2.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleBtVer2.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleSLM.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleZnver1.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleZnver2.td U src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleZnver3.td N src/gnu/llvm/llvm/lib/Target/X86/X86ScheduleZnver4.td U src/gnu/llvm/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86SelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.h U src/gnu/llvm/llvm/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86Subtarget.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp C src/gnu/llvm/llvm/lib/Target/X86/X86Subtarget.h C src/gnu/llvm/llvm/lib/Target/X86/X86TargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86TargetMachine.h U src/gnu/llvm/llvm/lib/Target/X86/X86TargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86TargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/X86/X86TargetTransformInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86TargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/X86/X86TileConfig.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86VZeroUpper.cpp U src/gnu/llvm/llvm/lib/Target/X86/X86WinEHState.cpp N src/gnu/llvm/llvm/lib/Target/X86/MCA/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/X86/MCA/X86CustomBehaviour.cpp N src/gnu/llvm/llvm/lib/Target/X86/MCA/X86CustomBehaviour.h U src/gnu/llvm/llvm/lib/Target/X86/AsmParser/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp U src/gnu/llvm/llvm/lib/Target/X86/AsmParser/X86AsmParserCommon.h U src/gnu/llvm/llvm/lib/Target/X86/AsmParser/X86Operand.h U src/gnu/llvm/llvm/lib/Target/X86/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp U src/gnu/llvm/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.h C src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86FixupKinds.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstComments.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstComments.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.h N src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstrRelaxTables.cpp N src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86InstrRelaxTables.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCExpr.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp N src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86MnemonicTables.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86TargetStreamer.h U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp U src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp U src/gnu/llvm/llvm/lib/Target/X86/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/XCore/README.txt U src/gnu/llvm/llvm/lib/Target/XCore/XCore.h U src/gnu/llvm/llvm/lib/Target/XCore/XCore.td U src/gnu/llvm/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreCallingConv.td U src/gnu/llvm/llvm/lib/Target/XCore/XCoreFrameLowering.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreFrameLowering.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreISelLowering.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreISelLowering.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreInstrFormats.td U src/gnu/llvm/llvm/lib/Target/XCore/XCoreInstrInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreInstrInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreInstrInfo.td U src/gnu/llvm/llvm/lib/Target/XCore/XCoreMCInstLower.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreLowerThreadLocal.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreMCInstLower.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreRegisterInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreRegisterInfo.td U src/gnu/llvm/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreSubtarget.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreSubtarget.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetMachine.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetMachine.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetObjectFile.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetStreamer.h U src/gnu/llvm/llvm/lib/Target/XCore/XCoreTargetTransformInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/TargetInfo/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/TargetInfo/XCoreTargetInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/Disassembler/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/CMakeLists.txt U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.cpp U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp U src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h N src/gnu/llvm/llvm/lib/Target/Xtensa/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/Xtensa/Xtensa.td N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaInstrFormats.td N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaInstrInfo.td N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaOperands.td N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaRegisterInfo.td N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaTargetMachine.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/XtensaTargetMachine.h N src/gnu/llvm/llvm/lib/Target/Xtensa/AsmParser/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/Xtensa/AsmParser/XtensaAsmParser.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/Disassembler/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/Xtensa/Disassembler/XtensaDisassembler.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaAsmBackend.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaELFObjectWriter.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaFixupKinds.h N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaInstPrinter.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaInstPrinter.h N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCAsmInfo.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCAsmInfo.h N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCCodeEmitter.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCExpr.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCExpr.h N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCTargetDesc.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCTargetDesc.h N src/gnu/llvm/llvm/lib/Target/Xtensa/TargetInfo/CMakeLists.txt N src/gnu/llvm/llvm/lib/Target/Xtensa/TargetInfo/XtensaTargetInfo.cpp N src/gnu/llvm/llvm/lib/Target/Xtensa/TargetInfo/XtensaTargetInfo.h N src/gnu/llvm/llvm/lib/TargetParser/AArch64TargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/ARMTargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/ARMTargetParserCommon.cpp N src/gnu/llvm/llvm/lib/TargetParser/CMakeLists.txt N src/gnu/llvm/llvm/lib/TargetParser/CSKYTargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/Host.cpp N src/gnu/llvm/llvm/lib/TargetParser/LoongArchTargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/RISCVTargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/TargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/Triple.cpp N src/gnu/llvm/llvm/lib/TargetParser/X86TargetParser.cpp N src/gnu/llvm/llvm/lib/TargetParser/Unix/Host.inc N src/gnu/llvm/llvm/lib/TargetParser/Windows/Host.inc U src/gnu/llvm/llvm/lib/Testing/CMakeLists.txt N src/gnu/llvm/llvm/lib/Testing/Annotations/Annotations.cpp N src/gnu/llvm/llvm/lib/Testing/Annotations/CMakeLists.txt U src/gnu/llvm/llvm/lib/Testing/Support/CMakeLists.txt U src/gnu/llvm/llvm/lib/Testing/Support/Error.cpp U src/gnu/llvm/llvm/lib/Testing/Support/SupportHelpers.cpp U src/gnu/llvm/llvm/lib/TextAPI/Architecture.cpp U src/gnu/llvm/llvm/lib/TextAPI/ArchitectureSet.cpp U src/gnu/llvm/llvm/lib/TextAPI/CMakeLists.txt U src/gnu/llvm/llvm/lib/TextAPI/InterfaceFile.cpp U src/gnu/llvm/llvm/lib/TextAPI/PackedVersion.cpp U src/gnu/llvm/llvm/lib/TextAPI/Platform.cpp U src/gnu/llvm/llvm/lib/TextAPI/Symbol.cpp U src/gnu/llvm/llvm/lib/TextAPI/Target.cpp U src/gnu/llvm/llvm/lib/TextAPI/TextAPIContext.h U src/gnu/llvm/llvm/lib/TextAPI/TextStub.cpp U src/gnu/llvm/llvm/lib/TextAPI/TextStubCommon.cpp U src/gnu/llvm/llvm/lib/TextAPI/TextStubCommon.h U src/gnu/llvm/llvm/lib/ToolDrivers/CMakeLists.txt U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/CMakeLists.txt U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/Options.td U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/CMakeLists.txt U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp U src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/Options.td U src/gnu/llvm/llvm/lib/Transforms/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp U src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h U src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp U src/gnu/llvm/llvm/lib/Transforms/CFGuard/CFGuard.cpp U src/gnu/llvm/llvm/lib/Transforms/CFGuard/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroCleanup.cpp N src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroConditionalWrapper.cpp U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroEarly.cpp U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroElide.cpp U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroFrame.cpp U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroInstr.h U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroInternal.h U src/gnu/llvm/llvm/lib/Transforms/Coroutines/CoroSplit.cpp U src/gnu/llvm/llvm/lib/Transforms/Coroutines/Coroutines.cpp U src/gnu/llvm/llvm/lib/Transforms/Hello/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Hello/Hello.cpp U src/gnu/llvm/llvm/lib/Transforms/Hello/Hello.exports U src/gnu/llvm/llvm/lib/Transforms/IPO/AlwaysInliner.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/Annotation2Metadata.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/Attributor.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/AttributorAttributes.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/BarrierNoopPass.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/BlockExtractor.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/IPO/CalledValuePropagation.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ConstantMerge.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/CrossDSOCFI.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ElimAvailExtern.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ExtractGV.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ForceFunctionAttrs.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/FunctionAttrs.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/IPO.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/FunctionImport.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/FunctionSpecialization.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/GlobalDCE.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/GlobalOpt.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/GlobalSplit.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/HotColdSplitting.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/IROutliner.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/InlineSimple.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/Inliner.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/Internalize.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/LoopExtractor.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/LowerTypeTests.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/MergeFunctions.cpp N src/gnu/llvm/llvm/lib/Transforms/IPO/ModuleInliner.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/OpenMPOpt.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/PartialInlining.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/SCCP.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/SampleContextTracker.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/SampleProfile.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/SampleProfileProbe.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/StripDeadPrototypes.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/StripSymbols.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/SyntheticCountsPropagation.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp U src/gnu/llvm/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineInternal.h U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp U src/gnu/llvm/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/CFGMST.h U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/CGProfile.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp N src/gnu/llvm/llvm/lib/Transforms/Instrumentation/KCFI.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/MemProfiler.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp N src/gnu/llvm/llvm/lib/Transforms/Instrumentation/SanitizerBinaryMetadata.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ValueProfileCollector.cpp U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ValueProfileCollector.h U src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ValueProfilePlugins.inc U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/BlotMapVector.h U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARC.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARC.h U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARCExpand.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.h U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/PtrState.cpp U src/gnu/llvm/llvm/lib/Transforms/ObjCARC/PtrState.h U src/gnu/llvm/llvm/lib/Transforms/Scalar/ADCE.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/AnnotationRemarks.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/BDCE.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/ConstraintElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/DCE.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/DivRemPairs.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/EarlyCSE.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/FlattenCFGPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Float2Int.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/GVN.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/GVNHoist.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/GVNSink.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/GuardWidening.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/IVUsersPrinter.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/InstSimplifyPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/JumpThreading.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LICM.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopBoundSplit.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopDeletion.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopDistribute.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopFlatten.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopFuse.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopSink.cpp C src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopInterchange.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopPassManager.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopPredication.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopRotation.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp N src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerAtomicPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/NewGVN.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/MakeGuardsExplicit.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/MergeICmps.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/NaryReassociate.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Reassociate.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Reg2Mem.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp C src/gnu/llvm/llvm/lib/Transforms/Scalar/SCCP.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/SROA.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Scalar.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Scalarizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/Sink.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp N src/gnu/llvm/llvm/lib/Transforms/Scalar/TLSVariableHoist.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp U src/gnu/llvm/llvm/lib/Transforms/Scalar/WarnMissedTransforms.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/AMDGPUEmitPrintf.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/AddDiscriminators.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/BuildLibCalls.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Utils/CallGraphUpdater.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CallPromotionUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CanonicalizeAliases.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CloneFunction.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CloneModule.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/CodeLayout.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CodeExtractor.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CodeMoverUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/CtorUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/Debugify.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/EntryExitInstrumenter.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/EscapeEnumerator.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/Evaluator.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/FixIrreducible.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/FlattenCFG.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/FunctionComparator.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/FunctionImportUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/GlobalStatus.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/GuardUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/HelloWorld.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/InjectTLIMappings.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/InlineFunction.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/InstructionNamer.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/IntegerDivision.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LCSSA.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/Local.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopPeel.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopRotationUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopSimplify.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopUnroll.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LoopVersioning.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/LowerAtomic.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/LowerGlobalDtors.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/LowerIFunc.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LowerInvoke.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/Mem2Reg.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/LowerSwitch.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/MatrixUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/MemoryOpRemark.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/MemoryTaggingSupport.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/MetaRenamer.cpp C src/gnu/llvm/llvm/lib/Transforms/Utils/MisExpect.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/ModuleUtils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/NameAnonGlobals.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/PredicateInfo.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/RelLookupTableConverter.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SCCPSolver.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SSAUpdater.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SSAUpdaterBulk.cpp N src/gnu/llvm/llvm/lib/Transforms/Utils/SampleProfileInference.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SanitizerStats.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/Utils.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SimplifyCFG.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SizeOpts.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SplitModule.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/StripGCRelocates.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/SymbolRewriter.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/UnifyLoopExits.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/VNCoercion.cpp U src/gnu/llvm/llvm/lib/Transforms/Utils/ValueMapper.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/CMakeLists.txt U src/gnu/llvm/llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlan.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlan.h N src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanCFG.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanDominatorTree.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.h N src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanSLP.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanTransforms.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanValue.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VPlanVerifier.h U src/gnu/llvm/llvm/lib/Transforms/Vectorize/VectorCombine.cpp U src/gnu/llvm/llvm/lib/Transforms/Vectorize/Vectorize.cpp N src/gnu/llvm/llvm/lib/WindowsDriver/CMakeLists.txt N src/gnu/llvm/llvm/lib/WindowsDriver/MSVCPaths.cpp U src/gnu/llvm/llvm/lib/WindowsManifest/CMakeLists.txt U src/gnu/llvm/llvm/lib/WindowsManifest/WindowsManifestMerger.cpp U src/gnu/llvm/llvm/lib/XRay/BlockIndexer.cpp U src/gnu/llvm/llvm/lib/XRay/BlockPrinter.cpp U src/gnu/llvm/llvm/lib/XRay/BlockVerifier.cpp U src/gnu/llvm/llvm/lib/XRay/CMakeLists.txt U src/gnu/llvm/llvm/lib/XRay/FDRRecordProducer.cpp U src/gnu/llvm/llvm/lib/XRay/FDRRecords.cpp U src/gnu/llvm/llvm/lib/XRay/FDRTraceExpander.cpp U src/gnu/llvm/llvm/lib/XRay/FDRTraceWriter.cpp U src/gnu/llvm/llvm/lib/XRay/FileHeaderReader.cpp U src/gnu/llvm/llvm/lib/XRay/InstrumentationMap.cpp U src/gnu/llvm/llvm/lib/XRay/LogBuilderConsumer.cpp U src/gnu/llvm/llvm/lib/XRay/Profile.cpp U src/gnu/llvm/llvm/lib/XRay/RecordInitializer.cpp U src/gnu/llvm/llvm/lib/XRay/RecordPrinter.cpp U src/gnu/llvm/llvm/lib/XRay/Trace.cpp U src/gnu/llvm/llvm/projects/CMakeLists.txt U src/gnu/llvm/llvm/resources/windows_version_resource.rc U src/gnu/llvm/llvm/runtimes/CMakeLists.txt U src/gnu/llvm/llvm/tools/CMakeLists.txt U src/gnu/llvm/llvm/tools/bugpoint-passes/CMakeLists.txt U src/gnu/llvm/llvm/tools/bugpoint-passes/TestPasses.cpp U src/gnu/llvm/llvm/tools/bugpoint-passes/bugpoint.exports U src/gnu/llvm/llvm/tools/bugpoint/BugDriver.cpp U src/gnu/llvm/llvm/tools/bugpoint/BugDriver.h U src/gnu/llvm/llvm/tools/bugpoint/CMakeLists.txt U src/gnu/llvm/llvm/tools/bugpoint/CrashDebugger.cpp U src/gnu/llvm/llvm/tools/bugpoint/ExecutionDriver.cpp U src/gnu/llvm/llvm/tools/bugpoint/ExtractFunction.cpp U src/gnu/llvm/llvm/tools/bugpoint/FindBugs.cpp U src/gnu/llvm/llvm/tools/bugpoint/ListReducer.h U src/gnu/llvm/llvm/tools/bugpoint/Miscompilation.cpp U src/gnu/llvm/llvm/tools/bugpoint/OptimizerDriver.cpp U src/gnu/llvm/llvm/tools/bugpoint/ToolRunner.cpp U src/gnu/llvm/llvm/tools/bugpoint/ToolRunner.h U src/gnu/llvm/llvm/tools/bugpoint/bugpoint.cpp U src/gnu/llvm/llvm/tools/dsymutil/BinaryHolder.cpp U src/gnu/llvm/llvm/tools/dsymutil/BinaryHolder.h U src/gnu/llvm/llvm/tools/dsymutil/CFBundle.cpp U src/gnu/llvm/llvm/tools/dsymutil/CFBundle.h U src/gnu/llvm/llvm/tools/dsymutil/CMakeLists.txt U src/gnu/llvm/llvm/tools/dsymutil/DebugMap.cpp U src/gnu/llvm/llvm/tools/dsymutil/DebugMap.h U src/gnu/llvm/llvm/tools/dsymutil/DwarfLinkerForBinary.cpp U src/gnu/llvm/llvm/tools/dsymutil/DwarfLinkerForBinary.h U src/gnu/llvm/llvm/tools/dsymutil/LinkUtils.h U src/gnu/llvm/llvm/tools/dsymutil/MachODebugMapParser.cpp U src/gnu/llvm/llvm/tools/dsymutil/MachOUtils.cpp U src/gnu/llvm/llvm/tools/dsymutil/MachOUtils.h U src/gnu/llvm/llvm/tools/dsymutil/Options.td U src/gnu/llvm/llvm/tools/dsymutil/Reproducer.cpp U src/gnu/llvm/llvm/tools/dsymutil/Reproducer.h U src/gnu/llvm/llvm/tools/dsymutil/SymbolMap.cpp U src/gnu/llvm/llvm/tools/dsymutil/SymbolMap.h U src/gnu/llvm/llvm/tools/dsymutil/dsymutil.cpp U src/gnu/llvm/llvm/tools/dsymutil/dsymutil.h N src/gnu/llvm/llvm/tools/dxil-dis/CMakeLists.txt U src/gnu/llvm/llvm/tools/gold/CMakeLists.txt U src/gnu/llvm/llvm/tools/gold/README.txt U src/gnu/llvm/llvm/tools/gold/gold-plugin.cpp U src/gnu/llvm/llvm/tools/gold/gold.exports U src/gnu/llvm/llvm/tools/llc/CMakeLists.txt U src/gnu/llvm/llvm/tools/llc/llc.cpp U src/gnu/llvm/llvm/tools/lli/CMakeLists.txt U src/gnu/llvm/llvm/tools/lli/ExecutionUtils.cpp U src/gnu/llvm/llvm/tools/lli/ExecutionUtils.h N src/gnu/llvm/llvm/tools/lli/ForwardingMemoryManager.h U src/gnu/llvm/llvm/tools/lli/lli.cpp U src/gnu/llvm/llvm/tools/lli/ChildTarget/CMakeLists.txt U src/gnu/llvm/llvm/tools/lli/ChildTarget/ChildTarget.cpp U src/gnu/llvm/llvm/tools/llvm-ar/CMakeLists.txt C src/gnu/llvm/llvm/tools/llvm-ar/llvm-ar.cpp U src/gnu/llvm/llvm/tools/llvm-as-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-as-fuzzer/llvm-as-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-as/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-as/llvm-as.cpp U src/gnu/llvm/llvm/tools/llvm-bcanalyzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp U src/gnu/llvm/llvm/tools/llvm-c-test/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-c-test/attributes.c U src/gnu/llvm/llvm/tools/llvm-c-test/calc.c U src/gnu/llvm/llvm/tools/llvm-c-test/debuginfo.c U src/gnu/llvm/llvm/tools/llvm-c-test/diagnostic.c U src/gnu/llvm/llvm/tools/llvm-c-test/disassemble.c U src/gnu/llvm/llvm/tools/llvm-c-test/echo.cpp U src/gnu/llvm/llvm/tools/llvm-c-test/helpers.c U src/gnu/llvm/llvm/tools/llvm-c-test/include-all.c U src/gnu/llvm/llvm/tools/llvm-c-test/llvm-c-test.h U src/gnu/llvm/llvm/tools/llvm-c-test/main.c U src/gnu/llvm/llvm/tools/llvm-c-test/metadata.c U src/gnu/llvm/llvm/tools/llvm-c-test/module.c U src/gnu/llvm/llvm/tools/llvm-c-test/object.c U src/gnu/llvm/llvm/tools/llvm-c-test/targets.c U src/gnu/llvm/llvm/tools/llvm-cat/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cat/llvm-cat.cpp U src/gnu/llvm/llvm/tools/llvm-cfi-verify/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp U src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp U src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h U src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.cpp U src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.h U src/gnu/llvm/llvm/tools/llvm-config/BuildVariables.inc.in U src/gnu/llvm/llvm/tools/llvm-config/CMakeLists.txt C src/gnu/llvm/llvm/tools/llvm-config/llvm-config.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cov/CodeCoverage.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageExporter.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageExporterJson.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageExporterJson.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageExporterLcov.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageExporterLcov.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageFilters.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageFilters.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageReport.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageReport.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp U src/gnu/llvm/llvm/tools/llvm-cov/CoverageSummaryInfo.h U src/gnu/llvm/llvm/tools/llvm-cov/CoverageViewOptions.h U src/gnu/llvm/llvm/tools/llvm-cov/RenderingSupport.h U src/gnu/llvm/llvm/tools/llvm-cov/gcov.cpp U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageView.cpp U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageView.h U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageViewHTML.h U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageViewText.cpp U src/gnu/llvm/llvm/tools/llvm-cov/SourceCoverageViewText.h U src/gnu/llvm/llvm/tools/llvm-cov/TestingSupport.cpp U src/gnu/llvm/llvm/tools/llvm-cov/llvm-cov.cpp U src/gnu/llvm/llvm/tools/llvm-cvtres/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cvtres/Opts.td U src/gnu/llvm/llvm/tools/llvm-cvtres/llvm-cvtres.cpp U src/gnu/llvm/llvm/tools/llvm-cxxdump/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cxxdump/Error.cpp U src/gnu/llvm/llvm/tools/llvm-cxxdump/Error.h U src/gnu/llvm/llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp U src/gnu/llvm/llvm/tools/llvm-cxxdump/llvm-cxxdump.h U src/gnu/llvm/llvm/tools/llvm-cxxfilt/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cxxfilt/Opts.td U src/gnu/llvm/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp U src/gnu/llvm/llvm/tools/llvm-cxxmap/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-cxxmap/llvm-cxxmap.cpp N src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/Options.cpp N src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/Options.h N src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/llvm-debuginfo-analyzer.cpp N src/gnu/llvm/llvm/tools/llvm-debuginfod/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp N src/gnu/llvm/llvm/tools/llvm-debuginfod-find/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-debuginfod-find/llvm-debuginfod-find.cpp U src/gnu/llvm/llvm/tools/llvm-diff/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-diff/llvm-diff.cpp N src/gnu/llvm/llvm/tools/llvm-diff/lib/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-diff/lib/DiffConsumer.cpp N src/gnu/llvm/llvm/tools/llvm-diff/lib/DiffConsumer.h N src/gnu/llvm/llvm/tools/llvm-diff/lib/DiffLog.cpp N src/gnu/llvm/llvm/tools/llvm-diff/lib/DiffLog.h N src/gnu/llvm/llvm/tools/llvm-diff/lib/DifferenceEngine.cpp N src/gnu/llvm/llvm/tools/llvm-diff/lib/DifferenceEngine.h N src/gnu/llvm/llvm/tools/llvm-dis-fuzzer/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-dis-fuzzer/llvm-dis-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-dis/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-dis/llvm-dis.cpp N src/gnu/llvm/llvm/tools/llvm-dlang-demangle-fuzzer/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-dlang-demangle-fuzzer/DummyDemanglerFuzzer.cpp N src/gnu/llvm/llvm/tools/llvm-dlang-demangle-fuzzer/llvm-dlang-demangle-fuzzer.cpp N src/gnu/llvm/llvm/tools/llvm-driver/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-driver/llvm-driver.cpp U src/gnu/llvm/llvm/tools/llvm-dwarfdump/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-dwarfdump/SectionSizes.cpp U src/gnu/llvm/llvm/tools/llvm-dwarfdump/Statistics.cpp U src/gnu/llvm/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp U src/gnu/llvm/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.h U src/gnu/llvm/llvm/tools/llvm-dwarfdump/fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-dwarfdump/fuzzer/llvm-dwarfdump-fuzzer.cpp N src/gnu/llvm/llvm/tools/llvm-dwarfutil/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-dwarfutil/DebugInfoLinker.cpp N src/gnu/llvm/llvm/tools/llvm-dwarfutil/DebugInfoLinker.h N src/gnu/llvm/llvm/tools/llvm-dwarfutil/Error.h N src/gnu/llvm/llvm/tools/llvm-dwarfutil/Options.h N src/gnu/llvm/llvm/tools/llvm-dwarfutil/Options.td N src/gnu/llvm/llvm/tools/llvm-dwarfutil/llvm-dwarfutil.cpp U src/gnu/llvm/llvm/tools/llvm-dwp/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-dwp/llvm-dwp.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/llvm-exegesis.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Analysis.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Analysis.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Assembler.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Assembler.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/BenchmarkCode.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/BenchmarkResult.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Clustering.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Clustering.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/CodeTemplate.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/CodeTemplate.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Error.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Error.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/LatencyBenchmarkRunner.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/LatencyBenchmarkRunner.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/LlvmState.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/LlvmState.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/MCInstrDescView.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/PerfHelper.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/PerfHelper.h N src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ProgressMeter.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/RegisterAliasing.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/RegisterValue.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/RegisterValue.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SchedClassResolution.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SchedClassResolution.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetFile.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetFile.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetGenerator.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetRepetitor.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/SnippetRepetitor.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Target.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Target.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/TargetSelect.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/UopsBenchmarkRunner.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/UopsBenchmarkRunner.h U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/AArch64/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Mips/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Mips/Target.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/PowerPC/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/PowerPC/Target.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/Target.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/X86Counter.cpp U src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/X86Counter.h U src/gnu/llvm/llvm/tools/llvm-extract/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-extract/llvm-extract.cpp U src/gnu/llvm/llvm/tools/llvm-gsymutil/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp U src/gnu/llvm/llvm/tools/llvm-ifs/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-ifs/ErrorCollector.cpp U src/gnu/llvm/llvm/tools/llvm-ifs/ErrorCollector.h N src/gnu/llvm/llvm/tools/llvm-ifs/Opts.td U src/gnu/llvm/llvm/tools/llvm-ifs/llvm-ifs.cpp U src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-itanium-demangle-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-itanium-demangle-fuzzer/DummyDemanglerFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-itanium-demangle-fuzzer/llvm-itanium-demangle-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-jitlink/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-coff.cpp U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-elf.cpp U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-macho.cpp U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink.cpp U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink.h U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/llvm-jitlink-executor.cpp U src/gnu/llvm/llvm/tools/llvm-jitlistener/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-jitlistener/llvm-jitlistener.cpp U src/gnu/llvm/llvm/tools/llvm-libtool-darwin/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-libtool-darwin/DependencyInfo.h U src/gnu/llvm/llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp U src/gnu/llvm/llvm/tools/llvm-link/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-link/llvm-link.cpp U src/gnu/llvm/llvm/tools/llvm-lipo/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-lipo/LipoOpts.td U src/gnu/llvm/llvm/tools/llvm-lipo/llvm-lipo.cpp U src/gnu/llvm/llvm/tools/lto/CMakeLists.txt U src/gnu/llvm/llvm/tools/lto/LTODisassembler.cpp U src/gnu/llvm/llvm/tools/lto/lto.cpp U src/gnu/llvm/llvm/tools/lto/lto.exports U src/gnu/llvm/llvm/tools/llvm-lto/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-lto/llvm-lto.cpp U src/gnu/llvm/llvm/tools/llvm-lto2/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-lto2/llvm-lto2.cpp U src/gnu/llvm/llvm/tools/llvm-mc-assemble-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-mc-disassemble-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-mc-disassemble-fuzzer/llvm-mc-disassemble-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-mc/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-mc/Disassembler.cpp U src/gnu/llvm/llvm/tools/llvm-mc/Disassembler.h U src/gnu/llvm/llvm/tools/llvm-mc/llvm-mc.cpp U src/gnu/llvm/llvm/tools/llvm-mca/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-mca/CodeRegion.cpp U src/gnu/llvm/llvm/tools/llvm-mca/CodeRegion.h U src/gnu/llvm/llvm/tools/llvm-mca/CodeRegionGenerator.cpp U src/gnu/llvm/llvm/tools/llvm-mca/CodeRegionGenerator.h U src/gnu/llvm/llvm/tools/llvm-mca/PipelinePrinter.cpp U src/gnu/llvm/llvm/tools/llvm-mca/PipelinePrinter.h U src/gnu/llvm/llvm/tools/llvm-mca/llvm-mca.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/BottleneckAnalysis.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/DispatchStatistics.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/DispatchStatistics.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/InstructionInfoView.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/InstructionInfoView.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/InstructionView.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/InstructionView.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/RegisterFileStatistics.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/ResourcePressureView.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/ResourcePressureView.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/SchedulerStatistics.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/SchedulerStatistics.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/SummaryView.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/SummaryView.h U src/gnu/llvm/llvm/tools/llvm-mca/Views/TimelineView.cpp U src/gnu/llvm/llvm/tools/llvm-mca/Views/TimelineView.h U src/gnu/llvm/llvm/tools/llvm-microsoft-demangle-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-microsoft-demangle-fuzzer/DummyDemanglerFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-microsoft-demangle-fuzzer/llvm-microsoft-demangle-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-ml/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-ml/Disassembler.cpp U src/gnu/llvm/llvm/tools/llvm-ml/Disassembler.h U src/gnu/llvm/llvm/tools/llvm-ml/Opts.td U src/gnu/llvm/llvm/tools/llvm-ml/llvm-ml.cpp U src/gnu/llvm/llvm/tools/llvm-modextract/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-modextract/llvm-modextract.cpp U src/gnu/llvm/llvm/tools/llvm-mt/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-mt/Opts.td U src/gnu/llvm/llvm/tools/llvm-mt/llvm-mt.cpp U src/gnu/llvm/llvm/tools/llvm-nm/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-nm/Opts.td U src/gnu/llvm/llvm/tools/llvm-nm/llvm-nm.cpp U src/gnu/llvm/llvm/tools/llvm-objcopy/BitcodeStripOpts.td U src/gnu/llvm/llvm/tools/llvm-objcopy/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-objcopy/CommonOpts.td U src/gnu/llvm/llvm/tools/llvm-objcopy/InstallNameToolOpts.td N src/gnu/llvm/llvm/tools/llvm-objcopy/ObjcopyOptions.cpp N src/gnu/llvm/llvm/tools/llvm-objcopy/ObjcopyOptions.h U src/gnu/llvm/llvm/tools/llvm-objcopy/ObjcopyOpts.td U src/gnu/llvm/llvm/tools/llvm-objcopy/StripOpts.td U src/gnu/llvm/llvm/tools/llvm-objcopy/llvm-objcopy.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-objdump/COFFDump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/COFFDump.h C src/gnu/llvm/llvm/tools/llvm-objdump/ELFDump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/ELFDump.h U src/gnu/llvm/llvm/tools/llvm-objdump/MachODump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/MachODump.h U src/gnu/llvm/llvm/tools/llvm-objdump/ObjdumpOptID.h U src/gnu/llvm/llvm/tools/llvm-objdump/ObjdumpOpts.td N src/gnu/llvm/llvm/tools/llvm-objdump/OffloadDump.cpp N src/gnu/llvm/llvm/tools/llvm-objdump/OffloadDump.h U src/gnu/llvm/llvm/tools/llvm-objdump/OtoolOpts.td U src/gnu/llvm/llvm/tools/llvm-objdump/SourcePrinter.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/SourcePrinter.h U src/gnu/llvm/llvm/tools/llvm-objdump/WasmDump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/WasmDump.h U src/gnu/llvm/llvm/tools/llvm-objdump/XCOFFDump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/XCOFFDump.h U src/gnu/llvm/llvm/tools/llvm-objdump/llvm-objdump.cpp U src/gnu/llvm/llvm/tools/llvm-objdump/llvm-objdump.h U src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/DummyOptFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-opt-report/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-opt-report/OptReport.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/BytesOutputStyle.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/BytesOutputStyle.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/DumpOutputStyle.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/ExplainOutputStyle.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/MinimalTypeDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/MinimalTypeDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/OutputStyle.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PdbYaml.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PdbYaml.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyBuiltinDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyBuiltinDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyCompilandDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyCompilandDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyEnumDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyEnumDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyExternalSymbolDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyFunctionDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyFunctionDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyTypeDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyTypeDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyTypedefDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyTypedefDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyVariableDumper.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/PrettyVariableDumper.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/StreamUtil.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/StreamUtil.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/TypeReferenceTracker.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/TypeReferenceTracker.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/YAMLOutputStyle.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/YAMLOutputStyle.h U src/gnu/llvm/llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp U src/gnu/llvm/llvm/tools/llvm-pdbutil/llvm-pdbutil.h U src/gnu/llvm/llvm/tools/llvm-profdata/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-profdata/llvm-profdata.cpp U src/gnu/llvm/llvm/tools/llvm-profgen/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-profgen/CSPreInliner.cpp U src/gnu/llvm/llvm/tools/llvm-profgen/CSPreInliner.h U src/gnu/llvm/llvm/tools/llvm-profgen/CallContext.h U src/gnu/llvm/llvm/tools/llvm-profgen/ErrorHandling.h N src/gnu/llvm/llvm/tools/llvm-profgen/MissingFrameInferrer.cpp N src/gnu/llvm/llvm/tools/llvm-profgen/MissingFrameInferrer.h U src/gnu/llvm/llvm/tools/llvm-profgen/PerfReader.cpp U src/gnu/llvm/llvm/tools/llvm-profgen/PerfReader.h U src/gnu/llvm/llvm/tools/llvm-profgen/ProfileGenerator.cpp U src/gnu/llvm/llvm/tools/llvm-profgen/ProfileGenerator.h U src/gnu/llvm/llvm/tools/llvm-profgen/ProfiledBinary.cpp U src/gnu/llvm/llvm/tools/llvm-profgen/ProfiledBinary.h U src/gnu/llvm/llvm/tools/llvm-profgen/llvm-profgen.cpp U src/gnu/llvm/llvm/tools/llvm-rc/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-rc/Opts.td U src/gnu/llvm/llvm/tools/llvm-rc/ResourceFileWriter.cpp U src/gnu/llvm/llvm/tools/llvm-rc/ResourceFileWriter.h U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptCppFilter.cpp U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptCppFilter.h U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptParser.cpp U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptParser.h U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptStmt.cpp U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptStmt.h U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptToken.cpp U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptToken.h U src/gnu/llvm/llvm/tools/llvm-rc/ResourceScriptTokenList.def U src/gnu/llvm/llvm/tools/llvm-rc/ResourceVisitor.h U src/gnu/llvm/llvm/tools/llvm-rc/WindresOpts.td U src/gnu/llvm/llvm/tools/llvm-rc/llvm-rc.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/ARMEHABIPrinter.h U src/gnu/llvm/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/ARMWinEHPrinter.h U src/gnu/llvm/llvm/tools/llvm-readobj/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-readobj/COFFDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/COFFImportDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h C src/gnu/llvm/llvm/tools/llvm-readobj/ELFDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/MachODumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/ObjDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/ObjDumper.h U src/gnu/llvm/llvm/tools/llvm-readobj/Opts.td U src/gnu/llvm/llvm/tools/llvm-readobj/StackMapPrinter.h U src/gnu/llvm/llvm/tools/llvm-readobj/WasmDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/Win64EHDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/Win64EHDumper.h U src/gnu/llvm/llvm/tools/llvm-readobj/WindowsResourceDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/WindowsResourceDumper.h U src/gnu/llvm/llvm/tools/llvm-readobj/XCOFFDumper.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/llvm-readobj.cpp U src/gnu/llvm/llvm/tools/llvm-readobj/llvm-readobj.h U src/gnu/llvm/llvm/tools/llvm-reduce/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-reduce/DeltaManager.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/DeltaManager.h N src/gnu/llvm/llvm/tools/llvm-reduce/ReducerWorkItem.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/ReducerWorkItem.h U src/gnu/llvm/llvm/tools/llvm-reduce/TestRunner.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/TestRunner.h U src/gnu/llvm/llvm/tools/llvm-reduce/llvm-reduce.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/Delta.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/Delta.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceAliases.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceAliases.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceArguments.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceAttributes.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceDIMetadata.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceDIMetadata.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceFunctionBodies.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceFunctionBodies.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceFunctions.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalVarInitializers.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalVarInitializers.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceIRReferences.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceIRReferences.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlags.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlags.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlagsMIR.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlagsMIR.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInvokes.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructions.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceInvokes.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceMemoryOperations.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceMemoryOperations.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceMetadata.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceModuleData.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceModuleData.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOpcodes.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOpcodes.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperands.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperands.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/RunIRPasses.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterDefs.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterDefs.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterMasks.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterMasks.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterUses.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceRegisterUses.h U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.cpp U src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceVirtualRegisters.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ReduceVirtualRegisters.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/RunIRPasses.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/SimplifyInstructions.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/SimplifyInstructions.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/StripDebugInfo.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/StripDebugInfo.h N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/Utils.cpp N src/gnu/llvm/llvm/tools/llvm-reduce/deltas/Utils.h N src/gnu/llvm/llvm/tools/llvm-remarkutil/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-remarkutil/RemarkUtil.cpp N src/gnu/llvm/llvm/tools/llvm-remark-size-diff/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-remark-size-diff/RemarkSizeDiff.cpp U src/gnu/llvm/llvm/tools/llvm-rtdyld/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp U src/gnu/llvm/llvm/tools/llvm-rust-demangle-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-rust-demangle-fuzzer/DummyDemanglerFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-rust-demangle-fuzzer/llvm-rust-demangle-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-shlib/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-shlib/gen-msvc-exports.py U src/gnu/llvm/llvm/tools/llvm-shlib/libllvm.cpp U src/gnu/llvm/llvm/tools/llvm-shlib/simple_version_script.map.in U src/gnu/llvm/llvm/tools/llvm-sim/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-sim/llvm-sim.cpp U src/gnu/llvm/llvm/tools/llvm-size/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-size/Opts.td U src/gnu/llvm/llvm/tools/llvm-size/llvm-size.cpp U src/gnu/llvm/llvm/tools/llvm-special-case-list-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-special-case-list-fuzzer/DummySpecialCaseListFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-special-case-list-fuzzer/special-case-list-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-split/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-split/llvm-split.cpp U src/gnu/llvm/llvm/tools/llvm-stress/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-stress/llvm-stress.cpp U src/gnu/llvm/llvm/tools/llvm-strings/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-strings/Opts.td U src/gnu/llvm/llvm/tools/llvm-strings/llvm-strings.cpp U src/gnu/llvm/llvm/tools/llvm-symbolizer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-symbolizer/Opts.td U src/gnu/llvm/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp U src/gnu/llvm/llvm/tools/llvm-tapi-diff/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-tapi-diff/DiffEngine.cpp U src/gnu/llvm/llvm/tools/llvm-tapi-diff/DiffEngine.h U src/gnu/llvm/llvm/tools/llvm-tapi-diff/llvm-tapi-diff.cpp N src/gnu/llvm/llvm/tools/llvm-tli-checker/CMakeLists.txt N src/gnu/llvm/llvm/tools/llvm-tli-checker/Opts.td N src/gnu/llvm/llvm/tools/llvm-tli-checker/llvm-tli-checker.cpp U src/gnu/llvm/llvm/tools/llvm-undname/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-undname/llvm-undname.cpp U src/gnu/llvm/llvm/tools/llvm-xray/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-xray/func-id-helper.cpp U src/gnu/llvm/llvm/tools/llvm-xray/func-id-helper.h U src/gnu/llvm/llvm/tools/llvm-xray/llvm-xray.cpp U src/gnu/llvm/llvm/tools/llvm-xray/trie-node.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-account.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-account.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-color-helper.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-color-helper.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-converter.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-converter.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-extract.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-fdr-dump.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-graph-diff.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-graph-diff.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-graph.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-graph.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-registry.h U src/gnu/llvm/llvm/tools/llvm-xray/xray-registry.cpp U src/gnu/llvm/llvm/tools/llvm-xray/xray-stacks.cpp U src/gnu/llvm/llvm/tools/llvm-yaml-numeric-parser-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-yaml-numeric-parser-fuzzer/DummyYAMLNumericParserFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-yaml-parser-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/llvm-yaml-parser-fuzzer/DummyYAMLParserFuzzer.cpp U src/gnu/llvm/llvm/tools/llvm-yaml-parser-fuzzer/yaml-parser-fuzzer.cpp U src/gnu/llvm/llvm/tools/obj2yaml/CMakeLists.txt U src/gnu/llvm/llvm/tools/obj2yaml/archive2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/coff2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/dwarf2yaml.cpp N src/gnu/llvm/llvm/tools/obj2yaml/dxcontainer2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/elf2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/macho2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/minidump2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/obj2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/obj2yaml.h N src/gnu/llvm/llvm/tools/obj2yaml/offload2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/wasm2yaml.cpp U src/gnu/llvm/llvm/tools/obj2yaml/xcoff2yaml.cpp U src/gnu/llvm/llvm/tools/opt-viewer/CMakeLists.txt U src/gnu/llvm/llvm/tools/opt-viewer/opt-diff.py U src/gnu/llvm/llvm/tools/opt-viewer/opt-stats.py U src/gnu/llvm/llvm/tools/opt-viewer/opt-viewer.py U src/gnu/llvm/llvm/tools/opt-viewer/optpmap.py U src/gnu/llvm/llvm/tools/opt-viewer/optrecord.py U src/gnu/llvm/llvm/tools/opt-viewer/style.css U src/gnu/llvm/llvm/tools/opt/AnalysisWrappers.cpp U src/gnu/llvm/llvm/tools/opt/BreakpointPrinter.cpp U src/gnu/llvm/llvm/tools/opt/BreakpointPrinter.h U src/gnu/llvm/llvm/tools/opt/CMakeLists.txt U src/gnu/llvm/llvm/tools/opt/NewPMDriver.cpp U src/gnu/llvm/llvm/tools/opt/NewPMDriver.h U src/gnu/llvm/llvm/tools/opt/opt.cpp U src/gnu/llvm/llvm/tools/sancov/CMakeLists.txt U src/gnu/llvm/llvm/tools/sancov/coverage-report-server.py U src/gnu/llvm/llvm/tools/sancov/sancov.cpp U src/gnu/llvm/llvm/tools/remarks-shlib/CMakeLists.txt U src/gnu/llvm/llvm/tools/remarks-shlib/Remarks.exports U src/gnu/llvm/llvm/tools/remarks-shlib/libremarks.cpp U src/gnu/llvm/llvm/tools/sanstats/CMakeLists.txt U src/gnu/llvm/llvm/tools/sanstats/sanstats.cpp U src/gnu/llvm/llvm/tools/verify-uselistorder/CMakeLists.txt U src/gnu/llvm/llvm/tools/verify-uselistorder/verify-uselistorder.cpp U src/gnu/llvm/llvm/tools/vfabi-demangle-fuzzer/CMakeLists.txt U src/gnu/llvm/llvm/tools/vfabi-demangle-fuzzer/vfabi-demangler-fuzzer.cpp U src/gnu/llvm/llvm/tools/xcode-toolchain/CMakeLists.txt U src/gnu/llvm/llvm/tools/yaml2obj/CMakeLists.txt U src/gnu/llvm/llvm/tools/yaml2obj/yaml2obj.cpp U src/gnu/llvm/llvm/utils/DSAclean.py U src/gnu/llvm/llvm/utils/DSAextract.py U src/gnu/llvm/llvm/utils/GenLibDeps.pl U src/gnu/llvm/llvm/utils/GetSourceVersion U src/gnu/llvm/llvm/utils/UpdateCMakeLists.pl U src/gnu/llvm/llvm/utils/abtest.py U src/gnu/llvm/llvm/utils/add_argument_names.py U src/gnu/llvm/llvm/utils/bisect U src/gnu/llvm/llvm/utils/bisect-skip-count U src/gnu/llvm/llvm/utils/bugpoint_gisel_reducer.py U src/gnu/llvm/llvm/utils/check-each-file U src/gnu/llvm/llvm/utils/check_ninja_deps.py U src/gnu/llvm/llvm/utils/chunk-print-before-all.py U src/gnu/llvm/llvm/utils/clang-parse-diagnostics-file U src/gnu/llvm/llvm/utils/codegen-diff U src/gnu/llvm/llvm/utils/collect_and_build_with_pgo.py U src/gnu/llvm/llvm/utils/demangle_tree.py U src/gnu/llvm/llvm/utils/convert-constraint-log-to-z3.py U src/gnu/llvm/llvm/utils/create_ladder_graph.py U src/gnu/llvm/llvm/utils/extract-section.py U src/gnu/llvm/llvm/utils/extract_symbols.py U src/gnu/llvm/llvm/utils/extract_vplan.py U src/gnu/llvm/llvm/utils/findmisopt U src/gnu/llvm/llvm/utils/findoptdiff U src/gnu/llvm/llvm/utils/findsym.pl U src/gnu/llvm/llvm/utils/indirect_calls.py U src/gnu/llvm/llvm/utils/lldbDataFormatters.py U src/gnu/llvm/llvm/utils/llvm-compilers-check U src/gnu/llvm/llvm/utils/llvm-gisel-cov.py N src/gnu/llvm/llvm/utils/llvm-mca-compare.py U src/gnu/llvm/llvm/utils/llvm-native-gxx U src/gnu/llvm/llvm/utils/llvm-original-di-preservation.py U src/gnu/llvm/llvm/utils/llvm.grm U src/gnu/llvm/llvm/utils/merge-stats.py N src/gnu/llvm/llvm/utils/pipeline.py U src/gnu/llvm/llvm/utils/prepare-code-coverage-artifact.py N src/gnu/llvm/llvm/utils/reduce_pipeline.py N src/gnu/llvm/llvm/utils/relative_lines.py U src/gnu/llvm/llvm/utils/remote-exec.py U src/gnu/llvm/llvm/utils/revert_checker.py U src/gnu/llvm/llvm/utils/revert_checker_test.py N src/gnu/llvm/llvm/utils/rsp_bisect.py U src/gnu/llvm/llvm/utils/schedcover.py U src/gnu/llvm/llvm/utils/shuffle_fuzz.py U src/gnu/llvm/llvm/utils/shuffle_select_fuzz_tester.py U src/gnu/llvm/llvm/utils/sort_includes.py U src/gnu/llvm/llvm/utils/sysroot.py U src/gnu/llvm/llvm/utils/unicode-case-fold.py U src/gnu/llvm/llvm/utils/update_analyze_test_checks.py N src/gnu/llvm/llvm/utils/update_any_test_checks.py U src/gnu/llvm/llvm/utils/update_cc_test_checks.py U src/gnu/llvm/llvm/utils/wciia.py U src/gnu/llvm/llvm/utils/update_llc_test_checks.py U src/gnu/llvm/llvm/utils/update_mca_test_checks.py U src/gnu/llvm/llvm/utils/update_mir_test_checks.py U src/gnu/llvm/llvm/utils/update_test_checks.py U src/gnu/llvm/llvm/utils/update_test_prefix.py U src/gnu/llvm/llvm/utils/Misc/zkill U src/gnu/llvm/llvm/utils/FileCheck/CMakeLists.txt U src/gnu/llvm/llvm/utils/FileCheck/FileCheck.cpp U src/gnu/llvm/llvm/utils/KillTheDoctor/CMakeLists.txt U src/gnu/llvm/llvm/utils/KillTheDoctor/KillTheDoctor.cpp U src/gnu/llvm/llvm/utils/LLVMVisualizers/CMakeLists.txt U src/gnu/llvm/llvm/utils/LLVMVisualizers/llvm.natvis U src/gnu/llvm/llvm/utils/PerfectShuffle/CMakeLists.txt U src/gnu/llvm/llvm/utils/PerfectShuffle/PerfectShuffle.cpp U src/gnu/llvm/llvm/utils/Reviewing/find_interesting_reviews.py U src/gnu/llvm/llvm/utils/TableGen/AsmMatcherEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/AsmWriterEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/AsmWriterInst.cpp U src/gnu/llvm/llvm/utils/TableGen/AsmWriterInst.h U src/gnu/llvm/llvm/utils/TableGen/Attributes.cpp U src/gnu/llvm/llvm/utils/TableGen/CMakeLists.txt U src/gnu/llvm/llvm/utils/TableGen/CTagsEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/CallingConvEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeEmitterGen.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenDAGPatterns.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenDAGPatterns.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenHwModes.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenHwModes.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenInstruction.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenInstruction.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenIntrinsics.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenTarget.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenMapTable.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenRegisters.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenRegisters.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenSchedule.cpp U src/gnu/llvm/llvm/utils/TableGen/CodeGenSchedule.h U src/gnu/llvm/llvm/utils/TableGen/CodeGenTarget.cpp N src/gnu/llvm/llvm/utils/TableGen/CompressInstEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DAGISelEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DAGISelMatcher.cpp U src/gnu/llvm/llvm/utils/TableGen/DAGISelMatcher.h U src/gnu/llvm/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DAGISelMatcherGen.cpp U src/gnu/llvm/llvm/utils/TableGen/DAGISelMatcherOpt.cpp U src/gnu/llvm/llvm/utils/TableGen/DFAEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DFAEmitter.h U src/gnu/llvm/llvm/utils/TableGen/DFAPacketizerEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/Types.h N src/gnu/llvm/llvm/utils/TableGen/DXILEmitter.cpp N src/gnu/llvm/llvm/utils/TableGen/DecoderEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DirectiveEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/DisassemblerEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/ExegesisEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/FastISelEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/GICombinerEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISelEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/InfoByHwMode.cpp U src/gnu/llvm/llvm/utils/TableGen/InfoByHwMode.h U src/gnu/llvm/llvm/utils/TableGen/InstrDocsEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/InstrInfoEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/IntrinsicEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/OptEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/OptEmitter.h U src/gnu/llvm/llvm/utils/TableGen/OptParserEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/OptRSTEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/Types.cpp U src/gnu/llvm/llvm/utils/TableGen/TableGen.cpp U src/gnu/llvm/llvm/utils/TableGen/PredicateExpander.cpp U src/gnu/llvm/llvm/utils/TableGen/PredicateExpander.h U src/gnu/llvm/llvm/utils/TableGen/PseudoLoweringEmitter.cpp N src/gnu/llvm/llvm/utils/TableGen/RISCVTargetDefEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/RegisterBankEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/RegisterInfoEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/SDNodeProperties.cpp U src/gnu/llvm/llvm/utils/TableGen/SDNodeProperties.h U src/gnu/llvm/llvm/utils/TableGen/SearchableTableEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/SequenceToOffsetTable.h U src/gnu/llvm/llvm/utils/TableGen/SubtargetEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/SubtargetFeatureInfo.cpp U src/gnu/llvm/llvm/utils/TableGen/SubtargetFeatureInfo.h U src/gnu/llvm/llvm/utils/TableGen/TableGenBackends.h N src/gnu/llvm/llvm/utils/TableGen/VarLenCodeEmitterGen.cpp N src/gnu/llvm/llvm/utils/TableGen/VarLenCodeEmitterGen.h U src/gnu/llvm/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.h U src/gnu/llvm/llvm/utils/TableGen/X86DisassemblerShared.h U src/gnu/llvm/llvm/utils/TableGen/X86DisassemblerTables.cpp U src/gnu/llvm/llvm/utils/TableGen/X86DisassemblerTables.h U src/gnu/llvm/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp U src/gnu/llvm/llvm/utils/TableGen/X86FoldTablesEmitter.cpp N src/gnu/llvm/llvm/utils/TableGen/X86MnemonicTables.cpp U src/gnu/llvm/llvm/utils/TableGen/X86ModRMFilters.cpp U src/gnu/llvm/llvm/utils/TableGen/X86ModRMFilters.h U src/gnu/llvm/llvm/utils/TableGen/X86RecognizableInstr.cpp U src/gnu/llvm/llvm/utils/TableGen/X86RecognizableInstr.h U src/gnu/llvm/llvm/utils/TableGen/tdtags U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/CMakeLists.txt U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/CodeExpander.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/CodeExpander.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/CodeExpansions.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDag.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDag.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagOperands.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchTree.cpp U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.h U src/gnu/llvm/llvm/utils/TableGen/GlobalISel/GIMatchTree.h N src/gnu/llvm/llvm/utils/TableGen/jupyter/.gitignore N src/gnu/llvm/llvm/utils/TableGen/jupyter/LLVM_TableGen.ipynb N src/gnu/llvm/llvm/utils/TableGen/jupyter/LLVM_TableGen.md N src/gnu/llvm/llvm/utils/TableGen/jupyter/README.md N src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/__init__.py N src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/__main__.py N src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/install.py N src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/kernel.py N src/gnu/llvm/llvm/utils/TableGen/jupyter/tablegen_kernel/assets/kernel.json U src/gnu/llvm/llvm/utils/Target/ARM/analyze-match-table.py N src/gnu/llvm/llvm/utils/UnicodeData/CMakeLists.txt N src/gnu/llvm/llvm/utils/UnicodeData/UnicodeNameMappingGenerator.cpp U src/gnu/llvm/llvm/utils/UpdateTestChecks/__init__.py U src/gnu/llvm/llvm/utils/UpdateTestChecks/asm.py U src/gnu/llvm/llvm/utils/UpdateTestChecks/common.py N src/gnu/llvm/llvm/utils/UpdateTestChecks/isel.py U src/gnu/llvm/llvm/utils/bugpoint/RemoteRunSafely.sh U src/gnu/llvm/llvm/utils/count/CMakeLists.txt U src/gnu/llvm/llvm/utils/count/count.c U src/gnu/llvm/llvm/utils/crosstool/create-snapshots.sh U src/gnu/llvm/llvm/utils/crosstool/ARM/README U src/gnu/llvm/llvm/utils/crosstool/ARM/build-install-linux.sh U src/gnu/llvm/llvm/utils/docker/README U src/gnu/llvm/llvm/utils/docker/build_docker_image.sh N src/gnu/llvm/llvm/utils/docker/debian10/Dockerfile U src/gnu/llvm/llvm/utils/docker/example/Dockerfile U src/gnu/llvm/llvm/utils/docker/nvidia-cuda/Dockerfile U src/gnu/llvm/llvm/utils/docker/scripts/build_install_llvm.sh U src/gnu/llvm/llvm/utils/docker/scripts/checkout.sh U src/gnu/llvm/llvm/utils/docker/scripts/llvm_checksum/llvm_checksum.py U src/gnu/llvm/llvm/utils/docker/scripts/llvm_checksum/project_tree.py U src/gnu/llvm/llvm/utils/emacs/README U src/gnu/llvm/llvm/utils/emacs/emacs.el U src/gnu/llvm/llvm/utils/emacs/llvm-mode.el U src/gnu/llvm/llvm/utils/emacs/tablegen-mode.el N src/gnu/llvm/llvm/utils/filecheck_lint/filecheck_lint.py N src/gnu/llvm/llvm/utils/filecheck_lint/filecheck_lint_test.py U src/gnu/llvm/llvm/utils/fpcmp/fpcmp.cpp U src/gnu/llvm/llvm/utils/git/arcfilter.sh N src/gnu/llvm/llvm/utils/git/github-automation.py U src/gnu/llvm/llvm/utils/git/pre-push.py N src/gnu/llvm/llvm/utils/git/requirements.txt N src/gnu/llvm/llvm/utils/git/requirements.txt.in U src/gnu/llvm/llvm/utils/gdb-scripts/prettyprinters.py U src/gnu/llvm/llvm/utils/gn/.gitignore U src/gnu/llvm/llvm/utils/gn/.gn U src/gnu/llvm/llvm/utils/gn/README.rst U src/gnu/llvm/llvm/utils/gn/TODO.txt U src/gnu/llvm/llvm/utils/gn/get.py U src/gnu/llvm/llvm/utils/gn/gn.py U src/gnu/llvm/llvm/utils/gn/build/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/BUILDCONFIG.gn U src/gnu/llvm/llvm/utils/gn/build/buildflags.gni N src/gnu/llvm/llvm/utils/gn/build/compiled_action.gni N src/gnu/llvm/llvm/utils/gn/build/driver_executable.gni U src/gnu/llvm/llvm/utils/gn/build/fuzzer.gni U src/gnu/llvm/llvm/utils/gn/build/mac_sdk.gni N src/gnu/llvm/llvm/utils/gn/build/run_built_binary.py U src/gnu/llvm/llvm/utils/gn/build/symbol_exports.gni U src/gnu/llvm/llvm/utils/gn/build/symbol_exports.py U src/gnu/llvm/llvm/utils/gn/build/symlink_or_copy.gni U src/gnu/llvm/llvm/utils/gn/build/symlink_or_copy.py U src/gnu/llvm/llvm/utils/gn/build/sync_source_lists_from_cmake.py U src/gnu/llvm/llvm/utils/gn/build/sysroot.gni U src/gnu/llvm/llvm/utils/gn/build/write_cmake_config.gni U src/gnu/llvm/llvm/utils/gn/build/write_cmake_config.py N src/gnu/llvm/llvm/utils/gn/build/write_file.py U src/gnu/llvm/llvm/utils/gn/build/write_library_dependencies.py U src/gnu/llvm/llvm/utils/gn/build/write_vcsrevision.gni U src/gnu/llvm/llvm/utils/gn/build/write_vcsrevision.py U src/gnu/llvm/llvm/utils/gn/build/libs/atomic/BUILD.gn N src/gnu/llvm/llvm/utils/gn/build/libs/curl/BUILD.gn N src/gnu/llvm/llvm/utils/gn/build/libs/curl/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/edit/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/edit/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/pthread/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/pthread/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/terminfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/terminfo/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/xar/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/xar/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/xml/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/xml/enable.gni U src/gnu/llvm/llvm/utils/gn/build/libs/zlib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/libs/zlib/enable.gni U src/gnu/llvm/llvm/utils/gn/build/toolchain/BUILD.gn U src/gnu/llvm/llvm/utils/gn/build/toolchain/compiler.gni U src/gnu/llvm/llvm/utils/gn/build/toolchain/target_flags.gni U src/gnu/llvm/llvm/utils/gn/docs/deterministic.md U src/gnu/llvm/llvm/utils/gn/secondary/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/include/bolt/RuntimeLibs/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Core/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Passes/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Profile/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Rewrite/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/RuntimeLibs/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Target/AArch64/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Target/X86/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Utils/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/test/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/test/bolt_lit_site_cfg_files.gni N src/gnu/llvm/llvm/utils/gn/secondary/bolt/tools/bat-dump/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/tools/driver/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/tools/heatmap/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/tools/merge-fdata/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/unittests/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/unittests/Core/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/bolt/unittests/Profile/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-apply-replacements/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-apply-replacements/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-change-namespace/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-change-namespace/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/find-all-symbols/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/plugin/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-move/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-move/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-query/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-query/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-reorder-fields/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-reorder-fields/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/enable.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/abseil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/altera/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/android/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/boost/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/concurrency/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/darwin/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/fuchsia/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/hicpp/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/linuxkernel/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/llvm/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/llvmlibc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/ConfusableTable/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/mpi/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/objc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/openmp/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/plugin/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/portability/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/readability/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/zircon/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/unimplemented/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/indexer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/quality/gen_decision_forest.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/refactor/tweaks/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/clangd_lit_site_cfg_files.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/xpc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/enable.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/framework/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/test-client/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/include-cleaner/lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/modularize/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pp-trace/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/gen/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/include/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/cli/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/cxx/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/grammar/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/test/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/test/clang_pseudo_lit_site_cfg_files.gni N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/tool/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/unittests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/test/clang_tools_extra_lit_site_cfg_files.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-apply-replacements/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-change-namespace/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-include-fixer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-move/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-query/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/resource_dir.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang/runtimes.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/AST/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Driver/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Parse/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Sema/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Serialization/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/StaticAnalyzer/Checkers/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/include/clang/Tooling/Syntax/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/ARCMigrate/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/ARCMigrate/enable.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/ASTMatchers/Dynamic/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/Models/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/CrossTU/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Edit/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Frontend/Rewrite/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/FrontendTool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Index/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Lex/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Parse/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Rewrite/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Serialization/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Frontend/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Frontend/enable.gni N src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Testing/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/ASTDiff/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Core/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/DependencyScanning/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/DumpTool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Inclusions/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Inclusions/Stdlib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Refactoring/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Syntax/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/Transformer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/test/clang_lit_site_cfg_files.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/apinotes-test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/arcmt-test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/c-arcmt-test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/c-index-test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-check/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-diff/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-extdef-mapping/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-format/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-fuzzer/dictionary/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-import-test/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-linker-wrapper/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-offload-bundler/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-offload-packager/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-refactor/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-rename/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-repl/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-scan-deps/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/diagtool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/driver/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/scan-build/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/ASTMatchers/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/ASTMatchers/Dynamic/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Analysis/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/CodeGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/CrossTU/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Driver/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Index/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Interpreter/ExceptionTests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Introspection/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Rename/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Rewrite/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/StaticAnalyzer/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/libclang/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/libclang/CrashTests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni U src/gnu/llvm/llvm/utils/gn/secondary/clang/utils/hmaptool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/gen_version_script.gni U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/target.gni U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/cfi/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/scripts/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/lsan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/msan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/ubsan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/ubsan_minimal/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/test/test.gni N src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/test/asan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxx/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxx/config.gni U src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxx/src/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxx/utils/gen_link_script.py U src/gnu/llvm/llvm/utils/gn/secondary/libcxxabi/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxxabi/include/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libcxxabi/src/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libunwind/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/libunwind/src/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/COFF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/Common/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/ELF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/MachO/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/MinGW/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/include/lld/Common/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/test/lld_lit_site_cfg_files.gni U src/gnu/llvm/llvm/utils/gn/secondary/lld/tools/lld/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/lld/wasm/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/include/lldb/Host/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/include/lldb/Host/libedit.gni N src/gnu/llvm/llvm/utils/gn/secondary/lldb/include/lldb/Version/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/DataFormatters/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Expression/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Host/macosx/objcxx/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Initialization/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ABI/X86/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Architecture/PPC64/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Disassembler/LLVMC/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Static/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Windows-DYLD/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Instruction/ARM/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/JITLoader/GDB/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/CPlusPlus/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/ClangCommon/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/ObjC/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/ObjCPlusPlus/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/CPlusPlus/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectContainer/BSD-Archive/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/Breakpad/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/ELF/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/JIT/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/Mach-O/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/PDB/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/PECOFF/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/wasm/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Linux/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/objcxx/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/POSIX/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/gdb-server/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Linux/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/POSIX/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Windows/Common/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/elf-core/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/minidump/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/REPL/Clang/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ScriptInterpreter/None/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/Breakpad/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/PDB/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/Symtab/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/ELF/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/MacOSX/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/PECOFF/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/wasm/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/TypeSystem/Clang/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/UnwindAssembly/InstEmulation/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/UnwindAssembly/x86/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Symbol/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Utility/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Version/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/test/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/test/lldb_lit_site_cfg_files.gni N src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/argdumper/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/driver/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-test/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-vscode/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/utils/TableGen/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/lldb/utils/TableGen/lldb_tablegen.gni N src/gnu/llvm/llvm/utils/gn/secondary/lldb/utils/lit-cpuid/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/triples.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/version.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Frontend/OpenACC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Frontend/OpenMP/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/IR/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Support/write_extension_def.py N src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/TargetParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/BinaryFormat/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Bitcode/Reader/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Bitcode/Writer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Bitstream/Reader/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/MIRParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/SelectionDAG/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DWARFLinker/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DWARFLinkerParallel/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DWP/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/LogicalView/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/MSF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/Symbolize/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Debuginfod/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Demangle/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Interpreter/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/JITLink/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/MCJIT/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/Shared/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/TargetProcess/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/RuntimeDyld/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Extensions/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/FileCheck/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Frontend/HLSL/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Frontend/OpenACC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Frontend/OpenMP/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/FuzzMutate/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/IRPrinter/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/IRReader/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/InterfaceStub/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/LTO/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/LineEditor/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Linker/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/MCDisassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/MCParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MCA/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ObjCopy/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Object/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ObjectYAML/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Option/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Passes/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ProfileData/Coverage/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Remarks/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Support/BLAKE3/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/TableGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets_string.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets_with_asm_parsers.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets_with_disassemblers.gni N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets_with_exegesis.gni N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/targets_with_mcas.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Disassembler/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/MCA/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AVR/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AVR/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AVR/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AVR/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AVR/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/TargetInfo/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/AsmParser/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/Disassembler/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/MCTargetDesc/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/Disassembler/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/TargetInfo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/Disassembler/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/MCA/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/MCTargetDesc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/TargetInfo/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/TargetParser/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Testing/Annotations/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Testing/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ToolDrivers/llvm-dlltool/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ToolDrivers/llvm-lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/AggressiveInstCombine/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/CFGuard/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Coroutines/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Hello/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/InstCombine/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/ObjCARC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/WindowsDriver/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/WindowsManifest/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/XRay/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/test/llvm_lit_site_cfg_files.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/binutils_symlinks.gni N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/cctools_symlinks.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/bugpoint-passes/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/bugpoint/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/dsymutil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/lli/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/lli/ChildTarget/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-ar/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-as/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-bcanalyzer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-c-test/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cat/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cfi-verify/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cfi-verify/lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-config/write_extension_dependencies.py U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cov/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cvtres/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cxxdump/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cxxfilt/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-cxxmap/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-debuginfo-analyzer/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-debuginfod-find/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/lto/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-debuginfod/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-diff/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-diff/lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-dis/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-dwarfdump/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-dwarfutil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-dwp/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/AArch64/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/Mips/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/PowerPC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/X86/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-extract/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-gsymutil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-ifs/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-isel-fuzzer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-jitlink/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-jitlink/llvm-jitlink-executor/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-libtool-darwin/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-link/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-lipo/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-lto/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-lto2/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-mc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-mca/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-modextract/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-mt/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-nm/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-rc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-objcopy/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-objdump/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-opt-fuzzer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-opt-report/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-pdbutil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-profdata/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-profgen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-readobj/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-remark-size-diff/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-remarkutil/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-rtdyld/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-sim/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-size/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-split/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-stress/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-strings/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-symbolizer/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-tapi-diff/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-tli-checker/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-undname/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-xray/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/opt/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/obj2yaml/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/sancov/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/sanstats/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/verify-uselistorder/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/yaml2obj/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ADT/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/AsmParser/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/BinaryFormat/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Bitcode/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Bitstream/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/CodeGen/GlobalISel/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DWARFLinkerParallel/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/DWARF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/GSYM/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/LogicalView/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/MSF/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/PDB/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/Symbolizer/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Debuginfod/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Demangle/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/JITLink/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/MCJIT/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/FileCheck/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Frontend/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/FuzzMutate/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/InterfaceStub/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/LineEditor/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Linker/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MC/AMDGPU/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MC/SystemZ/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MC/X86/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MI/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MIR/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ObjCopy/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Object/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Option/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ObjectYAML/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Passes/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Remarks/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Support/DynamicLibrary/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/TableGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/AArch64/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/AMDGPU/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/ARM/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/DirectX/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/LoongArch/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/PowerPC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/WebAssembly/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Target/X86/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/TargetParser/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Testing/ADT/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Testing/Annotations/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Testing/Support/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Transforms/IPO/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Transforms/Scalar/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Transforms/Vectorize/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/XRay/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-cfi-verify/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/AArch64/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/ARM/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/Mips/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/PowerPC/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/X86/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-mca/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-mca/X86/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/tools/llvm-profgen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/FileCheck/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/TableGen/tablegen.gni U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/count/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/llvm-lit/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/llvm-lit/lit_path_function.gni N src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/llvm-locstats/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/not/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/split-file/BUILD.gn U src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/yaml-bench/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/third-party/benchmark/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/third-party/unittest/BUILD.gn N src/gnu/llvm/llvm/utils/gn/secondary/third-party/unittest/unittest.gni N src/gnu/llvm/llvm/utils/gn/secondary/third-party/unittest/UnitTestMain/BUILD.gn U src/gnu/llvm/llvm/utils/jedit/README U src/gnu/llvm/llvm/utils/jedit/tablegen.xml U src/gnu/llvm/llvm/utils/kate/README U src/gnu/llvm/llvm/utils/kate/llvm-tablegen.xml U src/gnu/llvm/llvm/utils/kate/llvm.xml U src/gnu/llvm/llvm/utils/lint/common_lint.py U src/gnu/llvm/llvm/utils/lint/cpp_lint.py U src/gnu/llvm/llvm/utils/lint/generic_lint.py U src/gnu/llvm/llvm/utils/lint/remove_trailing_whitespace.sh U src/gnu/llvm/llvm/utils/lit/CMakeLists.txt U src/gnu/llvm/llvm/utils/lit/LICENSE.TXT U src/gnu/llvm/llvm/utils/lit/MANIFEST.in N src/gnu/llvm/llvm/utils/lit/README.rst U src/gnu/llvm/llvm/utils/lit/lit.py N src/gnu/llvm/llvm/utils/lit/pyproject.toml U src/gnu/llvm/llvm/utils/lit/setup.py U src/gnu/llvm/llvm/utils/lit/examples/README.txt U src/gnu/llvm/llvm/utils/lit/examples/many-tests/ManyTests.py U src/gnu/llvm/llvm/utils/lit/examples/many-tests/README.txt U src/gnu/llvm/llvm/utils/lit/examples/many-tests/lit.cfg U src/gnu/llvm/llvm/utils/lit/lit/BooleanExpression.py U src/gnu/llvm/llvm/utils/lit/lit/LitConfig.py U src/gnu/llvm/llvm/utils/lit/lit/LitTestCase.py U src/gnu/llvm/llvm/utils/lit/lit/ProgressBar.py U src/gnu/llvm/llvm/utils/lit/lit/ShCommands.py U src/gnu/llvm/llvm/utils/lit/lit/ShUtil.py U src/gnu/llvm/llvm/utils/lit/lit/Test.py U src/gnu/llvm/llvm/utils/lit/lit/TestRunner.py U src/gnu/llvm/llvm/utils/lit/lit/TestTimes.py U src/gnu/llvm/llvm/utils/lit/lit/TestingConfig.py U src/gnu/llvm/llvm/utils/lit/lit/__init__.py U src/gnu/llvm/llvm/utils/lit/lit/cl_arguments.py U src/gnu/llvm/llvm/utils/lit/lit/discovery.py U src/gnu/llvm/llvm/utils/lit/lit/display.py U src/gnu/llvm/llvm/utils/lit/lit/main.py U src/gnu/llvm/llvm/utils/lit/lit/reports.py U src/gnu/llvm/llvm/utils/lit/lit/run.py U src/gnu/llvm/llvm/utils/lit/lit/util.py U src/gnu/llvm/llvm/utils/lit/lit/worker.py U src/gnu/llvm/llvm/utils/lit/lit/ExampleTests.ObjDir/lit.site.cfg U src/gnu/llvm/llvm/utils/lit/lit/builtin_commands/__init__.py U src/gnu/llvm/llvm/utils/lit/lit/builtin_commands/cat.py U src/gnu/llvm/llvm/utils/lit/lit/builtin_commands/diff.py U src/gnu/llvm/llvm/utils/lit/lit/formats/__init__.py U src/gnu/llvm/llvm/utils/lit/lit/formats/base.py U src/gnu/llvm/llvm/utils/lit/lit/formats/googletest.py U src/gnu/llvm/llvm/utils/lit/lit/formats/shtest.py U src/gnu/llvm/llvm/utils/lit/lit/llvm/__init__.py U src/gnu/llvm/llvm/utils/lit/lit/llvm/config.py U src/gnu/llvm/llvm/utils/lit/lit/llvm/subst.py U src/gnu/llvm/llvm/utils/lit/tests/.coveragerc U src/gnu/llvm/llvm/utils/lit/tests/allow-retries.py U src/gnu/llvm/llvm/utils/lit/tests/boolean-parsing.py U src/gnu/llvm/llvm/utils/lit/tests/check-tested-lit-timeout-ability U src/gnu/llvm/llvm/utils/lit/tests/custom-result-category.py U src/gnu/llvm/llvm/utils/lit/tests/discovery.py N src/gnu/llvm/llvm/utils/lit/tests/googletest-cmd-wrapper.py N src/gnu/llvm/llvm/utils/lit/tests/googletest-crash.py N src/gnu/llvm/llvm/utils/lit/tests/googletest-detect-duplicate.py U src/gnu/llvm/llvm/utils/lit/tests/googletest-discovery-failed.py N src/gnu/llvm/llvm/utils/lit/tests/googletest-format-respect-gtest-sharding-env-vars.py U src/gnu/llvm/llvm/utils/lit/tests/googletest-format.py N src/gnu/llvm/llvm/utils/lit/tests/googletest-sanitizer-error.py U src/gnu/llvm/llvm/utils/lit/tests/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/googletest-timeout.py U src/gnu/llvm/llvm/utils/lit/tests/ignore-fail.py U src/gnu/llvm/llvm/utils/lit/tests/lit-opts.py U src/gnu/llvm/llvm/utils/lit/tests/lit.site.cfg.in U src/gnu/llvm/llvm/utils/lit/tests/lld-features.py U src/gnu/llvm/llvm/utils/lit/tests/max-failures.py U src/gnu/llvm/llvm/utils/lit/tests/max-time.py U src/gnu/llvm/llvm/utils/lit/tests/parallelism-groups.py U src/gnu/llvm/llvm/utils/lit/tests/progress-bar.py U src/gnu/llvm/llvm/utils/lit/tests/reorder.py U src/gnu/llvm/llvm/utils/lit/tests/selecting.py U src/gnu/llvm/llvm/utils/lit/tests/shell-parsing.py U src/gnu/llvm/llvm/utils/lit/tests/show-result-codes.py U src/gnu/llvm/llvm/utils/lit/tests/show-used-features.py N src/gnu/llvm/llvm/utils/lit/tests/shtest-define.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-encoding.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-env.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-format-argv0.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-not.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-format.py N src/gnu/llvm/llvm/utils/lit/tests/shtest-if-else.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-inject.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-keyword-parse-errors.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-output-printing.py N src/gnu/llvm/llvm/utils/lit/tests/shtest-pushd-popd.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-recursive-substitution.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-run-at-line.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-shell.py U src/gnu/llvm/llvm/utils/lit/tests/shtest-timeout.py U src/gnu/llvm/llvm/utils/lit/tests/test-data-micro.py U src/gnu/llvm/llvm/utils/lit/tests/test-data.py N src/gnu/llvm/llvm/utils/lit/tests/test-output-micro-resultdb.py U src/gnu/llvm/llvm/utils/lit/tests/test-output-micro.py N src/gnu/llvm/llvm/utils/lit/tests/test-output-resultdb.py U src/gnu/llvm/llvm/utils/lit/tests/test-output.py U src/gnu/llvm/llvm/utils/lit/tests/unittest-adaptor.py U src/gnu/llvm/llvm/utils/lit/tests/unparsed-requirements.py U src/gnu/llvm/llvm/utils/lit/tests/usage.py U src/gnu/llvm/llvm/utils/lit/tests/use-llvm-tool.py U src/gnu/llvm/llvm/utils/lit/tests/xfail-cl.py U src/gnu/llvm/llvm/utils/lit/tests/xunit-output.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/allow-retries/does-not-succeed-within-limit.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/allow-retries/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/allow-retries/more-than-one-allow-retries-lines.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/allow-retries/not-a-valid-integer.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/allow-retries/succeeds-within-limit.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/driver.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/invalid-test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/lit.alt.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/main-config/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/tests/test1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/config-map-discovery/tests/test2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/custom-result-category/format.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/custom-result-category/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/custom-result-category/test1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/custom-result-category/test2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/test-one.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/test-two.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/test.not-txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subdir/lit.local.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subdir/test-three.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subsuite/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subsuite/test-one.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subsuite/test-two.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/test-one.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/lit.site.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/exec-discovery/lit.site.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/cd U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/diff U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/env U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/export U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/fake_external.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/mkdir U src/gnu/llvm/llvm/utils/lit/tests/Inputs/fake-externals/rm N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-cmd-wrapper/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-crash/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-crash/DummySubDir/OneTest.py N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-detect-duplicate/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-detect-duplicate/DummySubDir/OneTest.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-discovery-failed/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-discovery-failed/subdir/OneTest.py N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format-respect-gtest-sharding-env-vars/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format-respect-gtest-sharding-env-vars/DummySubDir/OneTest.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest.py N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-sanitizer-error/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-sanitizer-error/DummySubDir/OneTest.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/aaa.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/bbb.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/fff.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/lit_test_times U src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/new-test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/reorder/subdir/ccc.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-timeout/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/OneTest.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/ignore-fail/fail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/ignore-fail/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/ignore-fail/unresolved.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/ignore-fail/xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/ignore-fail/xpass.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lit-opts/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lit-opts/test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/ld.lld U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/ld.lld.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/ld64.lld U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/ld64.lld.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/lld-link U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/lld-link.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/wasm-ld U src/gnu/llvm/llvm/utils/lit/tests/Inputs/lld-features/wasm-ld.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-failures/fail1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-failures/fail2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-failures/fail3.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-failures/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-time/fast.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-time/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-time/slow.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/parallelism-groups/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/parallelism-groups/test1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/parallelism-groups/test2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/test-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/test-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/test-3.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/test-4.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/py-config-discovery/lit.site.cfg.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/fail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/pass.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/unsupported.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/mixed.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/requires.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/unsupported.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/xfail.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/expansion-order.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/line-number-substitutions.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/name-chars.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/recursiveExpansionLimit.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/shared-substs-0.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/shared-substs-1.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/value-equals.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/value-escaped.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ws-and-continuations.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/location-range.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/no-run.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/before-name.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/between-name-equals.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-empty.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-with-dot.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-with-equals.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-with-newline.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-with-number.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-with-ws.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/empty.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/no-equals.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/no-name.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/ws-only.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/empty.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/end-in-double-backslash.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-define-bad-redefine.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-define-continuation.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-define-redefine.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-define-run.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-define.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-redefine-bad-define.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-redefine-continuation.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-redefine-define.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-redefine-run.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/ws-only.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-redefine.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-run-define.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-run-redefine.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-already-by-config.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-already-by-test.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-inside-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-multiple-exact.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-multiple-once-exact.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-prefixes-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-suffixes-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-inside-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-multiple-exact.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-multiple-once-exact.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-none.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-prefixes-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/redefine-suffixes-pattern.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/examples/param-subst.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-args-last-is-assign.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-args-last-is-u-arg.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-args-last-is-u.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-args-nested-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-args-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-cd.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-colon.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-echo.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-env.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-export.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-mkdir.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-not-builtin.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-calls-rm.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env-u.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/env.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/mixed.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/print_environment.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format-argv0/argv0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format-argv0/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/fail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/no-test-line.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/pass.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/requires-missing.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/requires-present.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/requires-star.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/requires-triple.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/unsupported-expr-false.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/unsupported-expr-true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/unsupported-star.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xfail-expr-false.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xfail-expr-true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xfail-feature.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xfail-target.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/xpass.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/fail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_control_chars.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/lit.local.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/pass.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/utf8_command.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/write-bad-encoding.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/write-control-chars.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/unsupported_dir/lit.local.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/unsupported_dir/some-test.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/test-neg1.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/test-neg2.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/test-neg3.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/test-neg4.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-inject/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-inject/test-empty.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-inject/test-many.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-inject/test-one.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/empty.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/multiple-allow-retries.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/unterminated-run.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/exclamation-args-nested-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/exclamation-args-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/exclamation-calls-external.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/fail.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/fail2.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-args-last-is-crash.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-args-nested-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-args-none.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-cd.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-colon.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-diff-with-crash.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-diff.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-echo.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-env-builtin.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/pass.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-fail2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-export.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-external.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-mkdir.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-rm.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/print_environment.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-output-printing/basic.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-output-printing/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/dummy_format.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/metrics.ini N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/lit.cfg N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/popd-args.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/popd-no-stack.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/pushd-popd-ok.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-pushd-popd/pushd-too-many-args.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-within-limit/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-within-limit/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/escaping/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/escaping/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/negative-integer/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/negative-integer/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/not-an-integer/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/not-an-integer/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/set-to-none/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/set-to-none/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/basic.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-continuation.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/lit.local.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-continuation.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/cat-error-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/cat-error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/cat_nonprinting.bin U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/check_args.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/check_path.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/colon-error.txt N src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/continuations.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/dev-null.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-b.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-3.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-4.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-5.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-error-6.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.bin U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.dos U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.unix U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf16 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-in.utf8 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-3.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-4.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-5.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-6.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-7.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-r-error-8.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-unified.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/diff-w.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/error-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/error-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/mkdir-error-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/mkdir-error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/mkdir-error-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/redirects.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/rm-error-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/rm-error-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/rm-error-2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/rm-error-3.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/rm-unicode-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/sequencing-0.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/sequencing-1.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/stdout-encoding.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/valid-shell.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-timeout/infinite_loop.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-timeout/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-timeout/short.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests-with-excludes/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests-with-excludes/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests-with-suffixes/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests-with-suffixes/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/standalone-tests/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/dummy_format.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/micro-tests.ini U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test_retry_attempts/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/test_retry_attempts/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/unittest-adaptor/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/unittest-adaptor/test-one.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/unittest-adaptor/test-two.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/unparsed-requirements/test.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool-required/found U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool-required/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool-required/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/env-case1 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/env-case6 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case10 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case2 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case3 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case6 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case7 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/build/case9 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/path/case10 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/path/case4 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/path/case5 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/path/case6 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/path/case7 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/search1/empty U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/search2/case9 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/use-llvm-tool/search3/case9 U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/false.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/false2.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/true-xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/true.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/a/false.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/a/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/a/test-xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/a/test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/b/false.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/b/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/b/test-xfail.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xfail-cl/b/test.txt U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/bad&name.ini U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/dummy_format.py U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/excluded.ini U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/lit.cfg U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/missing_feature.ini U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/pass.ini U src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/unsupported.ini U src/gnu/llvm/llvm/utils/lit/tests/unit/ShUtil.py U src/gnu/llvm/llvm/utils/lit/tests/unit/TestRunner.py U src/gnu/llvm/llvm/utils/lit/utils/README.txt U src/gnu/llvm/llvm/utils/lit/utils/check-coverage U src/gnu/llvm/llvm/utils/lit/utils/check-sdist U src/gnu/llvm/llvm/utils/llvm-lit/CMakeLists.txt U src/gnu/llvm/llvm/utils/llvm-lit/llvm-lit.in U src/gnu/llvm/llvm/utils/llvm-locstats/CMakeLists.txt U src/gnu/llvm/llvm/utils/llvm-locstats/llvm-locstats.py U src/gnu/llvm/llvm/utils/not/CMakeLists.txt U src/gnu/llvm/llvm/utils/not/not.cpp N src/gnu/llvm/llvm/utils/phabricator/0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch N src/gnu/llvm/llvm/utils/release/build-docs.sh N src/gnu/llvm/llvm/utils/release/build_llvm_release.bat N src/gnu/llvm/llvm/utils/release/bump-version.py U src/gnu/llvm/llvm/utils/release/export.sh U src/gnu/llvm/llvm/utils/release/findRegressions-nightly.py U src/gnu/llvm/llvm/utils/release/findRegressions-simple.py U src/gnu/llvm/llvm/utils/release/github-upload-release.py U src/gnu/llvm/llvm/utils/release/merge-request.sh U src/gnu/llvm/llvm/utils/release/test-release.sh N src/gnu/llvm/llvm/utils/reduce_pipeline_test/fake_opt.py N src/gnu/llvm/llvm/utils/reduce_pipeline_test/test.py N src/gnu/llvm/llvm/utils/rsp_bisect_test/test.py N src/gnu/llvm/llvm/utils/rsp_bisect_test/test_script.py N src/gnu/llvm/llvm/utils/rsp_bisect_test/test_script_inv.py N src/gnu/llvm/llvm/utils/sanitizers/ubsan_ignorelist.txt N src/gnu/llvm/llvm/utils/split-file/.clang-tidy N src/gnu/llvm/llvm/utils/split-file/CMakeLists.txt N src/gnu/llvm/llvm/utils/split-file/split-file.cpp U src/gnu/llvm/llvm/utils/testgen/mc-bundling-x86-gen.py U src/gnu/llvm/llvm/utils/textmate/README N src/gnu/llvm/llvm/utils/textmate/tablegen.json U src/gnu/llvm/llvm/utils/textmate/TableGen.tmbundle/info.plist U src/gnu/llvm/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage U src/gnu/llvm/llvm/utils/valgrind/i386-pc-linux-gnu.supp U src/gnu/llvm/llvm/utils/valgrind/x86_64-pc-linux-gnu.supp U src/gnu/llvm/llvm/utils/vim/README U src/gnu/llvm/llvm/utils/vim/vimrc U src/gnu/llvm/llvm/utils/vim/ftdetect/llvm-lit.vim U src/gnu/llvm/llvm/utils/vim/ftdetect/llvm.vim U src/gnu/llvm/llvm/utils/vim/ftdetect/mir.vim U src/gnu/llvm/llvm/utils/vim/ftdetect/tablegen.vim U src/gnu/llvm/llvm/utils/vim/ftplugin/llvm.vim U src/gnu/llvm/llvm/utils/vim/ftplugin/mir.vim U src/gnu/llvm/llvm/utils/vim/ftplugin/tablegen.vim U src/gnu/llvm/llvm/utils/vim/indent/llvm.vim U src/gnu/llvm/llvm/utils/vim/syntax/llvm.vim U src/gnu/llvm/llvm/utils/vim/syntax/machine-ir.vim U src/gnu/llvm/llvm/utils/vim/syntax/mir.vim U src/gnu/llvm/llvm/utils/vim/syntax/tablegen.vim U src/gnu/llvm/llvm/utils/vscode/README U src/gnu/llvm/llvm/utils/vscode/llvm/.gitignore U src/gnu/llvm/llvm/utils/vscode/llvm/.vscodeignore U src/gnu/llvm/llvm/utils/vscode/llvm/CHANGELOG.md U src/gnu/llvm/llvm/utils/vscode/llvm/README.md U src/gnu/llvm/llvm/utils/vscode/llvm/language-configuration-tablegen.json U src/gnu/llvm/llvm/utils/vscode/llvm/language-configuration.json U src/gnu/llvm/llvm/utils/vscode/llvm/package-lock.json U src/gnu/llvm/llvm/utils/vscode/llvm/package.json U src/gnu/llvm/llvm/utils/vscode/llvm/tsconfig.json U src/gnu/llvm/llvm/utils/vscode/llvm/vsc-extension-quickstart.md U src/gnu/llvm/llvm/utils/vscode/llvm/src/extension.ts U src/gnu/llvm/llvm/utils/vscode/llvm/src/litTaskProvider.ts U src/gnu/llvm/llvm/utils/vscode/llvm/syntaxes/TableGen.tmLanguage U src/gnu/llvm/llvm/utils/vscode/llvm/syntaxes/ll.tmLanguage.yaml U src/gnu/llvm/llvm/utils/yaml-bench/CMakeLists.txt U src/gnu/llvm/llvm/utils/yaml-bench/YAMLBench.cpp 67 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLLVM:yesterday -jLLVM src/gnu/llvm/llvm CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/11 11:04:02 Modified files: devel/libofx : Makefile Log message: Don't clobber CXXFLAGS, append -std=gnu++14 instead Bad landry. :) CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:14:44 Modified files: gnu/llvm/llvm/cmake/modules: GetLibraryName.cmake gnu/llvm/llvm/include/llvm: InitializePasses.h gnu/llvm/llvm/include/llvm/BinaryFormat: Dwarf.def ELF.h gnu/llvm/llvm/include/llvm/CodeGen: AsmPrinter.h MachineFrameInfo.h Passes.h TargetFrameLowering.h gnu/llvm/llvm/lib/CodeGen: CMakeLists.txt PrologEpilogInserter.cpp TargetPassConfig.cpp gnu/llvm/llvm/lib/CodeGen/AsmPrinter: AsmPrinter.cpp gnu/llvm/llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp gnu/llvm/llvm/lib/MC: MCELFStreamer.cpp gnu/llvm/llvm/lib/MC/MCParser: AsmParser.cpp gnu/llvm/llvm/lib/Support/Unix: Process.inc gnu/llvm/llvm/lib/Target/AArch64: AArch64AsmPrinter.cpp AArch64FrameLowering.cpp AArch64FrameLowering.h AArch64ISelLowering.cpp AArch64InstrInfo.cpp AArch64InstrInfo.td AArch64Subtarget.h AArch64TargetMachine.cpp CMakeLists.txt gnu/llvm/llvm/lib/Target/Mips: CMakeLists.txt Mips.h MipsAsmPrinter.cpp MipsFrameLowering.h MipsISelLowering.cpp MipsInstrInfo.td MipsTargetMachine.cpp gnu/llvm/llvm/lib/Target/Mips/AsmParser: MipsAsmParser.cpp gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc: MipsABIInfo.cpp gnu/llvm/llvm/lib/Target/PowerPC: CMakeLists.txt PPCAsmPrinter.cpp PPCFrameLowering.cpp PPCFrameLowering.h PPCISelLowering.cpp PPCInstrInfo.td PPCSubtarget.h PPCTargetMachine.cpp gnu/llvm/llvm/lib/Target/RISCV: RISCVISelLowering.cpp gnu/llvm/llvm/lib/Target/Sparc: SparcISelLowering.cpp SparcInstr64Bit.td SparcInstrInfo.td gnu/llvm/llvm/lib/Target/X86: CMakeLists.txt X86.h X86.td X86AsmPrinter.h X86FixupGadgets.cpp X86FrameLowering.cpp X86FrameLowering.h X86IndirectThunks.cpp X86InstrCompiler.td X86MCInstLower.cpp X86MachineFunctionInfo.h X86RegisterInfo.td X86ReturnProtectorLowering.cpp X86Subtarget.h X86TargetMachine.cpp gnu/llvm/llvm/lib/Target/X86/MCTargetDesc: X86AsmBackend.cpp gnu/llvm/llvm/lib/Transforms/Scalar: LoopIdiomRecognize.cpp SCCP.cpp gnu/llvm/llvm/tools/llvm-ar: llvm-ar.cpp gnu/llvm/llvm/tools/llvm-config: llvm-config.cpp gnu/llvm/llvm/tools/llvm-objdump: ELFDump.cpp gnu/llvm/llvm/tools/llvm-readobj: ELFDumper.cpp gnu/llvm/llvm/tools/llvm-shlib: CMakeLists.txt Added files: gnu/llvm/llvm/include/llvm/Transforms/Utils: MisExpect.h gnu/llvm/llvm/lib/Transforms/Utils: MisExpect.cpp Removed files: gnu/llvm/llvm/bindings/go: README.txt build.sh conftest.go gnu/llvm/llvm/bindings/go/llvm: IRBindings.cpp IRBindings.h InstrumentationBindings.cpp InstrumentationBindings.h SupportBindings.cpp SupportBindings.h analysis.go bitreader.go bitwriter.go dibuilder.go executionengine.go executionengine_test.go ir.go ir_test.go linker.go llvm_config.go.in llvm_dep.go string.go string_test.go support.go target.go transforms_coroutines.go transforms_instrumentation.go transforms_ipo.go transforms_pmbuilder.go transforms_scalar.go version.go gnu/llvm/llvm/cmake/modules: AddLLVMDefinitions.cmake FindGRPC.cmake gnu/llvm/llvm/docs: Makefile.sphinx gnu/llvm/llvm/docs/AMDGPU: gfx1011_src32_0.rst gfx1011_src32_1.rst gfx1011_src32_2.rst gfx1011_src32_3.rst gfx1011_type_dev.rst gfx1011_vdst32_0.rst gfx1011_vsrc32_0.rst gfx10_addr_buf.rst gfx10_addr_ds.rst gfx10_addr_flat.rst gfx10_addr_mimg.rst gfx10_base_smem_addr.rst gfx10_base_smem_buf.rst gfx10_base_smem_scratch.rst gfx10_bimm16.rst gfx10_bimm32.rst gfx10_data_buf_atomic128.rst gfx10_data_buf_atomic32.rst gfx10_data_buf_atomic64.rst gfx10_data_mimg_atomic_cmp.rst gfx10_data_mimg_atomic_reg.rst gfx10_data_mimg_store.rst gfx10_data_mimg_store_d16.rst gfx10_data_smem_atomic128.rst gfx10_data_smem_atomic32.rst gfx10_data_smem_atomic64.rst gfx10_dst_buf_128.rst gfx10_dst_buf_32.rst gfx10_dst_buf_64.rst gfx10_dst_buf_96.rst gfx10_dst_buf_lds.rst gfx10_dst_flat_atomic32.rst gfx10_dst_flat_atomic64.rst gfx10_dst_mimg_gather4.rst gfx10_dst_mimg_regular.rst gfx10_dst_mimg_regular_d16.rst gfx10_fimm16.rst gfx10_fimm32.rst gfx10_mad_type_dev.rst gfx10_mod_dpp_sdwa_abs_neg.rst gfx10_mod_sdwa_sext.rst gfx10_mod_vop3_abs_neg.rst gfx10_offset_buf.rst gfx10_offset_smem_buf.rst gfx10_offset_smem_plain.rst gfx10_opt.rst gfx10_perm_smem.rst gfx10_ret.rst gfx10_rsrc_buf.rst gfx10_rsrc_mimg.rst gfx10_saddr_flat_global.rst gfx10_saddr_flat_scratch.rst gfx10_samp_mimg.rst gfx10_sdata128_0.rst gfx10_sdata32_0.rst gfx10_sdata64_0.rst gfx10_sdst128_0.rst gfx10_sdst256_0.rst gfx10_sdst32_0.rst gfx10_sdst32_1.rst gfx10_sdst32_2.rst gfx10_sdst512_0.rst gfx10_sdst64_0.rst gfx10_sdst64_1.rst gfx10_simm16.rst gfx10_src32_0.rst gfx10_src32_1.rst gfx10_src32_2.rst gfx10_src32_3.rst gfx10_src32_4.rst gfx10_src32_5.rst gfx10_src32_6.rst gfx10_src64_0.rst gfx10_src_exp.rst gfx10_ssrc32_0.rst gfx10_ssrc32_1.rst gfx10_ssrc32_2.rst gfx10_ssrc32_3.rst gfx10_ssrc32_4.rst gfx10_ssrc32_5.rst gfx10_ssrc64_0.rst gfx10_ssrc64_1.rst gfx10_type_dev.rst gfx10_uimm16.rst gfx10_vaddr_flat_global.rst gfx10_vaddr_flat_scratch.rst gfx10_vcc_32.rst gfx10_vdata128_0.rst gfx10_vdata32_0.rst gfx10_vdata64_0.rst gfx10_vdata96_0.rst gfx10_vdst128_0.rst gfx10_vdst32_0.rst gfx10_vdst64_0.rst gfx10_vdst96_0.rst gfx10_vsrc128_0.rst gfx10_vsrc32_0.rst gfx10_vsrc32_1.rst gfx10_vsrc64_0.rst gfx10_wsdst.rst gfx10_wssrc.rst gfx7_addr_buf.rst gfx7_addr_ds.rst gfx7_addr_flat.rst gfx7_addr_mimg.rst gfx7_base_smem_addr.rst gfx7_base_smem_buf.rst gfx7_bimm16.rst gfx7_bimm32.rst gfx7_data_buf_atomic128.rst gfx7_data_buf_atomic32.rst gfx7_data_buf_atomic64.rst gfx7_data_mimg_atomic_cmp.rst gfx7_data_mimg_atomic_reg.rst gfx7_data_mimg_store.rst gfx7_dst_buf_128.rst gfx7_dst_buf_32.rst gfx7_dst_buf_64.rst gfx7_dst_buf_96.rst gfx7_dst_buf_lds.rst gfx7_dst_flat_atomic32.rst gfx7_dst_flat_atomic64.rst gfx7_dst_mimg_gather4.rst gfx7_dst_mimg_regular.rst gfx7_fimm32.rst gfx7_mod.rst gfx7_offset_buf.rst gfx7_offset_smem.rst gfx7_opt.rst gfx7_ret.rst gfx7_rsrc_buf.rst gfx7_rsrc_mimg.rst gfx7_samp_mimg.rst gfx7_sdst128_0.rst gfx7_sdst256_0.rst gfx7_sdst32_0.rst gfx7_sdst32_1.rst gfx7_sdst32_2.rst gfx7_sdst512_0.rst gfx7_sdst64_0.rst gfx7_sdst64_1.rst gfx7_simm16.rst gfx7_src32_0.rst gfx7_src32_1.rst gfx7_src32_2.rst gfx7_src32_3.rst gfx7_src32_4.rst gfx7_src32_5.rst gfx7_src32_6.rst gfx7_src64_0.rst gfx7_src64_1.rst gfx7_src64_2.rst gfx7_src_exp.rst gfx7_ssrc32_0.rst gfx7_ssrc32_1.rst gfx7_ssrc32_2.rst gfx7_ssrc32_3.rst gfx7_ssrc32_4.rst gfx7_ssrc32_5.rst gfx7_ssrc32_6.rst gfx7_ssrc64_0.rst gfx7_ssrc64_1.rst gfx7_ssrc64_2.rst gfx7_ssrc64_3.rst gfx7_type_dev.rst gfx7_uimm16.rst gfx7_vcc_64.rst gfx7_vdata128_0.rst gfx7_vdata32_0.rst gfx7_vdata64_0.rst gfx7_vdata96_0.rst gfx7_vdst128_0.rst gfx7_vdst32_0.rst gfx7_vdst64_0.rst gfx7_vdst96_0.rst gfx7_vsrc128_0.rst gfx7_vsrc32_0.rst gfx7_vsrc32_1.rst gfx7_vsrc64_0.rst gfx8_addr_buf.rst gfx8_addr_ds.rst gfx8_addr_flat.rst gfx8_addr_mimg.rst gfx8_base_smem_addr.rst gfx8_base_smem_buf.rst gfx8_bimm16.rst gfx8_bimm32.rst gfx8_data_buf_atomic128.rst gfx8_data_buf_atomic32.rst gfx8_data_buf_atomic64.rst gfx8_data_buf_d16_128.rst gfx8_data_buf_d16_32.rst gfx8_data_buf_d16_64.rst gfx8_data_buf_d16_96.rst gfx8_data_mimg_atomic_cmp.rst gfx8_data_mimg_atomic_reg.rst gfx8_data_mimg_store.rst gfx8_data_mimg_store_d16.rst gfx8_dst_buf_128.rst gfx8_dst_buf_32.rst gfx8_dst_buf_64.rst gfx8_dst_buf_96.rst gfx8_dst_buf_d16_128.rst gfx8_dst_buf_d16_32.rst gfx8_dst_buf_d16_64.rst gfx8_dst_buf_d16_96.rst gfx8_dst_buf_lds.rst gfx8_dst_flat_atomic32.rst gfx8_dst_flat_atomic64.rst gfx8_dst_mimg_gather4.rst gfx8_dst_mimg_regular.rst gfx8_dst_mimg_regular_d16.rst gfx8_fimm16.rst gfx8_fimm32.rst gfx8_mod_dpp_sdwa_abs_neg.rst gfx8_mod_sdwa_sext.rst gfx8_mod_vop3_abs_neg.rst gfx8_offset_buf.rst gfx8_offset_smem_load.rst gfx8_offset_smem_store.rst gfx8_opt.rst gfx8_perm_smem.rst gfx8_ret.rst gfx8_rsrc_buf.rst gfx8_rsrc_mimg.rst gfx8_samp_mimg.rst gfx8_sdata128_0.rst gfx8_sdata32_0.rst gfx8_sdata64_0.rst gfx8_sdst128_0.rst gfx8_sdst256_0.rst gfx8_sdst32_0.rst gfx8_sdst32_1.rst gfx8_sdst32_2.rst gfx8_sdst512_0.rst gfx8_sdst64_0.rst gfx8_sdst64_1.rst gfx8_simm16.rst gfx8_src32_0.rst gfx8_src32_1.rst gfx8_src32_2.rst gfx8_src32_3.rst gfx8_src32_4.rst gfx8_src32_5.rst gfx8_src32_6.rst gfx8_src32_7.rst gfx8_src64_0.rst gfx8_src64_1.rst gfx8_src_exp.rst gfx8_ssrc32_0.rst gfx8_ssrc32_1.rst gfx8_ssrc32_2.rst gfx8_ssrc32_3.rst gfx8_ssrc32_4.rst gfx8_ssrc64_0.rst gfx8_ssrc64_1.rst gfx8_ssrc64_2.rst gfx8_ssrc64_3.rst gfx8_type_dev.rst gfx8_uimm16.rst gfx8_vcc_64.rst gfx8_vdata128_0.rst gfx8_vdata32_0.rst gfx8_vdata64_0.rst gfx8_vdata96_0.rst gfx8_vdst128_0.rst gfx8_vdst32_0.rst gfx8_vdst64_0.rst gfx8_vdst96_0.rst gfx8_vsrc128_0.rst gfx8_vsrc32_0.rst gfx8_vsrc32_1.rst gfx8_vsrc64_0.rst gfx900_mad_type_dev.rst gfx900_mod_vop3_abs_neg.rst gfx900_src32_0.rst gfx900_src32_1.rst gfx900_vdst32_0.rst gfx904_mad_type_dev.rst gfx904_mod_vop3_abs_neg.rst gfx904_src32_0.rst gfx904_src32_1.rst gfx904_vdst32_0.rst gfx906_mad_type_dev.rst gfx906_mod_dpp_sdwa_abs_neg.rst gfx906_mod_sdwa_sext.rst gfx906_mod_vop3_abs_neg.rst gfx906_src32_0.rst gfx906_src32_1.rst gfx906_src32_2.rst gfx906_src32_3.rst gfx906_src32_4.rst gfx906_type_dev.rst gfx906_vdst32_0.rst gfx906_vsrc32_0.rst gfx908_addr_buf.rst gfx908_adst1024_0.rst gfx908_adst128_0.rst gfx908_adst32_0.rst gfx908_adst512_0.rst gfx908_asrc1024_0.rst gfx908_asrc128_0.rst gfx908_asrc32_0.rst gfx908_asrc512_0.rst gfx908_data_buf_atomic32.rst gfx908_dst_flat_atomic32.rst gfx908_mad_type_dev.rst gfx908_mod_dpp_sdwa_abs_neg.rst gfx908_mod_sdwa_sext.rst gfx908_mod_vop3_abs_neg.rst gfx908_offset_buf.rst gfx908_opt.rst gfx908_ret.rst gfx908_rsrc_buf.rst gfx908_saddr_flat_global.rst gfx908_src32_0.rst gfx908_src32_1.rst gfx908_src32_2.rst gfx908_src32_3.rst gfx908_src32_4.rst gfx908_src32_5.rst gfx908_type_dev.rst gfx908_vaddr_flat_global.rst gfx908_vasrc32_0.rst gfx908_vasrc64_0.rst gfx908_vdata32_0.rst gfx908_vdst32_0.rst gfx908_vsrc32_0.rst gfx90a_imm16.rst gfx90a_imm16_1.rst gfx90a_imm16_2.rst gfx90a_m.rst gfx90a_m_1.rst gfx90a_opt.rst gfx90a_saddr.rst gfx90a_saddr_1.rst gfx90a_sbase.rst gfx90a_sbase_1.rst gfx90a_sbase_2.rst gfx90a_sdata.rst gfx90a_sdata_1.rst gfx90a_sdata_2.rst gfx90a_sdata_3.rst gfx90a_sdata_4.rst gfx90a_sdata_5.rst gfx90a_sdst.rst gfx90a_sdst_1.rst gfx90a_sdst_2.rst gfx90a_sdst_3.rst gfx90a_sdst_4.rst gfx90a_sdst_5.rst gfx90a_sdst_6.rst gfx90a_sdst_7.rst gfx90a_simm32.rst gfx90a_simm32_1.rst gfx90a_simm32_2.rst gfx90a_soffset.rst gfx90a_soffset_1.rst gfx90a_soffset_2.rst gfx90a_src.rst gfx90a_src_1.rst gfx90a_src_10.rst gfx90a_src_11.rst gfx90a_src_2.rst gfx90a_src_3.rst gfx90a_src_4.rst gfx90a_src_5.rst gfx90a_src_6.rst gfx90a_src_7.rst gfx90a_src_8.rst gfx90a_src_9.rst gfx90a_srsrc.rst gfx90a_srsrc_1.rst gfx90a_ssrc.rst gfx90a_ssrc_1.rst gfx90a_ssrc_2.rst gfx90a_ssrc_3.rst gfx90a_ssrc_4.rst gfx90a_ssrc_5.rst gfx90a_ssrc_6.rst gfx90a_ssrc_7.rst gfx90a_ssrc_8.rst gfx90a_vaddr.rst gfx90a_vaddr_1.rst gfx90a_vaddr_2.rst gfx90a_vaddr_3.rst gfx90a_vaddr_4.rst gfx90a_vaddr_5.rst gfx90a_vdata.rst gfx90a_vdata0.rst gfx90a_vdata0_1.rst gfx90a_vdata1.rst gfx90a_vdata1_1.rst gfx90a_vdata_1.rst gfx90a_vdata_10.rst gfx90a_vdata_2.rst gfx90a_vdata_3.rst gfx90a_vdata_4.rst gfx90a_vdata_5.rst gfx90a_vdata_6.rst gfx90a_vdata_7.rst gfx90a_vdata_8.rst gfx90a_vdata_9.rst gfx90a_vdst.rst gfx90a_vdst_1.rst gfx90a_vdst_10.rst gfx90a_vdst_11.rst gfx90a_vdst_12.rst gfx90a_vdst_13.rst gfx90a_vdst_14.rst gfx90a_vdst_15.rst gfx90a_vdst_16.rst gfx90a_vdst_17.rst gfx90a_vdst_18.rst gfx90a_vdst_19.rst gfx90a_vdst_2.rst gfx90a_vdst_3.rst gfx90a_vdst_4.rst gfx90a_vdst_5.rst gfx90a_vdst_6.rst gfx90a_vdst_7.rst gfx90a_vdst_8.rst gfx90a_vdst_9.rst gfx90a_vsrc.rst gfx90a_vsrc_1.rst gfx90a_vsrc_2.rst gfx90a_vsrc_3.rst gfx90a_vsrc_4.rst gfx90a_vsrc_5.rst gfx9_imm16.rst gfx9_imm16_1.rst gfx9_imm16_2.rst gfx9_m.rst gfx9_m_1.rst gfx9_opt.rst gfx9_saddr.rst gfx9_saddr_1.rst gfx9_sbase.rst gfx9_sbase_1.rst gfx9_sbase_2.rst gfx9_sdata.rst gfx9_sdata_1.rst gfx9_sdata_2.rst gfx9_sdata_3.rst gfx9_sdata_4.rst gfx9_sdata_5.rst gfx9_sdst.rst gfx9_sdst_1.rst gfx9_sdst_2.rst gfx9_sdst_3.rst gfx9_sdst_4.rst gfx9_sdst_5.rst gfx9_sdst_6.rst gfx9_sdst_7.rst gfx9_simm32.rst gfx9_simm32_1.rst gfx9_simm32_2.rst gfx9_soffset.rst gfx9_soffset_1.rst gfx9_soffset_2.rst gfx9_src.rst gfx9_src_1.rst gfx9_src_10.rst gfx9_src_2.rst gfx9_src_3.rst gfx9_src_4.rst gfx9_src_5.rst gfx9_src_6.rst gfx9_src_7.rst gfx9_src_8.rst gfx9_src_9.rst gfx9_srsrc.rst gfx9_srsrc_1.rst gfx9_ssrc.rst gfx9_ssrc_1.rst gfx9_ssrc_2.rst gfx9_ssrc_3.rst gfx9_ssrc_4.rst gfx9_ssrc_5.rst gfx9_ssrc_6.rst gfx9_ssrc_7.rst gfx9_ssrc_8.rst gfx9_vaddr.rst gfx9_vaddr_1.rst gfx9_vaddr_2.rst gfx9_vaddr_3.rst gfx9_vaddr_4.rst gfx9_vaddr_5.rst gfx9_vdata.rst gfx9_vdata0.rst gfx9_vdata0_1.rst gfx9_vdata1.rst gfx9_vdata1_1.rst gfx9_vdata_1.rst gfx9_vdata_10.rst gfx9_vdata_2.rst gfx9_vdata_3.rst gfx9_vdata_4.rst gfx9_vdata_5.rst gfx9_vdata_6.rst gfx9_vdata_7.rst gfx9_vdata_8.rst gfx9_vdata_9.rst gfx9_vdst.rst gfx9_vdst_1.rst gfx9_vdst_10.rst gfx9_vdst_11.rst gfx9_vdst_12.rst gfx9_vdst_13.rst gfx9_vdst_2.rst gfx9_vdst_3.rst gfx9_vdst_4.rst gfx9_vdst_5.rst gfx9_vdst_6.rst gfx9_vdst_7.rst gfx9_vdst_8.rst gfx9_vdst_9.rst gfx9_vsrc.rst gfx9_vsrc_1.rst gfx9_vsrc_2.rst gfx9_vsrc_3.rst gnu/llvm/llvm/docs/Proposals: LLVMLibC.rst gnu/llvm/llvm/examples/IRTransforms: InitializePasses.cpp InitializePasses.h SimplifyCFG.h gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl: CMakeLists.txt LLJITWithTargetProcessControl.cpp gnu/llvm/llvm/include/llvm/ADT: Waymarking.h gnu/llvm/llvm/include/llvm/Analysis: CFLAliasAnalysisUtils.h CFLAndersAliasAnalysis.h CFLSteensAliasAnalysis.h gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel: RegisterBank.h RegisterBankInfo.h gnu/llvm/llvm/include/llvm/DebugInfo/GSYM: Range.h gnu/llvm/llvm/include/llvm/ExecutionEngine: OrcMCJITReplacement.h OrcV1Deprecation.h gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc: LLVMSPSSerializers.h OrcRPCExecutorProcessControl.h OrcRemoteTargetClient.h OrcRemoteTargetRPCAPI.h OrcRemoteTargetServer.h gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared: FDRawByteChannel.h RPCUtils.h RawByteChannel.h Serialization.h gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess: OrcRPCTPCServer.h gnu/llvm/llvm/include/llvm/IR: GlobalIndirectSymbol.h gnu/llvm/llvm/include/llvm/LTO: Caching.h gnu/llvm/llvm/include/llvm/MC: MCFixedLenDisassembler.h gnu/llvm/llvm/include/llvm/Support: AArch64TargetParser.def ARMTargetParser.def RISCVTargetParser.def TargetRegistry.h ThreadLocal.h gnu/llvm/llvm/include/llvm/Testing/Support: Annotations.h gnu/llvm/llvm/include/llvm/Transforms: Coroutines.h gnu/llvm/llvm/include/llvm/Transforms/InstCombine: InstCombineWorklist.h gnu/llvm/llvm/include/llvm/Transforms/Scalar: LowerAtomic.h gnu/llvm/llvm/include/llvm-c/Transforms: AggressiveInstCombine.h Coroutines.h gnu/llvm/llvm/lib/Analysis: CFLAndersAliasAnalysis.cpp CFLGraph.h CFLSteensAliasAnalysis.cpp ReleaseModeModelRunner.cpp TFUtils.cpp gnu/llvm/llvm/lib/Analysis/models: generate_mock_model.py gnu/llvm/llvm/lib/Analysis/models/inlining: config.py gnu/llvm/llvm/lib/CodeGen/GlobalISel: RegisterBank.cpp RegisterBankInfo.cpp gnu/llvm/llvm/lib/DebugInfo/GSYM: Range.cpp gnu/llvm/llvm/lib/DebugInfo/Symbolize: SymbolizableObjectFile.h gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared: RPCError.cpp gnu/llvm/llvm/lib/IR: ConstantFold.h gnu/llvm/llvm/lib/LTO: Caching.cpp gnu/llvm/llvm/lib/Support: AArch64TargetParser.cpp ARMTargetParser.cpp Host.cpp TargetParser.cpp TargetRegistry.cpp ThreadLocal.cpp Triple.cpp X86TargetParser.cpp gnu/llvm/llvm/lib/Support/Unix: Host.inc ThreadLocal.inc gnu/llvm/llvm/lib/Support/Windows: Host.inc ThreadLocal.inc gnu/llvm/llvm/lib/Target/AArch64/GISel: select-saddo.mir select-ssubo.mir gnu/llvm/llvm/lib/Target/AMDGPU: AMDGPUFixFunctionBitcasts.cpp AMDILCFGStructurizer.cpp gnu/llvm/llvm/lib/Target/AMDGPU/Utils: AMDGPULDSUtils.cpp AMDGPULDSUtils.h gnu/llvm/llvm/lib/Target/AVR: AVRRelaxMemOperations.cpp gnu/llvm/llvm/lib/Target/Hexagon: HexagonArch.h gnu/llvm/llvm/lib/Target/M68k/GlSel: M68kCallLowering.cpp M68kCallLowering.h M68kInstructionSelector.cpp M68kLegalizerInfo.cpp M68kLegalizerInfo.h M68kRegisterBankInfo.cpp M68kRegisterBankInfo.h M68kRegisterBanks.td gnu/llvm/llvm/lib/Target/NVPTX: ManagedStringPool.h gnu/llvm/llvm/lib/Target/PowerPC: PPCInstrPrefix.td gnu/llvm/llvm/lib/Target/RISCV: RISCVCallLowering.cpp RISCVCallLowering.h RISCVInstrInfoB.td RISCVInstructionSelector.cpp RISCVLegalizerInfo.cpp RISCVLegalizerInfo.h RISCVRegisterBankInfo.cpp RISCVRegisterBankInfo.h RISCVRegisterBanks.td RISCVScheduleB.td gnu/llvm/llvm/lib/Target/WebAssembly: WebAssemblyLowerGlobalDtors.cpp WebAssemblyPrepareForLiveIntervals.cpp gnu/llvm/llvm/lib/Target/X86: X86InstrMPX.td X86WinAllocaExpander.cpp gnu/llvm/llvm/lib/Testing/Support: Annotations.cpp gnu/llvm/llvm/lib/Transforms/IPO: PruneEH.cpp gnu/llvm/llvm/lib/Transforms/Instrumentation: MaximumSpanningTree.h gnu/llvm/llvm/lib/Transforms/Scalar: LoopUnswitch.cpp LowerAtomic.cpp gnu/llvm/llvm/lib/Transforms/Vectorize: VPlanLoopInfo.h VPlanPredicator.cpp VPlanPredicator.h gnu/llvm/llvm/tools/lli: RemoteJITUtils.h gnu/llvm/llvm/tools/llvm-diff: DiffConsumer.cpp DiffConsumer.h DiffLog.cpp DiffLog.h DifferenceEngine.cpp DifferenceEngine.h gnu/llvm/llvm/tools/llvm-go: CMakeLists.txt llvm-go.go gnu/llvm/llvm/tools/llvm-mca/Views: View.cpp View.h gnu/llvm/llvm/tools/llvm-mca/lib: CMakeLists.txt gnu/llvm/llvm/tools/llvm-mca/lib/AMDGPU: AMDGPUCustomBehaviour.cpp AMDGPUCustomBehaviour.h CMakeLists.txt gnu/llvm/llvm/tools/llvm-objcopy: CommonConfig.h ConfigManager.cpp ConfigManager.h MultiFormatConfig.h llvm-objcopy.h gnu/llvm/llvm/tools/llvm-objcopy/COFF: COFFConfig.h COFFObjcopy.cpp COFFObjcopy.h Object.cpp Object.h Reader.cpp Reader.h Writer.cpp Writer.h gnu/llvm/llvm/tools/llvm-objcopy/ELF: ELFConfig.h ELFObjcopy.cpp ELFObjcopy.h Object.cpp Object.h gnu/llvm/llvm/tools/llvm-objcopy/MachO: MachOConfig.h MachOLayoutBuilder.cpp MachOLayoutBuilder.h MachOObjcopy.cpp MachOObjcopy.h MachOReader.cpp MachOReader.h MachOWriter.cpp MachOWriter.h Object.cpp Object.h gnu/llvm/llvm/tools/llvm-objcopy/wasm: Object.cpp Object.h Reader.cpp Reader.h WasmConfig.h WasmObjcopy.cpp WasmObjcopy.h Writer.cpp Writer.h gnu/llvm/llvm/tools/llvm-pdbutil: FormatUtil.cpp FormatUtil.h InputFile.cpp InputFile.h LinePrinter.cpp LinePrinter.h gnu/llvm/llvm/tools/llvm-profgen: PseudoProbe.cpp PseudoProbe.h gnu/llvm/llvm/tools/llvm-reduce/deltas: ReduceModuleInlineAsm.cpp ReduceModuleInlineAsm.h gnu/llvm/llvm/tools/msbuild: .gitignore LLVM.Cpp.Common.props LLVM.Cpp.Common.targets install.bat license.txt llvm-general.xml llvm.csproj llvm.sln source.extension.vsixmanifest uninstall.bat gnu/llvm/llvm/tools/msbuild/Platformx64: Toolset.props Toolset.targets gnu/llvm/llvm/tools/msbuild/Platformx86: Toolset.props Toolset.targets gnu/llvm/llvm/tools/opt: GraphPrinters.cpp PassPrinters.cpp PassPrinters.h PrintSCC.cpp gnu/llvm/llvm/tools/split-file: .clang-tidy CMakeLists.txt split-file.cpp gnu/llvm/llvm/unittests: CMakeLists.txt unittest.cfg.in gnu/llvm/llvm/unittests/ADT: APFixedPointTest.cpp APFloatTest.cpp APIntTest.cpp APSIntTest.cpp AnyTest.cpp ArrayRefTest.cpp BitFieldsTest.cpp BitVectorTest.cpp BitmaskEnumTest.cpp BreadthFirstIteratorTest.cpp BumpPtrListTest.cpp CMakeLists.txt CoalescingBitVectorTest.cpp DAGDeltaAlgorithmTest.cpp DeltaAlgorithmTest.cpp DenseMapTest.cpp DenseSetTest.cpp DepthFirstIteratorTest.cpp DirectedGraphTest.cpp EnumeratedArrayTest.cpp EquivalenceClassesTest.cpp FallibleIteratorTest.cpp FloatingPointMode.cpp FoldingSet.cpp FunctionExtrasTest.cpp FunctionRefTest.cpp HashingTest.cpp IListBaseTest.cpp IListIteratorTest.cpp IListNodeBaseTest.cpp IListNodeTest.cpp IListSentinelTest.cpp IListTest.cpp ImmutableListTest.cpp ImmutableMapTest.cpp ImmutableSetTest.cpp IntEqClassesTest.cpp IntervalMapTest.cpp IntrusiveRefCntPtrTest.cpp IteratorTest.cpp MapVectorTest.cpp MappedIteratorTest.cpp OptionalTest.cpp PackedVectorTest.cpp PointerEmbeddedIntTest.cpp PointerIntPairTest.cpp PointerSumTypeTest.cpp PointerUnionTest.cpp PostOrderIteratorTest.cpp PriorityWorklistTest.cpp RangeAdapterTest.cpp SCCIteratorTest.cpp STLExtrasTest.cpp STLForwardCompatTest.cpp ScopeExitTest.cpp SequenceTest.cpp SetVectorTest.cpp SimpleIListTest.cpp SmallPtrSetTest.cpp SmallSetTest.cpp SmallStringTest.cpp SmallVectorTest.cpp SparseBitVectorTest.cpp SparseMultiSetTest.cpp SparseSetTest.cpp StatisticTest.cpp StringExtrasTest.cpp StringMapTest.cpp StringRefTest.cpp StringSetTest.cpp StringSwitchTest.cpp TestGraph.h TinyPtrVectorTest.cpp TripleTest.cpp TwineTest.cpp TypeSwitchTest.cpp TypeTraitsTest.cpp WaymarkingTest.cpp gnu/llvm/llvm/unittests/Analysis: AliasAnalysisTest.cpp AliasSetTrackerTest.cpp AssumeBundleQueriesTest.cpp BasicAliasAnalysisTest.cpp BlockFrequencyInfoTest.cpp BranchProbabilityInfoTest.cpp CFGTest.cpp CGSCCPassManagerTest.cpp CMakeLists.txt CallGraphTest.cpp CaptureTrackingTest.cpp ConstraintSystemTest.cpp DDGTest.cpp DivergenceAnalysisTest.cpp DomTreeUpdaterTest.cpp FunctionPropertiesAnalysisTest.cpp GlobalsModRefTest.cpp IRSimilarityIdentifierTest.cpp IVDescriptorsTest.cpp InlineCostTest.cpp LazyCallGraphTest.cpp LoadsTest.cpp LoopInfoTest.cpp LoopNestTest.cpp MemoryBuiltinsTest.cpp MemorySSATest.cpp PhiValuesTest.cpp ProfileSummaryInfoTest.cpp ScalarEvolutionTest.cpp SparsePropagation.cpp TBAATest.cpp TFUtilsTest.cpp TargetLibraryInfoTest.cpp UnrollAnalyzerTest.cpp ValueLatticeTest.cpp ValueTrackingTest.cpp VectorFunctionABITest.cpp VectorUtilsTest.cpp gnu/llvm/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model: saved_model.pbtxt gnu/llvm/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/variables: variables.data-00000-of-00001 variables.index gnu/llvm/llvm/unittests/AsmParser: AsmParserTest.cpp CMakeLists.txt gnu/llvm/llvm/unittests/BinaryFormat: CMakeLists.txt DwarfTest.cpp MachOTest.cpp MsgPackDocumentTest.cpp MsgPackReaderTest.cpp MsgPackWriterTest.cpp TestFileMagic.cpp gnu/llvm/llvm/unittests/Bitcode: BitReaderTest.cpp CMakeLists.txt DataLayoutUpgradeTest.cpp gnu/llvm/llvm/unittests/Bitstream: BitstreamReaderTest.cpp BitstreamWriterTest.cpp CMakeLists.txt gnu/llvm/llvm/unittests/CodeGen: AArch64SelectionDAGTest.cpp AllocationOrderTest.cpp AsmPrinterDwarfTest.cpp CMakeLists.txt DIEHashTest.cpp DIETest.cpp LexicalScopesTest.cpp LowLevelTypeTest.cpp MFCommon.inc MachineInstrBundleIteratorTest.cpp MachineInstrTest.cpp MachineOperandTest.cpp PassManagerTest.cpp ScalableVectorMVTsTest.cpp SelectionDAGAddressAnalysisTest.cpp TargetOptionsTest.cpp TestAsmPrinter.cpp TestAsmPrinter.h TypeTraitsTest.cpp gnu/llvm/llvm/unittests/CodeGen/GlobalISel: CMakeLists.txt CSETest.cpp ConstantFoldingTest.cpp GISelMITest.cpp GISelMITest.h GISelUtilsTest.cpp KnownBitsTest.cpp KnownBitsVectorTest.cpp LegalizerHelperTest.cpp LegalizerInfoTest.cpp LegalizerTest.cpp MachineIRBuilderTest.cpp PatternMatchTest.cpp gnu/llvm/llvm/unittests/DebugInfo: CMakeLists.txt gnu/llvm/llvm/unittests/DebugInfo/CodeView: CMakeLists.txt GUIDFormatTest.cpp RandomAccessVisitorTest.cpp TypeHashingTest.cpp TypeIndexDiscoveryTest.cpp gnu/llvm/llvm/unittests/DebugInfo/DWARF: CMakeLists.txt DWARFAcceleratorTableTest.cpp DWARFDataExtractorTest.cpp DWARFDebugArangeSetTest.cpp DWARFDebugFrameTest.cpp DWARFDebugInfoTest.cpp DWARFDebugLineTest.cpp DWARFDieManualExtractTest.cpp DWARFDieTest.cpp DWARFExpressionCompactPrinterTest.cpp DWARFFormValueTest.cpp DWARFListTableTest.cpp DWARFLocationExpressionTest.cpp DwarfGenerator.cpp DwarfGenerator.h DwarfUtils.cpp DwarfUtils.h gnu/llvm/llvm/unittests/DebugInfo/GSYM: CMakeLists.txt GSYMTest.cpp gnu/llvm/llvm/unittests/DebugInfo/MSF: CMakeLists.txt MSFBuilderTest.cpp MSFCommonTest.cpp MappedBlockStreamTest.cpp gnu/llvm/llvm/unittests/DebugInfo/PDB: CMakeLists.txt HashTableTest.cpp NativeSessionTest.cpp NativeSymbolReuseTest.cpp PDBApiTest.cpp StringTableBuilderTest.cpp gnu/llvm/llvm/unittests/DebugInfo/PDB/Inputs: SimpleTest.cpp SimpleTest.pdb empty.pdb gnu/llvm/llvm/unittests/Demangle: CMakeLists.txt DemangleTest.cpp ItaniumDemangleTest.cpp PartialDemangleTest.cpp RustDemangleTest.cpp StringViewTest.cpp gnu/llvm/llvm/unittests/ExecutionEngine: CMakeLists.txt ExecutionEngineTest.cpp gnu/llvm/llvm/unittests/ExecutionEngine/JITLink: CMakeLists.txt LinkGraphTests.cpp gnu/llvm/llvm/unittests/ExecutionEngine/MCJIT: CMakeLists.txt MCJITCAPITest.cpp MCJITMemoryManagerTest.cpp MCJITMultipleModuleTest.cpp MCJITObjectCacheTest.cpp MCJITTest.cpp MCJITTestAPICommon.h MCJITTestBase.h MCJITTests.def gnu/llvm/llvm/unittests/ExecutionEngine/Orc: CMakeLists.txt CoreAPIsTest.cpp ExecutionSessionWrapperFunctionCallsTest.cpp IndirectionUtilsTest.cpp JITTargetMachineBuilderTest.cpp LazyCallThroughAndReexportsTest.cpp ObjectLinkingLayerTest.cpp OrcCAPITest.cpp OrcTestCommon.cpp OrcTestCommon.h QueueChannel.cpp QueueChannel.h RPCUtilsTest.cpp RTDyldObjectLinkingLayerTest.cpp ResourceTrackerTest.cpp SimplePackedSerializationTest.cpp SymbolStringPoolTest.cpp ThreadSafeModuleTest.cpp WrapperFunctionUtilsTest.cpp gnu/llvm/llvm/unittests/FileCheck: CMakeLists.txt FileCheckTest.cpp gnu/llvm/llvm/unittests/Frontend: CMakeLists.txt OpenACCTest.cpp OpenMPContextTest.cpp OpenMPIRBuilderTest.cpp OpenMPParsingTest.cpp gnu/llvm/llvm/unittests/FuzzMutate: CMakeLists.txt OperationsTest.cpp RandomIRBuilderTest.cpp ReservoirSamplerTest.cpp StrategiesTest.cpp gnu/llvm/llvm/unittests/IR: AbstractCallSiteTest.cpp AsmWriterTest.cpp AttributesTest.cpp BasicBlockTest.cpp CFGBuilder.cpp CFGBuilder.h CMakeLists.txt ConstantRangeTest.cpp ConstantsTest.cpp DataLayoutTest.cpp DebugInfoTest.cpp DebugTypeODRUniquingTest.cpp DemandedBitsTest.cpp DominatorTreeBatchUpdatesTest.cpp DominatorTreeTest.cpp FunctionTest.cpp IRBuilderTest.cpp InstructionsTest.cpp IntrinsicsTest.cpp LegacyPassManagerTest.cpp MDBuilderTest.cpp ManglerTest.cpp MetadataTest.cpp ModuleTest.cpp PassBuilderCallbacksTest.cpp PassManagerTest.cpp PatternMatch.cpp TimePassesTest.cpp TypesTest.cpp UseTest.cpp UserTest.cpp VPIntrinsicTest.cpp ValueHandleTest.cpp ValueMapTest.cpp ValueTest.cpp VectorTypesTest.cpp VerifierTest.cpp gnu/llvm/llvm/unittests/InterfaceStub: CMakeLists.txt ELFYAMLTest.cpp gnu/llvm/llvm/unittests/LineEditor: CMakeLists.txt LineEditor.cpp gnu/llvm/llvm/unittests/Linker: CMakeLists.txt LinkModulesTest.cpp gnu/llvm/llvm/unittests/MC: CMakeLists.txt Disassembler.cpp DwarfLineTables.cpp MCDisassemblerTest.cpp MCInstPrinter.cpp StringTableBuilderTest.cpp TargetRegistry.cpp gnu/llvm/llvm/unittests/MC/AMDGPU: CMakeLists.txt DwarfRegMappings.cpp gnu/llvm/llvm/unittests/MC/SystemZ: CMakeLists.txt SystemZAsmLexerTest.cpp gnu/llvm/llvm/unittests/MI: CMakeLists.txt LiveIntervalTest.cpp gnu/llvm/llvm/unittests/MIR: CMakeLists.txt MachineMetadata.cpp gnu/llvm/llvm/unittests/Object: ArchiveTest.cpp CMakeLists.txt ELFObjectFileTest.cpp ELFTest.cpp ELFTypesTest.cpp MinidumpTest.cpp ObjectFileTest.cpp SymbolSizeTest.cpp SymbolicFileTest.cpp XCOFFObjectFileTest.cpp gnu/llvm/llvm/unittests/ObjectYAML: CMakeLists.txt DWARFYAMLTest.cpp ELFYAMLTest.cpp MinidumpYAMLTest.cpp YAML2ObjTest.cpp YAMLTest.cpp gnu/llvm/llvm/unittests/Option: CMakeLists.txt OptionMarshallingTest.cpp OptionParsingTest.cpp Opts.td gnu/llvm/llvm/unittests/Passes: CMakeLists.txt DoublerPlugin.cpp PassBuilderBindingsTest.cpp PluginsTest.cpp TestPlugin.cpp TestPlugin.h gnu/llvm/llvm/unittests/ProfileData: CMakeLists.txt CoverageMappingTest.cpp InstrProfDataTest.cpp InstrProfTest.cpp SampleProfTest.cpp gnu/llvm/llvm/unittests/Remarks: BitstreamRemarksFormatTest.cpp BitstreamRemarksParsingTest.cpp BitstreamRemarksSerializerTest.cpp CMakeLists.txt RemarksAPITest.cpp RemarksLinkingTest.cpp RemarksStrTabParsingTest.cpp YAMLRemarksParsingTest.cpp YAMLRemarksSerializerTest.cpp gnu/llvm/llvm/unittests/Support: ARMAttributeParser.cpp AlignOfTest.cpp AlignmentTest.cpp AllocatorTest.cpp AnnotationsTest.cpp ArrayRecyclerTest.cpp Base64Test.cpp BinaryStreamTest.cpp BlockFrequencyTest.cpp BranchProbabilityTest.cpp CMakeLists.txt CRCTest.cpp CachePruningTest.cpp Casting.cpp CheckedArithmeticTest.cpp Chrono.cpp CommandLineTest.cpp CompressionTest.cpp ConvertUTFTest.cpp CrashRecoveryTest.cpp DJBTest.cpp DataExtractorTest.cpp DebugCounterTest.cpp DebugTest.cpp ELFAttributeParserTest.cpp EndianStreamTest.cpp EndianTest.cpp ErrnoTest.cpp ErrorOrTest.cpp ErrorTest.cpp ExtensibleRTTITest.cpp FSUniqueIDTest.cpp FileCollectorTest.cpp FileOutputBufferTest.cpp FileUtilitiesTest.cpp FormatVariadicTest.cpp GlobPatternTest.cpp Host.cpp IndexedAccessorTest.cpp InstructionCostTest.cpp ItaniumManglingCanonicalizerTest.cpp JSONTest.cpp KnownBitsTest.cpp KnownBitsTest.h LEB128Test.cpp LineIteratorTest.cpp LinearPolyBaseTest.cpp LockFileManagerTest.cpp MD5Test.cpp ManagedStatic.cpp MatchersTest.cpp MathExtrasTest.cpp MemoryBufferRefTest.cpp MemoryBufferTest.cpp MemoryTest.cpp NativeFormatTests.cpp OptimizedStructLayoutTest.cpp ParallelTest.cpp Path.cpp ProcessTest.cpp ProgramTest.cpp RISCVAttributeParserTest.cpp RegexTest.cpp ReplaceFileTest.cpp ReverseIterationTest.cpp SHA256.cpp ScaledNumberTest.cpp SourceMgrTest.cpp SpecialCaseListTest.cpp SuffixTreeTest.cpp SwapByteOrderTest.cpp SymbolRemappingReaderTest.cpp TarWriterTest.cpp TargetParserTest.cpp TaskQueueTest.cpp ThreadLocalTest.cpp ThreadPool.cpp Threading.cpp TimerTest.cpp ToolOutputFileTest.cpp TrailingObjectsTest.cpp TrigramIndexTest.cpp TypeNameTest.cpp TypeTraitsTest.cpp UnicodeTest.cpp VersionTupleTest.cpp VirtualFileSystemTest.cpp WithColorTest.cpp YAMLIOTest.cpp YAMLParserTest.cpp formatted_raw_ostream_test.cpp raw_fd_stream_test.cpp raw_ostream_test.cpp raw_pwrite_stream_test.cpp raw_sha1_ostream_test.cpp xxhashTest.cpp gnu/llvm/llvm/unittests/Support/DynamicLibrary: CMakeLists.txt DynamicLibraryTest.cpp ExportedFuncs.cpp PipSqueak.cpp PipSqueak.h gnu/llvm/llvm/unittests/TableGen: Automata.td AutomataTest.cpp CMakeLists.txt CodeExpanderTest.cpp gnu/llvm/llvm/unittests/Target: CMakeLists.txt gnu/llvm/llvm/unittests/Target/AArch64: CMakeLists.txt DecomposeStackOffsetTest.cpp InstSizes.cpp MatrixRegisterAliasing.cpp gnu/llvm/llvm/unittests/Target/AMDGPU: CMakeLists.txt DwarfRegMappings.cpp ExecMayBeModifiedBeforeAnyUse.cpp gnu/llvm/llvm/unittests/Target/ARM: CMakeLists.txt MachineInstrTest.cpp gnu/llvm/llvm/unittests/Target/PowerPC: AIXRelocModelTest.cpp CMakeLists.txt gnu/llvm/llvm/unittests/Target/WebAssembly: CMakeLists.txt WebAssemblyExceptionInfoTest.cpp gnu/llvm/llvm/unittests/Target/X86: CMakeLists.txt MachineSizeOptsTest.cpp gnu/llvm/llvm/unittests/TextAPI: CMakeLists.txt TextStubHelpers.h TextStubV1Tests.cpp TextStubV2Tests.cpp TextStubV3Tests.cpp TextStubV4Tests.cpp gnu/llvm/llvm/unittests/Transforms: CMakeLists.txt gnu/llvm/llvm/unittests/Transforms/IPO: AttributorTest.cpp AttributorTestBase.h CMakeLists.txt LowerTypeTests.cpp WholeProgramDevirt.cpp gnu/llvm/llvm/unittests/Transforms/Scalar: CMakeLists.txt LICMTest.cpp LoopPassManagerTest.cpp gnu/llvm/llvm/unittests/Transforms/Utils: ASanStackFrameLayoutTest.cpp BasicBlockUtilsTest.cpp CMakeLists.txt CallPromotionUtilsTest.cpp CloningTest.cpp CodeExtractorTest.cpp CodeMoverUtilsTest.cpp DebugifyTest.cpp FunctionComparatorTest.cpp IntegerDivisionTest.cpp LocalTest.cpp LoopRotationUtilsTest.cpp LoopUtilsTest.cpp ModuleUtilsTest.cpp SSAUpdaterBulkTest.cpp ScalarEvolutionExpanderTest.cpp SizeOptsTest.cpp UnrollLoopTest.cpp VFABIUtils.cpp ValueMapperTest.cpp gnu/llvm/llvm/unittests/Transforms/Vectorize: CMakeLists.txt VPlanDominatorTreeTest.cpp VPlanHCFGTest.cpp VPlanLoopInfoTest.cpp VPlanPredicatorTest.cpp VPlanSlpTest.cpp VPlanTest.cpp VPlanTestBase.h gnu/llvm/llvm/unittests/XRay: CMakeLists.txt FDRBlockIndexerTest.cpp FDRBlockVerifierTest.cpp FDRProducerConsumerTest.cpp FDRRecordPrinterTest.cpp FDRRecordsTest.cpp FDRTraceWriterTest.cpp GraphTest.cpp ProfileTest.cpp gnu/llvm/llvm/unittests/tools: CMakeLists.txt gnu/llvm/llvm/unittests/tools/llvm-cfi-verify: CMakeLists.txt FileAnalysis.cpp GraphBuilder.cpp gnu/llvm/llvm/unittests/tools/llvm-exegesis: BenchmarkRunnerTest.cpp CMakeLists.txt ClusteringTest.cpp PerfHelperTest.cpp RegisterValueTest.cpp SnippetGeneratorTest.cpp gnu/llvm/llvm/unittests/tools/llvm-exegesis/AArch64: CMakeLists.txt TargetTest.cpp gnu/llvm/llvm/unittests/tools/llvm-exegesis/ARM: AssemblerTest.cpp CMakeLists.txt gnu/llvm/llvm/unittests/tools/llvm-exegesis/Common: AssemblerUtils.h gnu/llvm/llvm/unittests/tools/llvm-exegesis/Mips: BenchmarkResultTest.cpp CMakeLists.txt RegisterAliasingTest.cpp SnippetGeneratorTest.cpp TargetTest.cpp TestBase.h gnu/llvm/llvm/unittests/tools/llvm-exegesis/PowerPC: AnalysisTest.cpp CMakeLists.txt SnippetGeneratorTest.cpp TargetTest.cpp TestBase.h gnu/llvm/llvm/unittests/tools/llvm-exegesis/X86: AssemblerTest.cpp BenchmarkResultTest.cpp CMakeLists.txt RegisterAliasingTest.cpp SchedClassResolutionTest.cpp SnippetFileTest.cpp SnippetGeneratorTest.cpp SnippetRepetitorTest.cpp TargetTest.cpp TestBase.h gnu/llvm/llvm/unittests/tools/llvm-profgen: CMakeLists.txt ContextCompressionTest.cpp gnu/llvm/llvm/utils: countloc.sh getsrcs.sh llvmdo llvmgrep gnu/llvm/llvm/utils/TableGen: CodeBeadsGen.cpp FixedLenDecoderEmitter.cpp RISCVCompressInstEmitter.cpp gnu/llvm/llvm/utils/benchmark: AUTHORS CMakeLists.txt CONTRIBUTING.md CONTRIBUTORS LICENSE README.LLVM README.md WORKSPACE appveyor.yml mingw.py releasing.md gnu/llvm/llvm/utils/benchmark/cmake: AddCXXCompilerFlag.cmake CXXFeatureCheck.cmake Config.cmake.in GetGitVersion.cmake HandleGTest.cmake benchmark.pc.in gnu_posix_regex.cpp llvm-toolchain.cmake posix_regex.cpp split_list.cmake std_regex.cpp steady_clock.cpp thread_safety_attributes.cpp gnu/llvm/llvm/utils/benchmark/cmake/Modules: FindLLVMAr.cmake FindLLVMNm.cmake FindLLVMRanLib.cmake gnu/llvm/llvm/utils/benchmark/docs: AssemblyTests.md tools.md gnu/llvm/llvm/utils/benchmark/include/benchmark: benchmark.h gnu/llvm/llvm/utils/benchmark/src: CMakeLists.txt arraysize.h benchmark.cc benchmark_api_internal.h benchmark_main.cc benchmark_register.cc benchmark_register.h check.h colorprint.cc colorprint.h commandlineflags.cc commandlineflags.h complexity.cc complexity.h console_reporter.cc counter.cc counter.h csv_reporter.cc cycleclock.h internal_macros.h json_reporter.cc log.h mutex.h re.h reporter.cc sleep.cc sleep.h statistics.cc statistics.h string_util.cc string_util.h sysinfo.cc thread_manager.h thread_timer.h timers.cc timers.h gnu/llvm/llvm/utils/benchmark/test: AssemblyTests.cmake CMakeLists.txt basic_test.cc benchmark_gtest.cc benchmark_test.cc clobber_memory_assembly_test.cc complexity_test.cc cxx03_test.cc diagnostics_test.cc donotoptimize_assembly_test.cc donotoptimize_test.cc filter_test.cc fixture_test.cc link_main_test.cc map_test.cc multiple_ranges_test.cc options_test.cc output_test.h output_test_helper.cc register_benchmark_test.cc reporter_output_test.cc skip_with_error_test.cc state_assembly_test.cc statistics_gtest.cc templated_fixture_test.cc user_counters_tabular_test.cc user_counters_test.cc gnu/llvm/llvm/utils/benchmark/tools: compare.py strip_asm.py gnu/llvm/llvm/utils/benchmark/tools/gbench: __init__.py report.py util.py gnu/llvm/llvm/utils/benchmark/tools/gbench/Inputs: test1_run1.json test1_run2.json test2_run.json gnu/llvm/llvm/utils/docker/debian8: Dockerfile gnu/llvm/llvm/utils/gn/build: run_tablegen.py gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-offload-wrapper: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/tsan: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/lib/Core: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/lib/Driver: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/lib/ReaderWriter: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/lib/ReaderWriter/MachO: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/lib/ReaderWriter/YAML: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/unittests: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/unittests/DriverTests: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/lld/unittests/MachOTests: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-mca/lib/AMDGPU: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/llvm/tools/split-file: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/llvm/utils/benchmark: BUILD.gn gnu/llvm/llvm/utils/gn/secondary/llvm/utils/unittest: BUILD.gn unittest.gni gnu/llvm/llvm/utils/gn/secondary/llvm/utils/unittest/UnitTestMain: BUILD.gn gnu/llvm/llvm/utils/lit: README.txt gnu/llvm/llvm/utils/lit/tests: googletest-upstream-format.py gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-upstream-format: lit.cfg gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir: OneTest.py gnu/llvm/llvm/utils/lit/tests/Inputs/reorder: .lit_test_times.txt gnu/llvm/llvm/utils/release: build_llvm_package.bat gnu/llvm/llvm/utils/sanitizers: ubsan_blacklist.txt gnu/llvm/llvm/utils/unittest: CMakeLists.txt gnu/llvm/llvm/utils/unittest/UnitTestMain: CMakeLists.txt TestMain.cpp gnu/llvm/llvm/utils/unittest/googlemock: LICENSE.txt README.LLVM gnu/llvm/llvm/utils/unittest/googlemock/include/gmock: gmock-actions.h gmock-cardinalities.h gmock-function-mocker.h gmock-generated-actions.h gmock-generated-function-mockers.h gmock-generated-matchers.h gmock-matchers.h gmock-more-actions.h gmock-more-matchers.h gmock-nice-strict.h gmock-spec-builders.h gmock.h gnu/llvm/llvm/utils/unittest/googlemock/include/gmock/internal: gmock-internal-utils.h gmock-port.h gmock-pp.h gnu/llvm/llvm/utils/unittest/googlemock/include/gmock/internal/custom: gmock-generated-actions.h gmock-matchers.h gmock-port.h gnu/llvm/llvm/utils/unittest/googlemock/src: gmock-all.cc gmock-cardinalities.cc gmock-internal-utils.cc gmock-matchers.cc gmock-spec-builders.cc gmock.cc gnu/llvm/llvm/utils/unittest/googletest: LICENSE.TXT README.LLVM gnu/llvm/llvm/utils/unittest/googletest/include/gtest: gtest-death-test.h gtest-matchers.h gtest-message.h gtest-param-test.h gtest-printers.h gtest-spi.h gtest-test-part.h gtest-typed-test.h gtest.h gtest_pred_impl.h gtest_prod.h gnu/llvm/llvm/utils/unittest/googletest/include/gtest/internal: gtest-death-test-internal.h gtest-filepath.h gtest-internal.h gtest-param-util.h gtest-port-arch.h gtest-port.h gtest-string.h gtest-type-util.h gnu/llvm/llvm/utils/unittest/googletest/include/gtest/internal/custom: gtest-port.h gtest-printers.h gtest.h raw-ostream.h gnu/llvm/llvm/utils/unittest/googletest/src: gtest-all.cc gtest-death-test.cc gtest-filepath.cc gtest-internal-inl.h gtest-matchers.cc gtest-port.cc gtest-printers.cc gtest-test-part.cc gtest-typed-test.cc gtest.cc Log message: merge llvm-16.0.6 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:17:38 Log message: import of clang from LLVM-16.0.6 Status: Vendor Tag: CLANG Release Tags: CLANG_16_0_6 U src/gnu/llvm/clang/.clang-format U src/gnu/llvm/clang/.clang-tidy U src/gnu/llvm/clang/.gitignore U src/gnu/llvm/clang/CMakeLists.txt N src/gnu/llvm/clang/CodeOwners.rst U src/gnu/llvm/clang/INSTALL.txt U src/gnu/llvm/clang/LICENSE.TXT U src/gnu/llvm/clang/ModuleInfo.txt U src/gnu/llvm/clang/NOTES.txt U src/gnu/llvm/clang/README.txt U src/gnu/llvm/clang/bindings/python/README.txt U src/gnu/llvm/clang/bindings/python/clang/__init__.py U src/gnu/llvm/clang/bindings/python/clang/cindex.py U src/gnu/llvm/clang/bindings/python/clang/enumerations.py U src/gnu/llvm/clang/bindings/python/examples/cindex/cindex-dump.py U src/gnu/llvm/clang/bindings/python/examples/cindex/cindex-includes.py U src/gnu/llvm/clang/bindings/python/tests/CMakeLists.txt U src/gnu/llvm/clang/bindings/python/tests/__init__.py U src/gnu/llvm/clang/bindings/python/tests/cindex/__init__.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_access_specifiers.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_cdb.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_code_completion.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_comment.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_cursor.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_cursor_kind.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_diagnostics.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_exception_specification_kind.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_file.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_index.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_linkage.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_location.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_tls_kind.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_token_kind.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_tokens.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_type.py U src/gnu/llvm/clang/bindings/python/tests/cindex/test_translation_unit.py U src/gnu/llvm/clang/bindings/python/tests/cindex/util.py U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/compile_commands.json U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/header1.h U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/header2.h U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/header3.h U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/hello.cpp U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/include.cpp U src/gnu/llvm/clang/bindings/python/tests/cindex/INPUTS/parse_arguments.c U src/gnu/llvm/clang/bindings/xml/comment-xml-schema.rng U src/gnu/llvm/clang/cmake/caches/3-stage-base.cmake U src/gnu/llvm/clang/cmake/caches/3-stage.cmake U src/gnu/llvm/clang/cmake/caches/Android-stage2.cmake U src/gnu/llvm/clang/cmake/caches/Android.cmake U src/gnu/llvm/clang/cmake/caches/Apple-stage1.cmake U src/gnu/llvm/clang/cmake/caches/Apple-stage2-ThinLTO.cmake U src/gnu/llvm/clang/cmake/caches/Apple-stage2.cmake N src/gnu/llvm/clang/cmake/caches/BOLT-PGO.cmake N src/gnu/llvm/clang/cmake/caches/BOLT.cmake U src/gnu/llvm/clang/cmake/caches/BaremetalARM.cmake U src/gnu/llvm/clang/cmake/caches/CrossWinToARMLinux.cmake U src/gnu/llvm/clang/cmake/caches/DistributionExample-stage2.cmake U src/gnu/llvm/clang/cmake/caches/DistributionExample.cmake U src/gnu/llvm/clang/cmake/caches/Fuchsia-stage2.cmake U src/gnu/llvm/clang/cmake/caches/Fuchsia.cmake N src/gnu/llvm/clang/cmake/caches/HLSL.cmake U src/gnu/llvm/clang/cmake/caches/PGO.cmake U src/gnu/llvm/clang/cmake/caches/MultiDistributionExample.cmake U src/gnu/llvm/clang/cmake/caches/PGO-stage2-instrumented.cmake U src/gnu/llvm/clang/cmake/caches/PGO-stage2.cmake U src/gnu/llvm/clang/cmake/caches/README.txt U src/gnu/llvm/clang/cmake/modules/AddClang.cmake N src/gnu/llvm/clang/cmake/modules/AddGRPC.cmake U src/gnu/llvm/clang/cmake/modules/CMakeLists.txt U src/gnu/llvm/clang/cmake/modules/ClangConfig.cmake.in N src/gnu/llvm/clang/cmake/modules/ClangConfigVersion.cmake.in U src/gnu/llvm/clang/cmake/modules/ProtobufMutator.cmake U src/gnu/llvm/clang/docs/APINotes.rst U src/gnu/llvm/clang/docs/AddressSanitizer.rst U src/gnu/llvm/clang/docs/AutomaticReferenceCounting.rst U src/gnu/llvm/clang/docs/Block-ABI-Apple.rst U src/gnu/llvm/clang/docs/BlockLanguageSpec.rst U src/gnu/llvm/clang/docs/CMakeLists.txt U src/gnu/llvm/clang/docs/ClangCheck.rst U src/gnu/llvm/clang/docs/ClangFormat.rst U src/gnu/llvm/clang/docs/ClangFormatStyleOptions.rst U src/gnu/llvm/clang/docs/ClangFormattedStatus.rst N src/gnu/llvm/clang/docs/ClangLinkerWrapper.rst U src/gnu/llvm/clang/docs/ClangOffloadBundler.rst N src/gnu/llvm/clang/docs/ClangOffloadPackager.rst U src/gnu/llvm/clang/docs/ClangPlugins.rst N src/gnu/llvm/clang/docs/ClangRepl.rst U src/gnu/llvm/clang/docs/ClangTools.rst N src/gnu/llvm/clang/docs/ClangRepl_design.png U src/gnu/llvm/clang/docs/ClangStaticAnalyzer.rst N src/gnu/llvm/clang/docs/ClangTransformerTutorial.rst N src/gnu/llvm/clang/docs/CodeOwners.rst U src/gnu/llvm/clang/docs/ConstantInterpreter.rst U src/gnu/llvm/clang/docs/ControlFlowIntegrity.rst U src/gnu/llvm/clang/docs/ControlFlowIntegrityDesign.rst U src/gnu/llvm/clang/docs/CrossCompilation.rst N src/gnu/llvm/clang/docs/DataFlowAnalysisIntro.md U src/gnu/llvm/clang/docs/DataFlowSanitizer.rst U src/gnu/llvm/clang/docs/DataFlowSanitizerDesign.rst N src/gnu/llvm/clang/docs/DebuggingCoroutines.rst U src/gnu/llvm/clang/docs/DriverArchitecture.png U src/gnu/llvm/clang/docs/FAQ.rst U src/gnu/llvm/clang/docs/DriverInternals.rst U src/gnu/llvm/clang/docs/InternalsManual.rst U src/gnu/llvm/clang/docs/ExternalClangExamples.rst U src/gnu/llvm/clang/docs/HardwareAssistedAddressSanitizerDesign.rst U src/gnu/llvm/clang/docs/HowToSetupToolingForLLVM.rst U src/gnu/llvm/clang/docs/IntroductionToTheClangAST.rst U src/gnu/llvm/clang/docs/ItaniumMangleAbiTags.rst U src/gnu/llvm/clang/docs/JSONCompilationDatabase.rst U src/gnu/llvm/clang/docs/LTOVisibility.rst U src/gnu/llvm/clang/docs/LanguageExtensions.rst U src/gnu/llvm/clang/docs/LeakSanitizer.rst U src/gnu/llvm/clang/docs/LibASTImporter.rst U src/gnu/llvm/clang/docs/LibASTMatchers.rst U src/gnu/llvm/clang/docs/LibASTMatchersReference.html U src/gnu/llvm/clang/docs/conf.py U src/gnu/llvm/clang/docs/LibASTMatchersTutorial.rst U src/gnu/llvm/clang/docs/LibFormat.rst U src/gnu/llvm/clang/docs/LibTooling.rst U src/gnu/llvm/clang/docs/MSVCCompatibility.rst U src/gnu/llvm/clang/docs/MatrixTypes.rst U src/gnu/llvm/clang/docs/MemorySanitizer.rst N src/gnu/llvm/clang/docs/MisExpect.rst U src/gnu/llvm/clang/docs/Modules.rst U src/gnu/llvm/clang/docs/ObjectiveCLiterals.rst N src/gnu/llvm/clang/docs/OffloadingDesign.rst U src/gnu/llvm/clang/docs/OpenCLSupport.rst U src/gnu/llvm/clang/docs/OpenMPSupport.rst U src/gnu/llvm/clang/docs/PCHInternals.rst U src/gnu/llvm/clang/docs/PCHLayout.graffle U src/gnu/llvm/clang/docs/PCHLayout.png U src/gnu/llvm/clang/docs/RAVFrontendAction.rst U src/gnu/llvm/clang/docs/README.txt U src/gnu/llvm/clang/docs/RefactoringEngine.rst U src/gnu/llvm/clang/docs/ReleaseNotes.rst U src/gnu/llvm/clang/docs/SYCLSupport.rst U src/gnu/llvm/clang/docs/SafeStack.rst U src/gnu/llvm/clang/docs/SanitizerCoverage.rst U src/gnu/llvm/clang/docs/SanitizerSpecialCaseList.rst U src/gnu/llvm/clang/docs/SanitizerStats.rst U src/gnu/llvm/clang/docs/ShadowCallStack.rst U src/gnu/llvm/clang/docs/SourceBasedCodeCoverage.rst N src/gnu/llvm/clang/docs/StandardCPlusPlusModules.rst U src/gnu/llvm/clang/docs/ThinLTO.rst U src/gnu/llvm/clang/docs/ThreadSafetyAnalysis.rst U src/gnu/llvm/clang/docs/ThreadSanitizer.rst U src/gnu/llvm/clang/docs/Toolchain.rst U src/gnu/llvm/clang/docs/Tooling.rst U src/gnu/llvm/clang/docs/UndefinedBehaviorSanitizer.rst U src/gnu/llvm/clang/docs/UsersManual.rst U src/gnu/llvm/clang/docs/index.rst U src/gnu/llvm/clang/docs/doxygen-mainpage.dox U src/gnu/llvm/clang/docs/doxygen.cfg.in U src/gnu/llvm/clang/docs/make.bat N src/gnu/llvm/clang/docs/HLSL/EntryFunctions.rst N src/gnu/llvm/clang/docs/HLSL/HLSLDocs.rst N src/gnu/llvm/clang/docs/HLSL/HLSLIRReference.rst N src/gnu/llvm/clang/docs/HLSL/HLSLSupport.rst N src/gnu/llvm/clang/docs/HLSL/ResourceTypes.rst C src/gnu/llvm/clang/docs/CommandGuide/clang.rst U src/gnu/llvm/clang/docs/CommandGuide/diagtool.rst U src/gnu/llvm/clang/docs/CommandGuide/index.rst N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/CFGExample.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/CFGJoinRule.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/DefinitiveInitializationLattice.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/IntegerSetsFiniteLattice.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/IntegerSetsInfiniteLattice.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/OutputParameterIdentificationLattice.svg N src/gnu/llvm/clang/docs/DataFlowAnalysisIntroImages/UniquePtrLattice.svg N src/gnu/llvm/clang/docs/tools/clang-formatted-files.txt U src/gnu/llvm/clang/docs/tools/dump_ast_matchers.py N src/gnu/llvm/clang/docs/tools/dump_format_help.py U src/gnu/llvm/clang/docs/tools/dump_format_style.py U src/gnu/llvm/clang/docs/tools/generate_formatted_state.py N src/gnu/llvm/clang/docs/tools/plurals.txt U src/gnu/llvm/clang/docs/analyzer/checkers.rst U src/gnu/llvm/clang/docs/analyzer/conf.py U src/gnu/llvm/clang/docs/analyzer/developer-docs.rst U src/gnu/llvm/clang/docs/analyzer/make.bat U src/gnu/llvm/clang/docs/analyzer/user-docs.rst U src/gnu/llvm/clang/docs/analyzer/checkers/callandmessage_example.c U src/gnu/llvm/clang/docs/analyzer/checkers/dealloc_example.m U src/gnu/llvm/clang/docs/analyzer/checkers/dividezero_example.c U src/gnu/llvm/clang/docs/analyzer/checkers/mismatched_deallocator_example.cpp U src/gnu/llvm/clang/docs/analyzer/checkers/newdelete_example.cpp U src/gnu/llvm/clang/docs/analyzer/checkers/seckeychainapi_example.m U src/gnu/llvm/clang/docs/analyzer/checkers/unix_api_example.c U src/gnu/llvm/clang/docs/analyzer/checkers/unix_malloc_example.c U src/gnu/llvm/clang/docs/analyzer/developer-docs/DebugChecks.rst U src/gnu/llvm/clang/docs/analyzer/developer-docs/IPA.rst U src/gnu/llvm/clang/docs/analyzer/developer-docs/InitializerLists.rst U src/gnu/llvm/clang/docs/analyzer/developer-docs/RegionStore.rst U src/gnu/llvm/clang/docs/analyzer/developer-docs/nullability.rst U src/gnu/llvm/clang/docs/analyzer/user-docs/CrossTranslationUnit.rst N src/gnu/llvm/clang/docs/analyzer/user-docs/TaintAnalysisConfiguration.rst U src/gnu/llvm/clang/examples/CMakeLists.txt U src/gnu/llvm/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp U src/gnu/llvm/clang/examples/AnnotateFunctions/CMakeLists.txt U src/gnu/llvm/clang/examples/Attribute/Attribute.cpp U src/gnu/llvm/clang/examples/Attribute/CMakeLists.txt U src/gnu/llvm/clang/examples/CallSuperAttribute/CMakeLists.txt U src/gnu/llvm/clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp N src/gnu/llvm/clang/examples/PluginsOrder/CMakeLists.txt N src/gnu/llvm/clang/examples/PluginsOrder/PluginsOrder.cpp U src/gnu/llvm/clang/examples/PrintFunctionNames/CMakeLists.txt U src/gnu/llvm/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp U src/gnu/llvm/clang/examples/PrintFunctionNames/PrintFunctionNames.exports U src/gnu/llvm/clang/examples/PrintFunctionNames/README.txt U src/gnu/llvm/clang/include/CMakeLists.txt U src/gnu/llvm/clang/include/clang-c/BuildSystem.h U src/gnu/llvm/clang/include/clang-c/CXCompilationDatabase.h N src/gnu/llvm/clang/include/clang-c/CXDiagnostic.h U src/gnu/llvm/clang/include/clang-c/CXErrorCode.h N src/gnu/llvm/clang/include/clang-c/CXFile.h N src/gnu/llvm/clang/include/clang-c/CXSourceLocation.h U src/gnu/llvm/clang/include/clang-c/CXString.h U src/gnu/llvm/clang/include/clang-c/Documentation.h U src/gnu/llvm/clang/include/clang-c/ExternC.h U src/gnu/llvm/clang/include/clang-c/FatalErrorHandler.h U src/gnu/llvm/clang/include/clang-c/Index.h U src/gnu/llvm/clang/include/clang-c/Platform.h U src/gnu/llvm/clang/include/clang-c/Rewrite.h U src/gnu/llvm/clang/include/clang-c/module.modulemap U src/gnu/llvm/clang/include/clang/CMakeLists.txt U src/gnu/llvm/clang/include/clang/module.modulemap U src/gnu/llvm/clang/include/clang/APINotes/APINotesYAMLCompiler.h U src/gnu/llvm/clang/include/clang/APINotes/Types.h U src/gnu/llvm/clang/include/clang/ARCMigrate/ARCMT.h U src/gnu/llvm/clang/include/clang/ARCMigrate/ARCMTActions.h U src/gnu/llvm/clang/include/clang/ARCMigrate/FileRemapper.h U src/gnu/llvm/clang/include/clang/AST/APValue.h U src/gnu/llvm/clang/include/clang/AST/AST.h U src/gnu/llvm/clang/include/clang/AST/ASTConcept.h U src/gnu/llvm/clang/include/clang/AST/ASTConsumer.h U src/gnu/llvm/clang/include/clang/AST/ASTContext.h U src/gnu/llvm/clang/include/clang/AST/ASTContextAllocate.h U src/gnu/llvm/clang/include/clang/AST/ASTDiagnostic.h U src/gnu/llvm/clang/include/clang/AST/ASTDumper.h U src/gnu/llvm/clang/include/clang/AST/ASTDumperUtils.h U src/gnu/llvm/clang/include/clang/AST/ASTFwd.h N src/gnu/llvm/clang/include/clang/AST/ASTImportError.h U src/gnu/llvm/clang/include/clang/AST/ASTImporter.h U src/gnu/llvm/clang/include/clang/AST/ASTImporterLookupTable.h U src/gnu/llvm/clang/include/clang/AST/ASTImporterSharedState.h U src/gnu/llvm/clang/include/clang/AST/ASTLambda.h U src/gnu/llvm/clang/include/clang/AST/ASTMutationListener.h U src/gnu/llvm/clang/include/clang/AST/ASTNodeTraverser.h U src/gnu/llvm/clang/include/clang/AST/ASTStructuralEquivalence.h U src/gnu/llvm/clang/include/clang/AST/Attr.h U src/gnu/llvm/clang/include/clang/AST/ASTTypeTraits.h U src/gnu/llvm/clang/include/clang/AST/ASTUnresolvedSet.h U src/gnu/llvm/clang/include/clang/AST/ASTVector.h U src/gnu/llvm/clang/include/clang/AST/AbstractBasicReader.h U src/gnu/llvm/clang/include/clang/AST/AbstractBasicWriter.h U src/gnu/llvm/clang/include/clang/AST/AbstractTypeReader.h U src/gnu/llvm/clang/include/clang/AST/AbstractTypeWriter.h U src/gnu/llvm/clang/include/clang/AST/AttrIterator.h U src/gnu/llvm/clang/include/clang/AST/AttrVisitor.h U src/gnu/llvm/clang/include/clang/AST/Availability.h U src/gnu/llvm/clang/include/clang/AST/BaseSubobject.h U src/gnu/llvm/clang/include/clang/AST/BuiltinTypes.def U src/gnu/llvm/clang/include/clang/AST/CMakeLists.txt U src/gnu/llvm/clang/include/clang/AST/CXXInheritance.h U src/gnu/llvm/clang/include/clang/AST/CXXRecordDeclDefinitionBits.def U src/gnu/llvm/clang/include/clang/AST/CanonicalType.h U src/gnu/llvm/clang/include/clang/AST/CharUnits.h U src/gnu/llvm/clang/include/clang/AST/Comment.h U src/gnu/llvm/clang/include/clang/AST/Decl.h U src/gnu/llvm/clang/include/clang/AST/CommentBriefParser.h U src/gnu/llvm/clang/include/clang/AST/CommentCommandTraits.h U src/gnu/llvm/clang/include/clang/AST/CommentCommands.td U src/gnu/llvm/clang/include/clang/AST/CommentDiagnostic.h U src/gnu/llvm/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.td U src/gnu/llvm/clang/include/clang/AST/CommentHTMLTags.td U src/gnu/llvm/clang/include/clang/AST/CommentLexer.h U src/gnu/llvm/clang/include/clang/AST/CommentParser.h U src/gnu/llvm/clang/include/clang/AST/CommentSema.h U src/gnu/llvm/clang/include/clang/AST/CommentVisitor.h U src/gnu/llvm/clang/include/clang/AST/ComparisonCategories.h U src/gnu/llvm/clang/include/clang/AST/ComputeDependence.h U src/gnu/llvm/clang/include/clang/AST/CurrentSourceLocExprScope.h U src/gnu/llvm/clang/include/clang/AST/DataCollection.h U src/gnu/llvm/clang/include/clang/AST/DeclAccessPair.h U src/gnu/llvm/clang/include/clang/AST/DeclBase.h U src/gnu/llvm/clang/include/clang/AST/DeclCXX.h U src/gnu/llvm/clang/include/clang/AST/DeclFriend.h U src/gnu/llvm/clang/include/clang/AST/DeclContextInternals.h U src/gnu/llvm/clang/include/clang/AST/DeclGroup.h U src/gnu/llvm/clang/include/clang/AST/DeclLookups.h U src/gnu/llvm/clang/include/clang/AST/DeclObjC.h U src/gnu/llvm/clang/include/clang/AST/DeclObjCCommon.h U src/gnu/llvm/clang/include/clang/AST/DeclOpenMP.h U src/gnu/llvm/clang/include/clang/AST/DeclTemplate.h U src/gnu/llvm/clang/include/clang/AST/DeclVisitor.h U src/gnu/llvm/clang/include/clang/AST/DeclarationName.h U src/gnu/llvm/clang/include/clang/AST/DependenceFlags.h U src/gnu/llvm/clang/include/clang/AST/DependentDiagnostic.h U src/gnu/llvm/clang/include/clang/AST/EvaluatedExprVisitor.h U src/gnu/llvm/clang/include/clang/AST/Expr.h U src/gnu/llvm/clang/include/clang/AST/ExprCXX.h U src/gnu/llvm/clang/include/clang/AST/ExprConcepts.h U src/gnu/llvm/clang/include/clang/AST/ExprObjC.h U src/gnu/llvm/clang/include/clang/AST/ExprOpenMP.h U src/gnu/llvm/clang/include/clang/AST/ExternalASTMerger.h U src/gnu/llvm/clang/include/clang/AST/ExternalASTSource.h C src/gnu/llvm/clang/include/clang/AST/FormatString.h U src/gnu/llvm/clang/include/clang/AST/Mangle.h U src/gnu/llvm/clang/include/clang/AST/GlobalDecl.h U src/gnu/llvm/clang/include/clang/AST/IgnoreExpr.h U src/gnu/llvm/clang/include/clang/AST/JSONNodeDumper.h U src/gnu/llvm/clang/include/clang/AST/LambdaCapture.h U src/gnu/llvm/clang/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h U src/gnu/llvm/clang/include/clang/AST/LocInfoType.h U src/gnu/llvm/clang/include/clang/AST/MangleNumberingContext.h U src/gnu/llvm/clang/include/clang/AST/NSAPI.h U src/gnu/llvm/clang/include/clang/AST/NestedNameSpecifier.h U src/gnu/llvm/clang/include/clang/AST/NonTrivialTypeVisitor.h N src/gnu/llvm/clang/include/clang/AST/ODRDiagsEmitter.h U src/gnu/llvm/clang/include/clang/AST/ODRHash.h U src/gnu/llvm/clang/include/clang/AST/OSLog.h U src/gnu/llvm/clang/include/clang/AST/OpenMPClause.h U src/gnu/llvm/clang/include/clang/AST/OperationKinds.def U src/gnu/llvm/clang/include/clang/AST/OperationKinds.h U src/gnu/llvm/clang/include/clang/AST/OptionalDiagnostic.h U src/gnu/llvm/clang/include/clang/AST/ParentMap.h U src/gnu/llvm/clang/include/clang/AST/ParentMapContext.h U src/gnu/llvm/clang/include/clang/AST/PrettyDeclStackTrace.h U src/gnu/llvm/clang/include/clang/AST/PrettyPrinter.h U src/gnu/llvm/clang/include/clang/AST/PropertiesBase.td U src/gnu/llvm/clang/include/clang/AST/QualTypeNames.h N src/gnu/llvm/clang/include/clang/AST/Randstruct.h U src/gnu/llvm/clang/include/clang/AST/RawCommentList.h U src/gnu/llvm/clang/include/clang/AST/RecordLayout.h U src/gnu/llvm/clang/include/clang/AST/RecursiveASTVisitor.h U src/gnu/llvm/clang/include/clang/AST/Redeclarable.h U src/gnu/llvm/clang/include/clang/AST/SelectorLocationsKind.h U src/gnu/llvm/clang/include/clang/AST/Stmt.h U src/gnu/llvm/clang/include/clang/AST/StmtCXX.h U src/gnu/llvm/clang/include/clang/AST/StmtDataCollectors.td U src/gnu/llvm/clang/include/clang/AST/StmtGraphTraits.h U src/gnu/llvm/clang/include/clang/AST/StmtIterator.h U src/gnu/llvm/clang/include/clang/AST/StmtObjC.h U src/gnu/llvm/clang/include/clang/AST/StmtOpenMP.h U src/gnu/llvm/clang/include/clang/AST/StmtVisitor.h U src/gnu/llvm/clang/include/clang/AST/Type.h U src/gnu/llvm/clang/include/clang/AST/TemplateArgumentVisitor.h U src/gnu/llvm/clang/include/clang/AST/TemplateBase.h U src/gnu/llvm/clang/include/clang/AST/TemplateName.h U src/gnu/llvm/clang/include/clang/AST/TextNodeDumper.h U src/gnu/llvm/clang/include/clang/AST/TypeLoc.h U src/gnu/llvm/clang/include/clang/AST/TypeLocNodes.def U src/gnu/llvm/clang/include/clang/AST/TypeLocVisitor.h U src/gnu/llvm/clang/include/clang/AST/TypeOrdering.h U src/gnu/llvm/clang/include/clang/AST/TypeProperties.td U src/gnu/llvm/clang/include/clang/AST/TypeVisitor.h U src/gnu/llvm/clang/include/clang/AST/UnresolvedSet.h U src/gnu/llvm/clang/include/clang/AST/VTTBuilder.h U src/gnu/llvm/clang/include/clang/AST/VTableBuilder.h U src/gnu/llvm/clang/include/clang/ASTMatchers/ASTMatchFinder.h U src/gnu/llvm/clang/include/clang/ASTMatchers/ASTMatchers.h U src/gnu/llvm/clang/include/clang/ASTMatchers/ASTMatchersInternal.h U src/gnu/llvm/clang/include/clang/ASTMatchers/ASTMatchersMacros.h U src/gnu/llvm/clang/include/clang/ASTMatchers/GtestMatchers.h U src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h U src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/Parser.h U src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/Registry.h U src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h U src/gnu/llvm/clang/include/clang/Analysis/AnalysisDeclContext.h U src/gnu/llvm/clang/include/clang/Analysis/AnyCall.h U src/gnu/llvm/clang/include/clang/Analysis/BodyFarm.h U src/gnu/llvm/clang/include/clang/Analysis/CFG.h U src/gnu/llvm/clang/include/clang/Analysis/CFGStmtMap.h U src/gnu/llvm/clang/include/clang/Analysis/CallGraph.h U src/gnu/llvm/clang/include/clang/Analysis/CloneDetection.h U src/gnu/llvm/clang/include/clang/Analysis/CodeInjector.h U src/gnu/llvm/clang/include/clang/Analysis/ConstructionContext.h U src/gnu/llvm/clang/include/clang/Analysis/IssueHash.h U src/gnu/llvm/clang/include/clang/Analysis/MacroExpansionContext.h U src/gnu/llvm/clang/include/clang/Analysis/PathDiagnostic.h U src/gnu/llvm/clang/include/clang/Analysis/ProgramPoint.h U src/gnu/llvm/clang/include/clang/Analysis/RetainSummaryManager.h U src/gnu/llvm/clang/include/clang/Analysis/SelectorExtras.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/CalledOnceCheck.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/Consumed.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/Dominators.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/LiveVariables.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ReachableCode.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafety.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyOps.def U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h U src/gnu/llvm/clang/include/clang/Analysis/Analyses/UninitializedValues.h N src/gnu/llvm/clang/include/clang/Analysis/Analyses/UnsafeBufferUsage.h N src/gnu/llvm/clang/include/clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def U src/gnu/llvm/clang/include/clang/Analysis/DomainSpecific/CocoaConventions.h U src/gnu/llvm/clang/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/CFGMatchSwitch.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ControlFlowContext.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowLattice.h U src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowValues.h U src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DataflowWorklist.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/DebugSupport.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/MapLattice.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/MatchSwitch.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/NoopAnalysis.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/NoopLattice.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Solver.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/StorageLocation.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Transfer.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Value.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Models/ChromiumCheckModel.h N src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h U src/gnu/llvm/clang/include/clang/Analysis/Support/BumpVector.h U src/gnu/llvm/clang/include/clang/Basic/AArch64SVEACLETypes.def U src/gnu/llvm/clang/include/clang/Basic/ABI.h U src/gnu/llvm/clang/include/clang/Basic/ASTNode.td U src/gnu/llvm/clang/include/clang/Basic/AddressSpaces.h U src/gnu/llvm/clang/include/clang/Basic/AlignedAllocation.h U src/gnu/llvm/clang/include/clang/Basic/AllDiagnostics.h U src/gnu/llvm/clang/include/clang/Basic/Attr.td U src/gnu/llvm/clang/include/clang/Basic/AttrDocs.td U src/gnu/llvm/clang/include/clang/Basic/AttrKinds.h U src/gnu/llvm/clang/include/clang/Basic/AttrSubjectMatchRules.h U src/gnu/llvm/clang/include/clang/Basic/AttributeCommonInfo.h U src/gnu/llvm/clang/include/clang/Basic/Attributes.h U src/gnu/llvm/clang/include/clang/Basic/BitmaskEnum.h N src/gnu/llvm/clang/include/clang/Basic/BuiltinHeaders.def U src/gnu/llvm/clang/include/clang/Basic/Builtins.def U src/gnu/llvm/clang/include/clang/Basic/Builtins.h U src/gnu/llvm/clang/include/clang/Basic/BuiltinsAArch64.def N src/gnu/llvm/clang/include/clang/Basic/BuiltinsAArch64NeonSVEBridge.def U src/gnu/llvm/clang/include/clang/Basic/Cuda.h U src/gnu/llvm/clang/include/clang/Basic/BuiltinsAMDGPU.def N src/gnu/llvm/clang/include/clang/Basic/BuiltinsAArch64NeonSVEBridge_cg.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsARM.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsBPF.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsHexagon.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsHexagonDep.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsHexagonMapCustomDep.def N src/gnu/llvm/clang/include/clang/Basic/BuiltinsLoongArch.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsMips.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsNEON.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsNVPTX.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsPPC.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsRISCV.def N src/gnu/llvm/clang/include/clang/Basic/BuiltinsRISCVVector.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsSVE.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsSystemZ.def N src/gnu/llvm/clang/include/clang/Basic/BuiltinsVE.def U src/gnu/llvm/clang/include/clang/Basic/LLVM.h N src/gnu/llvm/clang/include/clang/Basic/BuiltinsVEVL.gen.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsWebAssembly.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsX86.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsX86_64.def U src/gnu/llvm/clang/include/clang/Basic/BuiltinsXCore.def N src/gnu/llvm/clang/include/clang/Basic/CLWarnings.h U src/gnu/llvm/clang/include/clang/Basic/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Basic/CapturedStmt.h U src/gnu/llvm/clang/include/clang/Basic/CharInfo.h C src/gnu/llvm/clang/include/clang/Basic/CodeGenOptions.def U src/gnu/llvm/clang/include/clang/Basic/CodeGenOptions.h U src/gnu/llvm/clang/include/clang/Basic/CommentNodes.td U src/gnu/llvm/clang/include/clang/Basic/CommentOptions.h N src/gnu/llvm/clang/include/clang/Basic/CustomizableOptional.h U src/gnu/llvm/clang/include/clang/Basic/DarwinSDKInfo.h U src/gnu/llvm/clang/include/clang/Basic/DebugInfoOptions.h U src/gnu/llvm/clang/include/clang/Basic/DeclNodes.td U src/gnu/llvm/clang/include/clang/Basic/Diagnostic.h U src/gnu/llvm/clang/include/clang/Basic/Diagnostic.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticAST.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticASTKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticAnalysis.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticAnalysisKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCategories.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCategories.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticComment.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCommentKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCommonKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCrossTU.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticCrossTUKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticDocs.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticDriver.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticDriverKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticError.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticFrontend.h C src/gnu/llvm/clang/include/clang/Basic/DiagnosticGroups.td C src/gnu/llvm/clang/include/clang/Basic/DiagnosticFrontendKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticIDs.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticLex.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticLexKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticOptions.def U src/gnu/llvm/clang/include/clang/Basic/DiagnosticOptions.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticParse.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticParseKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticRefactoring.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticRefactoringKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticSema.h C src/gnu/llvm/clang/include/clang/Basic/DiagnosticSemaKinds.td U src/gnu/llvm/clang/include/clang/Basic/DiagnosticSerialization.h U src/gnu/llvm/clang/include/clang/Basic/DiagnosticSerializationKinds.td U src/gnu/llvm/clang/include/clang/Basic/DirectoryEntry.h U src/gnu/llvm/clang/include/clang/Basic/ExceptionSpecificationType.h U src/gnu/llvm/clang/include/clang/Basic/ExpressionTraits.h U src/gnu/llvm/clang/include/clang/Basic/FPOptions.def U src/gnu/llvm/clang/include/clang/Basic/Features.def U src/gnu/llvm/clang/include/clang/Basic/FileEntry.h U src/gnu/llvm/clang/include/clang/Basic/FileManager.h U src/gnu/llvm/clang/include/clang/Basic/FileSystemOptions.h U src/gnu/llvm/clang/include/clang/Basic/FileSystemStatCache.h N src/gnu/llvm/clang/include/clang/Basic/HLSLRuntime.h N src/gnu/llvm/clang/include/clang/Basic/HeaderInclude.h U src/gnu/llvm/clang/include/clang/Basic/IdentifierTable.h U src/gnu/llvm/clang/include/clang/Basic/JsonSupport.h U src/gnu/llvm/clang/include/clang/Basic/Lambda.h C src/gnu/llvm/clang/include/clang/Basic/LangOptions.def U src/gnu/llvm/clang/include/clang/Basic/LangOptions.h U src/gnu/llvm/clang/include/clang/Basic/LangStandard.h U src/gnu/llvm/clang/include/clang/Basic/LangStandards.def U src/gnu/llvm/clang/include/clang/Basic/Linkage.h U src/gnu/llvm/clang/include/clang/Basic/MSP430Target.def U src/gnu/llvm/clang/include/clang/Basic/MacroBuilder.h N src/gnu/llvm/clang/include/clang/Basic/MakeSupport.h U src/gnu/llvm/clang/include/clang/Basic/Module.h U src/gnu/llvm/clang/include/clang/Basic/NoSanitizeList.h U src/gnu/llvm/clang/include/clang/Basic/ObjCRuntime.h U src/gnu/llvm/clang/include/clang/Basic/OpenCLExtensionTypes.def U src/gnu/llvm/clang/include/clang/Basic/OpenCLExtensions.def U src/gnu/llvm/clang/include/clang/Basic/OpenCLImageTypes.def U src/gnu/llvm/clang/include/clang/Basic/OpenCLOptions.h U src/gnu/llvm/clang/include/clang/Basic/OpenMPKinds.def U src/gnu/llvm/clang/include/clang/Basic/OpenMPKinds.h U src/gnu/llvm/clang/include/clang/Basic/OperatorKinds.def U src/gnu/llvm/clang/include/clang/Basic/OperatorKinds.h U src/gnu/llvm/clang/include/clang/Basic/OperatorPrecedence.h U src/gnu/llvm/clang/include/clang/Basic/PPCTypes.def U src/gnu/llvm/clang/include/clang/Basic/PartialDiagnostic.h U src/gnu/llvm/clang/include/clang/Basic/PlistSupport.h U src/gnu/llvm/clang/include/clang/Basic/PragmaKinds.h U src/gnu/llvm/clang/include/clang/Basic/PrettyStackTrace.h U src/gnu/llvm/clang/include/clang/Basic/ProfileList.h U src/gnu/llvm/clang/include/clang/Basic/RISCVVTypes.def U src/gnu/llvm/clang/include/clang/Basic/SanitizerSpecialCaseList.h U src/gnu/llvm/clang/include/clang/Basic/Sanitizers.def U src/gnu/llvm/clang/include/clang/Basic/Sanitizers.h N src/gnu/llvm/clang/include/clang/Basic/Sarif.h U src/gnu/llvm/clang/include/clang/Basic/SourceLocation.h U src/gnu/llvm/clang/include/clang/Basic/SourceManager.h U src/gnu/llvm/clang/include/clang/Basic/SourceManagerInternals.h U src/gnu/llvm/clang/include/clang/Basic/Specifiers.h U src/gnu/llvm/clang/include/clang/Basic/Stack.h U src/gnu/llvm/clang/include/clang/Basic/StmtNodes.td U src/gnu/llvm/clang/include/clang/Basic/SyncScope.h U src/gnu/llvm/clang/include/clang/Basic/TargetBuiltins.h U src/gnu/llvm/clang/include/clang/Basic/TargetCXXABI.def U src/gnu/llvm/clang/include/clang/Basic/TargetCXXABI.h U src/gnu/llvm/clang/include/clang/Basic/TargetID.h C src/gnu/llvm/clang/include/clang/Basic/TargetInfo.h U src/gnu/llvm/clang/include/clang/Basic/TargetOptions.h U src/gnu/llvm/clang/include/clang/Basic/TemplateKinds.h U src/gnu/llvm/clang/include/clang/Basic/Thunk.h U src/gnu/llvm/clang/include/clang/Basic/TokenKinds.def U src/gnu/llvm/clang/include/clang/Basic/TokenKinds.h N src/gnu/llvm/clang/include/clang/Basic/TransformTypeTraits.def U src/gnu/llvm/clang/include/clang/Basic/TypeNodes.td U src/gnu/llvm/clang/include/clang/Basic/TypeTraits.h U src/gnu/llvm/clang/include/clang/Basic/Version.h U src/gnu/llvm/clang/include/clang/Basic/Version.inc.in U src/gnu/llvm/clang/include/clang/Basic/Visibility.h U src/gnu/llvm/clang/include/clang/Basic/XRayInstr.h U src/gnu/llvm/clang/include/clang/Basic/XRayLists.h U src/gnu/llvm/clang/include/clang/Basic/arm_bf16.td U src/gnu/llvm/clang/include/clang/Basic/arm_cde.td U src/gnu/llvm/clang/include/clang/Basic/arm_fp16.td U src/gnu/llvm/clang/include/clang/Basic/arm_mve.td U src/gnu/llvm/clang/include/clang/Basic/arm_mve_defs.td U src/gnu/llvm/clang/include/clang/Basic/arm_neon.td U src/gnu/llvm/clang/include/clang/Basic/arm_neon_incl.td U src/gnu/llvm/clang/include/clang/Basic/arm_sve.td U src/gnu/llvm/clang/include/clang/Basic/riscv_vector.td U src/gnu/llvm/clang/include/clang/CodeGen/BackendUtil.h U src/gnu/llvm/clang/include/clang/CodeGen/CGFunctionInfo.h U src/gnu/llvm/clang/include/clang/CodeGen/CodeGenABITypes.h U src/gnu/llvm/clang/include/clang/CodeGen/CodeGenAction.h U src/gnu/llvm/clang/include/clang/CodeGen/ConstantInitBuilder.h U src/gnu/llvm/clang/include/clang/CodeGen/ConstantInitFuture.h U src/gnu/llvm/clang/include/clang/CodeGen/ModuleBuilder.h U src/gnu/llvm/clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h U src/gnu/llvm/clang/include/clang/CodeGen/SwiftCallingConv.h U src/gnu/llvm/clang/include/clang/Config/config.h.cmake U src/gnu/llvm/clang/include/clang/CrossTU/CrossTUDiagnostic.h U src/gnu/llvm/clang/include/clang/CrossTU/CrossTranslationUnit.h U src/gnu/llvm/clang/include/clang/DirectoryWatcher/DirectoryWatcher.h U src/gnu/llvm/clang/include/clang/Driver/Action.h U src/gnu/llvm/clang/include/clang/Driver/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Driver/ClangOptionDocs.td U src/gnu/llvm/clang/include/clang/Driver/Compilation.h U src/gnu/llvm/clang/include/clang/Driver/Distro.h U src/gnu/llvm/clang/include/clang/Driver/Driver.h U src/gnu/llvm/clang/include/clang/Driver/DriverDiagnostic.h U src/gnu/llvm/clang/include/clang/Driver/InputInfo.h U src/gnu/llvm/clang/include/clang/Driver/Job.h U src/gnu/llvm/clang/include/clang/Driver/Multilib.h N src/gnu/llvm/clang/include/clang/Driver/OffloadBundler.h U src/gnu/llvm/clang/include/clang/Driver/OptionUtils.h U src/gnu/llvm/clang/include/clang/Driver/Options.h C src/gnu/llvm/clang/include/clang/Driver/Options.td U src/gnu/llvm/clang/include/clang/Driver/Phases.h U src/gnu/llvm/clang/include/clang/Driver/SanitizerArgs.h U src/gnu/llvm/clang/include/clang/Driver/Tool.h U src/gnu/llvm/clang/include/clang/Driver/ToolChain.h U src/gnu/llvm/clang/include/clang/Driver/Types.def U src/gnu/llvm/clang/include/clang/Driver/Types.h U src/gnu/llvm/clang/include/clang/Driver/Util.h U src/gnu/llvm/clang/include/clang/Driver/XRayArgs.h U src/gnu/llvm/clang/include/clang/Edit/Commit.h U src/gnu/llvm/clang/include/clang/Edit/EditedSource.h U src/gnu/llvm/clang/include/clang/Edit/EditsReceiver.h U src/gnu/llvm/clang/include/clang/Edit/FileOffset.h U src/gnu/llvm/clang/include/clang/Edit/Rewriters.h N src/gnu/llvm/clang/include/clang/ExtractAPI/API.h N src/gnu/llvm/clang/include/clang/ExtractAPI/APIIgnoresList.h N src/gnu/llvm/clang/include/clang/ExtractAPI/AvailabilityInfo.h N src/gnu/llvm/clang/include/clang/ExtractAPI/DeclarationFragments.h N src/gnu/llvm/clang/include/clang/ExtractAPI/ExtractAPIVisitor.h N src/gnu/llvm/clang/include/clang/ExtractAPI/FrontendActions.h N src/gnu/llvm/clang/include/clang/ExtractAPI/Serialization/SerializerBase.h N src/gnu/llvm/clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h N src/gnu/llvm/clang/include/clang/Format/.clang-format U src/gnu/llvm/clang/include/clang/Format/Format.h U src/gnu/llvm/clang/include/clang/Frontend/ASTConsumers.h U src/gnu/llvm/clang/include/clang/Frontend/ASTUnit.h U src/gnu/llvm/clang/include/clang/Frontend/ChainedDiagnosticConsumer.h U src/gnu/llvm/clang/include/clang/Frontend/CommandLineSourceLoc.h U src/gnu/llvm/clang/include/clang/Frontend/CompilerInstance.h U src/gnu/llvm/clang/include/clang/Frontend/CompilerInvocation.h U src/gnu/llvm/clang/include/clang/Frontend/DependencyOutputOptions.h U src/gnu/llvm/clang/include/clang/Frontend/DiagnosticRenderer.h U src/gnu/llvm/clang/include/clang/Frontend/FrontendAction.h U src/gnu/llvm/clang/include/clang/Frontend/FrontendActions.h U src/gnu/llvm/clang/include/clang/Frontend/FrontendDiagnostic.h U src/gnu/llvm/clang/include/clang/Frontend/FrontendOptions.h U src/gnu/llvm/clang/include/clang/Frontend/FrontendPluginRegistry.h U src/gnu/llvm/clang/include/clang/Frontend/LayoutOverrideSource.h U src/gnu/llvm/clang/include/clang/Frontend/LogDiagnosticPrinter.h U src/gnu/llvm/clang/include/clang/Frontend/Utils.h U src/gnu/llvm/clang/include/clang/Frontend/MigratorOptions.h U src/gnu/llvm/clang/include/clang/Frontend/MultiplexConsumer.h U src/gnu/llvm/clang/include/clang/Frontend/PCHContainerOperations.h U src/gnu/llvm/clang/include/clang/Frontend/PrecompiledPreamble.h U src/gnu/llvm/clang/include/clang/Frontend/PreprocessorOutputOptions.h N src/gnu/llvm/clang/include/clang/Frontend/SARIFDiagnostic.h N src/gnu/llvm/clang/include/clang/Frontend/SARIFDiagnosticPrinter.h U src/gnu/llvm/clang/include/clang/Frontend/SerializedDiagnosticPrinter.h U src/gnu/llvm/clang/include/clang/Frontend/SerializedDiagnosticReader.h U src/gnu/llvm/clang/include/clang/Frontend/SerializedDiagnostics.h U src/gnu/llvm/clang/include/clang/Frontend/TextDiagnostic.h U src/gnu/llvm/clang/include/clang/Frontend/TextDiagnosticBuffer.h U src/gnu/llvm/clang/include/clang/Frontend/TextDiagnosticPrinter.h U src/gnu/llvm/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h U src/gnu/llvm/clang/include/clang/FrontendTool/Utils.h U src/gnu/llvm/clang/include/clang/Index/CommentToXML.h U src/gnu/llvm/clang/include/clang/Index/DeclOccurrence.h U src/gnu/llvm/clang/include/clang/Index/IndexDataConsumer.h U src/gnu/llvm/clang/include/clang/Index/IndexSymbol.h U src/gnu/llvm/clang/include/clang/Index/IndexingAction.h U src/gnu/llvm/clang/include/clang/Index/IndexingOptions.h U src/gnu/llvm/clang/include/clang/Index/USRGeneration.h U src/gnu/llvm/clang/include/clang/IndexSerialization/SerializablePathCollection.h U src/gnu/llvm/clang/include/clang/Interpreter/Interpreter.h U src/gnu/llvm/clang/include/clang/Interpreter/PartialTranslationUnit.h U src/gnu/llvm/clang/include/clang/Lex/CodeCompletionHandler.h N src/gnu/llvm/clang/include/clang/Lex/DependencyDirectivesScanner.h U src/gnu/llvm/clang/include/clang/Lex/DirectoryLookup.h U src/gnu/llvm/clang/include/clang/Lex/ExternalPreprocessorSource.h U src/gnu/llvm/clang/include/clang/Lex/HeaderMap.h U src/gnu/llvm/clang/include/clang/Lex/HeaderMapTypes.h U src/gnu/llvm/clang/include/clang/Lex/HeaderSearch.h U src/gnu/llvm/clang/include/clang/Lex/HeaderSearchOptions.h U src/gnu/llvm/clang/include/clang/Lex/LexDiagnostic.h U src/gnu/llvm/clang/include/clang/Lex/Lexer.h U src/gnu/llvm/clang/include/clang/Lex/LiteralSupport.h U src/gnu/llvm/clang/include/clang/Lex/MacroArgs.h U src/gnu/llvm/clang/include/clang/Lex/MacroInfo.h U src/gnu/llvm/clang/include/clang/Lex/ModuleLoader.h U src/gnu/llvm/clang/include/clang/Lex/ModuleMap.h U src/gnu/llvm/clang/include/clang/Lex/MultipleIncludeOpt.h U src/gnu/llvm/clang/include/clang/Lex/PPCallbacks.h U src/gnu/llvm/clang/include/clang/Lex/Pragma.h U src/gnu/llvm/clang/include/clang/Lex/Token.h U src/gnu/llvm/clang/include/clang/Lex/PPConditionalDirectiveRecord.h U src/gnu/llvm/clang/include/clang/Lex/PreprocessingRecord.h U src/gnu/llvm/clang/include/clang/Lex/Preprocessor.h U src/gnu/llvm/clang/include/clang/Lex/PreprocessorLexer.h U src/gnu/llvm/clang/include/clang/Lex/PreprocessorOptions.h U src/gnu/llvm/clang/include/clang/Lex/ScratchBuffer.h U src/gnu/llvm/clang/include/clang/Lex/TokenConcatenation.h U src/gnu/llvm/clang/include/clang/Lex/TokenLexer.h U src/gnu/llvm/clang/include/clang/Lex/VariadicMacroSupport.h U src/gnu/llvm/clang/include/clang/Parse/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Parse/LoopHint.h U src/gnu/llvm/clang/include/clang/Parse/ParseAST.h U src/gnu/llvm/clang/include/clang/Parse/ParseDiagnostic.h U src/gnu/llvm/clang/include/clang/Parse/Parser.h U src/gnu/llvm/clang/include/clang/Parse/RAIIObjectsForParser.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/DeltaTree.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/HTMLRewrite.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/RewriteBuffer.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/RewriteRope.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/Rewriter.h U src/gnu/llvm/clang/include/clang/Rewrite/Core/TokenRewriter.h U src/gnu/llvm/clang/include/clang/Rewrite/Frontend/ASTConsumers.h U src/gnu/llvm/clang/include/clang/Rewrite/Frontend/FixItRewriter.h U src/gnu/llvm/clang/include/clang/Rewrite/Frontend/FrontendActions.h U src/gnu/llvm/clang/include/clang/Rewrite/Frontend/Rewriters.h U src/gnu/llvm/clang/include/clang/Sema/AnalysisBasedWarnings.h U src/gnu/llvm/clang/include/clang/Sema/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Sema/CXXFieldCollector.h U src/gnu/llvm/clang/include/clang/Sema/CleanupInfo.h U src/gnu/llvm/clang/include/clang/Sema/CodeCompleteConsumer.h U src/gnu/llvm/clang/include/clang/Sema/CodeCompleteOptions.h U src/gnu/llvm/clang/include/clang/Sema/DeclSpec.h U src/gnu/llvm/clang/include/clang/Sema/DelayedDiagnostic.h U src/gnu/llvm/clang/include/clang/Sema/Designator.h U src/gnu/llvm/clang/include/clang/Sema/ExternalSemaSource.h N src/gnu/llvm/clang/include/clang/Sema/HLSLExternalSemaSource.h U src/gnu/llvm/clang/include/clang/Sema/IdentifierResolver.h U src/gnu/llvm/clang/include/clang/Sema/Initialization.h U src/gnu/llvm/clang/include/clang/Sema/Lookup.h U src/gnu/llvm/clang/include/clang/Sema/MultiplexExternalSemaSource.h U src/gnu/llvm/clang/include/clang/Sema/ObjCMethodList.h U src/gnu/llvm/clang/include/clang/Sema/Scope.h U src/gnu/llvm/clang/include/clang/Sema/Overload.h U src/gnu/llvm/clang/include/clang/Sema/Ownership.h U src/gnu/llvm/clang/include/clang/Sema/ParsedAttr.h U src/gnu/llvm/clang/include/clang/Sema/ParsedTemplate.h N src/gnu/llvm/clang/include/clang/Sema/RISCVIntrinsicManager.h U src/gnu/llvm/clang/include/clang/Sema/ScopeInfo.h C src/gnu/llvm/clang/include/clang/Sema/Sema.h U src/gnu/llvm/clang/include/clang/Sema/SemaConcept.h U src/gnu/llvm/clang/include/clang/Sema/SemaConsumer.h U src/gnu/llvm/clang/include/clang/Sema/SemaDiagnostic.h U src/gnu/llvm/clang/include/clang/Sema/SemaFixItUtils.h U src/gnu/llvm/clang/include/clang/Sema/SemaInternal.h U src/gnu/llvm/clang/include/clang/Sema/SemaLambda.h U src/gnu/llvm/clang/include/clang/Sema/Template.h U src/gnu/llvm/clang/include/clang/Sema/TemplateDeduction.h U src/gnu/llvm/clang/include/clang/Sema/TemplateInstCallback.h U src/gnu/llvm/clang/include/clang/Sema/TypoCorrection.h U src/gnu/llvm/clang/include/clang/Sema/Weak.h U src/gnu/llvm/clang/include/clang/Serialization/ASTBitCodes.h U src/gnu/llvm/clang/include/clang/Serialization/ASTDeserializationListener.h U src/gnu/llvm/clang/include/clang/Serialization/ASTReader.h U src/gnu/llvm/clang/include/clang/Serialization/ASTRecordReader.h U src/gnu/llvm/clang/include/clang/Serialization/ASTRecordWriter.h U src/gnu/llvm/clang/include/clang/Serialization/ASTWriter.h U src/gnu/llvm/clang/include/clang/Serialization/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Serialization/ContinuousRangeMap.h U src/gnu/llvm/clang/include/clang/Serialization/GlobalModuleIndex.h U src/gnu/llvm/clang/include/clang/Serialization/InMemoryModuleCache.h U src/gnu/llvm/clang/include/clang/Serialization/ModuleFile.h U src/gnu/llvm/clang/include/clang/Serialization/ModuleFileExtension.h U src/gnu/llvm/clang/include/clang/Serialization/ModuleManager.h U src/gnu/llvm/clang/include/clang/Serialization/PCHContainerOperations.h U src/gnu/llvm/clang/include/clang/Serialization/SerializationDiagnostic.h N src/gnu/llvm/clang/include/clang/Serialization/SourceLocationEncoding.h U src/gnu/llvm/clang/include/clang/Serialization/TypeBitCodes.def N src/gnu/llvm/clang/include/clang/Support/RISCVVIntrinsicUtils.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/CMakeLists.txt U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h N src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/Taint.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/Analyses.def U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/Checker.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h N src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h U src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h U src/gnu/llvm/clang/include/clang/Testing/CommandLineArgs.h N src/gnu/llvm/clang/include/clang/Testing/TestAST.h U src/gnu/llvm/clang/include/clang/Testing/TestClangConfig.h U src/gnu/llvm/clang/include/clang/Tooling/AllTUsExecution.h U src/gnu/llvm/clang/include/clang/Tooling/ArgumentsAdjusters.h U src/gnu/llvm/clang/include/clang/Tooling/CommonOptionsParser.h U src/gnu/llvm/clang/include/clang/Tooling/CompilationDatabase.h U src/gnu/llvm/clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h U src/gnu/llvm/clang/include/clang/Tooling/DiagnosticsYaml.h U src/gnu/llvm/clang/include/clang/Tooling/Execution.h U src/gnu/llvm/clang/include/clang/Tooling/FileMatchTrie.h U src/gnu/llvm/clang/include/clang/Tooling/FixIt.h U src/gnu/llvm/clang/include/clang/Tooling/JSONCompilationDatabase.h U src/gnu/llvm/clang/include/clang/Tooling/NodeIntrospection.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring.h U src/gnu/llvm/clang/include/clang/Tooling/RefactoringCallbacks.h U src/gnu/llvm/clang/include/clang/Tooling/ReplacementsYaml.h U src/gnu/llvm/clang/include/clang/Tooling/StandaloneExecution.h U src/gnu/llvm/clang/include/clang/Tooling/ToolExecutorPluginRegistry.h U src/gnu/llvm/clang/include/clang/Tooling/Tooling.h U src/gnu/llvm/clang/include/clang/Tooling/ASTDiff/ASTDiff.h U src/gnu/llvm/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h U src/gnu/llvm/clang/include/clang/Tooling/Core/Diagnostic.h U src/gnu/llvm/clang/include/clang/Tooling/Core/Replacement.h U src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h U src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h U src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h U src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h U src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h N src/gnu/llvm/clang/include/clang/Tooling/Inclusions/CSymbolMap.inc N src/gnu/llvm/clang/include/clang/Tooling/Inclusions/HeaderAnalysis.h U src/gnu/llvm/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h U src/gnu/llvm/clang/include/clang/Tooling/Inclusions/IncludeStyle.h N src/gnu/llvm/clang/include/clang/Tooling/Inclusions/StandardLibrary.h N src/gnu/llvm/clang/include/clang/Tooling/Inclusions/StdSymbolMap.inc U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/ASTSelection.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/AtomicChange.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Lookup.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringAction.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringActionRule.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringActionRules.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringOption.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringOptions.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/RefactoringRuleContext.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Extract/Extract.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/RenamingAction.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/SymbolName.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/USRFinder.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h U src/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/BuildTree.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/CMakeLists.txt U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Mutations.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Nodes.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Nodes.td U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Syntax.td N src/gnu/llvm/clang/include/clang/Tooling/Syntax/TokenBufferTokenManager.h N src/gnu/llvm/clang/include/clang/Tooling/Syntax/TokenManager.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Tokens.h U src/gnu/llvm/clang/include/clang/Tooling/Syntax/Tree.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/MatchConsumer.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/Parsing.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/RangeSelector.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/RewriteRule.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/SourceCode.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/SourceCodeBuilders.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/Stencil.h U src/gnu/llvm/clang/include/clang/Tooling/Transformer/Transformer.h U src/gnu/llvm/clang/lib/CMakeLists.txt U src/gnu/llvm/clang/lib/APINotes/APINotesFormat.h U src/gnu/llvm/clang/lib/APINotes/APINotesTypes.cpp U src/gnu/llvm/clang/lib/APINotes/APINotesYAMLCompiler.cpp U src/gnu/llvm/clang/lib/APINotes/CMakeLists.txt U src/gnu/llvm/clang/lib/ARCMigrate/ARCMT.cpp U src/gnu/llvm/clang/lib/ARCMigrate/ARCMTActions.cpp U src/gnu/llvm/clang/lib/ARCMigrate/CMakeLists.txt U src/gnu/llvm/clang/lib/ARCMigrate/FileRemapper.cpp U src/gnu/llvm/clang/lib/ARCMigrate/Internals.h U src/gnu/llvm/clang/lib/ARCMigrate/ObjCMT.cpp U src/gnu/llvm/clang/lib/ARCMigrate/PlistReporter.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransAPIUses.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransARCAssign.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransAutoreleasePool.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransBlockObjCVariable.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransGCAttrs.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransGCCalls.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransProperties.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransProtectedScope.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransUnusedInitDelegate.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp U src/gnu/llvm/clang/lib/ARCMigrate/TransformActions.cpp U src/gnu/llvm/clang/lib/ARCMigrate/Transforms.cpp U src/gnu/llvm/clang/lib/ARCMigrate/Transforms.h U src/gnu/llvm/clang/lib/AST/APValue.cpp U src/gnu/llvm/clang/lib/AST/ASTConcept.cpp U src/gnu/llvm/clang/lib/AST/ASTConsumer.cpp U src/gnu/llvm/clang/lib/AST/ASTContext.cpp U src/gnu/llvm/clang/lib/AST/ASTDiagnostic.cpp U src/gnu/llvm/clang/lib/AST/ASTDumper.cpp U src/gnu/llvm/clang/lib/AST/ASTImporter.cpp U src/gnu/llvm/clang/lib/AST/ASTImporterLookupTable.cpp U src/gnu/llvm/clang/lib/AST/ASTStructuralEquivalence.cpp U src/gnu/llvm/clang/lib/AST/ASTTypeTraits.cpp N src/gnu/llvm/clang/lib/AST/AttrDocTable.cpp U src/gnu/llvm/clang/lib/AST/AttrImpl.cpp U src/gnu/llvm/clang/lib/AST/CMakeLists.txt U src/gnu/llvm/clang/lib/AST/CXXABI.h U src/gnu/llvm/clang/lib/AST/CXXInheritance.cpp U src/gnu/llvm/clang/lib/AST/Comment.cpp U src/gnu/llvm/clang/lib/AST/CommentBriefParser.cpp U src/gnu/llvm/clang/lib/AST/CommentLexer.cpp U src/gnu/llvm/clang/lib/AST/CommentCommandTraits.cpp U src/gnu/llvm/clang/lib/AST/CommentParser.cpp U src/gnu/llvm/clang/lib/AST/CommentSema.cpp U src/gnu/llvm/clang/lib/AST/ComparisonCategories.cpp U src/gnu/llvm/clang/lib/AST/ComputeDependence.cpp U src/gnu/llvm/clang/lib/AST/DataCollection.cpp U src/gnu/llvm/clang/lib/AST/Decl.cpp U src/gnu/llvm/clang/lib/AST/DeclBase.cpp U src/gnu/llvm/clang/lib/AST/DeclCXX.cpp U src/gnu/llvm/clang/lib/AST/DeclFriend.cpp U src/gnu/llvm/clang/lib/AST/DeclGroup.cpp U src/gnu/llvm/clang/lib/AST/DeclObjC.cpp U src/gnu/llvm/clang/lib/AST/DeclOpenMP.cpp U src/gnu/llvm/clang/lib/AST/DeclPrinter.cpp U src/gnu/llvm/clang/lib/AST/DeclTemplate.cpp U src/gnu/llvm/clang/lib/AST/DeclarationName.cpp U src/gnu/llvm/clang/lib/AST/Expr.cpp U src/gnu/llvm/clang/lib/AST/ExprCXX.cpp U src/gnu/llvm/clang/lib/AST/ExprClassification.cpp U src/gnu/llvm/clang/lib/AST/ExprObjC.cpp U src/gnu/llvm/clang/lib/AST/ExprConcepts.cpp U src/gnu/llvm/clang/lib/AST/ExprConstant.cpp U src/gnu/llvm/clang/lib/AST/ExternalASTMerger.cpp U src/gnu/llvm/clang/lib/AST/ExternalASTSource.cpp C src/gnu/llvm/clang/lib/AST/FormatString.cpp U src/gnu/llvm/clang/lib/AST/FormatStringParsing.h U src/gnu/llvm/clang/lib/AST/InheritViz.cpp U src/gnu/llvm/clang/lib/AST/ItaniumCXXABI.cpp U src/gnu/llvm/clang/lib/AST/ItaniumMangle.cpp U src/gnu/llvm/clang/lib/AST/JSONNodeDumper.cpp U src/gnu/llvm/clang/lib/AST/Linkage.h U src/gnu/llvm/clang/lib/AST/Mangle.cpp U src/gnu/llvm/clang/lib/AST/MicrosoftCXXABI.cpp U src/gnu/llvm/clang/lib/AST/MicrosoftMangle.cpp U src/gnu/llvm/clang/lib/AST/NSAPI.cpp U src/gnu/llvm/clang/lib/AST/NestedNameSpecifier.cpp N src/gnu/llvm/clang/lib/AST/ODRDiagsEmitter.cpp U src/gnu/llvm/clang/lib/AST/ODRHash.cpp U src/gnu/llvm/clang/lib/AST/OSLog.cpp U src/gnu/llvm/clang/lib/AST/OpenMPClause.cpp U src/gnu/llvm/clang/lib/AST/ParentMap.cpp U src/gnu/llvm/clang/lib/AST/ParentMapContext.cpp U src/gnu/llvm/clang/lib/AST/PrintfFormatString.cpp U src/gnu/llvm/clang/lib/AST/QualTypeNames.cpp N src/gnu/llvm/clang/lib/AST/Randstruct.cpp U src/gnu/llvm/clang/lib/AST/RawCommentList.cpp U src/gnu/llvm/clang/lib/AST/RecordLayout.cpp U src/gnu/llvm/clang/lib/AST/RecordLayoutBuilder.cpp U src/gnu/llvm/clang/lib/AST/ScanfFormatString.cpp U src/gnu/llvm/clang/lib/AST/SelectorLocationsKind.cpp U src/gnu/llvm/clang/lib/AST/Stmt.cpp U src/gnu/llvm/clang/lib/AST/StmtCXX.cpp U src/gnu/llvm/clang/lib/AST/StmtIterator.cpp U src/gnu/llvm/clang/lib/AST/StmtObjC.cpp U src/gnu/llvm/clang/lib/AST/StmtOpenMP.cpp U src/gnu/llvm/clang/lib/AST/StmtPrinter.cpp U src/gnu/llvm/clang/lib/AST/StmtProfile.cpp U src/gnu/llvm/clang/lib/AST/StmtViz.cpp U src/gnu/llvm/clang/lib/AST/TemplateBase.cpp U src/gnu/llvm/clang/lib/AST/TemplateName.cpp U src/gnu/llvm/clang/lib/AST/TextNodeDumper.cpp U src/gnu/llvm/clang/lib/AST/Type.cpp U src/gnu/llvm/clang/lib/AST/TypeLoc.cpp U src/gnu/llvm/clang/lib/AST/TypePrinter.cpp U src/gnu/llvm/clang/lib/AST/VTTBuilder.cpp U src/gnu/llvm/clang/lib/AST/VTableBuilder.cpp U src/gnu/llvm/clang/lib/AST/Interp/Boolean.h U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeEmitter.cpp U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeEmitter.h U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeExprGen.cpp U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeExprGen.h U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeGenError.cpp U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeGenError.h U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeStmtGen.cpp U src/gnu/llvm/clang/lib/AST/Interp/ByteCodeStmtGen.h U src/gnu/llvm/clang/lib/AST/Interp/Context.cpp U src/gnu/llvm/clang/lib/AST/Interp/Context.h U src/gnu/llvm/clang/lib/AST/Interp/Descriptor.cpp U src/gnu/llvm/clang/lib/AST/Interp/Descriptor.h U src/gnu/llvm/clang/lib/AST/Interp/Disasm.cpp U src/gnu/llvm/clang/lib/AST/Interp/EvalEmitter.cpp U src/gnu/llvm/clang/lib/AST/Interp/EvalEmitter.h U src/gnu/llvm/clang/lib/AST/Interp/Frame.cpp U src/gnu/llvm/clang/lib/AST/Interp/Frame.h U src/gnu/llvm/clang/lib/AST/Interp/Function.cpp U src/gnu/llvm/clang/lib/AST/Interp/Function.h U src/gnu/llvm/clang/lib/AST/Interp/Integral.h U src/gnu/llvm/clang/lib/AST/Interp/Interp.cpp U src/gnu/llvm/clang/lib/AST/Interp/Interp.h U src/gnu/llvm/clang/lib/AST/Interp/InterpBlock.cpp U src/gnu/llvm/clang/lib/AST/Interp/InterpBlock.h U src/gnu/llvm/clang/lib/AST/Interp/InterpFrame.cpp U src/gnu/llvm/clang/lib/AST/Interp/InterpFrame.h U src/gnu/llvm/clang/lib/AST/Interp/InterpStack.cpp U src/gnu/llvm/clang/lib/AST/Interp/InterpStack.h U src/gnu/llvm/clang/lib/AST/Interp/InterpState.cpp U src/gnu/llvm/clang/lib/AST/Interp/InterpState.h U src/gnu/llvm/clang/lib/AST/Interp/Opcode.h U src/gnu/llvm/clang/lib/AST/Interp/Opcodes.td U src/gnu/llvm/clang/lib/AST/Interp/Pointer.cpp U src/gnu/llvm/clang/lib/AST/Interp/Pointer.h U src/gnu/llvm/clang/lib/AST/Interp/PrimType.cpp U src/gnu/llvm/clang/lib/AST/Interp/PrimType.h U src/gnu/llvm/clang/lib/AST/Interp/Program.cpp U src/gnu/llvm/clang/lib/AST/Interp/Program.h U src/gnu/llvm/clang/lib/AST/Interp/Record.cpp U src/gnu/llvm/clang/lib/AST/Interp/Record.h U src/gnu/llvm/clang/lib/AST/Interp/Source.cpp U src/gnu/llvm/clang/lib/AST/Interp/State.h U src/gnu/llvm/clang/lib/AST/Interp/Source.h U src/gnu/llvm/clang/lib/AST/Interp/State.cpp U src/gnu/llvm/clang/lib/ASTMatchers/ASTMatchFinder.cpp U src/gnu/llvm/clang/lib/ASTMatchers/ASTMatchersInternal.cpp U src/gnu/llvm/clang/lib/ASTMatchers/CMakeLists.txt U src/gnu/llvm/clang/lib/ASTMatchers/GtestMatchers.cpp U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/CMakeLists.txt U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/Marshallers.cpp U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/Marshallers.h U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/Parser.cpp U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/Registry.cpp U src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp U src/gnu/llvm/clang/lib/Analysis/AnalysisDeclContext.cpp U src/gnu/llvm/clang/lib/Analysis/BodyFarm.cpp U src/gnu/llvm/clang/lib/Analysis/CFG.cpp U src/gnu/llvm/clang/lib/Analysis/CFGReachabilityAnalysis.cpp U src/gnu/llvm/clang/lib/Analysis/CFGStmtMap.cpp U src/gnu/llvm/clang/lib/Analysis/CMakeLists.txt U src/gnu/llvm/clang/lib/Analysis/CallGraph.cpp U src/gnu/llvm/clang/lib/Analysis/CalledOnceCheck.cpp U src/gnu/llvm/clang/lib/Analysis/CloneDetection.cpp U src/gnu/llvm/clang/lib/Analysis/CocoaConventions.cpp U src/gnu/llvm/clang/lib/Analysis/CodeInjector.cpp U src/gnu/llvm/clang/lib/Analysis/ConstructionContext.cpp U src/gnu/llvm/clang/lib/Analysis/Consumed.cpp U src/gnu/llvm/clang/lib/Analysis/Dominators.cpp U src/gnu/llvm/clang/lib/Analysis/ExprMutationAnalyzer.cpp U src/gnu/llvm/clang/lib/Analysis/IssueHash.cpp U src/gnu/llvm/clang/lib/Analysis/LiveVariables.cpp U src/gnu/llvm/clang/lib/Analysis/MacroExpansionContext.cpp U src/gnu/llvm/clang/lib/Analysis/ObjCNoReturn.cpp U src/gnu/llvm/clang/lib/Analysis/PathDiagnostic.cpp U src/gnu/llvm/clang/lib/Analysis/PostOrderCFGView.cpp U src/gnu/llvm/clang/lib/Analysis/ProgramPoint.cpp U src/gnu/llvm/clang/lib/Analysis/ReachableCode.cpp U src/gnu/llvm/clang/lib/Analysis/RetainSummaryManager.cpp U src/gnu/llvm/clang/lib/Analysis/ThreadSafety.cpp U src/gnu/llvm/clang/lib/Analysis/ThreadSafetyCommon.cpp U src/gnu/llvm/clang/lib/Analysis/ThreadSafetyLogical.cpp U src/gnu/llvm/clang/lib/Analysis/ThreadSafetyTIL.cpp U src/gnu/llvm/clang/lib/Analysis/UninitializedValues.cpp N src/gnu/llvm/clang/lib/Analysis/UnsafeBufferUsage.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/CMakeLists.txt N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ControlFlowContext.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/DebugSupport.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Transfer.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Value.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/CMakeLists.txt N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ChromiumCheckModel.cpp N src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp U src/gnu/llvm/clang/lib/Analysis/plugins/CMakeLists.txt U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandling.cpp U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandlingAnalyzerPlugin.exports U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling.cpp U src/gnu/llvm/clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandlingAnalyzerPlugin.exports U src/gnu/llvm/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt U src/gnu/llvm/clang/lib/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp U src/gnu/llvm/clang/lib/Analysis/plugins/SampleAnalyzer/SampleAnalyzerPlugin.exports U src/gnu/llvm/clang/lib/Basic/Attributes.cpp N src/gnu/llvm/clang/lib/Basic/BuiltinTargetFeatures.h U src/gnu/llvm/clang/lib/Basic/Builtins.cpp N src/gnu/llvm/clang/lib/Basic/CLWarnings.cpp U src/gnu/llvm/clang/lib/Basic/CMakeLists.txt U src/gnu/llvm/clang/lib/Basic/CharInfo.cpp U src/gnu/llvm/clang/lib/Basic/CodeGenOptions.cpp U src/gnu/llvm/clang/lib/Basic/Cuda.cpp U src/gnu/llvm/clang/lib/Basic/DarwinSDKInfo.cpp U src/gnu/llvm/clang/lib/Basic/Diagnostic.cpp U src/gnu/llvm/clang/lib/Basic/DiagnosticIDs.cpp U src/gnu/llvm/clang/lib/Basic/DiagnosticOptions.cpp U src/gnu/llvm/clang/lib/Basic/ExpressionTraits.cpp U src/gnu/llvm/clang/lib/Basic/FileEntry.cpp U src/gnu/llvm/clang/lib/Basic/FileManager.cpp U src/gnu/llvm/clang/lib/Basic/FileSystemStatCache.cpp U src/gnu/llvm/clang/lib/Basic/IdentifierTable.cpp U src/gnu/llvm/clang/lib/Basic/LangOptions.cpp U src/gnu/llvm/clang/lib/Basic/LangStandards.cpp N src/gnu/llvm/clang/lib/Basic/MakeSupport.cpp U src/gnu/llvm/clang/lib/Basic/Module.cpp U src/gnu/llvm/clang/lib/Basic/NoSanitizeList.cpp U src/gnu/llvm/clang/lib/Basic/ObjCRuntime.cpp U src/gnu/llvm/clang/lib/Basic/OpenCLOptions.cpp U src/gnu/llvm/clang/lib/Basic/OpenMPKinds.cpp U src/gnu/llvm/clang/lib/Basic/OperatorPrecedence.cpp U src/gnu/llvm/clang/lib/Basic/ProfileList.cpp U src/gnu/llvm/clang/lib/Basic/SanitizerSpecialCaseList.cpp U src/gnu/llvm/clang/lib/Basic/Sanitizers.cpp N src/gnu/llvm/clang/lib/Basic/Sarif.cpp U src/gnu/llvm/clang/lib/Basic/SourceLocation.cpp U src/gnu/llvm/clang/lib/Basic/SourceManager.cpp U src/gnu/llvm/clang/lib/Basic/Stack.cpp U src/gnu/llvm/clang/lib/Basic/TargetID.cpp C src/gnu/llvm/clang/lib/Basic/TargetInfo.cpp U src/gnu/llvm/clang/lib/Basic/Targets.cpp U src/gnu/llvm/clang/lib/Basic/Targets.h U src/gnu/llvm/clang/lib/Basic/TokenKinds.cpp U src/gnu/llvm/clang/lib/Basic/TypeTraits.cpp U src/gnu/llvm/clang/lib/Basic/Version.cpp U src/gnu/llvm/clang/lib/Basic/Warnings.cpp U src/gnu/llvm/clang/lib/Basic/XRayInstr.cpp U src/gnu/llvm/clang/lib/Basic/XRayLists.cpp U src/gnu/llvm/clang/lib/Basic/Targets/AArch64.cpp U src/gnu/llvm/clang/lib/Basic/Targets/AArch64.h U src/gnu/llvm/clang/lib/Basic/Targets/AMDGPU.cpp U src/gnu/llvm/clang/lib/Basic/Targets/AMDGPU.h U src/gnu/llvm/clang/lib/Basic/Targets/ARC.cpp U src/gnu/llvm/clang/lib/Basic/Targets/ARC.h U src/gnu/llvm/clang/lib/Basic/Targets/ARM.cpp U src/gnu/llvm/clang/lib/Basic/Targets/ARM.h U src/gnu/llvm/clang/lib/Basic/Targets/AVR.cpp U src/gnu/llvm/clang/lib/Basic/Targets/AVR.h U src/gnu/llvm/clang/lib/Basic/Targets/BPF.cpp U src/gnu/llvm/clang/lib/Basic/Targets/BPF.h N src/gnu/llvm/clang/lib/Basic/Targets/CSKY.cpp N src/gnu/llvm/clang/lib/Basic/Targets/CSKY.h N src/gnu/llvm/clang/lib/Basic/Targets/DirectX.cpp N src/gnu/llvm/clang/lib/Basic/Targets/DirectX.h U src/gnu/llvm/clang/lib/Basic/Targets/Hexagon.cpp U src/gnu/llvm/clang/lib/Basic/Targets/Hexagon.h U src/gnu/llvm/clang/lib/Basic/Targets/Lanai.cpp U src/gnu/llvm/clang/lib/Basic/Targets/Lanai.h U src/gnu/llvm/clang/lib/Basic/Targets/Le64.cpp U src/gnu/llvm/clang/lib/Basic/Targets/Le64.h N src/gnu/llvm/clang/lib/Basic/Targets/LoongArch.cpp N src/gnu/llvm/clang/lib/Basic/Targets/LoongArch.h U src/gnu/llvm/clang/lib/Basic/Targets/M68k.cpp U src/gnu/llvm/clang/lib/Basic/Targets/M68k.h U src/gnu/llvm/clang/lib/Basic/Targets/MSP430.cpp U src/gnu/llvm/clang/lib/Basic/Targets/MSP430.h U src/gnu/llvm/clang/lib/Basic/Targets/Mips.cpp C src/gnu/llvm/clang/lib/Basic/Targets/Mips.h U src/gnu/llvm/clang/lib/Basic/Targets/NVPTX.cpp U src/gnu/llvm/clang/lib/Basic/Targets/NVPTX.h U src/gnu/llvm/clang/lib/Basic/Targets/OSTargets.cpp C src/gnu/llvm/clang/lib/Basic/Targets/OSTargets.h U src/gnu/llvm/clang/lib/Basic/Targets/PNaCl.cpp U src/gnu/llvm/clang/lib/Basic/Targets/PNaCl.h U src/gnu/llvm/clang/lib/Basic/Targets/PPC.cpp U src/gnu/llvm/clang/lib/Basic/Targets/PPC.h C src/gnu/llvm/clang/lib/Basic/Targets/RISCV.cpp U src/gnu/llvm/clang/lib/Basic/Targets/RISCV.h U src/gnu/llvm/clang/lib/Basic/Targets/SPIR.cpp U src/gnu/llvm/clang/lib/Basic/Targets/SPIR.h U src/gnu/llvm/clang/lib/Basic/Targets/Sparc.cpp U src/gnu/llvm/clang/lib/Basic/Targets/Sparc.h U src/gnu/llvm/clang/lib/Basic/Targets/SystemZ.cpp C src/gnu/llvm/clang/lib/Basic/Targets/SystemZ.h U src/gnu/llvm/clang/lib/Basic/Targets/TCE.cpp U src/gnu/llvm/clang/lib/Basic/Targets/TCE.h U src/gnu/llvm/clang/lib/Basic/Targets/VE.cpp U src/gnu/llvm/clang/lib/Basic/Targets/VE.h U src/gnu/llvm/clang/lib/Basic/Targets/WebAssembly.cpp U src/gnu/llvm/clang/lib/Basic/Targets/WebAssembly.h C src/gnu/llvm/clang/lib/Basic/Targets/X86.cpp C src/gnu/llvm/clang/lib/Basic/Targets/X86.h U src/gnu/llvm/clang/lib/Basic/Targets/XCore.cpp U src/gnu/llvm/clang/lib/Basic/Targets/XCore.h U src/gnu/llvm/clang/lib/CodeGen/ABIInfo.h U src/gnu/llvm/clang/lib/CodeGen/Address.h U src/gnu/llvm/clang/lib/CodeGen/BackendUtil.cpp U src/gnu/llvm/clang/lib/CodeGen/CGAtomic.cpp U src/gnu/llvm/clang/lib/CodeGen/CGBlocks.cpp U src/gnu/llvm/clang/lib/CodeGen/CGBlocks.h U src/gnu/llvm/clang/lib/CodeGen/CGBuilder.h U src/gnu/llvm/clang/lib/CodeGen/CGBuiltin.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCUDANV.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCUDARuntime.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCUDARuntime.h U src/gnu/llvm/clang/lib/CodeGen/CGCXX.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCXXABI.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCXXABI.h C src/gnu/llvm/clang/lib/CodeGen/CGCall.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCall.h U src/gnu/llvm/clang/lib/CodeGen/CGClass.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCleanup.cpp U src/gnu/llvm/clang/lib/CodeGen/CGCleanup.h U src/gnu/llvm/clang/lib/CodeGen/CGCoroutine.cpp U src/gnu/llvm/clang/lib/CodeGen/CGDebugInfo.cpp U src/gnu/llvm/clang/lib/CodeGen/CGDecl.cpp U src/gnu/llvm/clang/lib/CodeGen/CGDebugInfo.h U src/gnu/llvm/clang/lib/CodeGen/CGDeclCXX.cpp U src/gnu/llvm/clang/lib/CodeGen/CGException.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExpr.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExprAgg.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExprCXX.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExprComplex.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExprConstant.cpp U src/gnu/llvm/clang/lib/CodeGen/CGExprScalar.cpp U src/gnu/llvm/clang/lib/CodeGen/CGGPUBuiltin.cpp N src/gnu/llvm/clang/lib/CodeGen/CGHLSLRuntime.cpp N src/gnu/llvm/clang/lib/CodeGen/CGHLSLRuntime.h U src/gnu/llvm/clang/lib/CodeGen/CGLoopInfo.cpp U src/gnu/llvm/clang/lib/CodeGen/CGLoopInfo.h U src/gnu/llvm/clang/lib/CodeGen/CGNonTrivialStruct.cpp U src/gnu/llvm/clang/lib/CodeGen/CGObjC.cpp U src/gnu/llvm/clang/lib/CodeGen/CGObjCGNU.cpp U src/gnu/llvm/clang/lib/CodeGen/CGObjCMac.cpp U src/gnu/llvm/clang/lib/CodeGen/CGObjCRuntime.cpp U src/gnu/llvm/clang/lib/CodeGen/CGObjCRuntime.h U src/gnu/llvm/clang/lib/CodeGen/CGOpenCLRuntime.cpp U src/gnu/llvm/clang/lib/CodeGen/CGOpenCLRuntime.h U src/gnu/llvm/clang/lib/CodeGen/CGOpenMPRuntime.cpp U src/gnu/llvm/clang/lib/CodeGen/CGOpenMPRuntime.h U src/gnu/llvm/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp U src/gnu/llvm/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h U src/gnu/llvm/clang/lib/CodeGen/CGRecordLayout.h U src/gnu/llvm/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp U src/gnu/llvm/clang/lib/CodeGen/CGStmt.cpp U src/gnu/llvm/clang/lib/CodeGen/CGStmtOpenMP.cpp U src/gnu/llvm/clang/lib/CodeGen/CGVTT.cpp U src/gnu/llvm/clang/lib/CodeGen/CGVTables.cpp U src/gnu/llvm/clang/lib/CodeGen/CGVTables.h U src/gnu/llvm/clang/lib/CodeGen/CGValue.h U src/gnu/llvm/clang/lib/CodeGen/CMakeLists.txt U src/gnu/llvm/clang/lib/CodeGen/CodeGenABITypes.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenAction.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenFunction.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenFunction.h C src/gnu/llvm/clang/lib/CodeGen/CodeGenModule.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenModule.h U src/gnu/llvm/clang/lib/CodeGen/CodeGenPGO.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenPGO.h U src/gnu/llvm/clang/lib/CodeGen/CodeGenTBAA.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenTBAA.h U src/gnu/llvm/clang/lib/CodeGen/CodeGenTypeCache.h U src/gnu/llvm/clang/lib/CodeGen/CodeGenTypes.cpp U src/gnu/llvm/clang/lib/CodeGen/CodeGenTypes.h U src/gnu/llvm/clang/lib/CodeGen/ConstantEmitter.h U src/gnu/llvm/clang/lib/CodeGen/ConstantInitBuilder.cpp U src/gnu/llvm/clang/lib/CodeGen/CoverageMappingGen.cpp U src/gnu/llvm/clang/lib/CodeGen/CoverageMappingGen.h U src/gnu/llvm/clang/lib/CodeGen/EHScopeStack.h U src/gnu/llvm/clang/lib/CodeGen/ItaniumCXXABI.cpp U src/gnu/llvm/clang/lib/CodeGen/MacroPPCallbacks.cpp U src/gnu/llvm/clang/lib/CodeGen/MacroPPCallbacks.h U src/gnu/llvm/clang/lib/CodeGen/README.txt U src/gnu/llvm/clang/lib/CodeGen/MicrosoftCXXABI.cpp U src/gnu/llvm/clang/lib/CodeGen/ModuleBuilder.cpp U src/gnu/llvm/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp U src/gnu/llvm/clang/lib/CodeGen/PatternInit.cpp U src/gnu/llvm/clang/lib/CodeGen/PatternInit.h U src/gnu/llvm/clang/lib/CodeGen/SanitizerMetadata.cpp U src/gnu/llvm/clang/lib/CodeGen/SanitizerMetadata.h U src/gnu/llvm/clang/lib/CodeGen/SwiftCallingConv.cpp C src/gnu/llvm/clang/lib/CodeGen/TargetInfo.cpp U src/gnu/llvm/clang/lib/CodeGen/TargetInfo.h U src/gnu/llvm/clang/lib/CodeGen/VarBypassDetector.cpp U src/gnu/llvm/clang/lib/CodeGen/VarBypassDetector.h U src/gnu/llvm/clang/lib/CrossTU/CMakeLists.txt U src/gnu/llvm/clang/lib/CrossTU/CrossTranslationUnit.cpp U src/gnu/llvm/clang/lib/DirectoryWatcher/CMakeLists.txt U src/gnu/llvm/clang/lib/DirectoryWatcher/DirectoryScanner.cpp U src/gnu/llvm/clang/lib/DirectoryWatcher/DirectoryScanner.h U src/gnu/llvm/clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp U src/gnu/llvm/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp U src/gnu/llvm/clang/lib/DirectoryWatcher/mac/DirectoryWatcher-mac.cpp U src/gnu/llvm/clang/lib/DirectoryWatcher/windows/DirectoryWatcher-windows.cpp U src/gnu/llvm/clang/lib/Driver/Action.cpp U src/gnu/llvm/clang/lib/Driver/CMakeLists.txt U src/gnu/llvm/clang/lib/Driver/Compilation.cpp U src/gnu/llvm/clang/lib/Driver/Distro.cpp C src/gnu/llvm/clang/lib/Driver/Driver.cpp U src/gnu/llvm/clang/lib/Driver/DriverOptions.cpp U src/gnu/llvm/clang/lib/Driver/Job.cpp U src/gnu/llvm/clang/lib/Driver/Multilib.cpp N src/gnu/llvm/clang/lib/Driver/OffloadBundler.cpp U src/gnu/llvm/clang/lib/Driver/OptionUtils.cpp U src/gnu/llvm/clang/lib/Driver/Phases.cpp U src/gnu/llvm/clang/lib/Driver/SanitizerArgs.cpp U src/gnu/llvm/clang/lib/Driver/Tool.cpp U src/gnu/llvm/clang/lib/Driver/ToolChain.cpp U src/gnu/llvm/clang/lib/Driver/Types.cpp U src/gnu/llvm/clang/lib/Driver/XRayArgs.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/AIX.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/AIX.h U src/gnu/llvm/clang/lib/Driver/ToolChains/AMDGPU.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/AMDGPU.h U src/gnu/llvm/clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/AMDGPUOpenMP.h U src/gnu/llvm/clang/lib/Driver/ToolChains/AVR.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/AVR.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Ananas.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Ananas.h U src/gnu/llvm/clang/lib/Driver/ToolChains/BareMetal.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/BareMetal.h N src/gnu/llvm/clang/lib/Driver/ToolChains/CSKYToolChain.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/CSKYToolChain.h C src/gnu/llvm/clang/lib/Driver/ToolChains/Clang.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Clang.h U src/gnu/llvm/clang/lib/Driver/ToolChains/CloudABI.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/CloudABI.h U src/gnu/llvm/clang/lib/Driver/ToolChains/CommonArgs.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/CommonArgs.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Contiki.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Contiki.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Cuda.h U src/gnu/llvm/clang/lib/Driver/ToolChains/CrossWindows.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/CrossWindows.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Cuda.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Darwin.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Darwin.h U src/gnu/llvm/clang/lib/Driver/ToolChains/DragonFly.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/DragonFly.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Flang.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Flang.h U src/gnu/llvm/clang/lib/Driver/ToolChains/FreeBSD.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/FreeBSD.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Fuchsia.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Fuchsia.h C src/gnu/llvm/clang/lib/Driver/ToolChains/Gnu.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Gnu.h N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPAMD.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPAMD.h N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPSPV.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPSPV.h N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPUtility.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/HIPUtility.h N src/gnu/llvm/clang/lib/Driver/ToolChains/HLSL.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/HLSL.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Haiku.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Haiku.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Hexagon.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Hexagon.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Hurd.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Hurd.h U src/gnu/llvm/clang/lib/Driver/ToolChains/InterfaceStubs.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/InterfaceStubs.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Lanai.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Linux.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Linux.h U src/gnu/llvm/clang/lib/Driver/ToolChains/MSP430.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/MSP430.h U src/gnu/llvm/clang/lib/Driver/ToolChains/MSVC.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/MSVC.h U src/gnu/llvm/clang/lib/Driver/ToolChains/MinGW.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/MinGW.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Minix.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Minix.h U src/gnu/llvm/clang/lib/Driver/ToolChains/MipsLinux.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/MipsLinux.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Myriad.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Myriad.h U src/gnu/llvm/clang/lib/Driver/ToolChains/NaCl.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/NaCl.h U src/gnu/llvm/clang/lib/Driver/ToolChains/NetBSD.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/NetBSD.h C src/gnu/llvm/clang/lib/Driver/ToolChains/OpenBSD.cpp C src/gnu/llvm/clang/lib/Driver/ToolChains/OpenBSD.h N src/gnu/llvm/clang/lib/Driver/ToolChains/PPCFreeBSD.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/PPCFreeBSD.h U src/gnu/llvm/clang/lib/Driver/ToolChains/PPCLinux.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/PPCLinux.h U src/gnu/llvm/clang/lib/Driver/ToolChains/PS4CPU.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/PS4CPU.h U src/gnu/llvm/clang/lib/Driver/ToolChains/RISCVToolchain.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/RISCVToolchain.h U src/gnu/llvm/clang/lib/Driver/ToolChains/ROCm.h N src/gnu/llvm/clang/lib/Driver/ToolChains/SPIRV.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/SPIRV.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Solaris.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Solaris.h U src/gnu/llvm/clang/lib/Driver/ToolChains/TCE.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/TCE.h U src/gnu/llvm/clang/lib/Driver/ToolChains/VEToolchain.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/VEToolchain.h U src/gnu/llvm/clang/lib/Driver/ToolChains/WebAssembly.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/WebAssembly.h U src/gnu/llvm/clang/lib/Driver/ToolChains/XCore.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/XCore.h U src/gnu/llvm/clang/lib/Driver/ToolChains/ZOS.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/ZOS.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/AArch64.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/AArch64.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/ARM.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/ARM.h N src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/CSKY.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/CSKY.h N src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/LoongArch.cpp N src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/LoongArch.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/M68k.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/M68k.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/Mips.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/Mips.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/PPC.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/PPC.h C src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/RISCV.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/RISCV.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/Sparc.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/Sparc.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/SystemZ.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/SystemZ.h U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/VE.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/VE.h C src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/X86.cpp U src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/X86.h U src/gnu/llvm/clang/lib/Edit/CMakeLists.txt U src/gnu/llvm/clang/lib/Edit/Commit.cpp U src/gnu/llvm/clang/lib/Edit/EditedSource.cpp U src/gnu/llvm/clang/lib/Edit/RewriteObjCFoundationAPI.cpp N src/gnu/llvm/clang/lib/ExtractAPI/API.cpp N src/gnu/llvm/clang/lib/ExtractAPI/APIIgnoresList.cpp N src/gnu/llvm/clang/lib/ExtractAPI/AvailabilityInfo.cpp N src/gnu/llvm/clang/lib/ExtractAPI/CMakeLists.txt N src/gnu/llvm/clang/lib/ExtractAPI/DeclarationFragments.cpp N src/gnu/llvm/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp N src/gnu/llvm/clang/lib/ExtractAPI/ExtractAPIVisitor.cpp N src/gnu/llvm/clang/lib/ExtractAPI/TypedefUnderlyingTypeResolver.cpp N src/gnu/llvm/clang/lib/ExtractAPI/TypedefUnderlyingTypeResolver.h N src/gnu/llvm/clang/lib/ExtractAPI/Serialization/SerializerBase.cpp N src/gnu/llvm/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp N src/gnu/llvm/clang/lib/Format/.clang-format U src/gnu/llvm/clang/lib/Format/AffectedRangeManager.cpp U src/gnu/llvm/clang/lib/Format/AffectedRangeManager.h U src/gnu/llvm/clang/lib/Format/BreakableToken.cpp U src/gnu/llvm/clang/lib/Format/BreakableToken.h U src/gnu/llvm/clang/lib/Format/CMakeLists.txt U src/gnu/llvm/clang/lib/Format/ContinuationIndenter.cpp U src/gnu/llvm/clang/lib/Format/ContinuationIndenter.h N src/gnu/llvm/clang/lib/Format/DefinitionBlockSeparator.cpp N src/gnu/llvm/clang/lib/Format/DefinitionBlockSeparator.h U src/gnu/llvm/clang/lib/Format/Encoding.h U src/gnu/llvm/clang/lib/Format/Format.cpp U src/gnu/llvm/clang/lib/Format/FormatInternal.h U src/gnu/llvm/clang/lib/Format/FormatToken.cpp U src/gnu/llvm/clang/lib/Format/FormatToken.h U src/gnu/llvm/clang/lib/Format/FormatTokenLexer.cpp U src/gnu/llvm/clang/lib/Format/Macros.h U src/gnu/llvm/clang/lib/Format/FormatTokenLexer.h N src/gnu/llvm/clang/lib/Format/IntegerLiteralSeparatorFixer.cpp N src/gnu/llvm/clang/lib/Format/IntegerLiteralSeparatorFixer.h N src/gnu/llvm/clang/lib/Format/MacroCallReconstructor.cpp U src/gnu/llvm/clang/lib/Format/MacroExpander.cpp U src/gnu/llvm/clang/lib/Format/NamespaceEndCommentsFixer.cpp U src/gnu/llvm/clang/lib/Format/NamespaceEndCommentsFixer.h N src/gnu/llvm/clang/lib/Format/QualifierAlignmentFixer.cpp N src/gnu/llvm/clang/lib/Format/QualifierAlignmentFixer.h U src/gnu/llvm/clang/lib/Format/SortJavaScriptImports.cpp U src/gnu/llvm/clang/lib/Format/SortJavaScriptImports.h U src/gnu/llvm/clang/lib/Format/TokenAnalyzer.cpp U src/gnu/llvm/clang/lib/Format/TokenAnalyzer.h U src/gnu/llvm/clang/lib/Format/TokenAnnotator.cpp U src/gnu/llvm/clang/lib/Format/TokenAnnotator.h U src/gnu/llvm/clang/lib/Format/UnwrappedLineFormatter.cpp U src/gnu/llvm/clang/lib/Format/UnwrappedLineFormatter.h U src/gnu/llvm/clang/lib/Format/UnwrappedLineParser.cpp U src/gnu/llvm/clang/lib/Format/UnwrappedLineParser.h U src/gnu/llvm/clang/lib/Format/UsingDeclarationsSorter.cpp U src/gnu/llvm/clang/lib/Format/UsingDeclarationsSorter.h U src/gnu/llvm/clang/lib/Format/WhitespaceManager.cpp U src/gnu/llvm/clang/lib/Format/WhitespaceManager.h U src/gnu/llvm/clang/lib/Frontend/ASTConsumers.cpp U src/gnu/llvm/clang/lib/Frontend/ASTMerge.cpp U src/gnu/llvm/clang/lib/Frontend/ASTUnit.cpp U src/gnu/llvm/clang/lib/Frontend/CMakeLists.txt U src/gnu/llvm/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp U src/gnu/llvm/clang/lib/Frontend/ChainedIncludesSource.cpp C src/gnu/llvm/clang/lib/Frontend/CompilerInstance.cpp C src/gnu/llvm/clang/lib/Frontend/CompilerInvocation.cpp U src/gnu/llvm/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp U src/gnu/llvm/clang/lib/Frontend/DependencyFile.cpp U src/gnu/llvm/clang/lib/Frontend/DependencyGraph.cpp U src/gnu/llvm/clang/lib/Frontend/DiagnosticRenderer.cpp U src/gnu/llvm/clang/lib/Frontend/FrontendAction.cpp U src/gnu/llvm/clang/lib/Frontend/FrontendActions.cpp U src/gnu/llvm/clang/lib/Frontend/FrontendOptions.cpp U src/gnu/llvm/clang/lib/Frontend/HeaderIncludeGen.cpp U src/gnu/llvm/clang/lib/Frontend/InitPreprocessor.cpp U src/gnu/llvm/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp U src/gnu/llvm/clang/lib/Frontend/LayoutOverrideSource.cpp U src/gnu/llvm/clang/lib/Frontend/LogDiagnosticPrinter.cpp U src/gnu/llvm/clang/lib/Frontend/ModuleDependencyCollector.cpp U src/gnu/llvm/clang/lib/Frontend/MultiplexConsumer.cpp U src/gnu/llvm/clang/lib/Frontend/PrecompiledPreamble.cpp U src/gnu/llvm/clang/lib/Frontend/PrintPreprocessedOutput.cpp N src/gnu/llvm/clang/lib/Frontend/SARIFDiagnostic.cpp N src/gnu/llvm/clang/lib/Frontend/SARIFDiagnosticPrinter.cpp U src/gnu/llvm/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp U src/gnu/llvm/clang/lib/Frontend/SerializedDiagnosticReader.cpp U src/gnu/llvm/clang/lib/Frontend/TestModuleFileExtension.cpp U src/gnu/llvm/clang/lib/Frontend/TextDiagnostic.cpp U src/gnu/llvm/clang/lib/Frontend/TestModuleFileExtension.h U src/gnu/llvm/clang/lib/Frontend/TextDiagnosticBuffer.cpp U src/gnu/llvm/clang/lib/Frontend/TextDiagnosticPrinter.cpp U src/gnu/llvm/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/CMakeLists.txt U src/gnu/llvm/clang/lib/Frontend/Rewrite/FixItRewriter.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/FrontendActions.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/HTMLPrint.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/RewriteMacros.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/RewriteObjC.cpp U src/gnu/llvm/clang/lib/Frontend/Rewrite/RewriteTest.cpp U src/gnu/llvm/clang/lib/FrontendTool/CMakeLists.txt U src/gnu/llvm/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp U src/gnu/llvm/clang/lib/Headers/CMakeLists.txt U src/gnu/llvm/clang/lib/Headers/__clang_cuda_builtin_vars.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_cmath.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_complex_builtins.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_device_functions.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_intrinsics.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_libdevice_declares.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_math.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_math_forward_declares.h U src/gnu/llvm/clang/lib/Headers/__clang_cuda_runtime_wrapper.h N src/gnu/llvm/clang/lib/Headers/__clang_cuda_texture_intrinsics.h U src/gnu/llvm/clang/lib/Headers/__clang_hip_cmath.h U src/gnu/llvm/clang/lib/Headers/__clang_hip_math.h U src/gnu/llvm/clang/lib/Headers/__clang_hip_libdevice_declares.h U src/gnu/llvm/clang/lib/Headers/__clang_hip_runtime_wrapper.h N src/gnu/llvm/clang/lib/Headers/__clang_hip_stdlib.h U src/gnu/llvm/clang/lib/Headers/__stddef_max_align_t.h U src/gnu/llvm/clang/lib/Headers/__wmmintrin_aes.h U src/gnu/llvm/clang/lib/Headers/__wmmintrin_pclmul.h U src/gnu/llvm/clang/lib/Headers/adxintrin.h U src/gnu/llvm/clang/lib/Headers/altivec.h U src/gnu/llvm/clang/lib/Headers/ammintrin.h N src/gnu/llvm/clang/lib/Headers/amxfp16intrin.h U src/gnu/llvm/clang/lib/Headers/amxintrin.h U src/gnu/llvm/clang/lib/Headers/arm64intr.h U src/gnu/llvm/clang/lib/Headers/arm_acle.h U src/gnu/llvm/clang/lib/Headers/arm_cmse.h N src/gnu/llvm/clang/lib/Headers/arm_neon_sve_bridge.h U src/gnu/llvm/clang/lib/Headers/armintr.h U src/gnu/llvm/clang/lib/Headers/avx2intrin.h U src/gnu/llvm/clang/lib/Headers/avx512bf16intrin.h U src/gnu/llvm/clang/lib/Headers/avx512bitalgintrin.h U src/gnu/llvm/clang/lib/Headers/avxintrin.h U src/gnu/llvm/clang/lib/Headers/avx512bwintrin.h U src/gnu/llvm/clang/lib/Headers/avx512cdintrin.h U src/gnu/llvm/clang/lib/Headers/avx512dqintrin.h U src/gnu/llvm/clang/lib/Headers/avx512erintrin.h U src/gnu/llvm/clang/lib/Headers/avx512fintrin.h N src/gnu/llvm/clang/lib/Headers/avx512fp16intrin.h U src/gnu/llvm/clang/lib/Headers/avx512ifmaintrin.h U src/gnu/llvm/clang/lib/Headers/avx512ifmavlintrin.h U src/gnu/llvm/clang/lib/Headers/avx512pfintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vbmi2intrin.h U src/gnu/llvm/clang/lib/Headers/avx512vbmiintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vbmivlintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlbf16intrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlbitalgintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlbwintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlcdintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vldqintrin.h N src/gnu/llvm/clang/lib/Headers/avxifmaintrin.h N src/gnu/llvm/clang/lib/Headers/avx512vlfp16intrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlvbmi2intrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlvnniintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vlvp2intersectintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vnniintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vp2intersectintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vpopcntdqintrin.h U src/gnu/llvm/clang/lib/Headers/avx512vpopcntdqvlintrin.h N src/gnu/llvm/clang/lib/Headers/avxneconvertintrin.h N src/gnu/llvm/clang/lib/Headers/avxvnniint8intrin.h U src/gnu/llvm/clang/lib/Headers/avxvnniintrin.h U src/gnu/llvm/clang/lib/Headers/bmi2intrin.h U src/gnu/llvm/clang/lib/Headers/bmiintrin.h U src/gnu/llvm/clang/lib/Headers/builtins.h U src/gnu/llvm/clang/lib/Headers/cet.h U src/gnu/llvm/clang/lib/Headers/cetintrin.h U src/gnu/llvm/clang/lib/Headers/cldemoteintrin.h U src/gnu/llvm/clang/lib/Headers/clflushoptintrin.h U src/gnu/llvm/clang/lib/Headers/clwbintrin.h U src/gnu/llvm/clang/lib/Headers/clzerointrin.h N src/gnu/llvm/clang/lib/Headers/cmpccxaddintrin.h U src/gnu/llvm/clang/lib/Headers/cpuid.h N src/gnu/llvm/clang/lib/Headers/crc32intrin.h U src/gnu/llvm/clang/lib/Headers/emmintrin.h U src/gnu/llvm/clang/lib/Headers/enqcmdintrin.h U src/gnu/llvm/clang/lib/Headers/f16cintrin.h U src/gnu/llvm/clang/lib/Headers/float.h U src/gnu/llvm/clang/lib/Headers/fma4intrin.h U src/gnu/llvm/clang/lib/Headers/fmaintrin.h U src/gnu/llvm/clang/lib/Headers/fxsrintrin.h U src/gnu/llvm/clang/lib/Headers/gfniintrin.h U src/gnu/llvm/clang/lib/Headers/hexagon_circ_brev_intrinsics.h U src/gnu/llvm/clang/lib/Headers/hexagon_protos.h U src/gnu/llvm/clang/lib/Headers/hexagon_types.h N src/gnu/llvm/clang/lib/Headers/hlsl.h U src/gnu/llvm/clang/lib/Headers/hresetintrin.h U src/gnu/llvm/clang/lib/Headers/htmintrin.h U src/gnu/llvm/clang/lib/Headers/htmxlintrin.h U src/gnu/llvm/clang/lib/Headers/hvx_hexagon_protos.h U src/gnu/llvm/clang/lib/Headers/ia32intrin.h U src/gnu/llvm/clang/lib/Headers/immintrin.h U src/gnu/llvm/clang/lib/Headers/intrin.h U src/gnu/llvm/clang/lib/Headers/inttypes.h U src/gnu/llvm/clang/lib/Headers/invpcidintrin.h U src/gnu/llvm/clang/lib/Headers/iso646.h U src/gnu/llvm/clang/lib/Headers/keylockerintrin.h N src/gnu/llvm/clang/lib/Headers/larchintrin.h U src/gnu/llvm/clang/lib/Headers/limits.h U src/gnu/llvm/clang/lib/Headers/lwpintrin.h U src/gnu/llvm/clang/lib/Headers/lzcntintrin.h U src/gnu/llvm/clang/lib/Headers/mm3dnow.h U src/gnu/llvm/clang/lib/Headers/mm_malloc.h U src/gnu/llvm/clang/lib/Headers/mmintrin.h U src/gnu/llvm/clang/lib/Headers/module.modulemap U src/gnu/llvm/clang/lib/Headers/movdirintrin.h U src/gnu/llvm/clang/lib/Headers/msa.h U src/gnu/llvm/clang/lib/Headers/mwaitxintrin.h U src/gnu/llvm/clang/lib/Headers/nmmintrin.h U src/gnu/llvm/clang/lib/Headers/opencl-c-base.h U src/gnu/llvm/clang/lib/Headers/opencl-c.h U src/gnu/llvm/clang/lib/Headers/pconfigintrin.h U src/gnu/llvm/clang/lib/Headers/pkuintrin.h U src/gnu/llvm/clang/lib/Headers/pmmintrin.h U src/gnu/llvm/clang/lib/Headers/popcntintrin.h N src/gnu/llvm/clang/lib/Headers/prfchiintrin.h U src/gnu/llvm/clang/lib/Headers/prfchwintrin.h U src/gnu/llvm/clang/lib/Headers/ptwriteintrin.h N src/gnu/llvm/clang/lib/Headers/raointintrin.h N src/gnu/llvm/clang/lib/Headers/rdpruintrin.h U src/gnu/llvm/clang/lib/Headers/rdseedintrin.h U src/gnu/llvm/clang/lib/Headers/rtmintrin.h U src/gnu/llvm/clang/lib/Headers/s390intrin.h U src/gnu/llvm/clang/lib/Headers/serializeintrin.h U src/gnu/llvm/clang/lib/Headers/sgxintrin.h U src/gnu/llvm/clang/lib/Headers/shaintrin.h U src/gnu/llvm/clang/lib/Headers/smmintrin.h U src/gnu/llvm/clang/lib/Headers/stdalign.h U src/gnu/llvm/clang/lib/Headers/stdarg.h U src/gnu/llvm/clang/lib/Headers/stdatomic.h U src/gnu/llvm/clang/lib/Headers/stdbool.h U src/gnu/llvm/clang/lib/Headers/stddef.h U src/gnu/llvm/clang/lib/Headers/stdint.h U src/gnu/llvm/clang/lib/Headers/stdnoreturn.h U src/gnu/llvm/clang/lib/Headers/tbmintrin.h U src/gnu/llvm/clang/lib/Headers/tgmath.h U src/gnu/llvm/clang/lib/Headers/tmmintrin.h U src/gnu/llvm/clang/lib/Headers/tsxldtrkintrin.h U src/gnu/llvm/clang/lib/Headers/uintrintrin.h U src/gnu/llvm/clang/lib/Headers/unwind.h U src/gnu/llvm/clang/lib/Headers/vadefs.h U src/gnu/llvm/clang/lib/Headers/vaesintrin.h U src/gnu/llvm/clang/lib/Headers/varargs.h U src/gnu/llvm/clang/lib/Headers/vecintrin.h N src/gnu/llvm/clang/lib/Headers/velintrin.h N src/gnu/llvm/clang/lib/Headers/velintrin_approx.h N src/gnu/llvm/clang/lib/Headers/velintrin_gen.h U src/gnu/llvm/clang/lib/Headers/vpclmulqdqintrin.h U src/gnu/llvm/clang/lib/Headers/waitpkgintrin.h U src/gnu/llvm/clang/lib/Headers/wasm_simd128.h U src/gnu/llvm/clang/lib/Headers/wbnoinvdintrin.h U src/gnu/llvm/clang/lib/Headers/wmmintrin.h U src/gnu/llvm/clang/lib/Headers/x86gprintrin.h U src/gnu/llvm/clang/lib/Headers/x86intrin.h U src/gnu/llvm/clang/lib/Headers/xmmintrin.h U src/gnu/llvm/clang/lib/Headers/xopintrin.h U src/gnu/llvm/clang/lib/Headers/xsavecintrin.h U src/gnu/llvm/clang/lib/Headers/xsaveintrin.h U src/gnu/llvm/clang/lib/Headers/xsaveoptintrin.h U src/gnu/llvm/clang/lib/Headers/xsavesintrin.h U src/gnu/llvm/clang/lib/Headers/xtestintrin.h N src/gnu/llvm/clang/lib/Headers/hlsl/hlsl_basic_types.h N src/gnu/llvm/clang/lib/Headers/hlsl/hlsl_intrinsics.h U src/gnu/llvm/clang/lib/Headers/cuda_wrappers/algorithm N src/gnu/llvm/clang/lib/Headers/cuda_wrappers/cmath U src/gnu/llvm/clang/lib/Headers/cuda_wrappers/complex U src/gnu/llvm/clang/lib/Headers/cuda_wrappers/new U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/__clang_openmp_device_functions.h U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/cmath U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/complex U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/complex.h U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/complex_cmath.h U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/math.h U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/new N src/gnu/llvm/clang/lib/Headers/openmp_wrappers/stdlib.h U src/gnu/llvm/clang/lib/Headers/openmp_wrappers/time.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/bmi2intrin.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/bmiintrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/emmintrin.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/immintrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/mm_malloc.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/mmintrin.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/nmmintrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/pmmintrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/smmintrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/tmmintrin.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/x86gprintrin.h N src/gnu/llvm/clang/lib/Headers/ppc_wrappers/x86intrin.h U src/gnu/llvm/clang/lib/Headers/ppc_wrappers/xmmintrin.h U src/gnu/llvm/clang/lib/Index/CMakeLists.txt U src/gnu/llvm/clang/lib/Index/CommentToXML.cpp U src/gnu/llvm/clang/lib/Index/FileIndexRecord.cpp U src/gnu/llvm/clang/lib/Index/FileIndexRecord.h U src/gnu/llvm/clang/lib/Index/IndexBody.cpp U src/gnu/llvm/clang/lib/Index/IndexDecl.cpp U src/gnu/llvm/clang/lib/Index/IndexSymbol.cpp U src/gnu/llvm/clang/lib/Index/IndexTypeSourceInfo.cpp U src/gnu/llvm/clang/lib/Index/IndexingAction.cpp U src/gnu/llvm/clang/lib/Index/IndexingContext.cpp U src/gnu/llvm/clang/lib/Index/IndexingContext.h U src/gnu/llvm/clang/lib/Index/USRGeneration.cpp U src/gnu/llvm/clang/lib/IndexSerialization/CMakeLists.txt U src/gnu/llvm/clang/lib/IndexSerialization/SerializablePathCollection.cpp U src/gnu/llvm/clang/lib/Interpreter/CMakeLists.txt U src/gnu/llvm/clang/lib/Interpreter/IncrementalExecutor.cpp U src/gnu/llvm/clang/lib/Interpreter/IncrementalExecutor.h U src/gnu/llvm/clang/lib/Interpreter/IncrementalParser.cpp U src/gnu/llvm/clang/lib/Interpreter/IncrementalParser.h U src/gnu/llvm/clang/lib/Interpreter/Interpreter.cpp U src/gnu/llvm/clang/lib/Lex/CMakeLists.txt N src/gnu/llvm/clang/lib/Lex/DependencyDirectivesScanner.cpp U src/gnu/llvm/clang/lib/Lex/HeaderMap.cpp U src/gnu/llvm/clang/lib/Lex/HeaderSearch.cpp N src/gnu/llvm/clang/lib/Lex/InitHeaderSearch.cpp U src/gnu/llvm/clang/lib/Lex/Lexer.cpp U src/gnu/llvm/clang/lib/Lex/LiteralSupport.cpp U src/gnu/llvm/clang/lib/Lex/MacroArgs.cpp U src/gnu/llvm/clang/lib/Lex/MacroInfo.cpp U src/gnu/llvm/clang/lib/Lex/ModuleMap.cpp U src/gnu/llvm/clang/lib/Lex/PPCaching.cpp U src/gnu/llvm/clang/lib/Lex/PPCallbacks.cpp U src/gnu/llvm/clang/lib/Lex/PPConditionalDirectiveRecord.cpp U src/gnu/llvm/clang/lib/Lex/PPDirectives.cpp U src/gnu/llvm/clang/lib/Lex/PPExpressions.cpp U src/gnu/llvm/clang/lib/Lex/PPLexerChange.cpp U src/gnu/llvm/clang/lib/Lex/PPMacroExpansion.cpp U src/gnu/llvm/clang/lib/Lex/Pragma.cpp U src/gnu/llvm/clang/lib/Lex/PreprocessingRecord.cpp U src/gnu/llvm/clang/lib/Lex/Preprocessor.cpp U src/gnu/llvm/clang/lib/Lex/PreprocessorLexer.cpp U src/gnu/llvm/clang/lib/Lex/ScratchBuffer.cpp U src/gnu/llvm/clang/lib/Lex/TokenConcatenation.cpp U src/gnu/llvm/clang/lib/Lex/TokenLexer.cpp U src/gnu/llvm/clang/lib/Lex/UnicodeCharSets.h U src/gnu/llvm/clang/lib/Parse/CMakeLists.txt U src/gnu/llvm/clang/lib/Parse/ParseAST.cpp U src/gnu/llvm/clang/lib/Parse/ParseCXXInlineMethods.cpp U src/gnu/llvm/clang/lib/Parse/ParseDecl.cpp U src/gnu/llvm/clang/lib/Parse/ParseDeclCXX.cpp U src/gnu/llvm/clang/lib/Parse/ParseExpr.cpp U src/gnu/llvm/clang/lib/Parse/ParseExprCXX.cpp N src/gnu/llvm/clang/lib/Parse/ParseHLSL.cpp U src/gnu/llvm/clang/lib/Parse/ParseInit.cpp U src/gnu/llvm/clang/lib/Parse/ParseObjc.cpp U src/gnu/llvm/clang/lib/Parse/ParseOpenMP.cpp U src/gnu/llvm/clang/lib/Parse/ParsePragma.cpp U src/gnu/llvm/clang/lib/Parse/ParseStmt.cpp U src/gnu/llvm/clang/lib/Parse/ParseStmtAsm.cpp U src/gnu/llvm/clang/lib/Parse/ParseTemplate.cpp U src/gnu/llvm/clang/lib/Parse/ParseTentative.cpp U src/gnu/llvm/clang/lib/Parse/Parser.cpp U src/gnu/llvm/clang/lib/Rewrite/CMakeLists.txt U src/gnu/llvm/clang/lib/Rewrite/DeltaTree.cpp U src/gnu/llvm/clang/lib/Rewrite/HTMLRewrite.cpp U src/gnu/llvm/clang/lib/Rewrite/RewriteRope.cpp U src/gnu/llvm/clang/lib/Rewrite/Rewriter.cpp U src/gnu/llvm/clang/lib/Rewrite/TokenRewriter.cpp U src/gnu/llvm/clang/lib/Sema/AnalysisBasedWarnings.cpp U src/gnu/llvm/clang/lib/Sema/CMakeLists.txt U src/gnu/llvm/clang/lib/Sema/CodeCompleteConsumer.cpp U src/gnu/llvm/clang/lib/Sema/CoroutineStmtBuilder.h U src/gnu/llvm/clang/lib/Sema/DeclSpec.cpp U src/gnu/llvm/clang/lib/Sema/DelayedDiagnostic.cpp N src/gnu/llvm/clang/lib/Sema/HLSLExternalSemaSource.cpp U src/gnu/llvm/clang/lib/Sema/IdentifierResolver.cpp U src/gnu/llvm/clang/lib/Sema/JumpDiagnostics.cpp U src/gnu/llvm/clang/lib/Sema/MultiplexExternalSemaSource.cpp U src/gnu/llvm/clang/lib/Sema/OpenCLBuiltins.td U src/gnu/llvm/clang/lib/Sema/ParsedAttr.cpp U src/gnu/llvm/clang/lib/Sema/Scope.cpp U src/gnu/llvm/clang/lib/Sema/ScopeInfo.cpp U src/gnu/llvm/clang/lib/Sema/Sema.cpp U src/gnu/llvm/clang/lib/Sema/SemaAccess.cpp U src/gnu/llvm/clang/lib/Sema/SemaAttr.cpp U src/gnu/llvm/clang/lib/Sema/SemaAvailability.cpp U src/gnu/llvm/clang/lib/Sema/SemaCUDA.cpp U src/gnu/llvm/clang/lib/Sema/SemaCXXScopeSpec.cpp U src/gnu/llvm/clang/lib/Sema/SemaCast.cpp C src/gnu/llvm/clang/lib/Sema/SemaChecking.cpp U src/gnu/llvm/clang/lib/Sema/SemaCodeComplete.cpp U src/gnu/llvm/clang/lib/Sema/SemaConcept.cpp U src/gnu/llvm/clang/lib/Sema/SemaConsumer.cpp U src/gnu/llvm/clang/lib/Sema/SemaCoroutine.cpp U src/gnu/llvm/clang/lib/Sema/SemaDecl.cpp C src/gnu/llvm/clang/lib/Sema/SemaDeclAttr.cpp C src/gnu/llvm/clang/lib/Sema/SemaDeclCXX.cpp U src/gnu/llvm/clang/lib/Sema/SemaDeclObjC.cpp U src/gnu/llvm/clang/lib/Sema/SemaExceptionSpec.cpp U src/gnu/llvm/clang/lib/Sema/SemaExpr.cpp U src/gnu/llvm/clang/lib/Sema/SemaExprCXX.cpp U src/gnu/llvm/clang/lib/Sema/SemaExprMember.cpp N src/gnu/llvm/clang/lib/Sema/SemaHLSL.cpp U src/gnu/llvm/clang/lib/Sema/SemaExprObjC.cpp U src/gnu/llvm/clang/lib/Sema/SemaFixItUtils.cpp U src/gnu/llvm/clang/lib/Sema/SemaInit.cpp U src/gnu/llvm/clang/lib/Sema/SemaLambda.cpp U src/gnu/llvm/clang/lib/Sema/SemaLookup.cpp U src/gnu/llvm/clang/lib/Sema/SemaModule.cpp U src/gnu/llvm/clang/lib/Sema/SemaObjCProperty.cpp U src/gnu/llvm/clang/lib/Sema/SemaOpenMP.cpp U src/gnu/llvm/clang/lib/Sema/SemaOverload.cpp U src/gnu/llvm/clang/lib/Sema/SemaPseudoObject.cpp N src/gnu/llvm/clang/lib/Sema/SemaRISCVVectorLookup.cpp U src/gnu/llvm/clang/lib/Sema/SemaSYCL.cpp U src/gnu/llvm/clang/lib/Sema/SemaStmt.cpp U src/gnu/llvm/clang/lib/Sema/SemaStmtAsm.cpp U src/gnu/llvm/clang/lib/Sema/SemaStmtAttr.cpp U src/gnu/llvm/clang/lib/Sema/SemaTemplate.cpp U src/gnu/llvm/clang/lib/Sema/SemaTemplateDeduction.cpp U src/gnu/llvm/clang/lib/Sema/SemaTemplateInstantiate.cpp U src/gnu/llvm/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp U src/gnu/llvm/clang/lib/Sema/SemaTemplateVariadic.cpp U src/gnu/llvm/clang/lib/Sema/SemaType.cpp U src/gnu/llvm/clang/lib/Sema/TreeTransform.h U src/gnu/llvm/clang/lib/Sema/TypeLocBuilder.cpp U src/gnu/llvm/clang/lib/Sema/TypeLocBuilder.h U src/gnu/llvm/clang/lib/Sema/UsedDeclVisitor.h U src/gnu/llvm/clang/lib/Serialization/ASTCommon.cpp U src/gnu/llvm/clang/lib/Serialization/ASTCommon.h U src/gnu/llvm/clang/lib/Serialization/ASTReader.cpp U src/gnu/llvm/clang/lib/Serialization/ASTReaderDecl.cpp U src/gnu/llvm/clang/lib/Serialization/ASTReaderInternals.h U src/gnu/llvm/clang/lib/Serialization/ASTReaderStmt.cpp U src/gnu/llvm/clang/lib/Serialization/ASTWriter.cpp U src/gnu/llvm/clang/lib/Serialization/ASTWriterDecl.cpp U src/gnu/llvm/clang/lib/Serialization/ASTWriterStmt.cpp U src/gnu/llvm/clang/lib/Serialization/CMakeLists.txt U src/gnu/llvm/clang/lib/Serialization/GeneratePCH.cpp U src/gnu/llvm/clang/lib/Serialization/GlobalModuleIndex.cpp U src/gnu/llvm/clang/lib/Serialization/InMemoryModuleCache.cpp U src/gnu/llvm/clang/lib/Serialization/ModuleFile.cpp U src/gnu/llvm/clang/lib/Serialization/ModuleFileExtension.cpp U src/gnu/llvm/clang/lib/Serialization/ModuleManager.cpp U src/gnu/llvm/clang/lib/Serialization/MultiOnDiskHashTable.h U src/gnu/llvm/clang/lib/Serialization/PCHContainerOperations.cpp N src/gnu/llvm/clang/lib/Support/CMakeLists.txt N src/gnu/llvm/clang/lib/Support/RISCVVIntrinsicUtils.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/CMakeLists.txt U src/gnu/llvm/clang/lib/StaticAnalyzer/README.txt U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/AllocationState.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ContainerModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ErrnoModeling.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DebugContainerModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ErrnoChecker.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ErrnoModeling.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ErrnoTesterChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/Iterator.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/Iterator.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/Move.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/SmartPtr.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/STLAlgorithmModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/SmartPtrChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/Taint.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/StringChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/Yaml.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/TrustReturnsNonnullChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UndefinedNewArraySizeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/DiagOutputUtils.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedCallArgsChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp N src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/InvalidPtrChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/APSIntType.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/BugReporter.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CMakeLists.txt N src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CallDescription.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CallEvent.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/Checker.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CheckerRegistryData.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/DynamicExtent.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/DynamicType.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/Environment.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/FunctionSummary.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/MemRegion.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/PrettyStackTraceLocationContext.h U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ProgramState.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/RegionStore.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SVals.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/Store.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Core/WorkList.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/AnalyzerHelpFlags.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/FrontendActions.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp U src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ModelInjector.h U src/gnu/llvm/clang/lib/Testing/CMakeLists.txt U src/gnu/llvm/clang/lib/Testing/CommandLineArgs.cpp N src/gnu/llvm/clang/lib/Testing/TestAST.cpp U src/gnu/llvm/clang/lib/Tooling/AllTUsExecution.cpp U src/gnu/llvm/clang/lib/Tooling/ArgumentsAdjusters.cpp U src/gnu/llvm/clang/lib/Tooling/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/CommonOptionsParser.cpp U src/gnu/llvm/clang/lib/Tooling/CompilationDatabase.cpp U src/gnu/llvm/clang/lib/Tooling/EmptyNodeIntrospection.inc.in U src/gnu/llvm/clang/lib/Tooling/Execution.cpp U src/gnu/llvm/clang/lib/Tooling/ExpandResponseFilesCompilationDatabase.cpp U src/gnu/llvm/clang/lib/Tooling/FileMatchTrie.cpp U src/gnu/llvm/clang/lib/Tooling/FixIt.cpp U src/gnu/llvm/clang/lib/Tooling/GuessTargetAndModeCompilationDatabase.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring.cpp U src/gnu/llvm/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp U src/gnu/llvm/clang/lib/Tooling/JSONCompilationDatabase.cpp U src/gnu/llvm/clang/lib/Tooling/NodeIntrospection.cpp U src/gnu/llvm/clang/lib/Tooling/RefactoringCallbacks.cpp U src/gnu/llvm/clang/lib/Tooling/StandaloneExecution.cpp U src/gnu/llvm/clang/lib/Tooling/Tooling.cpp U src/gnu/llvm/clang/lib/Tooling/ASTDiff/ASTDiff.cpp U src/gnu/llvm/clang/lib/Tooling/ASTDiff/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/Core/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/Core/Diagnostic.cpp U src/gnu/llvm/clang/lib/Tooling/Core/Replacement.cpp U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/DependencyScanningService.cpp U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp U src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp U src/gnu/llvm/clang/lib/Tooling/DumpTool/APIData.h U src/gnu/llvm/clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp U src/gnu/llvm/clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.h U src/gnu/llvm/clang/lib/Tooling/DumpTool/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/DumpTool/ClangSrcLocDump.cpp U src/gnu/llvm/clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py U src/gnu/llvm/clang/lib/Tooling/Inclusions/CMakeLists.txt N src/gnu/llvm/clang/lib/Tooling/Inclusions/HeaderAnalysis.cpp U src/gnu/llvm/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp U src/gnu/llvm/clang/lib/Tooling/Inclusions/IncludeStyle.cpp N src/gnu/llvm/clang/lib/Tooling/Inclusions/Stdlib/CMakeLists.txt N src/gnu/llvm/clang/lib/Tooling/Inclusions/Stdlib/StandardLibrary.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/ASTSelection.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/ASTSelectionRequirements.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/AtomicChange.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/Refactoring/Lookup.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/RefactoringActions.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/Extract.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/SymbolOccurrences.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp U src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/BuildTree.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/Syntax/ComputeReplacements.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/Mutations.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/Nodes.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/Synthesis.cpp N src/gnu/llvm/clang/lib/Tooling/Syntax/TokenBufferTokenManager.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/Tokens.cpp U src/gnu/llvm/clang/lib/Tooling/Syntax/Tree.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/CMakeLists.txt U src/gnu/llvm/clang/lib/Tooling/Transformer/Parsing.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/RangeSelector.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/RewriteRule.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/SourceCode.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/SourceCodeBuilders.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/Stencil.cpp U src/gnu/llvm/clang/lib/Tooling/Transformer/Transformer.cpp U src/gnu/llvm/clang/runtime/CMakeLists.txt U src/gnu/llvm/clang/runtime/compiler-rt/clang_linux_test_input.c U src/gnu/llvm/clang/tools/CMakeLists.txt U src/gnu/llvm/clang/tools/amdgpu-arch/AMDGPUArch.cpp U src/gnu/llvm/clang/tools/amdgpu-arch/CMakeLists.txt U src/gnu/llvm/clang/tools/apinotes-test/APINotesTest.cpp U src/gnu/llvm/clang/tools/apinotes-test/CMakeLists.txt U src/gnu/llvm/clang/tools/arcmt-test/CMakeLists.txt U src/gnu/llvm/clang/tools/arcmt-test/arcmt-test.cpp U src/gnu/llvm/clang/tools/c-arcmt-test/CMakeLists.txt U src/gnu/llvm/clang/tools/c-arcmt-test/c-arcmt-test.c U src/gnu/llvm/clang/tools/c-index-test/CMakeLists.txt U src/gnu/llvm/clang/tools/c-index-test/c-index-test.c U src/gnu/llvm/clang/tools/c-index-test/core_main.cpp U src/gnu/llvm/clang/tools/clang-check/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-check/ClangCheck.cpp U src/gnu/llvm/clang/tools/clang-diff/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-diff/ClangDiff.cpp U src/gnu/llvm/clang/tools/clang-extdef-mapping/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp U src/gnu/llvm/clang/tools/clang-format-vs/.gitignore U src/gnu/llvm/clang/tools/clang-format-vs/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat.sln U src/gnu/llvm/clang/tools/clang-format-vs/README.txt U src/gnu/llvm/clang/tools/clang-format-vs/source.extension.vsixmanifest.in U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ClangFormat.vsct U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/GlobalSuppressions.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Guids.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/PkgCmdID.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Resources.Designer.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Resources.resx U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/RunningDocTableEventsDispatcher.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/VSPackage.resx U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Vsix.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/license.txt U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/packages.config U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Properties/AssemblyInfo.cs U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Resources/Images_32bit.bmp U src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Resources/Package.ico N src/gnu/llvm/clang/tools/clang-format/.clang-format U src/gnu/llvm/clang/tools/clang-format/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-format/ClangFormat.cpp U src/gnu/llvm/clang/tools/clang-format/clang-format-bbedit.applescript U src/gnu/llvm/clang/tools/clang-format/clang-format-diff.py U src/gnu/llvm/clang/tools/clang-format/clang-format-sublime.py U src/gnu/llvm/clang/tools/clang-format/clang-format-test.el U src/gnu/llvm/clang/tools/clang-format/clang-format.el U src/gnu/llvm/clang/tools/clang-format/clang-format.py U src/gnu/llvm/clang/tools/clang-format/git-clang-format U src/gnu/llvm/clang/tools/clang-format/fuzzer/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/ClangFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/Dockerfile U src/gnu/llvm/clang/tools/clang-fuzzer/DummyClangFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/ExampleClangLLVMProtoFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/ExampleClangLoopProtoFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/README.txt U src/gnu/llvm/clang/tools/clang-fuzzer/cxx_loop_proto.proto U src/gnu/llvm/clang/tools/clang-fuzzer/cxx_proto.proto U src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/BasicClass.m U src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/ClassCategory.m U src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/ClassExtension.m U src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/SharedInstance.m N src/gnu/llvm/clang/tools/clang-fuzzer/dictionary/CMakeLists.txt N src/gnu/llvm/clang/tools/clang-fuzzer/dictionary/dictionary.c U src/gnu/llvm/clang/tools/clang-fuzzer/fuzzer-initialize/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/fuzzer-initialize/fuzzer_initialize.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/fuzzer-initialize/fuzzer_initialize.h U src/gnu/llvm/clang/tools/clang-fuzzer/handle-cxx/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/handle-cxx/handle_cxx.h U src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/handle_llvm.h U src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/input_arrays.h U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx_main.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/proto_to_cxx.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/proto_to_cxx.h U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/proto_to_cxx_main.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.cpp U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.h U src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm_main.cpp U src/gnu/llvm/clang/tools/clang-import-test/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-import-test/clang-import-test.cpp N src/gnu/llvm/clang/tools/clang-linker-wrapper/CMakeLists.txt N src/gnu/llvm/clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp N src/gnu/llvm/clang/tools/clang-linker-wrapper/LinkerWrapperOpts.td N src/gnu/llvm/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp N src/gnu/llvm/clang/tools/clang-linker-wrapper/OffloadWrapper.h U src/gnu/llvm/clang/tools/clang-offload-bundler/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp N src/gnu/llvm/clang/tools/clang-offload-packager/CMakeLists.txt N src/gnu/llvm/clang/tools/clang-offload-packager/ClangOffloadPackager.cpp U src/gnu/llvm/clang/tools/clang-refactor/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-refactor/ClangRefactor.cpp U src/gnu/llvm/clang/tools/clang-refactor/TestSupport.cpp U src/gnu/llvm/clang/tools/clang-refactor/TestSupport.h U src/gnu/llvm/clang/tools/clang-refactor/ToolRefactoringResultConsumer.h U src/gnu/llvm/clang/tools/clang-rename/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-rename/ClangRename.cpp U src/gnu/llvm/clang/tools/clang-rename/clang-rename.el U src/gnu/llvm/clang/tools/clang-rename/clang-rename.py U src/gnu/llvm/clang/tools/clang-repl/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-repl/ClangRepl.cpp U src/gnu/llvm/clang/tools/driver/CMakeLists.txt U src/gnu/llvm/clang/tools/driver/Info.plist.in U src/gnu/llvm/clang/tools/driver/cc1_main.cpp U src/gnu/llvm/clang/tools/driver/cc1as_main.cpp U src/gnu/llvm/clang/tools/driver/cc1gen_reproducer_main.cpp U src/gnu/llvm/clang/tools/driver/driver.cpp U src/gnu/llvm/clang/tools/clang-scan-deps/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-scan-deps/ClangScanDeps.cpp U src/gnu/llvm/clang/tools/clang-shlib/CMakeLists.txt U src/gnu/llvm/clang/tools/clang-shlib/clang-shlib.cpp U src/gnu/llvm/clang/tools/diag-build/diag-build.sh U src/gnu/llvm/clang/tools/diagtool/CMakeLists.txt U src/gnu/llvm/clang/tools/diagtool/DiagTool.cpp U src/gnu/llvm/clang/tools/diagtool/DiagTool.h U src/gnu/llvm/clang/tools/diagtool/DiagnosticNames.cpp U src/gnu/llvm/clang/tools/diagtool/DiagnosticNames.h U src/gnu/llvm/clang/tools/diagtool/FindDiagnosticID.cpp U src/gnu/llvm/clang/tools/diagtool/ListWarnings.cpp U src/gnu/llvm/clang/tools/diagtool/ShowEnabledWarnings.cpp U src/gnu/llvm/clang/tools/diagtool/TreeView.cpp U src/gnu/llvm/clang/tools/diagtool/diagtool_main.cpp N src/gnu/llvm/clang/tools/include-mapping/cppreference_parser.py N src/gnu/llvm/clang/tools/include-mapping/gen_std.py N src/gnu/llvm/clang/tools/include-mapping/test.py U src/gnu/llvm/clang/tools/libclang/ARCMigrate.cpp U src/gnu/llvm/clang/tools/libclang/BuildSystem.cpp U src/gnu/llvm/clang/tools/libclang/CIndex.cpp U src/gnu/llvm/clang/tools/libclang/CIndexCXX.cpp U src/gnu/llvm/clang/tools/libclang/CIndexCodeCompletion.cpp U src/gnu/llvm/clang/tools/libclang/CIndexDiagnostic.cpp U src/gnu/llvm/clang/tools/libclang/CIndexDiagnostic.h U src/gnu/llvm/clang/tools/libclang/CIndexHigh.cpp U src/gnu/llvm/clang/tools/libclang/CIndexInclusionStack.cpp U src/gnu/llvm/clang/tools/libclang/CIndexUSRs.cpp U src/gnu/llvm/clang/tools/libclang/CIndexer.cpp U src/gnu/llvm/clang/tools/libclang/CIndexer.h U src/gnu/llvm/clang/tools/libclang/CLog.h U src/gnu/llvm/clang/tools/libclang/CMakeLists.txt U src/gnu/llvm/clang/tools/libclang/CXComment.cpp U src/gnu/llvm/clang/tools/libclang/CXComment.h U src/gnu/llvm/clang/tools/libclang/CXCompilationDatabase.cpp U src/gnu/llvm/clang/tools/libclang/CXCursor.cpp U src/gnu/llvm/clang/tools/libclang/CXCursor.h N src/gnu/llvm/clang/tools/libclang/CXExtractAPI.cpp U src/gnu/llvm/clang/tools/libclang/CXIndexDataConsumer.cpp U src/gnu/llvm/clang/tools/libclang/CXIndexDataConsumer.h U src/gnu/llvm/clang/tools/libclang/CXLoadedDiagnostic.cpp U src/gnu/llvm/clang/tools/libclang/CXLoadedDiagnostic.h U src/gnu/llvm/clang/tools/libclang/CXSourceLocation.cpp U src/gnu/llvm/clang/tools/libclang/CXSourceLocation.h U src/gnu/llvm/clang/tools/libclang/CXStoredDiagnostic.cpp U src/gnu/llvm/clang/tools/libclang/CXString.cpp U src/gnu/llvm/clang/tools/libclang/CXString.h U src/gnu/llvm/clang/tools/libclang/CXTranslationUnit.h U src/gnu/llvm/clang/tools/libclang/CXType.cpp U src/gnu/llvm/clang/tools/libclang/CXType.h U src/gnu/llvm/clang/tools/libclang/CursorVisitor.h U src/gnu/llvm/clang/tools/libclang/FatalErrorHandler.cpp U src/gnu/llvm/clang/tools/libclang/Index_Internal.h U src/gnu/llvm/clang/tools/libclang/Indexing.cpp U src/gnu/llvm/clang/tools/libclang/Rewrite.cpp U src/gnu/llvm/clang/tools/libclang/libclang.map U src/gnu/llvm/clang/tools/libclang/linker-script-to-export-list.py N src/gnu/llvm/clang/tools/nvptx-arch/CMakeLists.txt N src/gnu/llvm/clang/tools/nvptx-arch/NVPTXArch.cpp U src/gnu/llvm/clang/tools/scan-build-py/CMakeLists.txt U src/gnu/llvm/clang/tools/scan-build-py/README.md U src/gnu/llvm/clang/tools/scan-build-py/bin/analyze-build U src/gnu/llvm/clang/tools/scan-build-py/bin/intercept-build U src/gnu/llvm/clang/tools/scan-build-py/bin/scan-build U src/gnu/llvm/clang/tools/scan-build-py/lib/libear/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libear/config.h.in U src/gnu/llvm/clang/tools/scan-build-py/lib/libear/ear.c U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/analyze.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/arguments.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/clang.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/compilation.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/intercept.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/report.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/shell.py U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/scanview.css U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/selectable.js U src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/sorttable.js U src/gnu/llvm/clang/tools/scan-build-py/libexec/analyze-c++ U src/gnu/llvm/clang/tools/scan-build-py/libexec/analyze-cc U src/gnu/llvm/clang/tools/scan-build-py/libexec/intercept-c++ U src/gnu/llvm/clang/tools/scan-build-py/libexec/intercept-cc U src/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/sorttable.js U src/gnu/llvm/clang/tools/scan-build-py/tests/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/test_create_cdb.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/test_exec_anatomy.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/test_from_cdb.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/test_from_cmd.py U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/config.h.in U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/main.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/broken-one.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/broken-two.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/clean-one.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/clean-two.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/emit-one.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/emit-two.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/main.c U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/build/Makefile U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/compilation_database/build_broken.json.in U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/compilation_database/build_clean.json.in U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/compilation_database/build_regular.json.in U src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/include/clean-one.h U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/__init__.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_analyze.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_clang.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_compilation.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_intercept.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_libear.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_report.py U src/gnu/llvm/clang/tools/scan-build-py/tests/unit/test_shell.py U src/gnu/llvm/clang/tools/scan-build/CMakeLists.txt U src/gnu/llvm/clang/tools/scan-build/bin/scan-build U src/gnu/llvm/clang/tools/scan-build/bin/scan-build.bat U src/gnu/llvm/clang/tools/scan-build/bin/set-xcode-analyzer U src/gnu/llvm/clang/tools/scan-build/libexec/c++-analyzer U src/gnu/llvm/clang/tools/scan-build/libexec/c++-analyzer.bat U src/gnu/llvm/clang/tools/scan-build/libexec/ccc-analyzer U src/gnu/llvm/clang/tools/scan-build/libexec/ccc-analyzer.bat U src/gnu/llvm/clang/tools/scan-build/man/scan-build.1 U src/gnu/llvm/clang/tools/scan-build/share/scan-build/scanview.css U src/gnu/llvm/clang/tools/scan-build/share/scan-build/sorttable.js U src/gnu/llvm/clang/tools/scan-view/CMakeLists.txt U src/gnu/llvm/clang/tools/scan-view/bin/scan-view U src/gnu/llvm/clang/tools/scan-view/share/Reporter.py U src/gnu/llvm/clang/tools/scan-view/share/ScanView.py U src/gnu/llvm/clang/tools/scan-view/share/bugcatcher.ico U src/gnu/llvm/clang/tools/scan-view/share/startfile.py U src/gnu/llvm/clang/utils/CaptureCmd U src/gnu/llvm/clang/utils/ClangDataFormat.py U src/gnu/llvm/clang/utils/CmpDriver U src/gnu/llvm/clang/utils/FindSpecRefs U src/gnu/llvm/clang/utils/FuzzTest U src/gnu/llvm/clang/utils/bash-autocomplete.sh U src/gnu/llvm/clang/utils/builtin-defines.c U src/gnu/llvm/clang/utils/clangdiag.py U src/gnu/llvm/clang/utils/convert_arm_neon.py U src/gnu/llvm/clang/utils/creduce-clang-crash.py U src/gnu/llvm/clang/utils/find-unused-diagnostics.sh U src/gnu/llvm/clang/utils/make-ast-dump-check.sh U src/gnu/llvm/clang/utils/modfuzz.py U src/gnu/llvm/clang/utils/module-deps-to-rsp.py U src/gnu/llvm/clang/utils/token-delta.py U src/gnu/llvm/clang/utils/ABITest/ABITestGen.py U src/gnu/llvm/clang/utils/ABITest/Enumeration.py U src/gnu/llvm/clang/utils/ABITest/Makefile.test.common U src/gnu/llvm/clang/utils/ABITest/TypeGen.py U src/gnu/llvm/clang/utils/ABITest/build-and-summarize-all.sh U src/gnu/llvm/clang/utils/ABITest/build-and-summarize.sh U src/gnu/llvm/clang/utils/ABITest/build.sh U src/gnu/llvm/clang/utils/ABITest/summarize.sh U src/gnu/llvm/clang/utils/ABITest/layout/Makefile U src/gnu/llvm/clang/utils/ABITest/return-types-32/Makefile U src/gnu/llvm/clang/utils/ABITest/return-types-64/Makefile U src/gnu/llvm/clang/utils/ABITest/single-args-32/Makefile U src/gnu/llvm/clang/utils/ABITest/single-args-64/Makefile U src/gnu/llvm/clang/utils/CIndex/completion_logger_server.py U src/gnu/llvm/clang/utils/ClangVisualizers/CMakeLists.txt U src/gnu/llvm/clang/utils/ClangVisualizers/clang.natvis U src/gnu/llvm/clang/utils/TableGen/ASTTableGen.cpp U src/gnu/llvm/clang/utils/TableGen/ASTTableGen.h U src/gnu/llvm/clang/utils/TableGen/CMakeLists.txt U src/gnu/llvm/clang/utils/TableGen/ClangASTNodesEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangASTPropertiesEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangAttrEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangDataCollectorsEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangOpcodesEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangOptionDocEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangSACheckersEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangSyntaxEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/ClangTypeNodesEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/MveEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/NeonEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/RISCVVEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/SveEmitter.cpp U src/gnu/llvm/clang/utils/TableGen/TableGen.cpp U src/gnu/llvm/clang/utils/TableGen/TableGenBackends.h U src/gnu/llvm/clang/utils/TestUtils/deep-stack.py U src/gnu/llvm/clang/utils/TestUtils/pch-test.pl U src/gnu/llvm/clang/utils/VtableTest/check-zti U src/gnu/llvm/clang/utils/VtableTest/check-ztt U src/gnu/llvm/clang/utils/VtableTest/check-zvt U src/gnu/llvm/clang/utils/VtableTest/gen.cc U src/gnu/llvm/clang/utils/analyzer/.dockerignore U src/gnu/llvm/clang/utils/analyzer/CmpRuns.py U src/gnu/llvm/clang/utils/analyzer/Dockerfile U src/gnu/llvm/clang/utils/analyzer/ProjectMap.py U src/gnu/llvm/clang/utils/analyzer/SATest.py U src/gnu/llvm/clang/utils/analyzer/SATestAdd.py U src/gnu/llvm/clang/utils/analyzer/SATestBenchmark.py U src/gnu/llvm/clang/utils/analyzer/SATestBuild.py U src/gnu/llvm/clang/utils/analyzer/SATestUpdateDiffs.py U src/gnu/llvm/clang/utils/analyzer/SATestUtils.py U src/gnu/llvm/clang/utils/analyzer/SumTimerInfo.py U src/gnu/llvm/clang/utils/analyzer/entrypoint.py U src/gnu/llvm/clang/utils/analyzer/exploded-graph-rewriter.py U src/gnu/llvm/clang/utils/analyzer/reducer.pl U src/gnu/llvm/clang/utils/analyzer/requirements.txt U src/gnu/llvm/clang/utils/analyzer/update_plist_test.pl U src/gnu/llvm/clang/utils/analyzer/projects/projects.json U src/gnu/llvm/clang/utils/analyzer/projects/box2d/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/box2d/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/capnproto/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/capnproto/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/cppcheck/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/cppcheck/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/cxxopts/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/cxxopts/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/drogon/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/drogon/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/duckdb/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/duckdb/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/faiss/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/faiss/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/fmt/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/fmt/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/harfbuzz/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/harfbuzz/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/libsoundio/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/libsoundio/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/oatpp/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/oatpp/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/re2/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/re2/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/simbody/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/simbody/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/symengine/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/symengine/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/termbox/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/termbox/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/tinyexpr/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/tinyexpr/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/tinyspline/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/tinyspline/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/tinyvm/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/tinyvm/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/tmux/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/tmux/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/analyzer/projects/zstd/cleanup_run_static_analyzer.sh U src/gnu/llvm/clang/utils/analyzer/projects/zstd/run_static_analyzer.cmd U src/gnu/llvm/clang/utils/check_cfc/check_cfc.cfg U src/gnu/llvm/clang/utils/check_cfc/check_cfc.py U src/gnu/llvm/clang/utils/check_cfc/obj_diff.py U src/gnu/llvm/clang/utils/check_cfc/setup.py U src/gnu/llvm/clang/utils/check_cfc/test_check_cfc.py U src/gnu/llvm/clang/utils/hmaptool/CMakeLists.txt U src/gnu/llvm/clang/utils/hmaptool/hmaptool U src/gnu/llvm/clang/utils/perf-training/CMakeLists.txt U src/gnu/llvm/clang/utils/perf-training/README.txt U src/gnu/llvm/clang/utils/perf-training/lit.cfg U src/gnu/llvm/clang/utils/perf-training/lit.site.cfg.in U src/gnu/llvm/clang/utils/perf-training/order-files.lit.cfg U src/gnu/llvm/clang/utils/perf-training/order-files.lit.site.cfg.in U src/gnu/llvm/clang/utils/perf-training/perf-helper.py U src/gnu/llvm/clang/utils/perf-training/cxx/hello_world.cpp U src/gnu/llvm/clang/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp U src/gnu/llvm/clang/www/OpenProjects.html U src/gnu/llvm/clang/www/UniversalDriver.html U src/gnu/llvm/clang/www/builtins.py N src/gnu/llvm/clang/www/c_dr_status.html U src/gnu/llvm/clang/www/c_status.html U src/gnu/llvm/clang/www/carbon-compile.png U src/gnu/llvm/clang/www/clang_video-05-25-2007.html U src/gnu/llvm/clang/www/clang_video-07-25-2007.html U src/gnu/llvm/clang/www/compatibility.html U src/gnu/llvm/clang/www/content.css U src/gnu/llvm/clang/www/cxx_compatibility.html U src/gnu/llvm/clang/www/cxx_dr_status.html U src/gnu/llvm/clang/www/cxx_status.html U src/gnu/llvm/clang/www/diagnostics.html U src/gnu/llvm/clang/www/favicon.ico U src/gnu/llvm/clang/www/feature-compile1.png U src/gnu/llvm/clang/www/feature-compile2.png U src/gnu/llvm/clang/www/feature-memory1.png U src/gnu/llvm/clang/www/features.html U src/gnu/llvm/clang/www/get_involved.html U src/gnu/llvm/clang/www/get_started.html U src/gnu/llvm/clang/www/hacking.html U src/gnu/llvm/clang/www/index.html U src/gnu/llvm/clang/www/libstdc++4.4-clang0x.patch U src/gnu/llvm/clang/www/libstdc++4.6-clang11.patch U src/gnu/llvm/clang/www/libstdc++4.7-clang11.patch U src/gnu/llvm/clang/www/make_cxx_dr_status U src/gnu/llvm/clang/www/menu.css U src/gnu/llvm/clang/www/menu.html.incl U src/gnu/llvm/clang/www/related.html U src/gnu/llvm/clang/www/robots.txt U src/gnu/llvm/clang/www/analyzer/alpha_checks.html U src/gnu/llvm/clang/www/analyzer/annotations.html U src/gnu/llvm/clang/www/analyzer/available_checks.html U src/gnu/llvm/clang/www/analyzer/checker_dev_manual.html U src/gnu/llvm/clang/www/analyzer/codechecker.html U src/gnu/llvm/clang/www/analyzer/command-line.html U src/gnu/llvm/clang/www/analyzer/content.css U src/gnu/llvm/clang/www/analyzer/faq.html U src/gnu/llvm/clang/www/analyzer/filing_bugs.html U src/gnu/llvm/clang/www/analyzer/implicit_checks.html U src/gnu/llvm/clang/www/analyzer/index.html U src/gnu/llvm/clang/www/analyzer/installation.html U src/gnu/llvm/clang/www/analyzer/latest_checker.html.incl U src/gnu/llvm/clang/www/analyzer/menu.css U src/gnu/llvm/clang/www/analyzer/menu.html.incl U src/gnu/llvm/clang/www/analyzer/open_projects.html U src/gnu/llvm/clang/www/analyzer/potential_checkers.html U src/gnu/llvm/clang/www/analyzer/release_notes.html U src/gnu/llvm/clang/www/analyzer/scan-build.html U src/gnu/llvm/clang/www/analyzer/xcode.html U src/gnu/llvm/clang/www/analyzer/images/analyzer_html.png U src/gnu/llvm/clang/www/analyzer/images/analyzer_xcode.png U src/gnu/llvm/clang/www/analyzer/images/example_attribute_nonnull.png U src/gnu/llvm/clang/www/analyzer/images/example_cf_returns_retained.png U src/gnu/llvm/clang/www/analyzer/images/example_custom_assert.png U src/gnu/llvm/clang/www/analyzer/images/example_ns_returns_retained.png U src/gnu/llvm/clang/www/analyzer/images/example_null_pointer.png U src/gnu/llvm/clang/www/analyzer/images/example_use_assert.png U src/gnu/llvm/clang/www/analyzer/images/scan_build_cmd.png U src/gnu/llvm/clang/www/analyzer/images/expandcollapse/arrows_dark.gif U src/gnu/llvm/clang/www/analyzer/images/expandcollapse/arrows_light.gif U src/gnu/llvm/clang/www/analyzer/images/expandcollapse/ellipses_dark.gif U src/gnu/llvm/clang/www/analyzer/images/expandcollapse/ellipses_light.gif U src/gnu/llvm/clang/www/analyzer/scripts/expandcollapse.js U src/gnu/llvm/clang/www/analyzer/scripts/menu.js U src/gnu/llvm/clang/www/demo/DemoInfo.html U src/gnu/llvm/clang/www/demo/cathead.png U src/gnu/llvm/clang/www/demo/index.cgi U src/gnu/llvm/clang/www/demo/syntax.css U src/gnu/llvm/clang/www/demo/what is this directory.txt 33 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCLANG:yesterday -jCLANG src/gnu/llvm/clang CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 11:19:55 Modified files: devel/log4cplus: Makefile Log message: update comment; same stall at exit with kea 2.5.3 and newer log4cplus CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:20:24 Modified files: gnu/llvm/clang/docs/CommandGuide: clang.rst gnu/llvm/clang/include/clang/AST: FormatString.h gnu/llvm/clang/include/clang/Basic: CodeGenOptions.def DiagnosticFrontendKinds.td DiagnosticGroups.td DiagnosticSemaKinds.td LangOptions.def TargetInfo.h gnu/llvm/clang/include/clang/Driver: Options.td gnu/llvm/clang/include/clang/Sema: Sema.h gnu/llvm/clang/lib/AST: FormatString.cpp gnu/llvm/clang/lib/Basic: TargetInfo.cpp gnu/llvm/clang/lib/Basic/Targets: Mips.h OSTargets.h RISCV.cpp SystemZ.h X86.cpp X86.h gnu/llvm/clang/lib/CodeGen: CGCall.cpp CodeGenModule.cpp TargetInfo.cpp gnu/llvm/clang/lib/Driver: Driver.cpp gnu/llvm/clang/lib/Driver/ToolChains: Clang.cpp Gnu.cpp OpenBSD.cpp OpenBSD.h gnu/llvm/clang/lib/Driver/ToolChains/Arch: RISCV.cpp X86.cpp gnu/llvm/clang/lib/Frontend: CompilerInstance.cpp CompilerInvocation.cpp gnu/llvm/clang/lib/Sema: SemaChecking.cpp SemaDeclAttr.cpp SemaDeclCXX.cpp gnu/llvm/clang/tools/clang-shlib: CMakeLists.txt Removed files: gnu/llvm/clang : CODE_OWNERS.TXT gnu/llvm/clang/INPUTS: Cocoa_h.m all-std-headers.cpp c99-intconst-1.c carbon_h.c cfg-big-switch.c cfg-long-chain1.c cfg-long-chain2.c cfg-long-chain3.c cfg-nested-switches.c cfg-nested-var-scopes.cpp iostream.cc macro_pounder_fn.c macro_pounder_obj.c stpcpy-test.c gnu/llvm/clang/docs: Block-ABI-Apple.txt ClangCommandLineReference.rst Makefile.sphinx gnu/llvm/clang/examples/clang-interpreter: CMakeLists.txt README.txt Test.cxx main.cpp gnu/llvm/clang/include/clang/Analysis: AnalysisDiagnostic.h gnu/llvm/clang/include/clang/Basic: X86Target.def gnu/llvm/clang/include/clang/Lex: DependencyDirectivesSourceMinimizer.h PreprocessorExcludedConditionalDirectiveSkipMapping.h gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers: LocalCheckers.h gnu/llvm/clang/lib/CodeGen: CGOpenMPRuntimeAMDGCN.cpp CGOpenMPRuntimeAMDGCN.h CGOpenMPRuntimeNVPTX.cpp CGOpenMPRuntimeNVPTX.h gnu/llvm/clang/lib/Driver/ToolChains: HIP.cpp HIP.h MSVCSetupApi.h gnu/llvm/clang/lib/Frontend: InitHeaderSearch.cpp gnu/llvm/clang/lib/Lex: DependencyDirectivesSourceMinimizer.cpp gnu/llvm/clang/lib/StaticAnalyzer/Checkers: Taint.h gnu/llvm/clang/tools/clang-offload-wrapper: CMakeLists.txt ClangOffloadWrapper.cpp gnu/llvm/clang/unittests: CMakeLists.txt gnu/llvm/clang/unittests/AST: ASTContextParentMapTest.cpp ASTImporterFixtures.cpp ASTImporterFixtures.h ASTImporterGenericRedeclTest.cpp ASTImporterODRStrategiesTest.cpp ASTImporterObjCTest.cpp ASTImporterTest.cpp ASTImporterVisibilityTest.cpp ASTPrint.h ASTTraverserTest.cpp ASTTypeTraitsTest.cpp ASTVectorTest.cpp CMakeLists.txt CommentLexer.cpp CommentParser.cpp CommentTextTest.cpp DataCollectionTest.cpp DeclMatcher.h DeclPrinterTest.cpp DeclTest.cpp EvaluateAsRValueTest.cpp ExternalASTSourceTest.cpp MatchVerifier.h NamedDeclPrinterTest.cpp RecursiveASTVisitorTest.cpp SizelessTypesTest.cpp SourceLocationTest.cpp StmtPrinterTest.cpp StructuralEquivalenceTest.cpp TypePrinterTest.cpp gnu/llvm/clang/unittests/ASTMatchers: ASTMatchersInternalTest.cpp ASTMatchersNarrowingTest.cpp ASTMatchersNodeTest.cpp ASTMatchersTest.h ASTMatchersTraversalTest.cpp CMakeLists.txt GtestMatchersTest.cpp gnu/llvm/clang/unittests/ASTMatchers/Dynamic: CMakeLists.txt ParserTest.cpp RegistryTest.cpp VariantValueTest.cpp gnu/llvm/clang/unittests/Analysis: CFGBuildResult.h CFGDominatorTree.cpp CFGTest.cpp CMakeLists.txt CloneDetectionTest.cpp ExprMutationAnalyzerTest.cpp MacroExpansionContextTest.cpp gnu/llvm/clang/unittests/Basic: CMakeLists.txt CharInfoTest.cpp DarwinSDKInfoTest.cpp DiagnosticTest.cpp FileEntryTest.cpp FileManagerTest.cpp LineOffsetMappingTest.cpp SanitizersTest.cpp SourceManagerTest.cpp gnu/llvm/clang/unittests/CodeGen: BufferSourceTest.cpp CMakeLists.txt CheckTargetFeaturesTest.cpp CodeGenExternalTest.cpp IRMatchers.h TBAAMetadataTest.cpp TestCompiler.h gnu/llvm/clang/unittests/CrossTU: CMakeLists.txt CrossTranslationUnitTest.cpp gnu/llvm/clang/unittests/DirectoryWatcher: CMakeLists.txt DirectoryWatcherTest.cpp gnu/llvm/clang/unittests/Driver: CMakeLists.txt DistroTest.cpp ModuleCacheTest.cpp MultilibTest.cpp SanitizerArgsTest.cpp ToolChainTest.cpp gnu/llvm/clang/unittests/Format: CMakeLists.txt CleanupTest.cpp FormatTest.cpp FormatTestCSharp.cpp FormatTestComments.cpp FormatTestJS.cpp FormatTestJava.cpp FormatTestJson.cpp FormatTestObjC.cpp FormatTestProto.cpp FormatTestRawStrings.cpp FormatTestSelective.cpp FormatTestTableGen.cpp FormatTestTextProto.cpp FormatTestUtils.h MacroExpanderTest.cpp NamespaceEndCommentsFixerTest.cpp SortImportsTestJS.cpp SortImportsTestJava.cpp SortIncludesTest.cpp TestLexer.h TokenAnnotatorTest.cpp UsingDeclarationsSorterTest.cpp gnu/llvm/clang/unittests/Frontend: ASTUnitTest.cpp CMakeLists.txt CodeGenActionTest.cpp CompilerInstanceTest.cpp CompilerInvocationTest.cpp FixedPointString.cpp FrontendActionTest.cpp OutputStreamTest.cpp PCHPreambleTest.cpp ParsedSourceLocationTest.cpp TextDiagnosticTest.cpp gnu/llvm/clang/unittests/Index: CMakeLists.txt IndexTests.cpp gnu/llvm/clang/unittests/Interpreter: CMakeLists.txt IncrementalProcessingTest.cpp InterpreterTest.cpp gnu/llvm/clang/unittests/Introspection: CMakeLists.txt IntrospectionTest.cpp gnu/llvm/clang/unittests/Lex: CMakeLists.txt DependencyDirectivesSourceMinimizerTest.cpp HeaderMapTest.cpp HeaderMapTestUtils.h HeaderSearchTest.cpp LexerTest.cpp PPCallbacksTest.cpp PPConditionalDirectiveRecordTest.cpp gnu/llvm/clang/unittests/Rename: CMakeLists.txt ClangRenameTest.h RenameAliasTest.cpp RenameClassTest.cpp RenameEnumTest.cpp RenameFunctionTest.cpp RenameMemberTest.cpp gnu/llvm/clang/unittests/Rewrite: CMakeLists.txt RewriteBufferTest.cpp RewriterTest.cpp gnu/llvm/clang/unittests/Sema: CMakeLists.txt CodeCompleteTest.cpp ExternalSemaSourceTest.cpp GslOwnerPointerInference.cpp gnu/llvm/clang/unittests/Serialization: CMakeLists.txt InMemoryModuleCacheTest.cpp ModuleCacheTest.cpp gnu/llvm/clang/unittests/StaticAnalyzer: AnalyzerOptionsTest.cpp BugReportInterestingnessTest.cpp CMakeLists.txt CallDescriptionTest.cpp CallEventTest.cpp CheckerRegistration.h FalsePositiveRefutationBRVisitorTest.cpp ParamRegionTest.cpp RangeSetTest.cpp RegisterCustomCheckersTest.cpp Reusables.h SValTest.cpp StoreTest.cpp SymbolReaperTest.cpp TestReturnValueUnderConstruction.cpp gnu/llvm/clang/unittests/Tooling: ASTSelectionTest.cpp CMakeLists.txt CastExprTest.cpp CommentHandlerTest.cpp CompilationDatabaseTest.cpp DependencyScannerTest.cpp DiagnosticsYamlTest.cpp ExecutionTest.cpp FixItTest.cpp HeaderIncludesTest.cpp LexicallyOrderedRecursiveASTVisitorTest.cpp LookupTest.cpp QualTypeNamesTest.cpp RangeSelectorTest.cpp RecursiveASTVisitorTestDeclVisitor.cpp RecursiveASTVisitorTestPostOrderVisitor.cpp RecursiveASTVisitorTestTypeLocVisitor.cpp RefactoringActionRulesTest.cpp RefactoringCallbacksTest.cpp RefactoringTest.cpp ReplacementTest.h ReplacementsYamlTest.cpp RewriterTest.cpp RewriterTestContext.h SourceCodeBuildersTest.cpp SourceCodeTest.cpp StencilTest.cpp TestVisitor.h ToolingTest.cpp TransformerTest.cpp gnu/llvm/clang/unittests/Tooling/RecursiveASTVisitorTests: Attr.cpp CXXBoolLiteralExpr.cpp CXXMemberCall.cpp CXXMethodDecl.cpp CXXOperatorCallExprTraverser.cpp CallbacksBinaryOperator.cpp CallbacksCallExpr.cpp CallbacksCommon.h CallbacksCompoundAssignOperator.cpp CallbacksLeaf.cpp CallbacksUnaryOperator.cpp Class.cpp Concept.cpp ConstructExpr.cpp DeclRefExpr.cpp ImplicitCtor.cpp ImplicitCtorInitializer.cpp InitListExprPostOrder.cpp InitListExprPostOrderNoQueue.cpp InitListExprPreOrder.cpp InitListExprPreOrderNoQueue.cpp IntegerLiteral.cpp LambdaDefaultCapture.cpp LambdaExpr.cpp LambdaTemplateParams.cpp MemberPointerTypeLoc.cpp NestedNameSpecifiers.cpp ParenExpr.cpp TemplateArgumentLocTraverser.cpp TraversalScope.cpp gnu/llvm/clang/unittests/Tooling/Syntax: BuildTreeTest.cpp CMakeLists.txt MutationsTest.cpp SynthesisTest.cpp TokensTest.cpp TreeTest.cpp TreeTestBase.cpp TreeTestBase.h gnu/llvm/clang/unittests/libclang: CMakeLists.txt LibclangTest.cpp TestUtils.h gnu/llvm/clang/unittests/libclang/CrashTests: CMakeLists.txt LibclangCrashTest.cpp Log message: merge clang-16.0.6 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:21:13 Log message: import of lld from LLVM-16.0.6 Status: Vendor Tag: LLD Release Tags: LLD_16_0_6 U src/gnu/llvm/lld/.clang-format U src/gnu/llvm/lld/.clang-tidy U src/gnu/llvm/lld/.gitignore U src/gnu/llvm/lld/CMakeLists.txt U src/gnu/llvm/lld/CODE_OWNERS.TXT U src/gnu/llvm/lld/LICENSE.TXT U src/gnu/llvm/lld/README.md U src/gnu/llvm/lld/COFF/CMakeLists.txt N src/gnu/llvm/lld/COFF/COFFLinkerContext.cpp N src/gnu/llvm/lld/COFF/COFFLinkerContext.h U src/gnu/llvm/lld/COFF/CallGraphSort.cpp U src/gnu/llvm/lld/COFF/CallGraphSort.h U src/gnu/llvm/lld/COFF/Chunks.cpp U src/gnu/llvm/lld/COFF/Chunks.h U src/gnu/llvm/lld/COFF/Config.h U src/gnu/llvm/lld/COFF/DLL.cpp U src/gnu/llvm/lld/COFF/DLL.h U src/gnu/llvm/lld/COFF/DebugTypes.cpp U src/gnu/llvm/lld/COFF/DebugTypes.h U src/gnu/llvm/lld/COFF/Driver.cpp U src/gnu/llvm/lld/COFF/Driver.h U src/gnu/llvm/lld/COFF/DriverUtils.cpp U src/gnu/llvm/lld/COFF/ICF.cpp U src/gnu/llvm/lld/COFF/ICF.h U src/gnu/llvm/lld/COFF/InputFiles.cpp U src/gnu/llvm/lld/COFF/InputFiles.h U src/gnu/llvm/lld/COFF/LLDMapFile.cpp U src/gnu/llvm/lld/COFF/LLDMapFile.h U src/gnu/llvm/lld/COFF/LTO.cpp U src/gnu/llvm/lld/COFF/LTO.h U src/gnu/llvm/lld/COFF/MapFile.cpp U src/gnu/llvm/lld/COFF/MapFile.h U src/gnu/llvm/lld/COFF/MarkLive.cpp U src/gnu/llvm/lld/COFF/MarkLive.h U src/gnu/llvm/lld/COFF/MinGW.cpp U src/gnu/llvm/lld/COFF/MinGW.h U src/gnu/llvm/lld/COFF/Options.td U src/gnu/llvm/lld/COFF/PDB.cpp U src/gnu/llvm/lld/COFF/PDB.h U src/gnu/llvm/lld/COFF/README.md U src/gnu/llvm/lld/COFF/SymbolTable.cpp U src/gnu/llvm/lld/COFF/SymbolTable.h U src/gnu/llvm/lld/COFF/Symbols.cpp U src/gnu/llvm/lld/COFF/Symbols.h U src/gnu/llvm/lld/COFF/TypeMerger.h U src/gnu/llvm/lld/COFF/Writer.cpp U src/gnu/llvm/lld/COFF/Writer.h U src/gnu/llvm/lld/Common/Args.cpp U src/gnu/llvm/lld/Common/CMakeLists.txt N src/gnu/llvm/lld/Common/CommonLinkerContext.cpp U src/gnu/llvm/lld/Common/DWARF.cpp U src/gnu/llvm/lld/Common/ErrorHandler.cpp U src/gnu/llvm/lld/Common/Filesystem.cpp U src/gnu/llvm/lld/Common/Memory.cpp U src/gnu/llvm/lld/Common/Reproduce.cpp U src/gnu/llvm/lld/Common/Strings.cpp U src/gnu/llvm/lld/Common/TargetOptionsCommandFlags.cpp U src/gnu/llvm/lld/Common/Timer.cpp U src/gnu/llvm/lld/Common/Version.cpp U src/gnu/llvm/lld/ELF/AArch64ErrataFix.cpp U src/gnu/llvm/lld/ELF/AArch64ErrataFix.h U src/gnu/llvm/lld/ELF/ARMErrataFix.cpp U src/gnu/llvm/lld/ELF/ARMErrataFix.h U src/gnu/llvm/lld/ELF/CMakeLists.txt U src/gnu/llvm/lld/ELF/CallGraphSort.cpp U src/gnu/llvm/lld/ELF/CallGraphSort.h C src/gnu/llvm/lld/ELF/Config.h U src/gnu/llvm/lld/ELF/DWARF.cpp U src/gnu/llvm/lld/ELF/DWARF.h C src/gnu/llvm/lld/ELF/Driver.cpp U src/gnu/llvm/lld/ELF/Driver.h C src/gnu/llvm/lld/ELF/DriverUtils.cpp U src/gnu/llvm/lld/ELF/EhFrame.cpp U src/gnu/llvm/lld/ELF/EhFrame.h U src/gnu/llvm/lld/ELF/ICF.cpp U src/gnu/llvm/lld/ELF/ICF.h C src/gnu/llvm/lld/ELF/InputFiles.cpp C src/gnu/llvm/lld/ELF/InputFiles.h C src/gnu/llvm/lld/ELF/InputSection.cpp U src/gnu/llvm/lld/ELF/LTO.cpp U src/gnu/llvm/lld/ELF/InputSection.h U src/gnu/llvm/lld/ELF/LTO.h C src/gnu/llvm/lld/ELF/LinkerScript.cpp U src/gnu/llvm/lld/ELF/LinkerScript.h U src/gnu/llvm/lld/ELF/MapFile.cpp U src/gnu/llvm/lld/ELF/MapFile.h U src/gnu/llvm/lld/ELF/MarkLive.cpp U src/gnu/llvm/lld/ELF/MarkLive.h C src/gnu/llvm/lld/ELF/Options.td U src/gnu/llvm/lld/ELF/OutputSections.cpp U src/gnu/llvm/lld/ELF/OutputSections.h U src/gnu/llvm/lld/ELF/README.md C src/gnu/llvm/lld/ELF/Relocations.cpp U src/gnu/llvm/lld/ELF/Relocations.h U src/gnu/llvm/lld/ELF/ScriptLexer.cpp U src/gnu/llvm/lld/ELF/ScriptLexer.h C src/gnu/llvm/lld/ELF/ScriptParser.cpp U src/gnu/llvm/lld/ELF/ScriptParser.h C src/gnu/llvm/lld/ELF/SymbolTable.cpp U src/gnu/llvm/lld/ELF/SymbolTable.h C src/gnu/llvm/lld/ELF/Symbols.cpp C src/gnu/llvm/lld/ELF/Symbols.h C src/gnu/llvm/lld/ELF/SyntheticSections.cpp C src/gnu/llvm/lld/ELF/SyntheticSections.h U src/gnu/llvm/lld/ELF/Target.cpp U src/gnu/llvm/lld/ELF/Target.h U src/gnu/llvm/lld/ELF/Thunks.cpp U src/gnu/llvm/lld/ELF/Thunks.h C src/gnu/llvm/lld/ELF/Writer.cpp C src/gnu/llvm/lld/ELF/Writer.h C src/gnu/llvm/lld/ELF/Arch/AArch64.cpp U src/gnu/llvm/lld/ELF/Arch/AMDGPU.cpp U src/gnu/llvm/lld/ELF/Arch/ARM.cpp U src/gnu/llvm/lld/ELF/Arch/AVR.cpp U src/gnu/llvm/lld/ELF/Arch/Hexagon.cpp U src/gnu/llvm/lld/ELF/Arch/MSP430.cpp U src/gnu/llvm/lld/ELF/Arch/Mips.cpp U src/gnu/llvm/lld/ELF/Arch/MipsArchTree.cpp C src/gnu/llvm/lld/ELF/Arch/PPC.cpp C src/gnu/llvm/lld/ELF/Arch/PPC64.cpp U src/gnu/llvm/lld/ELF/Arch/PPCInsns.def C src/gnu/llvm/lld/ELF/Arch/RISCV.cpp U src/gnu/llvm/lld/ELF/Arch/SPARCV9.cpp U src/gnu/llvm/lld/ELF/Arch/X86.cpp C src/gnu/llvm/lld/ELF/Arch/X86_64.cpp U src/gnu/llvm/lld/MachO/CMakeLists.txt U src/gnu/llvm/lld/MachO/ConcatOutputSection.cpp U src/gnu/llvm/lld/MachO/ConcatOutputSection.h U src/gnu/llvm/lld/MachO/Config.h U src/gnu/llvm/lld/MachO/Driver.cpp U src/gnu/llvm/lld/MachO/Driver.h U src/gnu/llvm/lld/MachO/DriverUtils.cpp U src/gnu/llvm/lld/MachO/Dwarf.cpp U src/gnu/llvm/lld/MachO/Dwarf.h N src/gnu/llvm/lld/MachO/EhFrame.cpp N src/gnu/llvm/lld/MachO/EhFrame.h U src/gnu/llvm/lld/MachO/ExportTrie.cpp U src/gnu/llvm/lld/MachO/ExportTrie.h U src/gnu/llvm/lld/MachO/ICF.cpp U src/gnu/llvm/lld/MachO/ICF.h U src/gnu/llvm/lld/MachO/InputFiles.cpp U src/gnu/llvm/lld/MachO/InputFiles.h U src/gnu/llvm/lld/MachO/InputSection.cpp U src/gnu/llvm/lld/MachO/InputSection.h U src/gnu/llvm/lld/MachO/LTO.cpp U src/gnu/llvm/lld/MachO/LTO.h U src/gnu/llvm/lld/MachO/ObjC.h U src/gnu/llvm/lld/MachO/MachOStructs.h U src/gnu/llvm/lld/MachO/MapFile.cpp U src/gnu/llvm/lld/MachO/MapFile.h U src/gnu/llvm/lld/MachO/MarkLive.cpp U src/gnu/llvm/lld/MachO/MarkLive.h U src/gnu/llvm/lld/MachO/ObjC.cpp U src/gnu/llvm/lld/MachO/Options.td U src/gnu/llvm/lld/MachO/OutputSection.cpp U src/gnu/llvm/lld/MachO/OutputSection.h U src/gnu/llvm/lld/MachO/OutputSegment.cpp U src/gnu/llvm/lld/MachO/OutputSegment.h U src/gnu/llvm/lld/MachO/Relocations.cpp U src/gnu/llvm/lld/MachO/Relocations.h N src/gnu/llvm/lld/MachO/SectionPriorities.cpp N src/gnu/llvm/lld/MachO/SectionPriorities.h U src/gnu/llvm/lld/MachO/SymbolTable.cpp U src/gnu/llvm/lld/MachO/SymbolTable.h U src/gnu/llvm/lld/MachO/Symbols.cpp U src/gnu/llvm/lld/MachO/Symbols.h U src/gnu/llvm/lld/MachO/SyntheticSections.cpp U src/gnu/llvm/lld/MachO/SyntheticSections.h U src/gnu/llvm/lld/MachO/Target.cpp U src/gnu/llvm/lld/MachO/Target.h U src/gnu/llvm/lld/MachO/UnwindInfoSection.cpp U src/gnu/llvm/lld/MachO/UnwindInfoSection.h U src/gnu/llvm/lld/MachO/Writer.cpp U src/gnu/llvm/lld/MachO/Writer.h U src/gnu/llvm/lld/MachO/Arch/ARM.cpp U src/gnu/llvm/lld/MachO/Arch/ARM64.cpp U src/gnu/llvm/lld/MachO/Arch/ARM64Common.cpp U src/gnu/llvm/lld/MachO/Arch/ARM64Common.h U src/gnu/llvm/lld/MachO/Arch/ARM64_32.cpp U src/gnu/llvm/lld/MachO/Arch/X86_64.cpp U src/gnu/llvm/lld/MinGW/CMakeLists.txt U src/gnu/llvm/lld/MinGW/Driver.cpp U src/gnu/llvm/lld/MinGW/Options.td U src/gnu/llvm/lld/cmake/modules/AddLLD.cmake U src/gnu/llvm/lld/cmake/modules/CMakeLists.txt U src/gnu/llvm/lld/cmake/modules/FindVTune.cmake U src/gnu/llvm/lld/cmake/modules/LLDConfig.cmake.in N src/gnu/llvm/lld/cmake/modules/LLDConfigVersion.cmake.in U src/gnu/llvm/lld/docs/CMakeLists.txt U src/gnu/llvm/lld/docs/NewLLD.rst U src/gnu/llvm/lld/docs/Partitions.rst U src/gnu/llvm/lld/docs/README.txt U src/gnu/llvm/lld/docs/ReleaseNotes.rst U src/gnu/llvm/lld/docs/WebAssembly.rst U src/gnu/llvm/lld/docs/conf.py U src/gnu/llvm/lld/docs/error_handling_script.rst U src/gnu/llvm/lld/docs/hello.png U src/gnu/llvm/lld/docs/index.rst C src/gnu/llvm/lld/docs/ld.lld.1 U src/gnu/llvm/lld/docs/make.bat U src/gnu/llvm/lld/docs/missingkeyfunction.rst U src/gnu/llvm/lld/docs/partitions.dot U src/gnu/llvm/lld/docs/partitions.svg U src/gnu/llvm/lld/docs/windows_support.rst U src/gnu/llvm/lld/docs/ELF/linker_script.rst N src/gnu/llvm/lld/docs/ELF/start-stop-gc.rst U src/gnu/llvm/lld/docs/ELF/warn_backrefs.rst N src/gnu/llvm/lld/docs/MachO/index.rst N src/gnu/llvm/lld/docs/MachO/ld64-vs-lld.rst U src/gnu/llvm/lld/docs/_static/favicon.ico U src/gnu/llvm/lld/docs/_templates/indexsidebar.html U src/gnu/llvm/lld/docs/_templates/layout.html U src/gnu/llvm/lld/docs/llvm-theme/layout.html U src/gnu/llvm/lld/docs/llvm-theme/theme.conf U src/gnu/llvm/lld/docs/llvm-theme/static/contents.png U src/gnu/llvm/lld/docs/llvm-theme/static/llvm.css U src/gnu/llvm/lld/docs/llvm-theme/static/logo.png U src/gnu/llvm/lld/docs/llvm-theme/static/navigation.png U src/gnu/llvm/lld/include/lld/Common/Args.h U src/gnu/llvm/lld/include/lld/Common/Arrays.h N src/gnu/llvm/lld/include/lld/Common/CommonLinkerContext.h U src/gnu/llvm/lld/include/lld/Common/DWARF.h U src/gnu/llvm/lld/include/lld/Common/Driver.h U src/gnu/llvm/lld/include/lld/Common/ErrorHandler.h U src/gnu/llvm/lld/include/lld/Common/Filesystem.h U src/gnu/llvm/lld/include/lld/Common/LLVM.h U src/gnu/llvm/lld/include/lld/Common/Memory.h U src/gnu/llvm/lld/include/lld/Common/Reproduce.h U src/gnu/llvm/lld/include/lld/Common/Strings.h U src/gnu/llvm/lld/include/lld/Common/TargetOptionsCommandFlags.h U src/gnu/llvm/lld/include/lld/Common/Timer.h U src/gnu/llvm/lld/include/lld/Common/Version.h U src/gnu/llvm/lld/include/lld/Common/Version.inc.in U src/gnu/llvm/lld/tools/lld/CMakeLists.txt C src/gnu/llvm/lld/tools/lld/lld.cpp U src/gnu/llvm/lld/utils/benchmark.py U src/gnu/llvm/lld/utils/link.yaml U src/gnu/llvm/lld/wasm/CMakeLists.txt U src/gnu/llvm/lld/wasm/Config.h U src/gnu/llvm/lld/wasm/Driver.cpp U src/gnu/llvm/lld/wasm/InputChunks.cpp U src/gnu/llvm/lld/wasm/InputChunks.h U src/gnu/llvm/lld/wasm/InputElement.h U src/gnu/llvm/lld/wasm/InputFiles.cpp U src/gnu/llvm/lld/wasm/InputFiles.h U src/gnu/llvm/lld/wasm/LTO.cpp U src/gnu/llvm/lld/wasm/LTO.h U src/gnu/llvm/lld/wasm/MapFile.cpp U src/gnu/llvm/lld/wasm/MapFile.h U src/gnu/llvm/lld/wasm/MarkLive.cpp U src/gnu/llvm/lld/wasm/MarkLive.h U src/gnu/llvm/lld/wasm/Options.td U src/gnu/llvm/lld/wasm/OutputSections.cpp U src/gnu/llvm/lld/wasm/OutputSections.h U src/gnu/llvm/lld/wasm/OutputSegment.cpp U src/gnu/llvm/lld/wasm/OutputSegment.h U src/gnu/llvm/lld/wasm/Relocations.cpp U src/gnu/llvm/lld/wasm/Relocations.h U src/gnu/llvm/lld/wasm/SymbolTable.cpp U src/gnu/llvm/lld/wasm/SymbolTable.h U src/gnu/llvm/lld/wasm/Symbols.cpp U src/gnu/llvm/lld/wasm/Symbols.h U src/gnu/llvm/lld/wasm/SyntheticSections.cpp U src/gnu/llvm/lld/wasm/SyntheticSections.h U src/gnu/llvm/lld/wasm/Writer.cpp U src/gnu/llvm/lld/wasm/Writer.h U src/gnu/llvm/lld/wasm/WriterUtils.cpp U src/gnu/llvm/lld/wasm/WriterUtils.h 24 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLLD:yesterday -jLLD src/gnu/llvm/lld CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:22:11 Modified files: gnu/llvm/lld : CMakeLists.txt gnu/llvm/lld/ELF: Config.h Driver.cpp DriverUtils.cpp InputFiles.cpp InputFiles.h InputSection.cpp LinkerScript.cpp Options.td Relocations.cpp ScriptParser.cpp SymbolTable.cpp Symbols.cpp Symbols.h SyntheticSections.cpp SyntheticSections.h Writer.cpp Writer.h gnu/llvm/lld/ELF/Arch: AArch64.cpp PPC.cpp PPC64.cpp RISCV.cpp X86_64.cpp gnu/llvm/lld/docs: ld.lld.1 gnu/llvm/lld/tools/lld: CMakeLists.txt lld.cpp Removed files: gnu/llvm/lld/docs: AtomLLD.rst Driver.rst Readers.rst design.rst development.rst getting_started.rst open_projects.rst sphinx_intro.rst gnu/llvm/lld/include/lld/Core: AbsoluteAtom.h ArchiveLibraryFile.h Atom.h DefinedAtom.h Error.h File.h Instrumentation.h LinkingContext.h Node.h Pass.h PassManager.h Reader.h Reference.h Resolver.h SharedLibraryAtom.h SharedLibraryFile.h Simple.h SymbolTable.h UndefinedAtom.h Writer.h gnu/llvm/lld/include/lld/ReaderWriter: MachOLinkingContext.h YamlContext.h gnu/llvm/lld/lib: CMakeLists.txt gnu/llvm/lld/lib/Core: CMakeLists.txt DefinedAtom.cpp Error.cpp File.cpp LinkingContext.cpp Reader.cpp Resolver.cpp SymbolTable.cpp Writer.cpp gnu/llvm/lld/lib/Driver: CMakeLists.txt DarwinLdDriver.cpp DarwinLdOptions.td gnu/llvm/lld/lib/ReaderWriter: CMakeLists.txt FileArchive.cpp gnu/llvm/lld/lib/ReaderWriter/MachO: ArchHandler.cpp ArchHandler.h ArchHandler_arm.cpp ArchHandler_arm64.cpp ArchHandler_x86.cpp ArchHandler_x86_64.cpp Atoms.h CMakeLists.txt CompactUnwindPass.cpp DebugInfo.h ExecutableAtoms.h File.h FlatNamespaceFile.h GOTPass.cpp LayoutPass.cpp LayoutPass.h MachOLinkingContext.cpp MachONormalizedFile.h MachONormalizedFileBinaryReader.cpp MachONormalizedFileBinaryUtils.h MachONormalizedFileBinaryWriter.cpp MachONormalizedFileFromAtoms.cpp MachONormalizedFileToAtoms.cpp MachONormalizedFileYAML.cpp MachOPasses.h ObjCPass.cpp SectCreateFile.h ShimPass.cpp StubsPass.cpp TLVPass.cpp WriterMachO.cpp gnu/llvm/lld/lib/ReaderWriter/YAML: CMakeLists.txt ReaderWriterYAML.cpp gnu/llvm/lld/unittests: CMakeLists.txt gnu/llvm/lld/unittests/DriverTests: CMakeLists.txt DarwinLdDriverTest.cpp gnu/llvm/lld/unittests/MachOTests: CMakeLists.txt MachONormalizedFileBinaryReaderTests.cpp MachONormalizedFileBinaryWriterTests.cpp MachONormalizedFileToAtomsTests.cpp MachONormalizedFileYAMLTests.cpp empty_obj_x86_armv7.txt Log message: merge lld-16.0.6 CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:23:18 Log message: import lldb from LLVM-16.0.6 Status: Vendor Tag: LLDB Release Tags: LLDB_16_0_6 U src/gnu/llvm/lldb/.clang-format U src/gnu/llvm/lldb/.clang-tidy U src/gnu/llvm/lldb/.gitignore U src/gnu/llvm/lldb/CMakeLists.txt U src/gnu/llvm/lldb/CODE_OWNERS.txt U src/gnu/llvm/lldb/LICENSE.TXT U src/gnu/llvm/lldb/use_lldb_suite_root.py U src/gnu/llvm/lldb/bindings/CMakeLists.txt U src/gnu/llvm/lldb/bindings/headers.swig U src/gnu/llvm/lldb/bindings/interfaces.swig U src/gnu/llvm/lldb/bindings/macros.swig U src/gnu/llvm/lldb/bindings/interface/SBAddress.i U src/gnu/llvm/lldb/bindings/interface/SBAttachInfo.i U src/gnu/llvm/lldb/bindings/interface/SBBlock.i U src/gnu/llvm/lldb/bindings/interface/SBBreakpoint.i U src/gnu/llvm/lldb/bindings/interface/SBBreakpointLocation.i U src/gnu/llvm/lldb/bindings/interface/SBBreakpointName.i U src/gnu/llvm/lldb/bindings/interface/SBBroadcaster.i U src/gnu/llvm/lldb/bindings/interface/SBCommandInterpreter.i U src/gnu/llvm/lldb/bindings/interface/SBCommandInterpreterRunOptions.i U src/gnu/llvm/lldb/bindings/interface/SBCommandReturnObject.i U src/gnu/llvm/lldb/bindings/interface/SBCommunication.i U src/gnu/llvm/lldb/bindings/interface/SBCompileUnit.i U src/gnu/llvm/lldb/bindings/interface/SBData.i U src/gnu/llvm/lldb/bindings/interface/SBDebugger.i U src/gnu/llvm/lldb/bindings/interface/SBDeclaration.i U src/gnu/llvm/lldb/bindings/interface/SBEnvironment.i U src/gnu/llvm/lldb/bindings/interface/SBError.i U src/gnu/llvm/lldb/bindings/interface/SBEvent.i U src/gnu/llvm/lldb/bindings/interface/SBFile.i U src/gnu/llvm/lldb/bindings/interface/SBExecutionContext.i U src/gnu/llvm/lldb/bindings/interface/SBExpressionOptions.i U src/gnu/llvm/lldb/bindings/interface/SBFileSpec.i U src/gnu/llvm/lldb/bindings/interface/SBFileSpecList.i U src/gnu/llvm/lldb/bindings/interface/SBFrame.i U src/gnu/llvm/lldb/bindings/interface/SBFunction.i U src/gnu/llvm/lldb/bindings/interface/SBHostOS.i U src/gnu/llvm/lldb/bindings/interface/SBInstruction.i U src/gnu/llvm/lldb/bindings/interface/SBInstructionList.i U src/gnu/llvm/lldb/bindings/interface/SBLanguageRuntime.i U src/gnu/llvm/lldb/bindings/interface/SBLaunchInfo.i U src/gnu/llvm/lldb/bindings/interface/SBLineEntry.i U src/gnu/llvm/lldb/bindings/interface/SBListener.i U src/gnu/llvm/lldb/bindings/interface/SBMemoryRegionInfo.i U src/gnu/llvm/lldb/bindings/interface/SBMemoryRegionInfoList.i U src/gnu/llvm/lldb/bindings/interface/SBModule.i U src/gnu/llvm/lldb/bindings/interface/SBModuleSpec.i U src/gnu/llvm/lldb/bindings/interface/SBPlatform.i U src/gnu/llvm/lldb/bindings/interface/SBProcess.i U src/gnu/llvm/lldb/bindings/interface/SBProcessInfo.i U src/gnu/llvm/lldb/bindings/interface/SBQueue.i U src/gnu/llvm/lldb/bindings/interface/SBQueueItem.i U src/gnu/llvm/lldb/bindings/interface/SBReproducer.i U src/gnu/llvm/lldb/bindings/interface/SBSection.i U src/gnu/llvm/lldb/bindings/interface/SBSourceManager.i U src/gnu/llvm/lldb/bindings/interface/SBStream.i U src/gnu/llvm/lldb/bindings/interface/SBStringList.i U src/gnu/llvm/lldb/bindings/interface/SBStructuredData.i U src/gnu/llvm/lldb/bindings/interface/SBSymbol.i U src/gnu/llvm/lldb/bindings/interface/SBSymbolContext.i U src/gnu/llvm/lldb/bindings/interface/SBSymbolContextList.i U src/gnu/llvm/lldb/bindings/interface/SBTarget.i U src/gnu/llvm/lldb/bindings/interface/SBThread.i U src/gnu/llvm/lldb/bindings/interface/SBThreadCollection.i U src/gnu/llvm/lldb/bindings/interface/SBThreadPlan.i U src/gnu/llvm/lldb/bindings/interface/SBTrace.i N src/gnu/llvm/lldb/bindings/interface/SBTraceCursor.i U src/gnu/llvm/lldb/bindings/interface/SBType.i U src/gnu/llvm/lldb/bindings/interface/SBTypeCategory.i U src/gnu/llvm/lldb/bindings/interface/SBTypeEnumMember.i U src/gnu/llvm/lldb/bindings/interface/SBTypeFilter.i U src/gnu/llvm/lldb/bindings/interface/SBTypeFormat.i U src/gnu/llvm/lldb/bindings/interface/SBTypeNameSpecifier.i U src/gnu/llvm/lldb/bindings/interface/SBTypeSummary.i U src/gnu/llvm/lldb/bindings/interface/SBTypeSynthetic.i U src/gnu/llvm/lldb/bindings/interface/SBUnixSignals.i U src/gnu/llvm/lldb/bindings/interface/SBValue.i U src/gnu/llvm/lldb/bindings/interface/SBValueList.i U src/gnu/llvm/lldb/bindings/interface/SBVariablesOptions.i U src/gnu/llvm/lldb/bindings/interface/SBWatchpoint.i U src/gnu/llvm/lldb/bindings/lua/CMakeLists.txt U src/gnu/llvm/lldb/bindings/lua/lua-swigsafecast.swig U src/gnu/llvm/lldb/bindings/lua/lua-typemaps.swig U src/gnu/llvm/lldb/bindings/lua/lua-wrapper.swig U src/gnu/llvm/lldb/bindings/lua/lua.swig U src/gnu/llvm/lldb/bindings/python/CMakeLists.txt U src/gnu/llvm/lldb/bindings/python/createPythonInit.py N src/gnu/llvm/lldb/bindings/python/get-python-config.py N src/gnu/llvm/lldb/bindings/python/lldb-python U src/gnu/llvm/lldb/bindings/python/python-extensions.swig U src/gnu/llvm/lldb/bindings/python/python-swigsafecast.swig U src/gnu/llvm/lldb/bindings/python/python-typemaps.h U src/gnu/llvm/lldb/bindings/python/python-typemaps.swig U src/gnu/llvm/lldb/bindings/python/python-wrapper.swig U src/gnu/llvm/lldb/bindings/python/python.swig U src/gnu/llvm/lldb/cmake/caches/Apple-lldb-Linux.cmake U src/gnu/llvm/lldb/cmake/caches/Apple-lldb-Xcode.cmake U src/gnu/llvm/lldb/cmake/caches/Apple-lldb-base.cmake U src/gnu/llvm/lldb/cmake/caches/Apple-lldb-macOS.cmake U src/gnu/llvm/lldb/cmake/modules/AddLLDB.cmake U src/gnu/llvm/lldb/cmake/modules/FindCursesAndPanel.cmake U src/gnu/llvm/lldb/cmake/modules/FindLuaAndSwig.cmake U src/gnu/llvm/lldb/cmake/modules/FindPythonAndSwig.cmake U src/gnu/llvm/lldb/cmake/modules/LLDBConfig.cmake U src/gnu/llvm/lldb/cmake/modules/LLDBFramework.cmake U src/gnu/llvm/lldb/cmake/modules/LLDBGenerateConfig.cmake U src/gnu/llvm/lldb/cmake/modules/LLDBStandalone.cmake U src/gnu/llvm/lldb/cmake/modules/debugserverConfig.cmake U src/gnu/llvm/lldb/docs/.htaccess U src/gnu/llvm/lldb/docs/CMakeLists.txt U src/gnu/llvm/lldb/docs/conf.py U src/gnu/llvm/lldb/docs/doxygen-mainpage.dox U src/gnu/llvm/lldb/docs/doxygen.cfg.in U src/gnu/llvm/lldb/docs/index.rst U src/gnu/llvm/lldb/docs/lldb-for-gdb-users.txt U src/gnu/llvm/lldb/docs/lldb-gdb-remote.txt U src/gnu/llvm/lldb/docs/lldb-platform-packets.txt U src/gnu/llvm/lldb/docs/python_api.rst U src/gnu/llvm/lldb/docs/python_api_enums.rst U src/gnu/llvm/lldb/docs/_lldb/__init__.py U src/gnu/llvm/lldb/docs/_static/lldb.css U src/gnu/llvm/lldb/docs/design/overview.rst U src/gnu/llvm/lldb/docs/design/sbapi.rst U src/gnu/llvm/lldb/docs/man/lldb-server.rst C src/gnu/llvm/lldb/docs/man/lldb.rst U src/gnu/llvm/lldb/docs/resources/bots.rst U src/gnu/llvm/lldb/docs/resources/build.rst U src/gnu/llvm/lldb/docs/resources/caveats.rst U src/gnu/llvm/lldb/docs/resources/contributing.rst N src/gnu/llvm/lldb/docs/resources/fuzzing.rst U src/gnu/llvm/lldb/docs/resources/test.rst U src/gnu/llvm/lldb/docs/status/features.rst U src/gnu/llvm/lldb/docs/status/goals.rst U src/gnu/llvm/lldb/docs/status/projects.rst U src/gnu/llvm/lldb/docs/status/releases.rst U src/gnu/llvm/lldb/docs/status/status.rst U src/gnu/llvm/lldb/docs/testsuite/a-detailed-walkthrough.txt N src/gnu/llvm/lldb/docs/use/extensions.rst U src/gnu/llvm/lldb/docs/use/formatting.rst N src/gnu/llvm/lldb/docs/use/intel_pt.rst N src/gnu/llvm/lldb/docs/use/links.rst U src/gnu/llvm/lldb/docs/use/map.rst N src/gnu/llvm/lldb/docs/use/ondemand.rst U src/gnu/llvm/lldb/docs/use/python-reference.rst U src/gnu/llvm/lldb/docs/use/python.rst U src/gnu/llvm/lldb/docs/use/qemu-testing.rst U src/gnu/llvm/lldb/docs/use/remote.rst U src/gnu/llvm/lldb/docs/use/symbolication.rst U src/gnu/llvm/lldb/docs/use/symbols.rst U src/gnu/llvm/lldb/docs/use/troubleshooting.rst U src/gnu/llvm/lldb/docs/use/tutorial.rst U src/gnu/llvm/lldb/docs/use/variable.rst U src/gnu/llvm/lldb/examples/customization/bin-utils/.lldbinit U src/gnu/llvm/lldb/examples/customization/bin-utils/README U src/gnu/llvm/lldb/examples/customization/bin-utils/binutils.py U src/gnu/llvm/lldb/examples/customization/import-python/README U src/gnu/llvm/lldb/examples/customization/import-python/importcmd.py U src/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/.lldbinit U src/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/README U src/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/utils.py U src/gnu/llvm/lldb/examples/darwin/heap_find/heap.py U src/gnu/llvm/lldb/examples/darwin/heap_find/heap/Makefile U src/gnu/llvm/lldb/examples/darwin/heap_find/heap/heap_find.cpp U src/gnu/llvm/lldb/examples/functions/Makefile U src/gnu/llvm/lldb/examples/functions/main.cpp U src/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/FDInterposing.cpp U src/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/Makefile U src/gnu/llvm/lldb/examples/lookup/Makefile U src/gnu/llvm/lldb/examples/lookup/main.cpp U src/gnu/llvm/lldb/examples/plugins/commands/fooplugin.cpp U src/gnu/llvm/lldb/examples/python/armv7_cortex_m_target_defintion.py U src/gnu/llvm/lldb/examples/python/bsd.py U src/gnu/llvm/lldb/examples/python/cmdtemplate.py U src/gnu/llvm/lldb/examples/python/crashlog.py U src/gnu/llvm/lldb/examples/python/delta.py U src/gnu/llvm/lldb/examples/python/diagnose_nsstring.py U src/gnu/llvm/lldb/examples/python/diagnose_unwind.py U src/gnu/llvm/lldb/examples/python/dict_utils.py U src/gnu/llvm/lldb/examples/python/disasm-stress-test.py U src/gnu/llvm/lldb/examples/python/disasm.py U src/gnu/llvm/lldb/examples/python/disassembly_mode.py U src/gnu/llvm/lldb/examples/python/file_extract.py U src/gnu/llvm/lldb/examples/python/gdb_disassemble.py U src/gnu/llvm/lldb/examples/python/gdbremote.py U src/gnu/llvm/lldb/examples/python/globals.py U src/gnu/llvm/lldb/examples/python/in_call_stack.py U src/gnu/llvm/lldb/examples/python/jump.py U src/gnu/llvm/lldb/examples/python/lldb_module_utils.py U src/gnu/llvm/lldb/examples/python/lldbtk.py U src/gnu/llvm/lldb/examples/python/mach_o.py U src/gnu/llvm/lldb/examples/python/memory.py U src/gnu/llvm/lldb/examples/python/operating_system.py U src/gnu/llvm/lldb/examples/python/performance.py U src/gnu/llvm/lldb/examples/python/process_events.py U src/gnu/llvm/lldb/examples/python/pytracer.py U src/gnu/llvm/lldb/examples/python/sbvalue.py U src/gnu/llvm/lldb/examples/python/scripted_step.py U src/gnu/llvm/lldb/examples/python/shadow.py U src/gnu/llvm/lldb/examples/python/sources.py U src/gnu/llvm/lldb/examples/python/stacks.py U src/gnu/llvm/lldb/examples/python/step_and_print.py U src/gnu/llvm/lldb/examples/python/symbolication.py U src/gnu/llvm/lldb/examples/python/types.py U src/gnu/llvm/lldb/examples/python/x86_64_linux_target_definition.py U src/gnu/llvm/lldb/examples/python/x86_64_qemu_target_definition.py U src/gnu/llvm/lldb/examples/python/x86_64_target_definition.py N src/gnu/llvm/lldb/examples/python/scripted_process/crashlog_scripted_process.py N src/gnu/llvm/lldb/examples/python/scripted_process/scripted_platform.py U src/gnu/llvm/lldb/examples/python/scripted_process/scripted_process.py U src/gnu/llvm/lldb/examples/scripting/dictionary.c U src/gnu/llvm/lldb/examples/scripting/tree_utils.py U src/gnu/llvm/lldb/examples/summaries/essentials U src/gnu/llvm/lldb/examples/summaries/lldb U src/gnu/llvm/lldb/examples/summaries/objc.py U src/gnu/llvm/lldb/examples/summaries/pysummary.py U src/gnu/llvm/lldb/examples/summaries/sp_cp.py U src/gnu/llvm/lldb/examples/summaries/synth.py U src/gnu/llvm/lldb/examples/summaries/unicode_strings.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFArray.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFBag.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFBinaryHeap.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFBitVector.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFDictionary.py U src/gnu/llvm/lldb/examples/summaries/cocoa/CFString.py U src/gnu/llvm/lldb/examples/summaries/cocoa/Class.py U src/gnu/llvm/lldb/examples/summaries/cocoa/Logger.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSBundle.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSData.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSDate.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSException.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSIndexSet.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSMachPort.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSNotification.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSNumber.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSSet.py U src/gnu/llvm/lldb/examples/summaries/cocoa/NSURL.py U src/gnu/llvm/lldb/examples/summaries/cocoa/Selector.py U src/gnu/llvm/lldb/examples/summaries/cocoa/attrib_fromdict.py U src/gnu/llvm/lldb/examples/summaries/cocoa/cache.py U src/gnu/llvm/lldb/examples/summaries/cocoa/metrics.py U src/gnu/llvm/lldb/examples/summaries/cocoa/objc_runtime.py U src/gnu/llvm/lldb/examples/synthetic/gnu_libstdcpp.py U src/gnu/llvm/lldb/examples/synthetic/libcxx.py U src/gnu/llvm/lldb/examples/synthetic/unordered_multi.py U src/gnu/llvm/lldb/examples/synthetic/bitfield/example.py U src/gnu/llvm/lldb/examples/synthetic/bitfield/program.cpp N src/gnu/llvm/lldb/examples/synthetic/recognizer_function/example.py N src/gnu/llvm/lldb/examples/synthetic/recognizer_function/lldb-commands N src/gnu/llvm/lldb/examples/synthetic/recognizer_function/program.cpp U src/gnu/llvm/lldb/examples/test/.lldb-loggings U src/gnu/llvm/lldb/examples/test/.lldb-pre-post-flight U src/gnu/llvm/lldb/examples/test/.lldb-pre-post-flight.bad U src/gnu/llvm/lldb/examples/test/.lldbtest-config U src/gnu/llvm/lldb/examples/test/.lldbtest-config2 U src/gnu/llvm/lldb/examples/test/lldbtest-stderr U src/gnu/llvm/lldb/examples/test/lldbtest-stdout U src/gnu/llvm/lldb/examples/test/usage-config U src/gnu/llvm/lldb/examples/test/usage-lldb-loggings U src/gnu/llvm/lldb/examples/test/usage-pre-post-flight U src/gnu/llvm/lldb/examples/test/tmp/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt U src/gnu/llvm/lldb/examples/test/tmp/lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt U src/gnu/llvm/lldb/include/lldb/lldb-defines.h U src/gnu/llvm/lldb/include/lldb/lldb-enumerations.h U src/gnu/llvm/lldb/include/lldb/lldb-forward.h U src/gnu/llvm/lldb/include/lldb/lldb-private-enumerations.h U src/gnu/llvm/lldb/include/lldb/lldb-private-forward.h U src/gnu/llvm/lldb/include/lldb/lldb-private-interfaces.h U src/gnu/llvm/lldb/include/lldb/lldb-private-types.h U src/gnu/llvm/lldb/include/lldb/lldb-private.h U src/gnu/llvm/lldb/include/lldb/lldb-public.h U src/gnu/llvm/lldb/include/lldb/lldb-types.h U src/gnu/llvm/lldb/include/lldb/lldb-versioning.h U src/gnu/llvm/lldb/include/lldb/module.modulemap U src/gnu/llvm/lldb/include/lldb/API/LLDB.h U src/gnu/llvm/lldb/include/lldb/API/SBAddress.h U src/gnu/llvm/lldb/include/lldb/API/SBAttachInfo.h U src/gnu/llvm/lldb/include/lldb/API/SBBlock.h U src/gnu/llvm/lldb/include/lldb/API/SBBreakpoint.h U src/gnu/llvm/lldb/include/lldb/API/SBBreakpointLocation.h U src/gnu/llvm/lldb/include/lldb/API/SBBreakpointName.h U src/gnu/llvm/lldb/include/lldb/API/SBBroadcaster.h U src/gnu/llvm/lldb/include/lldb/API/SBCommandInterpreter.h U src/gnu/llvm/lldb/include/lldb/API/SBCommandInterpreterRunOptions.h U src/gnu/llvm/lldb/include/lldb/API/SBCommandReturnObject.h U src/gnu/llvm/lldb/include/lldb/API/SBCommunication.h U src/gnu/llvm/lldb/include/lldb/API/SBCompileUnit.h U src/gnu/llvm/lldb/include/lldb/API/SBData.h U src/gnu/llvm/lldb/include/lldb/API/SBDebugger.h U src/gnu/llvm/lldb/include/lldb/API/SBDeclaration.h U src/gnu/llvm/lldb/include/lldb/API/SBDefines.h U src/gnu/llvm/lldb/include/lldb/API/SBEnvironment.h U src/gnu/llvm/lldb/include/lldb/API/SBError.h U src/gnu/llvm/lldb/include/lldb/API/SBEvent.h U src/gnu/llvm/lldb/include/lldb/API/SBExecutionContext.h U src/gnu/llvm/lldb/include/lldb/API/SBExpressionOptions.h U src/gnu/llvm/lldb/include/lldb/API/SBFile.h U src/gnu/llvm/lldb/include/lldb/API/SBFileSpec.h U src/gnu/llvm/lldb/include/lldb/API/SBFileSpecList.h U src/gnu/llvm/lldb/include/lldb/API/SBFrame.h U src/gnu/llvm/lldb/include/lldb/API/SBFunction.h U src/gnu/llvm/lldb/include/lldb/API/SBHostOS.h U src/gnu/llvm/lldb/include/lldb/API/SBInstruction.h U src/gnu/llvm/lldb/include/lldb/API/SBInstructionList.h U src/gnu/llvm/lldb/include/lldb/API/SBLanguageRuntime.h U src/gnu/llvm/lldb/include/lldb/API/SBLaunchInfo.h U src/gnu/llvm/lldb/include/lldb/API/SBLineEntry.h U src/gnu/llvm/lldb/include/lldb/API/SBListener.h U src/gnu/llvm/lldb/include/lldb/API/SBMemoryRegionInfo.h U src/gnu/llvm/lldb/include/lldb/API/SBMemoryRegionInfoList.h U src/gnu/llvm/lldb/include/lldb/API/SBModule.h U src/gnu/llvm/lldb/include/lldb/API/SBModuleSpec.h U src/gnu/llvm/lldb/include/lldb/API/SBPlatform.h U src/gnu/llvm/lldb/include/lldb/API/SBProcess.h U src/gnu/llvm/lldb/include/lldb/API/SBProcessInfo.h U src/gnu/llvm/lldb/include/lldb/API/SBQueue.h U src/gnu/llvm/lldb/include/lldb/API/SBQueueItem.h U src/gnu/llvm/lldb/include/lldb/API/SBReproducer.h U src/gnu/llvm/lldb/include/lldb/API/SBSection.h U src/gnu/llvm/lldb/include/lldb/API/SBSourceManager.h U src/gnu/llvm/lldb/include/lldb/API/SBStream.h U src/gnu/llvm/lldb/include/lldb/API/SBStringList.h U src/gnu/llvm/lldb/include/lldb/API/SBStructuredData.h U src/gnu/llvm/lldb/include/lldb/API/SBSymbol.h U src/gnu/llvm/lldb/include/lldb/API/SBSymbolContext.h U src/gnu/llvm/lldb/include/lldb/API/SBSymbolContextList.h U src/gnu/llvm/lldb/include/lldb/API/SBTarget.h U src/gnu/llvm/lldb/include/lldb/API/SBThread.h U src/gnu/llvm/lldb/include/lldb/API/SBThreadCollection.h U src/gnu/llvm/lldb/include/lldb/API/SBThreadPlan.h U src/gnu/llvm/lldb/include/lldb/API/SBTrace.h N src/gnu/llvm/lldb/include/lldb/API/SBTraceCursor.h U src/gnu/llvm/lldb/include/lldb/API/SBType.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeCategory.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeEnumMember.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeFilter.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeFormat.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeNameSpecifier.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeSummary.h U src/gnu/llvm/lldb/include/lldb/API/SBTypeSynthetic.h U src/gnu/llvm/lldb/include/lldb/API/SBUnixSignals.h U src/gnu/llvm/lldb/include/lldb/API/SBValue.h U src/gnu/llvm/lldb/include/lldb/API/SBValueList.h U src/gnu/llvm/lldb/include/lldb/API/SBVariablesOptions.h U src/gnu/llvm/lldb/include/lldb/API/SBWatchpoint.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/Breakpoint.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointID.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointIDList.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointList.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointLocation.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointLocationList.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointName.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointOptions.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolver.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/Stoppoint.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolverName.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointSite.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/BreakpointSiteList.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/StoppointCallbackContext.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/StoppointHitCounter.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/StoppointSite.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/Watchpoint.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/WatchpointList.h U src/gnu/llvm/lldb/include/lldb/Breakpoint/WatchpointOptions.h U src/gnu/llvm/lldb/include/lldb/Core/Address.h U src/gnu/llvm/lldb/include/lldb/Core/AddressRange.h U src/gnu/llvm/lldb/include/lldb/Core/AddressResolver.h U src/gnu/llvm/lldb/include/lldb/Core/AddressResolverFileLine.h U src/gnu/llvm/lldb/include/lldb/Core/Architecture.h U src/gnu/llvm/lldb/include/lldb/Core/Communication.h N src/gnu/llvm/lldb/include/lldb/Core/DataFileCache.h U src/gnu/llvm/lldb/include/lldb/Core/Debugger.h N src/gnu/llvm/lldb/include/lldb/Core/DebuggerEvents.h U src/gnu/llvm/lldb/include/lldb/Core/Declaration.h U src/gnu/llvm/lldb/include/lldb/Core/Disassembler.h U src/gnu/llvm/lldb/include/lldb/Core/DumpDataExtractor.h U src/gnu/llvm/lldb/include/lldb/Core/DumpRegisterValue.h U src/gnu/llvm/lldb/include/lldb/Core/EmulateInstruction.h U src/gnu/llvm/lldb/include/lldb/Core/FileLineResolver.h U src/gnu/llvm/lldb/include/lldb/Core/FileSpecList.h U src/gnu/llvm/lldb/include/lldb/Core/FormatEntity.h U src/gnu/llvm/lldb/include/lldb/Core/Highlighter.h U src/gnu/llvm/lldb/include/lldb/Core/IOHandler.h U src/gnu/llvm/lldb/include/lldb/Core/IOHandlerCursesGUI.h U src/gnu/llvm/lldb/include/lldb/Core/IOStreamMacros.h U src/gnu/llvm/lldb/include/lldb/Core/LoadedModuleInfoList.h U src/gnu/llvm/lldb/include/lldb/Core/Mangled.h U src/gnu/llvm/lldb/include/lldb/Core/MappedHash.h U src/gnu/llvm/lldb/include/lldb/Core/Module.h U src/gnu/llvm/lldb/include/lldb/Core/ModuleChild.h U src/gnu/llvm/lldb/include/lldb/Core/ModuleList.h U src/gnu/llvm/lldb/include/lldb/Core/ModuleSpec.h U src/gnu/llvm/lldb/include/lldb/Core/Opcode.h U src/gnu/llvm/lldb/include/lldb/Core/PluginInterface.h U src/gnu/llvm/lldb/include/lldb/Core/PluginManager.h U src/gnu/llvm/lldb/include/lldb/Core/Progress.h U src/gnu/llvm/lldb/include/lldb/Core/PropertiesBase.td U src/gnu/llvm/lldb/include/lldb/Core/RichManglingContext.h U src/gnu/llvm/lldb/include/lldb/Core/SearchFilter.h U src/gnu/llvm/lldb/include/lldb/Core/Section.h U src/gnu/llvm/lldb/include/lldb/Core/SourceLocationSpec.h U src/gnu/llvm/lldb/include/lldb/Core/SourceManager.h U src/gnu/llvm/lldb/include/lldb/Core/StreamAsynchronousIO.h U src/gnu/llvm/lldb/include/lldb/Core/StreamBuffer.h U src/gnu/llvm/lldb/include/lldb/Core/StreamFile.h U src/gnu/llvm/lldb/include/lldb/Core/StructuredDataImpl.h U src/gnu/llvm/lldb/include/lldb/Core/ThreadSafeDenseMap.h U src/gnu/llvm/lldb/include/lldb/Core/ThreadSafeDenseSet.h U src/gnu/llvm/lldb/include/lldb/Core/ThreadSafeValue.h N src/gnu/llvm/lldb/include/lldb/Core/ThreadedCommunication.h U src/gnu/llvm/lldb/include/lldb/Core/UniqueCStringMap.h U src/gnu/llvm/lldb/include/lldb/Core/UserSettingsController.h U src/gnu/llvm/lldb/include/lldb/Core/Value.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObject.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectCast.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectChild.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectConstResult.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectConstResultCast.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectConstResultChild.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectList.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectConstResultImpl.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectDynamicValue.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectMemory.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectRegister.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectUpdater.h U src/gnu/llvm/lldb/include/lldb/Core/ValueObjectVariable.h U src/gnu/llvm/lldb/include/lldb/Core/dwarf.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/CXXFunctionPointer.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/DataVisualization.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/FormatCache.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/FormatClasses.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/FormatManager.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/FormattersContainer.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/FormattersHelpers.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/LanguageCategory.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/StringPrinter.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/TypeCategory.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/TypeCategoryMap.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/TypeFormat.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/TypeSummary.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/TypeSynthetic.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/VectorIterator.h U src/gnu/llvm/lldb/include/lldb/DataFormatters/VectorType.h U src/gnu/llvm/lldb/include/lldb/Expression/DWARFExpression.h N src/gnu/llvm/lldb/include/lldb/Expression/DWARFExpressionList.h U src/gnu/llvm/lldb/include/lldb/Expression/DiagnosticManager.h U src/gnu/llvm/lldb/include/lldb/Expression/DynamicCheckerFunctions.h U src/gnu/llvm/lldb/include/lldb/Expression/Expression.h U src/gnu/llvm/lldb/include/lldb/Expression/ExpressionParser.h U src/gnu/llvm/lldb/include/lldb/Expression/ExpressionSourceCode.h U src/gnu/llvm/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h U src/gnu/llvm/lldb/include/lldb/Expression/ExpressionVariable.h U src/gnu/llvm/lldb/include/lldb/Expression/FunctionCaller.h U src/gnu/llvm/lldb/include/lldb/Expression/IRExecutionUnit.h U src/gnu/llvm/lldb/include/lldb/Expression/IRInterpreter.h U src/gnu/llvm/lldb/include/lldb/Expression/IRMemoryMap.h U src/gnu/llvm/lldb/include/lldb/Expression/LLVMUserExpression.h U src/gnu/llvm/lldb/include/lldb/Expression/Materializer.h U src/gnu/llvm/lldb/include/lldb/Expression/REPL.h U src/gnu/llvm/lldb/include/lldb/Expression/UserExpression.h U src/gnu/llvm/lldb/include/lldb/Expression/UtilityFunction.h U src/gnu/llvm/lldb/include/lldb/Host/Config.h.cmake U src/gnu/llvm/lldb/include/lldb/Host/ConnectionFileDescriptor.h U src/gnu/llvm/lldb/include/lldb/Host/Debug.h U src/gnu/llvm/lldb/include/lldb/Host/Editline.h U src/gnu/llvm/lldb/include/lldb/Host/File.h U src/gnu/llvm/lldb/include/lldb/Host/FileAction.h U src/gnu/llvm/lldb/include/lldb/Host/FileCache.h U src/gnu/llvm/lldb/include/lldb/Host/FileSystem.h U src/gnu/llvm/lldb/include/lldb/Host/Host.h U src/gnu/llvm/lldb/include/lldb/Host/HostGetOpt.h U src/gnu/llvm/lldb/include/lldb/Host/HostInfo.h U src/gnu/llvm/lldb/include/lldb/Host/HostInfoBase.h U src/gnu/llvm/lldb/include/lldb/Host/HostNativeProcess.h U src/gnu/llvm/lldb/include/lldb/Host/HostNativeProcessBase.h U src/gnu/llvm/lldb/include/lldb/Host/HostNativeThread.h U src/gnu/llvm/lldb/include/lldb/Host/HostNativeThreadBase.h U src/gnu/llvm/lldb/include/lldb/Host/HostNativeThreadForward.h U src/gnu/llvm/lldb/include/lldb/Host/HostProcess.h U src/gnu/llvm/lldb/include/lldb/Host/HostThread.h U src/gnu/llvm/lldb/include/lldb/Host/LZMA.h U src/gnu/llvm/lldb/include/lldb/Host/LockFile.h U src/gnu/llvm/lldb/include/lldb/Host/LockFileBase.h U src/gnu/llvm/lldb/include/lldb/Host/MainLoop.h U src/gnu/llvm/lldb/include/lldb/Host/MainLoopBase.h U src/gnu/llvm/lldb/include/lldb/Host/MonitoringProcessLauncher.h U src/gnu/llvm/lldb/include/lldb/Host/OptionParser.h U src/gnu/llvm/lldb/include/lldb/Host/Pipe.h U src/gnu/llvm/lldb/include/lldb/Host/PipeBase.h U src/gnu/llvm/lldb/include/lldb/Host/PosixApi.h U src/gnu/llvm/lldb/include/lldb/Host/ProcessLaunchInfo.h U src/gnu/llvm/lldb/include/lldb/Host/ProcessLauncher.h U src/gnu/llvm/lldb/include/lldb/Host/ProcessRunLock.h U src/gnu/llvm/lldb/include/lldb/Host/PseudoTerminal.h U src/gnu/llvm/lldb/include/lldb/Host/SafeMachO.h U src/gnu/llvm/lldb/include/lldb/Host/Socket.h U src/gnu/llvm/lldb/include/lldb/Host/SocketAddress.h U src/gnu/llvm/lldb/include/lldb/Host/Terminal.h U src/gnu/llvm/lldb/include/lldb/Host/ThreadLauncher.h U src/gnu/llvm/lldb/include/lldb/Host/Time.h U src/gnu/llvm/lldb/include/lldb/Host/XML.h U src/gnu/llvm/lldb/include/lldb/Host/android/HostInfoAndroid.h U src/gnu/llvm/lldb/include/lldb/Host/common/GetOptInc.h U src/gnu/llvm/lldb/include/lldb/Host/common/NativeBreakpointList.h U src/gnu/llvm/lldb/include/lldb/Host/common/NativeProcessProtocol.h U src/gnu/llvm/lldb/include/lldb/Host/common/NativeRegisterContext.h U src/gnu/llvm/lldb/include/lldb/Host/common/NativeThreadProtocol.h U src/gnu/llvm/lldb/include/lldb/Host/common/NativeWatchpointList.h U src/gnu/llvm/lldb/include/lldb/Host/common/TCPSocket.h U src/gnu/llvm/lldb/include/lldb/Host/common/UDPSocket.h U src/gnu/llvm/lldb/include/lldb/Host/freebsd/HostInfoFreeBSD.h U src/gnu/llvm/lldb/include/lldb/Host/linux/AbstractSocket.h U src/gnu/llvm/lldb/include/lldb/Host/linux/Host.h U src/gnu/llvm/lldb/include/lldb/Host/linux/HostInfoLinux.h U src/gnu/llvm/lldb/include/lldb/Host/linux/Ptrace.h U src/gnu/llvm/lldb/include/lldb/Host/linux/Support.h U src/gnu/llvm/lldb/include/lldb/Host/linux/Uio.h U src/gnu/llvm/lldb/include/lldb/Host/macosx/HostInfoMacOSX.h U src/gnu/llvm/lldb/include/lldb/Host/macosx/HostThreadMacOSX.h U src/gnu/llvm/lldb/include/lldb/Host/netbsd/HostInfoNetBSD.h C src/gnu/llvm/lldb/include/lldb/Host/openbsd/HostInfoOpenBSD.h U src/gnu/llvm/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/DomainSocket.h U src/gnu/llvm/lldb/include/lldb/Host/posix/HostInfoPosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/HostProcessPosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/HostThreadPosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/LockFilePosix.h N src/gnu/llvm/lldb/include/lldb/Host/posix/MainLoopPosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/PipePosix.h U src/gnu/llvm/lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h U src/gnu/llvm/lldb/include/lldb/Host/windows/AutoHandle.h U src/gnu/llvm/lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/HostInfoWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/HostProcessWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/HostThreadWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/LockFileWindows.h N src/gnu/llvm/lldb/include/lldb/Host/windows/MainLoopWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/PipeWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/PosixApi.h U src/gnu/llvm/lldb/include/lldb/Host/windows/ProcessLauncherWindows.h U src/gnu/llvm/lldb/include/lldb/Host/windows/windows.h U src/gnu/llvm/lldb/include/lldb/Initialization/SystemInitializer.h U src/gnu/llvm/lldb/include/lldb/Initialization/SystemInitializerCommon.h U src/gnu/llvm/lldb/include/lldb/Initialization/SystemLifetimeManager.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandAlias.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandCompletions.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandHistory.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandInterpreter.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandObject.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandObjectMultiword.h N src/gnu/llvm/lldb/include/lldb/Interpreter/CommandOptionArgumentTable.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandOptionValidators.h U src/gnu/llvm/lldb/include/lldb/Interpreter/CommandReturnObject.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionArgParser.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupBoolean.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupFile.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupFormat.h N src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupMemoryTag.h U src/gnu/llvm/lldb/include/lldb/Interpreter/Options.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupPlatform.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupString.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupUInt64.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupUUID.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupVariable.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValue.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueArch.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueArgs.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueArray.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueBoolean.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueChar.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueFormat.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueDictionary.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueEnumeration.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueFileColonLine.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueFileSpec.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueLanguage.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValuePathMappings.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueProperties.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueRegex.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueSInt64.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueString.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueUInt64.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValueUUID.h U src/gnu/llvm/lldb/include/lldb/Interpreter/OptionValues.h U src/gnu/llvm/lldb/include/lldb/Interpreter/Property.h U src/gnu/llvm/lldb/include/lldb/Interpreter/ScriptInterpreter.h N src/gnu/llvm/lldb/include/lldb/Interpreter/ScriptedInterface.h N src/gnu/llvm/lldb/include/lldb/Interpreter/ScriptedMetadata.h N src/gnu/llvm/lldb/include/lldb/Interpreter/ScriptedPlatformInterface.h U src/gnu/llvm/lldb/include/lldb/Interpreter/ScriptedProcessInterface.h U src/gnu/llvm/lldb/include/lldb/Symbol/ArmUnwindInfo.h U src/gnu/llvm/lldb/include/lldb/Symbol/Block.h U src/gnu/llvm/lldb/include/lldb/Symbol/CallFrameInfo.h U src/gnu/llvm/lldb/include/lldb/Symbol/CompactUnwindInfo.h U src/gnu/llvm/lldb/include/lldb/Symbol/CompileUnit.h U src/gnu/llvm/lldb/include/lldb/Symbol/CompilerDecl.h U src/gnu/llvm/lldb/include/lldb/Symbol/CompilerDeclContext.h U src/gnu/llvm/lldb/include/lldb/Symbol/CompilerType.h U src/gnu/llvm/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h U src/gnu/llvm/lldb/include/lldb/Symbol/DebugMacros.h U src/gnu/llvm/lldb/include/lldb/Symbol/DeclVendor.h U src/gnu/llvm/lldb/include/lldb/Symbol/FuncUnwinders.h U src/gnu/llvm/lldb/include/lldb/Symbol/Function.h U src/gnu/llvm/lldb/include/lldb/Symbol/LineEntry.h U src/gnu/llvm/lldb/include/lldb/Symbol/LineTable.h U src/gnu/llvm/lldb/include/lldb/Symbol/LocateSymbolFile.h U src/gnu/llvm/lldb/include/lldb/Symbol/ObjectContainer.h U src/gnu/llvm/lldb/include/lldb/Symbol/ObjectFile.h U src/gnu/llvm/lldb/include/lldb/Symbol/PostfixExpression.h U src/gnu/llvm/lldb/include/lldb/Symbol/Symbol.h U src/gnu/llvm/lldb/include/lldb/Symbol/SourceModule.h U src/gnu/llvm/lldb/include/lldb/Symbol/SymbolContext.h U src/gnu/llvm/lldb/include/lldb/Symbol/SymbolContextScope.h U src/gnu/llvm/lldb/include/lldb/Symbol/SymbolFile.h N src/gnu/llvm/lldb/include/lldb/Symbol/SymbolFileOnDemand.h U src/gnu/llvm/lldb/include/lldb/Symbol/SymbolVendor.h U src/gnu/llvm/lldb/include/lldb/Symbol/Symtab.h U src/gnu/llvm/lldb/include/lldb/Symbol/TaggedASTType.h U src/gnu/llvm/lldb/include/lldb/Symbol/Type.h U src/gnu/llvm/lldb/include/lldb/Symbol/TypeList.h U src/gnu/llvm/lldb/include/lldb/Symbol/TypeMap.h U src/gnu/llvm/lldb/include/lldb/Symbol/TypeSystem.h U src/gnu/llvm/lldb/include/lldb/Symbol/UnwindPlan.h U src/gnu/llvm/lldb/include/lldb/Symbol/UnwindTable.h U src/gnu/llvm/lldb/include/lldb/Symbol/Variable.h U src/gnu/llvm/lldb/include/lldb/Symbol/VariableList.h U src/gnu/llvm/lldb/include/lldb/Target/ABI.h N src/gnu/llvm/lldb/include/lldb/Target/AppleArm64ExceptionClass.def N src/gnu/llvm/lldb/include/lldb/Target/AppleArm64ExceptionClass.h U src/gnu/llvm/lldb/include/lldb/Target/AssertFrameRecognizer.h U src/gnu/llvm/lldb/include/lldb/Target/DynamicLoader.h N src/gnu/llvm/lldb/include/lldb/Target/DynamicRegisterInfo.h U src/gnu/llvm/lldb/include/lldb/Target/ExecutionContext.h U src/gnu/llvm/lldb/include/lldb/Target/ExecutionContextScope.h U src/gnu/llvm/lldb/include/lldb/Target/InstrumentationRuntime.h U src/gnu/llvm/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h U src/gnu/llvm/lldb/include/lldb/Target/JITLoader.h U src/gnu/llvm/lldb/include/lldb/Target/JITLoaderList.h U src/gnu/llvm/lldb/include/lldb/Target/Language.h U src/gnu/llvm/lldb/include/lldb/Target/LanguageRuntime.h U src/gnu/llvm/lldb/include/lldb/Target/Memory.h U src/gnu/llvm/lldb/include/lldb/Target/MemoryHistory.h U src/gnu/llvm/lldb/include/lldb/Target/Platform.h U src/gnu/llvm/lldb/include/lldb/Target/MemoryRegionInfo.h U src/gnu/llvm/lldb/include/lldb/Target/MemoryTagManager.h N src/gnu/llvm/lldb/include/lldb/Target/MemoryTagMap.h U src/gnu/llvm/lldb/include/lldb/Target/ModuleCache.h U src/gnu/llvm/lldb/include/lldb/Target/OperatingSystem.h U src/gnu/llvm/lldb/include/lldb/Target/PathMappingList.h U src/gnu/llvm/lldb/include/lldb/Target/PostMortemProcess.h U src/gnu/llvm/lldb/include/lldb/Target/Process.h U src/gnu/llvm/lldb/include/lldb/Target/ProcessStructReader.h U src/gnu/llvm/lldb/include/lldb/Target/ProcessTrace.h U src/gnu/llvm/lldb/include/lldb/Target/Queue.h U src/gnu/llvm/lldb/include/lldb/Target/QueueItem.h U src/gnu/llvm/lldb/include/lldb/Target/QueueList.h U src/gnu/llvm/lldb/include/lldb/Target/RegisterCheckpoint.h U src/gnu/llvm/lldb/include/lldb/Target/RegisterContext.h U src/gnu/llvm/lldb/include/lldb/Target/RegisterContextUnwind.h U src/gnu/llvm/lldb/include/lldb/Target/RegisterNumber.h U src/gnu/llvm/lldb/include/lldb/Target/RemoteAwarePlatform.h U src/gnu/llvm/lldb/include/lldb/Target/Runtime.h U src/gnu/llvm/lldb/include/lldb/Target/StackID.h U src/gnu/llvm/lldb/include/lldb/Target/SectionLoadList.h U src/gnu/llvm/lldb/include/lldb/Target/SectionLoadHistory.h U src/gnu/llvm/lldb/include/lldb/Target/StackFrame.h U src/gnu/llvm/lldb/include/lldb/Target/StackFrameList.h U src/gnu/llvm/lldb/include/lldb/Target/StackFrameRecognizer.h N src/gnu/llvm/lldb/include/lldb/Target/Statistics.h U src/gnu/llvm/lldb/include/lldb/Target/StopInfo.h U src/gnu/llvm/lldb/include/lldb/Target/StructuredDataPlugin.h U src/gnu/llvm/lldb/include/lldb/Target/SystemRuntime.h U src/gnu/llvm/lldb/include/lldb/Target/Target.h U src/gnu/llvm/lldb/include/lldb/Target/TargetList.h U src/gnu/llvm/lldb/include/lldb/Target/Thread.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadCollection.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadList.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlan.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanBase.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanCallFunction.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h U src/gnu/llvm/lldb/include/lldb/Target/Trace.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanPython.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanRunToAddress.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStack.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepInRange.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepInstruction.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepOut.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepOverRange.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepRange.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepThrough.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanStepUntil.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadPlanTracer.h U src/gnu/llvm/lldb/include/lldb/Target/ThreadSpec.h U src/gnu/llvm/lldb/include/lldb/Target/TraceCursor.h N src/gnu/llvm/lldb/include/lldb/Target/TraceDumper.h U src/gnu/llvm/lldb/include/lldb/Target/TraceExporter.h U src/gnu/llvm/lldb/include/lldb/Target/UnixSignals.h U src/gnu/llvm/lldb/include/lldb/Target/Unwind.h U src/gnu/llvm/lldb/include/lldb/Target/UnwindAssembly.h U src/gnu/llvm/lldb/include/lldb/Target/UnwindLLDB.h U src/gnu/llvm/lldb/include/lldb/Utility/AnsiTerminal.h C src/gnu/llvm/lldb/include/lldb/Utility/ArchSpec.h U src/gnu/llvm/lldb/include/lldb/Utility/Args.h U src/gnu/llvm/lldb/include/lldb/Utility/Baton.h U src/gnu/llvm/lldb/include/lldb/Utility/Broadcaster.h U src/gnu/llvm/lldb/include/lldb/Utility/Cloneable.h U src/gnu/llvm/lldb/include/lldb/Utility/CompletionRequest.h U src/gnu/llvm/lldb/include/lldb/Utility/Connection.h U src/gnu/llvm/lldb/include/lldb/Utility/ConstString.h U src/gnu/llvm/lldb/include/lldb/Utility/DataBuffer.h U src/gnu/llvm/lldb/include/lldb/Utility/DataBufferHeap.h U src/gnu/llvm/lldb/include/lldb/Utility/DataBufferLLVM.h U src/gnu/llvm/lldb/include/lldb/Utility/DataEncoder.h U src/gnu/llvm/lldb/include/lldb/Utility/DataExtractor.h N src/gnu/llvm/lldb/include/lldb/Utility/Diagnostics.h U src/gnu/llvm/lldb/include/lldb/Utility/Endian.h U src/gnu/llvm/lldb/include/lldb/Utility/Environment.h U src/gnu/llvm/lldb/include/lldb/Utility/Event.h U src/gnu/llvm/lldb/include/lldb/Utility/FileSpec.h U src/gnu/llvm/lldb/include/lldb/Utility/Flags.h U src/gnu/llvm/lldb/include/lldb/Utility/GDBRemote.h U src/gnu/llvm/lldb/include/lldb/Utility/IOObject.h N src/gnu/llvm/lldb/include/lldb/Utility/Instrumentation.h U src/gnu/llvm/lldb/include/lldb/Utility/Iterable.h U src/gnu/llvm/lldb/include/lldb/Utility/LLDBAssert.h N src/gnu/llvm/lldb/include/lldb/Utility/LLDBLog.h U src/gnu/llvm/lldb/include/lldb/Utility/Listener.h U src/gnu/llvm/lldb/include/lldb/Utility/Log.h U src/gnu/llvm/lldb/include/lldb/Utility/NameMatches.h U src/gnu/llvm/lldb/include/lldb/Utility/OptionDefinition.h U src/gnu/llvm/lldb/include/lldb/Utility/Predicate.h U src/gnu/llvm/lldb/include/lldb/Utility/ProcessInfo.h U src/gnu/llvm/lldb/include/lldb/Utility/RangeMap.h U src/gnu/llvm/lldb/include/lldb/Utility/RegisterValue.h U src/gnu/llvm/lldb/include/lldb/Utility/RegularExpression.h U src/gnu/llvm/lldb/include/lldb/Utility/Scalar.h U src/gnu/llvm/lldb/include/lldb/Utility/SelectHelper.h U src/gnu/llvm/lldb/include/lldb/Utility/SharedCluster.h U src/gnu/llvm/lldb/include/lldb/Utility/State.h U src/gnu/llvm/lldb/include/lldb/Utility/Status.h U src/gnu/llvm/lldb/include/lldb/Utility/Stream.h U src/gnu/llvm/lldb/include/lldb/Utility/StreamString.h U src/gnu/llvm/lldb/include/lldb/Utility/StreamTee.h U src/gnu/llvm/lldb/include/lldb/Utility/StringExtractor.h U src/gnu/llvm/lldb/include/lldb/Utility/Timeout.h U src/gnu/llvm/lldb/include/lldb/Utility/StringExtractorGDBRemote.h U src/gnu/llvm/lldb/include/lldb/Utility/StringLexer.h U src/gnu/llvm/lldb/include/lldb/Utility/StringList.h U src/gnu/llvm/lldb/include/lldb/Utility/StructuredData.h U src/gnu/llvm/lldb/include/lldb/Utility/TildeExpressionResolver.h U src/gnu/llvm/lldb/include/lldb/Utility/Timer.h U src/gnu/llvm/lldb/include/lldb/Utility/TraceGDBRemotePackets.h U src/gnu/llvm/lldb/include/lldb/Utility/TraceIntelPTGDBRemotePackets.h U src/gnu/llvm/lldb/include/lldb/Utility/UUID.h U src/gnu/llvm/lldb/include/lldb/Utility/UnimplementedError.h U src/gnu/llvm/lldb/include/lldb/Utility/UriParser.h U src/gnu/llvm/lldb/include/lldb/Utility/UserID.h U src/gnu/llvm/lldb/include/lldb/Utility/UserIDResolver.h U src/gnu/llvm/lldb/include/lldb/Utility/VASPrintf.h U src/gnu/llvm/lldb/include/lldb/Utility/VMRange.h U src/gnu/llvm/lldb/include/lldb/Utility/XcodeSDK.h N src/gnu/llvm/lldb/include/lldb/Version/Version.h N src/gnu/llvm/lldb/include/lldb/Version/Version.inc.in U src/gnu/llvm/lldb/packages/Python/lldbsuite/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/support/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/support/encoded_file.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/support/funcutils.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/support/gmodules.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/support/seven.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/README-TestSuite U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/bench.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/concurrent_base.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/configuration.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/decorators.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/dotest.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/dotest_args.py N src/gnu/llvm/lldb/packages/Python/lldbsuite/test/gdbclientutils.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldb_pylint_helper.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbbench.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbdwarf.py N src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbgdbclient.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbinline.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbpexpect.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbplatform.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbtest.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbutil.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/lldbtest_config.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_categories.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_result.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/builder.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/darwin.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/Android.rules U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/Makefile.rules U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/dylib.h U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/entitlements-simulator.plist U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/entitlements.plist U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/pseudo_barrier.h U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/test_common.h U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/thread.h U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/README.txt U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/intelpt/intelpt_testcase.py N src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/fork_testbase.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test_event/__init__.py U src/gnu/llvm/lldb/packages/Python/lldbsuite/test_event/build_exception.py U src/gnu/llvm/lldb/resources/LLDB-Info.plist.in U src/gnu/llvm/lldb/resources/debugserver-macosx-entitlements.plist U src/gnu/llvm/lldb/scripts/analyze-project-deps.py U src/gnu/llvm/lldb/scripts/disasm-gdb-remote.pl U src/gnu/llvm/lldb/scripts/framework-header-fix.sh U src/gnu/llvm/lldb/scripts/install_custom_python.py U src/gnu/llvm/lldb/scripts/macos-setup-codesign.sh U src/gnu/llvm/lldb/scripts/reproducer-replay.py U src/gnu/llvm/lldb/scripts/use_lldb_suite.py U src/gnu/llvm/lldb/scripts/verify_api.py U src/gnu/llvm/lldb/scripts/android/host_art_bt.py U src/gnu/llvm/lldb/scripts/lldb-test-qemu/rootfs.sh U src/gnu/llvm/lldb/scripts/lldb-test-qemu/run-qemu.sh U src/gnu/llvm/lldb/scripts/lldb-test-qemu/setup.sh U src/gnu/llvm/lldb/source/CMakeLists.txt U src/gnu/llvm/lldb/source/API/CMakeLists.txt U src/gnu/llvm/lldb/source/API/SBAddress.cpp U src/gnu/llvm/lldb/source/API/SBAttachInfo.cpp U src/gnu/llvm/lldb/source/API/SBBlock.cpp U src/gnu/llvm/lldb/source/API/SBBreakpoint.cpp U src/gnu/llvm/lldb/source/API/SBBreakpointLocation.cpp U src/gnu/llvm/lldb/source/API/SBBreakpointName.cpp U src/gnu/llvm/lldb/source/API/SBBreakpointOptionCommon.cpp U src/gnu/llvm/lldb/source/API/SBBreakpointOptionCommon.h U src/gnu/llvm/lldb/source/API/SBBroadcaster.cpp U src/gnu/llvm/lldb/source/API/SBCommandInterpreter.cpp U src/gnu/llvm/lldb/source/API/SBCommandInterpreterRunOptions.cpp U src/gnu/llvm/lldb/source/API/SBCommandReturnObject.cpp U src/gnu/llvm/lldb/source/API/SBCommunication.cpp U src/gnu/llvm/lldb/source/API/SBCompileUnit.cpp U src/gnu/llvm/lldb/source/API/SBData.cpp U src/gnu/llvm/lldb/source/API/SBDebugger.cpp U src/gnu/llvm/lldb/source/API/SBDeclaration.cpp U src/gnu/llvm/lldb/source/API/SBEnvironment.cpp U src/gnu/llvm/lldb/source/API/SBError.cpp U src/gnu/llvm/lldb/source/API/SBEvent.cpp U src/gnu/llvm/lldb/source/API/SBExecutionContext.cpp U src/gnu/llvm/lldb/source/API/SBExpressionOptions.cpp U src/gnu/llvm/lldb/source/API/SBFile.cpp U src/gnu/llvm/lldb/source/API/SBFileSpec.cpp U src/gnu/llvm/lldb/source/API/SBFileSpecList.cpp U src/gnu/llvm/lldb/source/API/SBFrame.cpp U src/gnu/llvm/lldb/source/API/SBFunction.cpp U src/gnu/llvm/lldb/source/API/SBHostOS.cpp U src/gnu/llvm/lldb/source/API/SBInstruction.cpp U src/gnu/llvm/lldb/source/API/SBInstructionList.cpp U src/gnu/llvm/lldb/source/API/SBLanguageRuntime.cpp U src/gnu/llvm/lldb/source/API/SBLaunchInfo.cpp U src/gnu/llvm/lldb/source/API/SBLineEntry.cpp U src/gnu/llvm/lldb/source/API/SBListener.cpp U src/gnu/llvm/lldb/source/API/SBQueue.cpp U src/gnu/llvm/lldb/source/API/SBMemoryRegionInfo.cpp U src/gnu/llvm/lldb/source/API/SBMemoryRegionInfoList.cpp U src/gnu/llvm/lldb/source/API/SBModule.cpp U src/gnu/llvm/lldb/source/API/SBModuleSpec.cpp U src/gnu/llvm/lldb/source/API/SBPlatform.cpp U src/gnu/llvm/lldb/source/API/SBProcess.cpp U src/gnu/llvm/lldb/source/API/SBProcessInfo.cpp U src/gnu/llvm/lldb/source/API/SBQueueItem.cpp U src/gnu/llvm/lldb/source/API/SBReproducer.cpp U src/gnu/llvm/lldb/source/API/SBSection.cpp U src/gnu/llvm/lldb/source/API/SBSourceManager.cpp U src/gnu/llvm/lldb/source/API/SBStream.cpp U src/gnu/llvm/lldb/source/API/SBStringList.cpp U src/gnu/llvm/lldb/source/API/SBStructuredData.cpp U src/gnu/llvm/lldb/source/API/SBSymbol.cpp U src/gnu/llvm/lldb/source/API/SBSymbolContext.cpp U src/gnu/llvm/lldb/source/API/SBSymbolContextList.cpp U src/gnu/llvm/lldb/source/API/SBTarget.cpp U src/gnu/llvm/lldb/source/API/SBTrace.cpp U src/gnu/llvm/lldb/source/API/SBThread.cpp U src/gnu/llvm/lldb/source/API/SBThreadCollection.cpp U src/gnu/llvm/lldb/source/API/SBThreadPlan.cpp N src/gnu/llvm/lldb/source/API/SBTraceCursor.cpp U src/gnu/llvm/lldb/source/API/SBType.cpp U src/gnu/llvm/lldb/source/API/SBTypeCategory.cpp U src/gnu/llvm/lldb/source/API/SBTypeEnumMember.cpp U src/gnu/llvm/lldb/source/API/SBTypeFilter.cpp U src/gnu/llvm/lldb/source/API/SBTypeFormat.cpp U src/gnu/llvm/lldb/source/API/SBTypeNameSpecifier.cpp U src/gnu/llvm/lldb/source/API/SBTypeSummary.cpp U src/gnu/llvm/lldb/source/API/SBTypeSynthetic.cpp U src/gnu/llvm/lldb/source/API/SBUnixSignals.cpp U src/gnu/llvm/lldb/source/API/SBValue.cpp U src/gnu/llvm/lldb/source/API/SBValueList.cpp U src/gnu/llvm/lldb/source/API/SBVariablesOptions.cpp U src/gnu/llvm/lldb/source/API/SBWatchpoint.cpp U src/gnu/llvm/lldb/source/API/Utils.h U src/gnu/llvm/lldb/source/API/SystemInitializerFull.cpp U src/gnu/llvm/lldb/source/API/SystemInitializerFull.h U src/gnu/llvm/lldb/source/API/liblldb-private.exports U src/gnu/llvm/lldb/source/API/liblldb.exports U src/gnu/llvm/lldb/source/Breakpoint/Breakpoint.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointID.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointIDList.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointList.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointLocation.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointLocationCollection.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointLocationList.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointName.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointOptions.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointPrecondition.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolver.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolverAddress.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolverName.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointResolverScripted.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointSite.cpp U src/gnu/llvm/lldb/source/Breakpoint/BreakpointSiteList.cpp U src/gnu/llvm/lldb/source/Breakpoint/CMakeLists.txt U src/gnu/llvm/lldb/source/Breakpoint/Stoppoint.cpp U src/gnu/llvm/lldb/source/Breakpoint/StoppointCallbackContext.cpp U src/gnu/llvm/lldb/source/Breakpoint/StoppointSite.cpp U src/gnu/llvm/lldb/source/Breakpoint/Watchpoint.cpp U src/gnu/llvm/lldb/source/Breakpoint/WatchpointList.cpp U src/gnu/llvm/lldb/source/Breakpoint/WatchpointOptions.cpp U src/gnu/llvm/lldb/source/Commands/CMakeLists.txt U src/gnu/llvm/lldb/source/Commands/CommandCompletions.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectApropos.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectApropos.h U src/gnu/llvm/lldb/source/Commands/CommandObjectBreakpoint.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectBreakpoint.h U src/gnu/llvm/lldb/source/Commands/CommandObjectBreakpointCommand.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectBreakpointCommand.h U src/gnu/llvm/lldb/source/Commands/CommandObjectCommands.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectCommands.h N src/gnu/llvm/lldb/source/Commands/CommandObjectDWIMPrint.cpp N src/gnu/llvm/lldb/source/Commands/CommandObjectDWIMPrint.h N src/gnu/llvm/lldb/source/Commands/CommandObjectDiagnostics.cpp U src/gnu/llvm/lldb/source/Commands/Options.td N src/gnu/llvm/lldb/source/Commands/CommandObjectDiagnostics.h U src/gnu/llvm/lldb/source/Commands/CommandObjectDisassemble.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectDisassemble.h U src/gnu/llvm/lldb/source/Commands/CommandObjectExpression.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectExpression.h U src/gnu/llvm/lldb/source/Commands/CommandObjectFrame.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectFrame.h U src/gnu/llvm/lldb/source/Commands/CommandObjectGUI.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectGUI.h U src/gnu/llvm/lldb/source/Commands/CommandObjectHelp.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectHelp.h U src/gnu/llvm/lldb/source/Commands/CommandObjectLanguage.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectLanguage.h U src/gnu/llvm/lldb/source/Commands/CommandObjectLog.cpp U src/gnu/llvm/lldb/source/Commands/OptionsBase.td U src/gnu/llvm/lldb/source/Commands/CommandObjectLog.h U src/gnu/llvm/lldb/source/Commands/CommandObjectMemory.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectMemory.h U src/gnu/llvm/lldb/source/Commands/CommandObjectMemoryTag.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectMemoryTag.h U src/gnu/llvm/lldb/source/Commands/CommandObjectMultiword.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectPlatform.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectPlatform.h U src/gnu/llvm/lldb/source/Commands/CommandObjectPlugin.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectPlugin.h U src/gnu/llvm/lldb/source/Commands/CommandObjectProcess.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectProcess.h U src/gnu/llvm/lldb/source/Commands/CommandObjectQuit.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectQuit.h U src/gnu/llvm/lldb/source/Commands/CommandObjectRegexCommand.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectRegexCommand.h U src/gnu/llvm/lldb/source/Commands/CommandObjectRegister.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectRegister.h U src/gnu/llvm/lldb/source/Commands/CommandObjectScript.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectScript.h U src/gnu/llvm/lldb/source/Commands/CommandObjectSession.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectSession.h U src/gnu/llvm/lldb/source/Commands/CommandObjectSettings.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectSettings.h U src/gnu/llvm/lldb/source/Commands/CommandObjectSource.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectSource.h U src/gnu/llvm/lldb/source/Commands/CommandObjectStats.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectStats.h U src/gnu/llvm/lldb/source/Commands/CommandObjectTarget.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectTarget.h U src/gnu/llvm/lldb/source/Commands/CommandObjectThread.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectThread.h U src/gnu/llvm/lldb/source/Commands/CommandObjectThreadUtil.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectThreadUtil.h U src/gnu/llvm/lldb/source/Commands/CommandObjectTrace.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectTrace.h U src/gnu/llvm/lldb/source/Commands/CommandObjectType.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectType.h U src/gnu/llvm/lldb/source/Commands/CommandObjectVersion.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectVersion.h U src/gnu/llvm/lldb/source/Commands/CommandObjectWatchpoint.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectWatchpoint.h U src/gnu/llvm/lldb/source/Commands/CommandObjectWatchpointCommand.cpp U src/gnu/llvm/lldb/source/Commands/CommandObjectWatchpointCommand.h N src/gnu/llvm/lldb/source/Commands/CommandOptionArgumentTable.cpp U src/gnu/llvm/lldb/source/Commands/CommandOptionsProcessLaunch.cpp U src/gnu/llvm/lldb/source/Commands/CommandOptionsProcessLaunch.h U src/gnu/llvm/lldb/source/Core/Address.cpp U src/gnu/llvm/lldb/source/Core/AddressRange.cpp U src/gnu/llvm/lldb/source/Core/AddressResolver.cpp U src/gnu/llvm/lldb/source/Core/AddressResolverFileLine.cpp U src/gnu/llvm/lldb/source/Core/CMakeLists.txt U src/gnu/llvm/lldb/source/Core/Communication.cpp U src/gnu/llvm/lldb/source/Core/CoreProperties.td N src/gnu/llvm/lldb/source/Core/DataFileCache.cpp U src/gnu/llvm/lldb/source/Core/Debugger.cpp N src/gnu/llvm/lldb/source/Core/DebuggerEvents.cpp U src/gnu/llvm/lldb/source/Core/Declaration.cpp U src/gnu/llvm/lldb/source/Core/Disassembler.cpp U src/gnu/llvm/lldb/source/Core/DumpDataExtractor.cpp U src/gnu/llvm/lldb/source/Core/DumpRegisterValue.cpp U src/gnu/llvm/lldb/source/Core/DynamicLoader.cpp U src/gnu/llvm/lldb/source/Core/EmulateInstruction.cpp U src/gnu/llvm/lldb/source/Core/FileSpecList.cpp U src/gnu/llvm/lldb/source/Core/FileLineResolver.cpp C src/gnu/llvm/lldb/source/Core/FormatEntity.cpp U src/gnu/llvm/lldb/source/Core/Highlighter.cpp U src/gnu/llvm/lldb/source/Core/IOHandler.cpp U src/gnu/llvm/lldb/source/Core/IOHandlerCursesGUI.cpp U src/gnu/llvm/lldb/source/Core/Mangled.cpp U src/gnu/llvm/lldb/source/Core/Module.cpp U src/gnu/llvm/lldb/source/Core/ModuleChild.cpp U src/gnu/llvm/lldb/source/Core/ModuleList.cpp U src/gnu/llvm/lldb/source/Core/Opcode.cpp U src/gnu/llvm/lldb/source/Core/PluginManager.cpp U src/gnu/llvm/lldb/source/Core/Progress.cpp U src/gnu/llvm/lldb/source/Core/RichManglingContext.cpp U src/gnu/llvm/lldb/source/Core/SearchFilter.cpp U src/gnu/llvm/lldb/source/Core/Section.cpp U src/gnu/llvm/lldb/source/Core/SourceLocationSpec.cpp U src/gnu/llvm/lldb/source/Core/SourceManager.cpp U src/gnu/llvm/lldb/source/Core/StreamAsynchronousIO.cpp U src/gnu/llvm/lldb/source/Core/StreamFile.cpp N src/gnu/llvm/lldb/source/Core/ThreadedCommunication.cpp U src/gnu/llvm/lldb/source/Core/UserSettingsController.cpp U src/gnu/llvm/lldb/source/Core/Value.cpp U src/gnu/llvm/lldb/source/Core/ValueObject.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectCast.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectChild.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectConstResult.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectConstResultCast.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectConstResultChild.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectConstResultImpl.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectDynamicValue.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectList.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectMemory.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectRegister.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectSyntheticFilter.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectUpdater.cpp U src/gnu/llvm/lldb/source/Core/ValueObjectVariable.cpp U src/gnu/llvm/lldb/source/DataFormatters/CMakeLists.txt U src/gnu/llvm/lldb/source/DataFormatters/CXXFunctionPointer.cpp U src/gnu/llvm/lldb/source/DataFormatters/DataVisualization.cpp U src/gnu/llvm/lldb/source/DataFormatters/DumpValueObjectOptions.cpp U src/gnu/llvm/lldb/source/DataFormatters/FormatCache.cpp U src/gnu/llvm/lldb/source/DataFormatters/FormatClasses.cpp U src/gnu/llvm/lldb/source/DataFormatters/FormatManager.cpp U src/gnu/llvm/lldb/source/DataFormatters/FormattersHelpers.cpp U src/gnu/llvm/lldb/source/DataFormatters/LanguageCategory.cpp U src/gnu/llvm/lldb/source/DataFormatters/StringPrinter.cpp U src/gnu/llvm/lldb/source/DataFormatters/TypeCategory.cpp U src/gnu/llvm/lldb/source/DataFormatters/TypeCategoryMap.cpp U src/gnu/llvm/lldb/source/DataFormatters/TypeFormat.cpp U src/gnu/llvm/lldb/source/DataFormatters/TypeSummary.cpp U src/gnu/llvm/lldb/source/DataFormatters/TypeSynthetic.cpp U src/gnu/llvm/lldb/source/DataFormatters/ValueObjectPrinter.cpp U src/gnu/llvm/lldb/source/DataFormatters/VectorType.cpp U src/gnu/llvm/lldb/source/Expression/CMakeLists.txt U src/gnu/llvm/lldb/source/Expression/DWARFExpression.cpp N src/gnu/llvm/lldb/source/Expression/DWARFExpressionList.cpp U src/gnu/llvm/lldb/source/Expression/DiagnosticManager.cpp U src/gnu/llvm/lldb/source/Expression/Expression.cpp U src/gnu/llvm/lldb/source/Expression/ExpressionVariable.cpp U src/gnu/llvm/lldb/source/Expression/FunctionCaller.cpp U src/gnu/llvm/lldb/source/Expression/IRExecutionUnit.cpp U src/gnu/llvm/lldb/source/Expression/IRInterpreter.cpp U src/gnu/llvm/lldb/source/Expression/IRMemoryMap.cpp U src/gnu/llvm/lldb/source/Expression/LLVMUserExpression.cpp U src/gnu/llvm/lldb/source/Expression/Materializer.cpp U src/gnu/llvm/lldb/source/Expression/REPL.cpp U src/gnu/llvm/lldb/source/Expression/UserExpression.cpp U src/gnu/llvm/lldb/source/Expression/UtilityFunction.cpp U src/gnu/llvm/lldb/source/Host/CMakeLists.txt U src/gnu/llvm/lldb/source/Host/android/HostInfoAndroid.cpp U src/gnu/llvm/lldb/source/Host/android/LibcGlue.cpp U src/gnu/llvm/lldb/source/Host/common/Editline.cpp U src/gnu/llvm/lldb/source/Host/common/File.cpp U src/gnu/llvm/lldb/source/Host/common/FileAction.cpp U src/gnu/llvm/lldb/source/Host/common/FileCache.cpp U src/gnu/llvm/lldb/source/Host/common/FileSystem.cpp U src/gnu/llvm/lldb/source/Host/common/GetOptInc.cpp U src/gnu/llvm/lldb/source/Host/common/Host.cpp U src/gnu/llvm/lldb/source/Host/common/HostInfoBase.cpp U src/gnu/llvm/lldb/source/Host/common/HostNativeThreadBase.cpp U src/gnu/llvm/lldb/source/Host/common/HostProcess.cpp U src/gnu/llvm/lldb/source/Host/common/HostThread.cpp U src/gnu/llvm/lldb/source/Host/common/LZMA.cpp U src/gnu/llvm/lldb/source/Host/common/LockFileBase.cpp N src/gnu/llvm/lldb/source/Host/common/MainLoopBase.cpp U src/gnu/llvm/lldb/source/Host/common/MonitoringProcessLauncher.cpp U src/gnu/llvm/lldb/source/Host/common/NativeProcessProtocol.cpp U src/gnu/llvm/lldb/source/Host/common/NativeRegisterContext.cpp U src/gnu/llvm/lldb/source/Host/common/XML.cpp U src/gnu/llvm/lldb/source/Host/common/OptionParser.cpp U src/gnu/llvm/lldb/source/Host/common/NativeThreadProtocol.cpp U src/gnu/llvm/lldb/source/Host/common/NativeWatchpointList.cpp U src/gnu/llvm/lldb/source/Host/common/PipeBase.cpp U src/gnu/llvm/lldb/source/Host/common/ProcessLaunchInfo.cpp U src/gnu/llvm/lldb/source/Host/common/ProcessRunLock.cpp U src/gnu/llvm/lldb/source/Host/common/PseudoTerminal.cpp U src/gnu/llvm/lldb/source/Host/common/Socket.cpp U src/gnu/llvm/lldb/source/Host/common/SocketAddress.cpp U src/gnu/llvm/lldb/source/Host/common/TCPSocket.cpp U src/gnu/llvm/lldb/source/Host/common/Terminal.cpp U src/gnu/llvm/lldb/source/Host/common/ThreadLauncher.cpp U src/gnu/llvm/lldb/source/Host/common/UDPSocket.cpp U src/gnu/llvm/lldb/source/Host/freebsd/Host.cpp U src/gnu/llvm/lldb/source/Host/freebsd/HostInfoFreeBSD.cpp U src/gnu/llvm/lldb/source/Host/linux/AbstractSocket.cpp U src/gnu/llvm/lldb/source/Host/linux/Host.cpp U src/gnu/llvm/lldb/source/Host/linux/HostInfoLinux.cpp U src/gnu/llvm/lldb/source/Host/linux/LibcGlue.cpp U src/gnu/llvm/lldb/source/Host/linux/Support.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCBundle.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCBundle.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCData.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCData.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableArray.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableArray.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableSet.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCMutableSet.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCReleaser.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCString.cpp U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CFCString.h U src/gnu/llvm/lldb/source/Host/macosx/cfcpp/CoreFoundationCPP.h U src/gnu/llvm/lldb/source/Host/macosx/objcxx/CMakeLists.txt U src/gnu/llvm/lldb/source/Host/macosx/objcxx/Host.mm U src/gnu/llvm/lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm U src/gnu/llvm/lldb/source/Host/macosx/objcxx/HostThreadMacOSX.mm U src/gnu/llvm/lldb/source/Host/macosx/objcxx/PosixSpawnResponsible.h U src/gnu/llvm/lldb/source/Host/netbsd/HostInfoNetBSD.cpp U src/gnu/llvm/lldb/source/Host/netbsd/HostNetBSD.cpp U src/gnu/llvm/lldb/source/Host/openbsd/Host.cpp C src/gnu/llvm/lldb/source/Host/openbsd/HostInfoOpenBSD.cpp U src/gnu/llvm/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp C src/gnu/llvm/lldb/source/Host/posix/DomainSocket.cpp U src/gnu/llvm/lldb/source/Host/posix/FileSystemPosix.cpp U src/gnu/llvm/lldb/source/Host/posix/HostInfoPosix.cpp U src/gnu/llvm/lldb/source/Host/posix/HostProcessPosix.cpp U src/gnu/llvm/lldb/source/Host/posix/HostThreadPosix.cpp U src/gnu/llvm/lldb/source/Host/posix/LockFilePosix.cpp N src/gnu/llvm/lldb/source/Host/posix/MainLoopPosix.cpp C src/gnu/llvm/lldb/source/Host/posix/PipePosix.cpp U src/gnu/llvm/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp U src/gnu/llvm/lldb/source/Host/windows/ConnectionGenericFileWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/FileSystem.cpp U src/gnu/llvm/lldb/source/Host/windows/Host.cpp U src/gnu/llvm/lldb/source/Host/windows/HostInfoWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/HostProcessWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/HostThreadWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/LockFileWindows.cpp N src/gnu/llvm/lldb/source/Host/windows/MainLoopWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/PipeWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/ProcessLauncherWindows.cpp U src/gnu/llvm/lldb/source/Host/windows/ProcessRunLock.cpp U src/gnu/llvm/lldb/source/Initialization/CMakeLists.txt U src/gnu/llvm/lldb/source/Initialization/SystemInitializer.cpp C src/gnu/llvm/lldb/source/Initialization/SystemInitializerCommon.cpp U src/gnu/llvm/lldb/source/Initialization/SystemLifetimeManager.cpp U src/gnu/llvm/lldb/source/Interpreter/CMakeLists.txt U src/gnu/llvm/lldb/source/Interpreter/CommandAlias.cpp U src/gnu/llvm/lldb/source/Interpreter/CommandHistory.cpp U src/gnu/llvm/lldb/source/Interpreter/CommandInterpreter.cpp U src/gnu/llvm/lldb/source/Interpreter/CommandObject.cpp U src/gnu/llvm/lldb/source/Interpreter/CommandOptionValidators.cpp U src/gnu/llvm/lldb/source/Interpreter/CommandReturnObject.cpp U src/gnu/llvm/lldb/source/Interpreter/InterpreterProperties.td U src/gnu/llvm/lldb/source/Interpreter/OptionArgParser.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupArchitecture.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupBoolean.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupFile.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupFormat.cpp N src/gnu/llvm/lldb/source/Interpreter/OptionGroupMemoryTag.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupOutputFile.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupPlatform.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupString.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupUInt64.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupUUID.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupVariable.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionGroupWatchpoint.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValue.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueArch.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueArgs.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueArray.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueBoolean.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueChar.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueDictionary.cpp U src/gnu/llvm/lldb/source/Interpreter/Options.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueEnumeration.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueFileColonLine.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueFileSpec.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueFileSpecList.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueFormat.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueFormatEntity.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueLanguage.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValuePathMappings.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueProperties.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueRegex.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueSInt64.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueString.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueUInt64.cpp U src/gnu/llvm/lldb/source/Interpreter/OptionValueUUID.cpp U src/gnu/llvm/lldb/source/Interpreter/Property.cpp U src/gnu/llvm/lldb/source/Interpreter/ScriptInterpreter.cpp U src/gnu/llvm/lldb/source/Interpreter/embedded_interpreter.py U src/gnu/llvm/lldb/source/Plugins/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Plugins.def.in U src/gnu/llvm/lldb/source/Plugins/ABI/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABIAArch64.h U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h C src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h U src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/ARC/ABISysV_arc.h U src/gnu/llvm/lldb/source/Plugins/ABI/ARC/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABIARM.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABIARM.h U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ABISysV_arm.h U src/gnu/llvm/lldb/source/Plugins/ABI/ARM/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h U src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABIMips.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABIMips.h U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABISysV_mips.h U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h U src/gnu/llvm/lldb/source/Plugins/ABI/Mips/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h U src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h U src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABISysV_i386.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIX86.cpp U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIX86.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIX86_64.h N src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIX86_i386.cpp N src/gnu/llvm/lldb/source/Plugins/ABI/X86/ABIX86_i386.h U src/gnu/llvm/lldb/source/Plugins/ABI/X86/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Architecture/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/ArchitectureAArch64.cpp U src/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/ArchitectureAArch64.h U src/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp U src/gnu/llvm/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h U src/gnu/llvm/lldb/source/Plugins/Architecture/Arm/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp U src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h U src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp U src/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h U src/gnu/llvm/lldb/source/Plugins/Architecture/PPC64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Disassembler/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp U src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.td U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt C src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h C src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp U src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h N src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionUtil.cpp N src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionUtil.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.cpp U src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.h U src/gnu/llvm/lldb/source/Plugins/Instruction/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h N src/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/EmulateInstructionLoongArch.cpp N src/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/EmulateInstructionLoongArch.h U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h U src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp U src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h N src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp N src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.h N src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/RISCVCInstructions.h N src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/RISCVInstructions.h U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp U src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h U src/gnu/llvm/lldb/source/Plugins/JITLoader/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp U src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h U src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.td U src/gnu/llvm/lldb/source/Plugins/Language/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/Coroutines.cpp N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/Coroutines.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/Generic.h N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/GenericBitset.cpp N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/GenericOptional.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxQueue.cpp N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxRangesRefView.cpp N src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxSpan.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp U src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h U src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CF.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CF.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CFBasicHash.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CFBasicHash.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/Cocoa.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/Cocoa.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CoreMedia.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/CoreMedia.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSArray.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSDictionary.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSError.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSException.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSSet.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSSet.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSString.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/NSString.h N src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ObjCConstants.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h U src/gnu/llvm/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp U src/gnu/llvm/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp U src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h U src/gnu/llvm/lldb/source/Plugins/MemoryHistory/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp U src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h N src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ObjectContainerMachOFileset.cpp N src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ObjectContainerMachOFileset.h U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h C src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h N src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp N src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.h N src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ObjectFileMinidump.cpp N src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ObjectFileMinidump.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h N src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFFProperties.td U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h U src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp U src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h U src/gnu/llvm/lldb/source/Plugins/OperatingSystem/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp U src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h U src/gnu/llvm/lldb/source/Plugins/Platform/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/Android/AdbClient.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/Android/AdbClient.h U src/gnu/llvm/lldb/source/Plugins/Platform/Android/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/Android/PlatformAndroid.h U src/gnu/llvm/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h U src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h U src/gnu/llvm/lldb/source/Plugins/Platform/Linux/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/Linux/PlatformLinux.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h N src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinDevice.cpp N src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinDevice.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h U src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.mm U src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h U src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/CMakeLists.txt C src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp C src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h U src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h N src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUser.cpp N src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUser.h N src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/PlatformQemuUserProperties.td U src/gnu/llvm/lldb/source/Plugins/Platform/Windows/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/Windows/PlatformWindows.h U src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp U src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h C src/gnu/llvm/lldb/source/Plugins/Process/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.h N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.h N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_arm64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_arm64.h N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_i386.cpp N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_i386.h N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.h N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ThreadFreeBSDKernel.cpp N src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ThreadFreeBSDKernel.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTCollector.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTCollector.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTMultiCoreTrace.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTMultiCoreTrace.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTPerThreadProcessTrace.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTPerThreadProcessTrace.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTProcessTrace.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTSingleBufferTrace.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTSingleBufferTrace.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTThreadTraceCollection.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/IntelPTThreadTraceCollection.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/Perf.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_loongarch64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_loongarch64.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/Perf.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/Procfs.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.h N src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_riscv64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_riscv64.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/Procfs.h U src/gnu/llvm/lldb/source/Plugins/Process/Linux/SingleStepCheck.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Linux/SingleStepCheck.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPProperties.td U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp U src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.h U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp U src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.h U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/CrashReason.cpp U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/CrashReason.h U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/NativeProcessELF.h U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/ProcessMessage.h U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp U src/gnu/llvm/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/ARMDefines.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/ARMUtils.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/AuxVector.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/AuxVector.h C src/gnu/llvm/lldb/source/Plugins/Process/Utility/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/FreeBSDSignals.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/HistoryThread.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/HistoryThread.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/HistoryUnwind.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/InstructionUtils.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/LinuxProcMaps.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/LinuxSignals.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeProcessSoftwareSingleStep.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeProcessSoftwareSingleStep.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_x86.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_x86.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/NetBSDSignals.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDummy.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextHistory.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_loongarch64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_loongarch64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_riscv64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_riscv64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContext_mips.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContext_x86.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/ThreadMemory.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoAndSetInterface.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_loongarch64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_loongarch64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_riscv64.cpp N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_riscv64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64_sve.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_loongarch64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64le.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_riscv64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Utility/StopInfoMachException.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-loongarch-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h N src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-riscv-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ExceptionRecord.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ForwardDecl.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/IDebugDelegate.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/LocalDebugDelegate.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/LocalDebugDelegate.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/NtStructures.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/arm64/RegisterContextWindows_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/arm64/RegisterContextWindows_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.h U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.cpp U src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterUtilities.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/RegisterUtilities.h U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp U src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h C src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp N src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteErrno.def U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h N src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterFallback.cpp N src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterFallback.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td U src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h U src/gnu/llvm/lldb/source/Plugins/Process/mach-core/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp U src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ProcessMachCore.h U src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp U src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ThreadMachCore.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/minidump/MinidumpParser.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/MinidumpParser.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/MinidumpTypes.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/NtStructures.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/ProcessMinidump.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h U src/gnu/llvm/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp U src/gnu/llvm/lldb/source/Plugins/Process/minidump/ThreadMinidump.h U src/gnu/llvm/lldb/source/Plugins/Process/scripted/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp U src/gnu/llvm/lldb/source/Plugins/Process/scripted/ScriptedProcess.h N src/gnu/llvm/lldb/source/Plugins/Process/scripted/ScriptedThread.cpp N src/gnu/llvm/lldb/source/Plugins/Process/scripted/ScriptedThread.h N src/gnu/llvm/lldb/source/Plugins/REPL/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/REPL/Clang/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/REPL/Clang/ClangREPL.cpp N src/gnu/llvm/lldb/source/Plugins/REPL/Clang/ClangREPL.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/Lua.h N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/SWIGLuaBridge.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPlatformPythonInterface.cpp N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPlatformPythonInterface.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h U src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.cpp N src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h U src/gnu/llvm/lldb/source/Plugins/StructuredData/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp U src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h U src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLogProperties.td U src/gnu/llvm/lldb/source/Plugins/Trace/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Trace/common/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Trace/common/ThreadPostMortemTrace.cpp U src/gnu/llvm/lldb/source/Plugins/Trace/common/ThreadPostMortemTrace.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.cpp U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/DecodedThread.cpp U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/DecodedThread.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/LibiptDecoder.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/LibiptDecoder.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/PerfContextSwitchDecoder.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/PerfContextSwitchDecoder.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TaskTimer.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TaskTimer.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ThreadDecoder.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ThreadDecoder.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.cpp U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleSaver.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleSaver.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTConstants.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTJSONStructs.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTJSONStructs.h N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTMultiCpuDecoder.cpp N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTMultiCpuDecoder.h U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTOptions.td N src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/TraceIntelPTProperties.td U src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/forward-declarations.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h N src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFProperties.td U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h N src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/SymbolVendorPECOFF.cpp N src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/SymbolVendorPECOFF.h U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp U src/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp U src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h U src/gnu/llvm/lldb/source/Plugins/TraceExporter/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/CMakeLists.txt N src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/TraceHTR.cpp N src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/TraceHTR.h U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.cpp U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.h U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTF.cpp U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTF.h U src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTFOptions.td N src/gnu/llvm/lldb/source/Plugins/TraceExporter/docs/htr.rst U src/gnu/llvm/lldb/source/Plugins/TypeSystem/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp U src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h C src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp U src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h U src/gnu/llvm/lldb/source/Symbol/ArmUnwindInfo.cpp U src/gnu/llvm/lldb/source/Symbol/Block.cpp U src/gnu/llvm/lldb/source/Symbol/CMakeLists.txt U src/gnu/llvm/lldb/source/Symbol/CompactUnwindInfo.cpp U src/gnu/llvm/lldb/source/Symbol/CompileUnit.cpp U src/gnu/llvm/lldb/source/Symbol/CompilerDecl.cpp U src/gnu/llvm/lldb/source/Symbol/CompilerDeclContext.cpp U src/gnu/llvm/lldb/source/Symbol/CompilerType.cpp U src/gnu/llvm/lldb/source/Symbol/DWARFCallFrameInfo.cpp U src/gnu/llvm/lldb/source/Symbol/DebugMacros.cpp U src/gnu/llvm/lldb/source/Symbol/DeclVendor.cpp U src/gnu/llvm/lldb/source/Symbol/FuncUnwinders.cpp U src/gnu/llvm/lldb/source/Symbol/Function.cpp U src/gnu/llvm/lldb/source/Symbol/LineEntry.cpp U src/gnu/llvm/lldb/source/Symbol/LineTable.cpp U src/gnu/llvm/lldb/source/Symbol/LocateSymbolFile.cpp U src/gnu/llvm/lldb/source/Symbol/LocateSymbolFileMacOSX.cpp U src/gnu/llvm/lldb/source/Symbol/ObjectFile.cpp N src/gnu/llvm/lldb/source/Symbol/ObjectContainer.cpp U src/gnu/llvm/lldb/source/Symbol/PostfixExpression.cpp U src/gnu/llvm/lldb/source/Symbol/Symbol.cpp U src/gnu/llvm/lldb/source/Symbol/SymbolContext.cpp U src/gnu/llvm/lldb/source/Symbol/SymbolFile.cpp N src/gnu/llvm/lldb/source/Symbol/SymbolFileOnDemand.cpp U src/gnu/llvm/lldb/source/Symbol/SymbolVendor.cpp U src/gnu/llvm/lldb/source/Symbol/Symtab.cpp U src/gnu/llvm/lldb/source/Symbol/Type.cpp U src/gnu/llvm/lldb/source/Symbol/TypeList.cpp U src/gnu/llvm/lldb/source/Symbol/TypeMap.cpp U src/gnu/llvm/lldb/source/Symbol/TypeSystem.cpp U src/gnu/llvm/lldb/source/Symbol/UnwindPlan.cpp U src/gnu/llvm/lldb/source/Symbol/UnwindTable.cpp U src/gnu/llvm/lldb/source/Symbol/Variable.cpp U src/gnu/llvm/lldb/source/Symbol/VariableList.cpp U src/gnu/llvm/lldb/source/Target/ABI.cpp U src/gnu/llvm/lldb/source/Target/AssertFrameRecognizer.cpp U src/gnu/llvm/lldb/source/Target/CMakeLists.txt N src/gnu/llvm/lldb/source/Target/DynamicRegisterInfo.cpp U src/gnu/llvm/lldb/source/Target/ExecutionContext.cpp U src/gnu/llvm/lldb/source/Target/InstrumentationRuntime.cpp U src/gnu/llvm/lldb/source/Target/InstrumentationRuntimeStopInfo.cpp U src/gnu/llvm/lldb/source/Target/JITLoader.cpp U src/gnu/llvm/lldb/source/Target/JITLoaderList.cpp U src/gnu/llvm/lldb/source/Target/Language.cpp U src/gnu/llvm/lldb/source/Target/LanguageRuntime.cpp U src/gnu/llvm/lldb/source/Target/Memory.cpp U src/gnu/llvm/lldb/source/Target/MemoryHistory.cpp U src/gnu/llvm/lldb/source/Target/MemoryRegionInfo.cpp N src/gnu/llvm/lldb/source/Target/MemoryTagMap.cpp U src/gnu/llvm/lldb/source/Target/ModuleCache.cpp U src/gnu/llvm/lldb/source/Target/Process.cpp U src/gnu/llvm/lldb/source/Target/OperatingSystem.cpp U src/gnu/llvm/lldb/source/Target/PathMappingList.cpp U src/gnu/llvm/lldb/source/Target/Platform.cpp U src/gnu/llvm/lldb/source/Target/ProcessTrace.cpp U src/gnu/llvm/lldb/source/Target/Queue.cpp U src/gnu/llvm/lldb/source/Target/QueueItem.cpp U src/gnu/llvm/lldb/source/Target/QueueList.cpp U src/gnu/llvm/lldb/source/Target/RegisterContext.cpp U src/gnu/llvm/lldb/source/Target/RegisterContextUnwind.cpp U src/gnu/llvm/lldb/source/Target/RegisterNumber.cpp U src/gnu/llvm/lldb/source/Target/RemoteAwarePlatform.cpp U src/gnu/llvm/lldb/source/Target/SectionLoadHistory.cpp U src/gnu/llvm/lldb/source/Target/SectionLoadList.cpp U src/gnu/llvm/lldb/source/Target/StackFrame.cpp U src/gnu/llvm/lldb/source/Target/StackFrameList.cpp U src/gnu/llvm/lldb/source/Target/StackFrameRecognizer.cpp U src/gnu/llvm/lldb/source/Target/StackID.cpp N src/gnu/llvm/lldb/source/Target/Statistics.cpp U src/gnu/llvm/lldb/source/Target/Target.cpp U src/gnu/llvm/lldb/source/Target/StopInfo.cpp U src/gnu/llvm/lldb/source/Target/StructuredDataPlugin.cpp U src/gnu/llvm/lldb/source/Target/SystemRuntime.cpp U src/gnu/llvm/lldb/source/Target/TargetList.cpp U src/gnu/llvm/lldb/source/Target/TargetProperties.td U src/gnu/llvm/lldb/source/Target/Thread.cpp U src/gnu/llvm/lldb/source/Target/ThreadCollection.cpp U src/gnu/llvm/lldb/source/Target/ThreadList.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlan.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanBase.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanCallFunction.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanCallUserExpression.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanPython.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanRunToAddress.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanShouldStopHere.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStack.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepInRange.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepInstruction.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepOut.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepOverRange.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepRange.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepThrough.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanStepUntil.cpp U src/gnu/llvm/lldb/source/Target/ThreadPlanTracer.cpp U src/gnu/llvm/lldb/source/Target/ThreadSpec.cpp U src/gnu/llvm/lldb/source/Target/Trace.cpp U src/gnu/llvm/lldb/source/Target/TraceCursor.cpp N src/gnu/llvm/lldb/source/Target/TraceDumper.cpp U src/gnu/llvm/lldb/source/Target/TraceExporter.cpp C src/gnu/llvm/lldb/source/Target/UnixSignals.cpp U src/gnu/llvm/lldb/source/Target/UnwindAssembly.cpp U src/gnu/llvm/lldb/source/Target/UnwindLLDB.cpp U src/gnu/llvm/lldb/source/Utility/ARM64_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/ARM64_ehframe_Registers.h U src/gnu/llvm/lldb/source/Utility/ARM_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/ARM_ehframe_Registers.h C src/gnu/llvm/lldb/source/Utility/ArchSpec.cpp U src/gnu/llvm/lldb/source/Utility/Args.cpp U src/gnu/llvm/lldb/source/Utility/Baton.cpp U src/gnu/llvm/lldb/source/Utility/Broadcaster.cpp U src/gnu/llvm/lldb/source/Utility/CMakeLists.txt U src/gnu/llvm/lldb/source/Utility/CompletionRequest.cpp U src/gnu/llvm/lldb/source/Utility/Connection.cpp U src/gnu/llvm/lldb/source/Utility/ConstString.cpp U src/gnu/llvm/lldb/source/Utility/DataBufferHeap.cpp U src/gnu/llvm/lldb/source/Utility/DataBufferLLVM.cpp U src/gnu/llvm/lldb/source/Utility/DataEncoder.cpp U src/gnu/llvm/lldb/source/Utility/DataExtractor.cpp N src/gnu/llvm/lldb/source/Utility/Diagnostics.cpp U src/gnu/llvm/lldb/source/Utility/Event.cpp U src/gnu/llvm/lldb/source/Utility/Environment.cpp U src/gnu/llvm/lldb/source/Utility/FileSpec.cpp U src/gnu/llvm/lldb/source/Utility/GDBRemote.cpp U src/gnu/llvm/lldb/source/Utility/IOObject.cpp N src/gnu/llvm/lldb/source/Utility/Instrumentation.cpp U src/gnu/llvm/lldb/source/Utility/LLDBAssert.cpp N src/gnu/llvm/lldb/source/Utility/LLDBLog.cpp U src/gnu/llvm/lldb/source/Utility/Listener.cpp U src/gnu/llvm/lldb/source/Utility/Log.cpp N src/gnu/llvm/lldb/source/Utility/LoongArch_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/NameMatches.cpp U src/gnu/llvm/lldb/source/Utility/PPC64LE_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/PPC64_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/ProcessInfo.cpp N src/gnu/llvm/lldb/source/Utility/RISCV_DWARF_Registers.h U src/gnu/llvm/lldb/source/Utility/RegisterValue.cpp U src/gnu/llvm/lldb/source/Utility/RegularExpression.cpp U src/gnu/llvm/lldb/source/Utility/Scalar.cpp U src/gnu/llvm/lldb/source/Utility/SelectHelper.cpp U src/gnu/llvm/lldb/source/Utility/State.cpp U src/gnu/llvm/lldb/source/Utility/Status.cpp U src/gnu/llvm/lldb/source/Utility/Stream.cpp U src/gnu/llvm/lldb/source/Utility/StreamString.cpp U src/gnu/llvm/lldb/source/Utility/StringExtractor.cpp U src/gnu/llvm/lldb/source/Utility/StringExtractorGDBRemote.cpp U src/gnu/llvm/lldb/source/Utility/StringLexer.cpp U src/gnu/llvm/lldb/source/Utility/StringList.cpp U src/gnu/llvm/lldb/source/Utility/StructuredData.cpp U src/gnu/llvm/lldb/source/Utility/TildeExpressionResolver.cpp U src/gnu/llvm/lldb/source/Utility/Timer.cpp U src/gnu/llvm/lldb/source/Utility/TraceGDBRemotePackets.cpp U src/gnu/llvm/lldb/source/Utility/TraceIntelPTGDBRemotePackets.cpp U src/gnu/llvm/lldb/source/Utility/UUID.cpp U src/gnu/llvm/lldb/source/Utility/UnimplementedError.cpp U src/gnu/llvm/lldb/source/Utility/UriParser.cpp U src/gnu/llvm/lldb/source/Utility/UserID.cpp U src/gnu/llvm/lldb/source/Utility/UserIDResolver.cpp U src/gnu/llvm/lldb/source/Utility/VMRange.cpp U src/gnu/llvm/lldb/source/Utility/UuidCompatibility.h U src/gnu/llvm/lldb/source/Utility/VASprintf.cpp U src/gnu/llvm/lldb/source/Utility/XcodeSDK.cpp N src/gnu/llvm/lldb/source/Version/CMakeLists.txt N src/gnu/llvm/lldb/source/Version/Version.cpp U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/.gitignore U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/.travis.yml U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/DEVELOPERS.rst U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/LICENSE U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/MANIFEST.in U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/README.rst U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/requirements-testing.txt U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/setup.cfg U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/setup.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ANSI.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/FSM.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/__init__.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/_async.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/bashrc.sh U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/exceptions.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/expect.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/fdpexpect.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/popen_spawn.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/pty_spawn.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/pxssh.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/replwrap.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/run.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/screen.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/spawnbase.py U src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/utils.py U src/gnu/llvm/lldb/third_party/Python/module/progress/progress.py U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/.gitignore U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/.travis.yml U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/LICENSE U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/README.rst U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/pyproject.toml U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/readthedocs.yml U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/__init__.py U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/_fork_pty.py U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ptyprocess.py U src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/util.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/__init__.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/__main__.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/case.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/collector.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/compatibility.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/loader.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/main.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/result.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/runner.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/signals.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/suite.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/util.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/__init__.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/dummy.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/support.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_assertions.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_break.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_case.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_discovery.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_functiontestcase.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_loader.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_new_tests.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_program.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_result.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_runner.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_setups.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_skipping.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_suite.py U src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/test_unittest2_with.py C src/gnu/llvm/lldb/tools/CMakeLists.txt U src/gnu/llvm/lldb/tools/argdumper/CMakeLists.txt U src/gnu/llvm/lldb/tools/argdumper/argdumper.cpp U src/gnu/llvm/lldb/tools/compact-unwind/compact-unwind-dumper.c U src/gnu/llvm/lldb/tools/darwin-debug/CMakeLists.txt U src/gnu/llvm/lldb/tools/darwin-debug/darwin-debug.cpp U src/gnu/llvm/lldb/tools/darwin-threads/examine-threads.c U src/gnu/llvm/lldb/tools/debugserver/CMakeLists.txt U src/gnu/llvm/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj U src/gnu/llvm/lldb/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/contents.xcworkspacedata U src/gnu/llvm/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme U src/gnu/llvm/lldb/tools/debugserver/resources/debugserver-entitlements.plist U src/gnu/llvm/lldb/tools/debugserver/resources/debugserver-macosx-entitlements.plist U src/gnu/llvm/lldb/tools/debugserver/resources/debugserver-macosx-private-entitlements.plist U src/gnu/llvm/lldb/tools/debugserver/resources/lldb-debugserver-Info.plist U src/gnu/llvm/lldb/tools/debugserver/scripts/diagnose-termination.d U src/gnu/llvm/lldb/tools/debugserver/source/ARM_DWARF_Registers.h U src/gnu/llvm/lldb/tools/debugserver/source/ARM_ehframe_Registers.h U src/gnu/llvm/lldb/tools/debugserver/source/CMakeLists.txt U src/gnu/llvm/lldb/tools/debugserver/source/ChangeLog U src/gnu/llvm/lldb/tools/debugserver/source/DNB.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNB.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBArch.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBArch.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBBreakpoint.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBBreakpoint.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBDataRef.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBDataRef.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBDefs.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBError.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBError.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBLog.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBLog.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBRegisterInfo.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBRegisterInfo.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBRuntimeAction.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBTimer.h U src/gnu/llvm/lldb/tools/debugserver/source/DNBThreadResumeActions.cpp U src/gnu/llvm/lldb/tools/debugserver/source/DNBThreadResumeActions.h U src/gnu/llvm/lldb/tools/debugserver/source/JSON.cpp U src/gnu/llvm/lldb/tools/debugserver/source/JSON.h U src/gnu/llvm/lldb/tools/debugserver/source/JSONGenerator.h U src/gnu/llvm/lldb/tools/debugserver/source/PThreadCondition.h U src/gnu/llvm/lldb/tools/debugserver/source/PThreadEvent.cpp U src/gnu/llvm/lldb/tools/debugserver/source/PThreadEvent.h U src/gnu/llvm/lldb/tools/debugserver/source/PThreadMutex.cpp U src/gnu/llvm/lldb/tools/debugserver/source/PThreadMutex.h U src/gnu/llvm/lldb/tools/debugserver/source/PseudoTerminal.cpp U src/gnu/llvm/lldb/tools/debugserver/source/PseudoTerminal.h U src/gnu/llvm/lldb/tools/debugserver/source/RNBContext.cpp U src/gnu/llvm/lldb/tools/debugserver/source/RNBContext.h U src/gnu/llvm/lldb/tools/debugserver/source/RNBDefs.h U src/gnu/llvm/lldb/tools/debugserver/source/RNBRemote.cpp U src/gnu/llvm/lldb/tools/debugserver/source/RNBRemote.h U src/gnu/llvm/lldb/tools/debugserver/source/RNBServices.cpp U src/gnu/llvm/lldb/tools/debugserver/source/RNBServices.h U src/gnu/llvm/lldb/tools/debugserver/source/RNBSocket.cpp U src/gnu/llvm/lldb/tools/debugserver/source/RNBSocket.h U src/gnu/llvm/lldb/tools/debugserver/source/StdStringExtractor.cpp U src/gnu/llvm/lldb/tools/debugserver/source/StdStringExtractor.h N src/gnu/llvm/lldb/tools/debugserver/source/StringConvert.cpp N src/gnu/llvm/lldb/tools/debugserver/source/StringConvert.h U src/gnu/llvm/lldb/tools/debugserver/source/SysSignal.cpp U src/gnu/llvm/lldb/tools/debugserver/source/SysSignal.h U src/gnu/llvm/lldb/tools/debugserver/source/TTYState.cpp U src/gnu/llvm/lldb/tools/debugserver/source/TTYState.h U src/gnu/llvm/lldb/tools/debugserver/source/debugserver.cpp U src/gnu/llvm/lldb/tools/debugserver/source/debugserver_vers.c.in U src/gnu/llvm/lldb/tools/debugserver/source/libdebugserver.cpp U src/gnu/llvm/lldb/tools/debugserver/source/libdebugserver.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CFBundle.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CFBundle.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CFString.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CFString.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CFUtils.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/CMakeLists.txt U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/Genealogy.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/Genealogy.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/GenealogySPI.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachException.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachException.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachProcess.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachProcess.mm U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachTask.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachTask.mm U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachThread.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachThread.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachThreadList.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachVMRegion.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/MachVMRegion.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/OsLogger.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/OsLogger.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/dbgnub-mig.defs U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/stack_logging.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h U src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/MachRegisterStatesX86_64.h U src/gnu/llvm/lldb/tools/driver/CMakeLists.txt C src/gnu/llvm/lldb/tools/driver/Driver.cpp U src/gnu/llvm/lldb/tools/driver/Driver.h U src/gnu/llvm/lldb/tools/driver/Options.td U src/gnu/llvm/lldb/tools/driver/Platform.cpp U src/gnu/llvm/lldb/tools/driver/Platform.h U src/gnu/llvm/lldb/tools/driver/lldb-Info.plist.in U src/gnu/llvm/lldb/tools/intel-features/CMakeLists.txt U src/gnu/llvm/lldb/tools/intel-features/README.txt U src/gnu/llvm/lldb/tools/intel-features/cli-wrapper.cpp U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/CMakeLists.txt U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.h U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/Makefile U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/README.txt U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/TestMPXTable.py U src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/main.cpp N src/gnu/llvm/lldb/tools/lldb-fuzzer/CMakeLists.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/CMakeLists.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/inputdictionary.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/lldb-commandinterpreter-fuzzer.cpp N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/CMakeLists.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/lldb-expression-fuzzer.cpp N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-target-fuzzer/CMakeLists.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-target-fuzzer/lldb-target-fuzzer.cpp N src/gnu/llvm/lldb/tools/lldb-fuzzer/utils/CMakeLists.txt N src/gnu/llvm/lldb/tools/lldb-fuzzer/utils/TempFile.cpp N src/gnu/llvm/lldb/tools/lldb-fuzzer/utils/TempFile.h U src/gnu/llvm/lldb/tools/lldb-instr/CMakeLists.txt U src/gnu/llvm/lldb/tools/lldb-instr/Instrument.cpp U src/gnu/llvm/lldb/tools/lldb-server/Acceptor.cpp U src/gnu/llvm/lldb/tools/lldb-server/Acceptor.h C src/gnu/llvm/lldb/tools/lldb-server/CMakeLists.txt U src/gnu/llvm/lldb/tools/lldb-server/LLDBServerUtilities.cpp U src/gnu/llvm/lldb/tools/lldb-server/LLDBServerUtilities.h U src/gnu/llvm/lldb/tools/lldb-server/LLGSOptions.td U src/gnu/llvm/lldb/tools/lldb-server/SystemInitializerLLGS.cpp U src/gnu/llvm/lldb/tools/lldb-server/SystemInitializerLLGS.h C src/gnu/llvm/lldb/tools/lldb-server/lldb-gdbserver.cpp U src/gnu/llvm/lldb/tools/lldb-server/lldb-platform.cpp U src/gnu/llvm/lldb/tools/lldb-server/lldb-server.cpp U src/gnu/llvm/lldb/tools/lldb-server/Darwin/resources/lldb-server-Info.plist U src/gnu/llvm/lldb/tools/lldb-server/Darwin/resources/lldb-server-entitlements.plist U src/gnu/llvm/lldb/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist U src/gnu/llvm/lldb/tools/lldb-server/Darwin/resources/lldb-server-mig.defs U src/gnu/llvm/lldb/tools/lldb-test/CMakeLists.txt U src/gnu/llvm/lldb/tools/lldb-test/FormatUtil.cpp U src/gnu/llvm/lldb/tools/lldb-test/FormatUtil.h U src/gnu/llvm/lldb/tools/lldb-test/SystemInitializerTest.cpp U src/gnu/llvm/lldb/tools/lldb-test/SystemInitializerTest.h U src/gnu/llvm/lldb/tools/lldb-test/lldb-test.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/BreakpointBase.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/BreakpointBase.h U src/gnu/llvm/lldb/tools/lldb-vscode/CMakeLists.txt U src/gnu/llvm/lldb/tools/lldb-vscode/ExceptionBreakpoint.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/ExceptionBreakpoint.h U src/gnu/llvm/lldb/tools/lldb-vscode/FifoFiles.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/FifoFiles.h U src/gnu/llvm/lldb/tools/lldb-vscode/FunctionBreakpoint.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/FunctionBreakpoint.h U src/gnu/llvm/lldb/tools/lldb-vscode/IOStream.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/IOStream.h U src/gnu/llvm/lldb/tools/lldb-vscode/JSONUtils.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/JSONUtils.h U src/gnu/llvm/lldb/tools/lldb-vscode/LLDBUtils.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/LLDBUtils.h U src/gnu/llvm/lldb/tools/lldb-vscode/Options.td U src/gnu/llvm/lldb/tools/lldb-vscode/OutputRedirector.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/OutputRedirector.h U src/gnu/llvm/lldb/tools/lldb-vscode/ProgressEvent.h U src/gnu/llvm/lldb/tools/lldb-vscode/ProgressEvent.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/README.md U src/gnu/llvm/lldb/tools/lldb-vscode/RunInTerminal.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/RunInTerminal.h U src/gnu/llvm/lldb/tools/lldb-vscode/SourceBreakpoint.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/SourceBreakpoint.h U src/gnu/llvm/lldb/tools/lldb-vscode/SourceReference.h U src/gnu/llvm/lldb/tools/lldb-vscode/VSCode.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/VSCode.h U src/gnu/llvm/lldb/tools/lldb-vscode/VSCodeForward.h U src/gnu/llvm/lldb/tools/lldb-vscode/lldb-vscode-Info.plist.in U src/gnu/llvm/lldb/tools/lldb-vscode/lldb-vscode.cpp U src/gnu/llvm/lldb/tools/lldb-vscode/package.json U src/gnu/llvm/lldb/tools/lldb-vscode/syntaxes/arm.disasm U src/gnu/llvm/lldb/tools/lldb-vscode/syntaxes/arm64.disasm U src/gnu/llvm/lldb/tools/lldb-vscode/syntaxes/disassembly.json U src/gnu/llvm/lldb/tools/lldb-vscode/syntaxes/x86.disasm U src/gnu/llvm/lldb/utils/CMakeLists.txt U src/gnu/llvm/lldb/utils/TableGen/CMakeLists.txt U src/gnu/llvm/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp U src/gnu/llvm/lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp U src/gnu/llvm/lldb/utils/TableGen/LLDBTableGen.cpp U src/gnu/llvm/lldb/utils/TableGen/LLDBTableGenBackends.h U src/gnu/llvm/lldb/utils/TableGen/LLDBTableGenUtils.cpp U src/gnu/llvm/lldb/utils/TableGen/LLDBTableGenUtils.h U src/gnu/llvm/lldb/utils/lit-cpuid/CMakeLists.txt U src/gnu/llvm/lldb/utils/lit-cpuid/lit-cpuid.cpp U src/gnu/llvm/lldb/utils/lldb-dotest/CMakeLists.txt U src/gnu/llvm/lldb/utils/lldb-dotest/lldb-dotest.in U src/gnu/llvm/lldb/utils/lldb-repro/CMakeLists.txt U src/gnu/llvm/lldb/utils/lldb-repro/lldb-repro.py U src/gnu/llvm/lldb/utils/lui/Readme U src/gnu/llvm/lldb/utils/lui/breakwin.py U src/gnu/llvm/lldb/utils/lui/commandwin.py U src/gnu/llvm/lldb/utils/lui/cui.py U src/gnu/llvm/lldb/utils/lui/debuggerdriver.py U src/gnu/llvm/lldb/utils/lui/eventwin.py U src/gnu/llvm/lldb/utils/lui/lldbutil.py U src/gnu/llvm/lldb/utils/lui/lui.py U src/gnu/llvm/lldb/utils/lui/sandbox.py U src/gnu/llvm/lldb/utils/lui/sourcewin.py U src/gnu/llvm/lldb/utils/lui/statuswin.py 24 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLLDB:yesterday -jLLDB src/gnu/llvm/lldb CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:24:46 Modified files: gnu/llvm/lldb/docs/man: lldb.rst gnu/llvm/lldb/include/lldb/Host/openbsd: HostInfoOpenBSD.h gnu/llvm/lldb/include/lldb/Utility: ArchSpec.h gnu/llvm/lldb/source/Core: FormatEntity.cpp gnu/llvm/lldb/source/Host/openbsd: HostInfoOpenBSD.cpp gnu/llvm/lldb/source/Host/posix: DomainSocket.cpp PipePosix.cpp gnu/llvm/lldb/source/Initialization: SystemInitializerCommon.cpp gnu/llvm/lldb/source/Plugins/ABI/AArch64: ABISysV_arm64.cpp gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD: DYLDRendezvous.cpp DynamicLoaderPOSIXDYLD.cpp gnu/llvm/lldb/source/Plugins/ObjectFile/ELF: ObjectFileELF.cpp gnu/llvm/lldb/source/Plugins/Platform/OpenBSD: PlatformOpenBSD.cpp PlatformOpenBSD.h gnu/llvm/lldb/source/Plugins/Process: CMakeLists.txt gnu/llvm/lldb/source/Plugins/Process/OpenBSD: NativeProcessOpenBSD.cpp NativeRegisterContextOpenBSD_arm64.cpp NativeRegisterContextOpenBSD_arm64.h NativeRegisterContextOpenBSD_x86_64.cpp NativeRegisterContextOpenBSD_x86_64.h NativeThreadOpenBSD.cpp gnu/llvm/lldb/source/Plugins/Process/Utility: CMakeLists.txt gnu/llvm/lldb/source/Plugins/Process/gdb-remote: GDBRemoteCommunicationServerCommon.cpp gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86: x86AssemblyInspectionEngine.cpp gnu/llvm/lldb/source/Target: UnixSignals.cpp gnu/llvm/lldb/source/Utility: ArchSpec.cpp gnu/llvm/lldb/tools: CMakeLists.txt gnu/llvm/lldb/tools/driver: Driver.cpp gnu/llvm/lldb/tools/lldb-server: CMakeLists.txt lldb-gdbserver.cpp Removed files: gnu/llvm/lldb/cmake/modules: FindLibEdit.cmake gnu/llvm/lldb/docs/design: reproducers.rst gnu/llvm/lldb/docs/testsuite: best-practices.txt gnu/llvm/lldb/docs/use: links.md gnu/llvm/lldb/examples/python/scripted_process: my_scripted_process.py gnu/llvm/lldb/include/lldb: lldb-private-defines.h gnu/llvm/lldb/include/lldb/Host: StringConvert.h gnu/llvm/lldb/include/lldb/Host/posix: Fcntl.h gnu/llvm/lldb/include/lldb/Target: TraceInstructionDumper.h gnu/llvm/lldb/include/lldb/Utility: Logging.h Reproducer.h ReproducerInstrumentation.h ReproducerProvider.h StreamCallback.h gnu/llvm/lldb/packages/Python/lldbconfig: __init__.py gnu/llvm/lldb/source: lldb.cpp gnu/llvm/lldb/source/API: SBReproducerPrivate.h liblldb.xcode.exports gnu/llvm/lldb/source/Commands: CommandObjectReproducer.cpp CommandObjectReproducer.h gnu/llvm/lldb/source/Host/common: MainLoop.cpp StringConvert.cpp gnu/llvm/lldb/source/Host/windows: Windows.cpp gnu/llvm/lldb/source/Plugins/Language/CPlusPlus: LibCxxBitset.cpp LibCxxOptional.cpp gnu/llvm/lldb/source/Plugins/Process/Linux: IntelPTManager.cpp IntelPTManager.h gnu/llvm/lldb/source/Plugins/Process/Utility: DynamicRegisterInfo.cpp DynamicRegisterInfo.h gnu/llvm/lldb/source/Plugins/Process/gdb-remote: GDBRemoteCommunicationReplayServer.cpp GDBRemoteCommunicationReplayServer.h gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python: SWIGPythonBridge.cpp gnu/llvm/lldb/source/Plugins/Trace/common: TraceSessionFileParser.cpp TraceSessionFileParser.h gnu/llvm/lldb/source/Plugins/Trace/intel-pt: IntelPTDecoder.cpp IntelPTDecoder.h TraceIntelPTSessionFileParser.cpp TraceIntelPTSessionFileParser.h gnu/llvm/lldb/source/Target: TraceInstructionDumper.cpp gnu/llvm/lldb/source/Utility: Logging.cpp Reproducer.cpp ReproducerInstrumentation.cpp ReproducerProvider.cpp StreamCallback.cpp gnu/llvm/lldb/third_party/Python/module/six: LICENSE six.py gnu/llvm/lldb/tools/argdumper: argdumper.exports gnu/llvm/lldb/tools/lldb-server: lldb-server.exports gnu/llvm/lldb/unittests: CMakeLists.txt gtest_common.h gnu/llvm/lldb/unittests/API: CMakeLists.txt SBCommandInterpreterTest.cpp SBStructuredDataTest.cpp gnu/llvm/lldb/unittests/Breakpoint: BreakpointIDTest.cpp CMakeLists.txt gnu/llvm/lldb/unittests/Core: CMakeLists.txt CommunicationTest.cpp DumpDataExtractorTest.cpp FormatEntityTest.cpp MangledTest.cpp ModuleSpecTest.cpp RichManglingContextTest.cpp SourceLocationSpecTest.cpp SourceManagerTest.cpp StreamCallbackTest.cpp UniqueCStringMapTest.cpp gnu/llvm/lldb/unittests/DataFormatter: CMakeLists.txt FormatManagerTests.cpp FormattersContainerTest.cpp StringPrinterTests.cpp gnu/llvm/lldb/unittests/Disassembler: CMakeLists.txt TestArm64Disassembly.cpp TestArmv7Disassembly.cpp gnu/llvm/lldb/unittests/Editline: CMakeLists.txt EditlineTest.cpp gnu/llvm/lldb/unittests/Expression: CMakeLists.txt ClangExpressionDeclMapTest.cpp ClangParserTest.cpp CppModuleConfigurationTest.cpp DWARFExpressionTest.cpp DiagnosticManagerTest.cpp gnu/llvm/lldb/unittests/Host: CMakeLists.txt ConnectionFileDescriptorTest.cpp FileActionTest.cpp FileSystemTest.cpp FileTest.cpp HostInfoTest.cpp HostTest.cpp MainLoopTest.cpp NativeProcessProtocolTest.cpp PipeTest.cpp ProcessLaunchInfoTest.cpp SocketAddressTest.cpp SocketTest.cpp SocketTestUtilities.cpp SocketTestUtilities.h gnu/llvm/lldb/unittests/Host/linux: HostTest.cpp SupportTest.cpp gnu/llvm/lldb/unittests/Instruction: CMakeLists.txt TestAArch64Emulator.cpp gnu/llvm/lldb/unittests/Interpreter: CMakeLists.txt TestCompletion.cpp TestOptionArgParser.cpp TestOptionValue.cpp TestOptionValueFileColonLine.cpp gnu/llvm/lldb/unittests/Language: CMakeLists.txt gnu/llvm/lldb/unittests/Language/CLanguages: CLanguagesTest.cpp CMakeLists.txt gnu/llvm/lldb/unittests/Language/CPlusPlus: CMakeLists.txt CPlusPlusLanguageTest.cpp gnu/llvm/lldb/unittests/Language/Highlighting: CMakeLists.txt HighlighterTest.cpp gnu/llvm/lldb/unittests/ObjectFile: CMakeLists.txt gnu/llvm/lldb/unittests/ObjectFile/Breakpad: BreakpadRecordsTest.cpp CMakeLists.txt gnu/llvm/lldb/unittests/ObjectFile/ELF: CMakeLists.txt TestObjectFileELF.cpp gnu/llvm/lldb/unittests/ObjectFile/MachO: CMakeLists.txt TestObjectFileMachO.cpp gnu/llvm/lldb/unittests/ObjectFile/PECOFF: CMakeLists.txt TestPECallFrameInfo.cpp gnu/llvm/lldb/unittests/Platform: CMakeLists.txt PlatformAppleSimulatorTest.cpp PlatformDarwinTest.cpp gnu/llvm/lldb/unittests/Platform/Android: AdbClientTest.cpp CMakeLists.txt gnu/llvm/lldb/unittests/Process: CMakeLists.txt ProcessEventDataTest.cpp gnu/llvm/lldb/unittests/Process/Linux: CMakeLists.txt IntelPTManagerTests.cpp gnu/llvm/lldb/unittests/Process/POSIX: CMakeLists.txt NativeProcessELFTest.cpp gnu/llvm/lldb/unittests/Process/Utility: CMakeLists.txt LinuxProcMapsTest.cpp MemoryTagManagerAArch64MTETest.cpp RegisterContextFreeBSDTest.cpp RegisterContextNetBSDTest_i386.cpp RegisterContextNetBSDTest_x86_64.cpp RegisterContextTest.cpp gnu/llvm/lldb/unittests/Process/gdb-remote: CMakeLists.txt GDBRemoteClientBaseTest.cpp GDBRemoteCommunicationClientTest.cpp GDBRemoteCommunicationServerTest.cpp GDBRemoteCommunicationTest.cpp GDBRemoteTestUtils.cpp GDBRemoteTestUtils.h PortMapTest.cpp gnu/llvm/lldb/unittests/Process/minidump: CMakeLists.txt MinidumpParserTest.cpp RegisterContextMinidumpTest.cpp gnu/llvm/lldb/unittests/Process/minidump/Inputs: fizzbuzz_no_heap.dmp fizzbuzz_wow64.dmp linux-x86_64.cpp linux-x86_64.dmp regions-memlist64.dmp gnu/llvm/lldb/unittests/ScriptInterpreter: CMakeLists.txt gnu/llvm/lldb/unittests/ScriptInterpreter/Lua: CMakeLists.txt LuaTests.cpp ScriptInterpreterTests.cpp gnu/llvm/lldb/unittests/ScriptInterpreter/Python: CMakeLists.txt PythonDataObjectsTests.cpp PythonTestSuite.cpp PythonTestSuite.h gnu/llvm/lldb/unittests/Signals: CMakeLists.txt UnixSignalsTest.cpp gnu/llvm/lldb/unittests/Symbol: CMakeLists.txt LocateSymbolFileTest.cpp PostfixExpressionTest.cpp TestClangASTImporter.cpp TestDWARFCallFrameInfo.cpp TestLineEntry.cpp TestType.cpp TestTypeSystem.cpp TestTypeSystemClang.cpp gnu/llvm/lldb/unittests/Symbol/Inputs: inlined-functions.yaml gnu/llvm/lldb/unittests/SymbolFile: CMakeLists.txt gnu/llvm/lldb/unittests/SymbolFile/DWARF: CMakeLists.txt DWARFASTParserClangTests.cpp DWARFDIETest.cpp DWARFUnitTest.cpp SymbolFileDWARFTests.cpp XcodeSDKModuleTests.cpp gnu/llvm/lldb/unittests/SymbolFile/DWARF/Inputs: test-dwarf.cpp gnu/llvm/lldb/unittests/SymbolFile/NativePDB: CMakeLists.txt PdbFPOProgramToDWARFExpressionTests.cpp gnu/llvm/lldb/unittests/SymbolFile/PDB: CMakeLists.txt SymbolFilePDBTests.cpp gnu/llvm/lldb/unittests/SymbolFile/PDB/Inputs: test-pdb-alt.cpp test-pdb-nested.h test-pdb-types.cpp test-pdb-types.pdb test-pdb.cpp test-pdb.h test-pdb.pdb gnu/llvm/lldb/unittests/Target: ABITest.cpp CMakeLists.txt ExecutionContextTest.cpp MemoryRegionInfoTest.cpp ModuleCacheTest.cpp PathMappingListTest.cpp RemoteAwarePlatformTest.cpp StackFrameRecognizerTest.cpp gnu/llvm/lldb/unittests/Target/Inputs: TestModule.c gnu/llvm/lldb/unittests/TestingSupport: CMakeLists.txt MockTildeExpressionResolver.cpp MockTildeExpressionResolver.h SubsystemRAII.h TestUtilities.cpp TestUtilities.h module.modulemap gnu/llvm/lldb/unittests/TestingSupport/Host: NativeProcessTestUtils.h gnu/llvm/lldb/unittests/TestingSupport/Symbol: CMakeLists.txt ClangTestUtils.h YAMLModuleTester.cpp YAMLModuleTester.h gnu/llvm/lldb/unittests/Thread: CMakeLists.txt ThreadTest.cpp gnu/llvm/lldb/unittests/UnwindAssembly: CMakeLists.txt gnu/llvm/lldb/unittests/UnwindAssembly/ARM64: CMakeLists.txt TestArm64InstEmulation.cpp gnu/llvm/lldb/unittests/UnwindAssembly/PPC64: CMakeLists.txt TestPPC64InstEmulation.cpp gnu/llvm/lldb/unittests/UnwindAssembly/x86: CMakeLists.txt Testx86AssemblyInspectionEngine.cpp gnu/llvm/lldb/unittests/Utility: AnsiTerminalTest.cpp ArchSpecTest.cpp ArgsTest.cpp BroadcasterTest.cpp CMakeLists.txt CompletionRequestTest.cpp ConstStringTest.cpp DataExtractorTest.cpp EnvironmentTest.cpp EventTest.cpp FileSpecTest.cpp FlagsTest.cpp ListenerTest.cpp LogTest.cpp NameMatchesTest.cpp OptionsWithRawTest.cpp PredicateTest.cpp ProcessInfoTest.cpp ProcessInstanceInfoTest.cpp RangeMapTest.cpp RangeTest.cpp RegisterValueTest.cpp RegularExpressionTest.cpp ReproducerInstrumentationTest.cpp ReproducerTest.cpp ScalarTest.cpp SharedClusterTest.cpp StateTest.cpp StatusTest.cpp StreamTeeTest.cpp StreamTest.cpp StringExtractorGDBRemoteTest.cpp StringExtractorTest.cpp StringLexerTest.cpp StringListTest.cpp StructuredDataTest.cpp SubsystemRAIITest.cpp TildeExpressionResolverTest.cpp TimeoutTest.cpp TimerTest.cpp UUIDTest.cpp UriParserTest.cpp UserIDResolverTest.cpp VASprintfTest.cpp VMRangeTest.cpp XcodeSDKTest.cpp gnu/llvm/lldb/unittests/Utility/Inputs: StructuredData-basic.json gnu/llvm/lldb/unittests/debugserver: CMakeLists.txt JSONTest.cpp RNBSocketTest.cpp debugserver_LogCallback.cpp gnu/llvm/lldb/unittests/tools: CMakeLists.txt gnu/llvm/lldb/unittests/tools/lldb-server: CMakeLists.txt gnu/llvm/lldb/unittests/tools/lldb-server/inferior: environment_check.cpp thread_inferior.cpp gnu/llvm/lldb/unittests/tools/lldb-server/tests: CMakeLists.txt LLGSTest.cpp MessageObjects.cpp MessageObjects.h TestBase.cpp TestBase.h TestClient.cpp TestClient.h ThreadIdsInJstopinfoTest.cpp Log message: merge lldb-16.0.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 11:26:00 Log message: Import xdg-desktop-portal-xapp-1.0.3 Backend implementation for xdg-desktop-portal that is using GTK and various pieces of Cinnamon/MATE/Xfce4 infrastructure. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_202311 N ports/sysutils/flatpak/xdg-desktop-portal-xapp/Makefile N ports/sysutils/flatpak/xdg-desktop-portal-xapp/distinfo N ports/sysutils/flatpak/xdg-desktop-portal-xapp/pkg/DESCR N ports/sysutils/flatpak/xdg-desktop-portal-xapp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 11:26:24 Modified files: sysutils/flatpak: Makefile Log message: +xdg-desktop-portal-xapp CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMDebuginfod Update of /cvs/src/gnu/usr.bin/clang/libLLVMDebuginfod In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMDebuginfod Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMDebuginfod added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMFrontendHLSL Update of /cvs/src/gnu/usr.bin/clang/libLLVMFrontendHLSL In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMFrontendHLSL Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMFrontendHLSL added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMIRPrinter Update of /cvs/src/gnu/usr.bin/clang/libLLVMIRPrinter In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMIRPrinter Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMIRPrinter added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMObjCopy Update of /cvs/src/gnu/usr.bin/clang/libLLVMObjCopy In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMObjCopy Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMObjCopy added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMTargetParser Update of /cvs/src/gnu/usr.bin/clang/libLLVMTargetParser In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMTargetParser Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMTargetParser added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libLLVMWindowsDriver Update of /cvs/src/gnu/usr.bin/clang/libLLVMWindowsDriver In directory cvs.openbsd.org:/tmp/cvs-serv28552/libLLVMWindowsDriver Log Message: Directory /cvs/src/gnu/usr.bin/clang/libLLVMWindowsDriver added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libclangASTMatchers Update of /cvs/src/gnu/usr.bin/clang/libclangASTMatchers In directory cvs.openbsd.org:/tmp/cvs-serv28552/libclangASTMatchers Log Message: Directory /cvs/src/gnu/usr.bin/clang/libclangASTMatchers added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:06 src/gnu/usr.bin/clang/libclangExtractAPI Update of /cvs/src/gnu/usr.bin/clang/libclangExtractAPI In directory cvs.openbsd.org:/tmp/cvs-serv28552/libclangExtractAPI Log Message: Directory /cvs/src/gnu/usr.bin/clang/libclangExtractAPI added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:07 src/gnu/usr.bin/clang/libclangIndex Update of /cvs/src/gnu/usr.bin/clang/libclangIndex In directory cvs.openbsd.org:/tmp/cvs-serv28552/libclangIndex Log Message: Directory /cvs/src/gnu/usr.bin/clang/libclangIndex added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:07 src/gnu/usr.bin/clang/libclangSupport Update of /cvs/src/gnu/usr.bin/clang/libclangSupport In directory cvs.openbsd.org:/tmp/cvs-serv28552/libclangSupport Log Message: Directory /cvs/src/gnu/usr.bin/clang/libclangSupport added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:07 src/gnu/usr.bin/clang/include/lldb/Version Update of /cvs/src/gnu/usr.bin/clang/include/lldb/Version In directory cvs.openbsd.org:/tmp/cvs-serv28552/include/lldb/Version Log Message: Directory /cvs/src/gnu/usr.bin/clang/include/lldb/Version added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:07 src/gnu/usr.bin/clang/include/llvm/ExecutionEngine Update of /cvs/src/gnu/usr.bin/clang/include/llvm/ExecutionEngine In directory cvs.openbsd.org:/tmp/cvs-serv28552/include/llvm/ExecutionEngine Log Message: Directory /cvs/src/gnu/usr.bin/clang/include/llvm/ExecutionEngine added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:07 src/gnu/usr.bin/clang/include/llvm/TargetParser Update of /cvs/src/gnu/usr.bin/clang/include/llvm/TargetParser In directory cvs.openbsd.org:/tmp/cvs-serv28552/include/llvm/TargetParser Log Message: Directory /cvs/src/gnu/usr.bin/clang/include/llvm/TargetParser added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:34:27 src/gnu/usr.bin/clang/include/llvm/ExecutionEngine/JITLink Update of /cvs/src/gnu/usr.bin/clang/include/llvm/ExecutionEngine/JITLink In directory cvs.openbsd.org:/tmp/cvs-serv16075/include/llvm/ExecutionEngine/JITLink Log Message: Directory /cvs/src/gnu/usr.bin/clang/include/llvm/ExecutionEngine/JITLink added to the repository CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/11 11:35:40 Modified files: gnu/usr.bin/clang: Makefile Makefile.inc gnu/usr.bin/clang/clang: Makefile clang.1 gnu/usr.bin/clang/clang-tblgen: Makefile gnu/usr.bin/clang/include/clang/AST: Makefile gnu/usr.bin/clang/include/clang/Basic: Makefile Version.inc gnu/usr.bin/clang/include/clang/Config: config.h gnu/usr.bin/clang/include/clang/intrin: Makefile gnu/usr.bin/clang/include/lld/Common: Version.inc gnu/usr.bin/clang/include/lldb/Host: Config.h gnu/usr.bin/clang/include/lldb/Plugins: Makefile gnu/usr.bin/clang/include/llvm/Config: config.h llvm-config.h.in gnu/usr.bin/clang/include/llvm/IR: Makefile gnu/usr.bin/clang/include/llvm/Mips: Makefile gnu/usr.bin/clang/include/llvm/RISCV: Makefile gnu/usr.bin/clang/include/llvm/X86: Makefile gnu/usr.bin/clang/libLLVM: Makefile shlib_version gnu/usr.bin/clang/libLLVMAArch64CodeGen: Makefile gnu/usr.bin/clang/libLLVMAArch64Utils: Makefile gnu/usr.bin/clang/libLLVMAMDGPUCodeGen: Makefile gnu/usr.bin/clang/libLLVMAMDGPUDesc: Makefile gnu/usr.bin/clang/libLLVMAMDGPUUtils: Makefile gnu/usr.bin/clang/libLLVMARMCodeGen: Makefile gnu/usr.bin/clang/libLLVMAnalysis: Makefile gnu/usr.bin/clang/libLLVMAsmPrinter: Makefile gnu/usr.bin/clang/libLLVMBinaryFormat: Makefile gnu/usr.bin/clang/libLLVMCodeGen: Makefile gnu/usr.bin/clang/libLLVMCore: Makefile gnu/usr.bin/clang/libLLVMCoroutines: Makefile gnu/usr.bin/clang/libLLVMDebugInfoCodeView: Makefile gnu/usr.bin/clang/libLLVMDebugInfoDWARF: Makefile gnu/usr.bin/clang/libLLVMDebugInfoPDB: Makefile gnu/usr.bin/clang/libLLVMDemangle: Makefile gnu/usr.bin/clang/libLLVMExecutionEngine: Makefile gnu/usr.bin/clang/libLLVMGlobalISel: Makefile gnu/usr.bin/clang/libLLVMInstrumentation: Makefile gnu/usr.bin/clang/libLLVMLTO: Makefile gnu/usr.bin/clang/libLLVMMC: Makefile gnu/usr.bin/clang/libLLVMMCParser: Makefile gnu/usr.bin/clang/libLLVMMipsCodeGen: Makefile gnu/usr.bin/clang/libLLVMObject: Makefile gnu/usr.bin/clang/libLLVMPasses: Makefile gnu/usr.bin/clang/libLLVMPowerPCCodeGen: Makefile gnu/usr.bin/clang/libLLVMProfileData: Makefile gnu/usr.bin/clang/libLLVMRISCVCodeGen: Makefile gnu/usr.bin/clang/libLLVMRISCVDesc: Makefile gnu/usr.bin/clang/libLLVMScalarOpts: Makefile gnu/usr.bin/clang/libLLVMSupport: Makefile Makefile.shared gnu/usr.bin/clang/libLLVMSymbolize: Makefile gnu/usr.bin/clang/libLLVMTableGen: Makefile gnu/usr.bin/clang/libLLVMTransformUtils: Makefile gnu/usr.bin/clang/libLLVMVectorize: Makefile gnu/usr.bin/clang/libLLVMX86CodeGen: Makefile gnu/usr.bin/clang/libLLVMX86Desc: Makefile gnu/usr.bin/clang/libLLVMipo: Makefile gnu/usr.bin/clang/libclangAST: Makefile gnu/usr.bin/clang/libclangAnalysis: Makefile gnu/usr.bin/clang/libclangBasic: Makefile gnu/usr.bin/clang/libclangBasicTargets: Makefile gnu/usr.bin/clang/libclangCodeGen: Makefile gnu/usr.bin/clang/libclangDriver: Makefile gnu/usr.bin/clang/libclangFrontend: Makefile gnu/usr.bin/clang/libclangLex: Makefile gnu/usr.bin/clang/libclangParse: Makefile gnu/usr.bin/clang/libclangSema: Makefile gnu/usr.bin/clang/liblldCommon: Makefile gnu/usr.bin/clang/liblldELF: Makefile gnu/usr.bin/clang/liblldbABI: Makefile gnu/usr.bin/clang/liblldbAPI: Makefile gnu/usr.bin/clang/liblldbCommands: Makefile gnu/usr.bin/clang/liblldbCore: Makefile gnu/usr.bin/clang/liblldbExpression: Makefile gnu/usr.bin/clang/liblldbHostCommon: Makefile gnu/usr.bin/clang/liblldbHostPOSIX: Makefile gnu/usr.bin/clang/liblldbInterpreter: Makefile gnu/usr.bin/clang/liblldbPluginExpressionParser: Makefile gnu/usr.bin/clang/liblldbPluginLanguage: Makefile gnu/usr.bin/clang/liblldbPluginObjectFile: Makefile gnu/usr.bin/clang/liblldbPluginPlatform: Makefile gnu/usr.bin/clang/liblldbPluginProcess: Makefile gnu/usr.bin/clang/liblldbPluginScriptInterpreter: Makefile gnu/usr.bin/clang/liblldbPluginSymbolFile: Makefile gnu/usr.bin/clang/liblldbPluginSymbolVendor: Makefile gnu/usr.bin/clang/liblldbSymbol: Makefile gnu/usr.bin/clang/liblldbTarget: Makefile gnu/usr.bin/clang/liblldbUtility: Makefile gnu/usr.bin/clang/lld: Makefile gnu/usr.bin/clang/lldb: Makefile gnu/usr.bin/clang/lldb-server: Makefile gnu/usr.bin/clang/llvm-ar: Makefile ar.1 ranlib.1 gnu/usr.bin/clang/llvm-config: BuildVariables.inc.def ExtensionDependencies.inc LibraryDependencies.inc.AArch64 LibraryDependencies.inc.ARM LibraryDependencies.inc.Mips LibraryDependencies.inc.PowerPC LibraryDependencies.inc.RISCV LibraryDependencies.inc.Sparc LibraryDependencies.inc.X86 Makefile llvm-config.1 gnu/usr.bin/clang/llvm-cov: llvm-cov.1 gnu/usr.bin/clang/llvm-objcopy: Makefile strip.1 gnu/usr.bin/clang/llvm-objdump: Makefile llvm-objdump.1 gnu/usr.bin/clang/llvm-profdata: Makefile llvm-profdata.1 gnu/usr.bin/clang/llvm-readobj: Makefile llvm-readelf.1 llvm-readobj.1 gnu/usr.bin/clang/llvm-tblgen: Makefile Added files: gnu/usr.bin/clang/include/lldb/Version: Version.inc gnu/usr.bin/clang/include/llvm/Config: TargetMCAs.def gnu/usr.bin/clang/include/llvm/ExecutionEngine/JITLink: Makefile gnu/usr.bin/clang/include/llvm/TargetParser: Makefile gnu/usr.bin/clang/libLLVMDebuginfod: Makefile gnu/usr.bin/clang/libLLVMFrontendHLSL: Makefile gnu/usr.bin/clang/libLLVMIRPrinter: Makefile gnu/usr.bin/clang/libLLVMObjCopy: Makefile gnu/usr.bin/clang/libLLVMTargetParser: Makefile gnu/usr.bin/clang/libLLVMWindowsDriver: Makefile gnu/usr.bin/clang/libclangASTMatchers: Makefile gnu/usr.bin/clang/libclangExtractAPI: Makefile gnu/usr.bin/clang/libclangIndex: Makefile gnu/usr.bin/clang/libclangSupport: Makefile Log message: update build infrastructure for llvm-16.0.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 11:37:52 Modified files: sysutils/flatpak: Makefile Log message: Add a few commented out entries: xdg-desktop-portal-hyprland # needs wayland xdg-desktop-portal-kde # x11/kde-plasma/xdg-desktop-portal-kde xdg-desktop-portal-luminous # needs wayland xdg-desktop-portal-lxqt # requires libfm-qt>=1.4.0 xdg-desktop-portal-wlr # needs wayland CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/11 11:47:02 Modified files: sys/arch/amd64/include: atomic.h Log message: Fix variable name in comment Mostly a dummy commit so that the last llvm commit ends up in the git export. (No idea whether it's actually/still needed but it can't hurt.) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 12:03:52 Log message: Import xdg-dbus-proxy-0.1.5 xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally part of the flatpak project, but it has been broken out as a standalone module to facilitate using it in other contexts. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231111 N ports/sysutils/flatpak/xdg-dbus-proxy/Makefile N ports/sysutils/flatpak/xdg-dbus-proxy/distinfo N ports/sysutils/flatpak/xdg-dbus-proxy/pkg/DESCR N ports/sysutils/flatpak/xdg-dbus-proxy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 12:04:17 Modified files: sysutils/flatpak: Makefile Log message: +xdg-dbus-proxy CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2023/11/11 12:07:11 Modified files: . : want.html Log message: a nanopi r6c woudl be useful for rk3588 development CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 13:21:40 Modified files: telephony/asterisk/20/patches: patch-apps_app_voicemail_c patch-configure_ac patch-res_res_rtp_asterisk_c Log message: sync patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 13:21:50 Modified files: telephony/asterisk/18/patches: patch-apps_app_voicemail_c patch-configure_ac patch-res_res_rtp_asterisk_c Log message: sync patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/11 13:33:55 Modified files: telephony/asterisk: Makefile.inc telephony/asterisk/16: Makefile telephony/asterisk/16/pkg: PLIST-main telephony/asterisk/18: Makefile telephony/asterisk/18/pkg: PLIST-main telephony/asterisk/20: Makefile telephony/asterisk/20/pkg: PLIST-main Added files: telephony/asterisk/16/pkg: DESCR-fax PLIST-fax telephony/asterisk/18/pkg: DESCR-fax PLIST-fax telephony/asterisk/20/pkg: DESCR-fax PLIST-fax Log message: move asterisk's fax support (back) to a subpackage, removing the dep on spandsp away from the main thing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/11 14:42:36 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-8.3.0. CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/11 15:06:47 Modified files: devel/cabal : cabal.port.mk Log message: Suppress colored output from GHC much easier to review in logs OK kn CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/11 21:07:08 Modified files: devel/log4cplus: Makefile Log message: lib/log4cplus: SHARED_LIBS were bumped but REVISION wasn't. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/11 23:07:27 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.66.1 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/11 23:08:08 Modified files: www/vaultwarden-web: Makefile distinfo www/vaultwarden-web/pkg: PLIST Log message: Update to vaultwarden-web-2023.10.0 Changes: https://github.com/dani-garcia/bw_web_builds/releases/tag/v2023.10.0 OK aisha@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/11 23:08:41 Modified files: security/vaultwarden: Makefile crates.inc distinfo Log message: Update to vaultwarden-1.30.0 Changes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.0 OK aisha@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/12 00:07:21 Modified files: x11/qt5 : Makefile.inc Makefile.version qt5.port.mk x11/qt5/qtbase : Makefile distinfo x11/qt5/qtbase/patches: patch-src_network_ssl_qsslcontext_openssl_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_p_h x11/qt5/qtbase/pkg: PLIST-main x11/qt5/qtconnectivity: Makefile distinfo x11/qt5/qtdeclarative: Makefile distinfo x11/qt5/qtdeclarative/pkg: PLIST-main x11/qt5/qtimageformats: Makefile distinfo x11/qt5/qtlocation: Makefile distinfo x11/qt5/qtlocation/pkg: PLIST-main x11/qt5/qtmultimedia: Makefile distinfo x11/qt5/qtquickcontrols2: Makefile distinfo x11/qt5/qtspeech: Makefile distinfo x11/qt5/qtsvg : Makefile distinfo x11/qt5/qttools: Makefile distinfo x11/qt5/qttranslations: Makefile x11/qt5/qtwayland: Makefile distinfo x11/qt5/qtwebchannel: Makefile distinfo x11/qt5/qtwebengine: Makefile x11/qt5/qtwebengine/pkg: PLIST x11/qt5/qtwebsockets: Makefile distinfo meta/qt5 : Makefile Removed files: x11/qt5/qtbase/patches: patch-src_gui_configure_json patch-src_platformsupport_eglconvenience_qt_egl_p_h patch-src_platformsupport_input_xkbcommon_qxkbcommon_cpp x11/qt5/qtlocation/patches: patch-src_3rdparty_mapbox-gl-native_include_mbgl_util_unique_any_hpp patch-src_3rdparty_mapbox-gl-native_platform_default_thread_cpp Log message: Introduce KDE Qt5 Patch Collection KDE provides security fixes, crash fixes, and other functional defects atop the Qt5 code-base, in particular Qt 5.15 LTS. KDE_COMMIT is the invent.kde.org and KDE_VERSION is the number of patches committed from KDE. This versions pattern uses FreeBSD and ArchLinux nd probably more. I set KDE_VERSION as pl, for example: qtbase-5.15.11pl138. Port changes: - Upstream Qt project ships which a "includes" directory in the tarball. Qt*/KDE repository does not contain the include directory. We have to run syncqt.pl so I added QT5_GEN_INCLUDES. - Looks like mapbox-gl-native is an Qt upstream tarball thing. It's not present in the source code. A lot has changed here. But only on the plugin side. - I went through all shared libs and adjusted them. - Some cosmetic corrections. Survived a amd64 bulk build by tb@, meta tweaks by sthen@, thanks CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 02:04:35 Modified files: geo/geos : Makefile distinfo Log message: geo/geos: update to 3.12.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 02:11:25 Modified files: multimedia/pipewire/wireplumber: Makefile Log message: Missing BDEP on textproc/py-lxml. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 02:18:10 Modified files: sysutils/flatpak/xdg-dbus-proxy: Makefile Log message: Missing BDEP on textproc/libxslt. reported by tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 02:19:06 Modified files: meta/gnome : Makefile Log message: Missing sysutils. reported by tb@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/12 02:21:36 Modified files: share/man/man4 : wscons.4 Log message: the ws in wscons is short for workstation CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 02:21:52 Modified files: multimedia/pipewire/wireplumber: Makefile multimedia/pipewire/wireplumber/pkg: DESCR Log message: Fix DESCR. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 02:36:35 Modified files: devel/appstream: Makefile devel/appstream/patches: patch-src_as-system-info_c Log message: Simplify patch. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 02:59:30 Modified files: sysutils/beats : Makefile sysutils/beats/hwsensorsbeat: Makefile Log message: have sqlports see hwsensorsbeat CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:08:03 Modified files: sysutils/flatpak/xdg-desktop-portal-xapp: Makefile Log message: Missing BDEP on sysutils/flatpak/xdg-desktop-portal. reported by tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:16:11 Modified files: devel/appstream: Makefile distinfo devel/appstream/patches: patch-src_as-system-info_c devel/appstream/pkg: DESCR-main PLIST-main Added files: devel/appstream/pkg: DESCR-qt6 PLIST-qt6 Removed files: devel/appstream/patches: patch-compose_asc-globals_c devel/appstream/pkg: DESCR-qt5 PLIST-qt5 Log message: Update to appstream-1.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:16:52 Added files: x11/gnome/libadwaita/patches: patch-src_adw-about-window_c Log message: Fix build with new appstream. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 03:31:36 Modified files: mail/thunderbird-i18n: Makefile Makefile.inc distinfo Removed files: mail/thunderbird-i18n/bn-BD: Makefile mail/thunderbird-i18n/ta-LK: Makefile Log message: mail/thunderbird-i18n: relink pa-IN langpack, resurrected upstream while here drop bn-BD and ta-LK, found by espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:36:26 Modified files: graphics/jpeg : Makefile distinfo graphics/jpeg/patches: patch-CMakeLists_txt graphics/jpeg/pkg: PLIST Log message: Update to jpeg-3.0.1. Survived a bulk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:36:49 Added files: graphics/GraphicsMagick/patches: patch-coders_jpeg_c Log message: Fix build with recent jpeg(-turbo). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:39:15 Log message: Import rapidjson-1.1.0.20230928 RapidJSON is a JSON parser and generator for C++. It was inspired by RapidXml. <...> ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20231112 N ports/textproc/rapidjson/Makefile N ports/textproc/rapidjson/distinfo N ports/textproc/rapidjson/pkg/DESCR N ports/textproc/rapidjson/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 03:39:43 Modified files: textproc : Makefile Log message: +rapidjson CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 03:41:50 Modified files: graphics : Makefile graphics/fcft : Makefile Log message: start tagging UNLINKED=wayland on wayland ports so they appear in sqlports, as discussed with matthieu@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 03:44:03 Modified files: sysutils : Makefile sysutils/seatd : Makefile Log message: UNLINKED=wayland CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 03:46:11 Modified files: wayland : Makefile wayland/foot : Makefile wayland/libevdev-openbsd: Makefile wayland/libinput-openbsd: Makefile wayland/sway : Makefile wayland/wev : Makefile wayland/wlroots: Makefile wayland/xwayland: Makefile Log message: UNLINKED=wayland CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 03:49:27 Modified files: lib/libcrypto : Makefile Symbols.list Added files: lib/libcrypto/arch/amd64: Symbols.list lib/libcrypto/arch/i386: Symbols.list Log message: split the Symbols.list up so that arch specific symbols do not end up everywhere ok tb@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 03:54:12 Modified files: x11 : Makefile x11/libindicator: Makefile x11/libappindicator: Makefile Log message: libindicator/libappindicator may be properly added "any time now" in the meantime, UNLINKED = indicator CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/12 04:01:04 Modified files: devel/py-tabulate/pkg: PLIST Log message: oops, forgot to regen plist after changing to MODPY_PYBUILD reported by tb@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/12 04:19:39 Log message: Import gallery-dl 1.26.2 from grodzio1 $ cat pkg/DESCR gallery-dl is a command-line program for downloading image galleries and collections from several image hosting sites. It is a cross-platform tool with many configuration options and powerful filenaming capabilities. MAINTAINER: grodzio1 With help from sdk, sthen OK sdk@ bentley@ Status: Vendor Tag: sdk Release Tags: sdk_20231112 N ports/www/gallery-dl/Makefile N ports/www/gallery-dl/distinfo N ports/www/gallery-dl/pkg/DESCR N ports/www/gallery-dl/pkg/PLIST N ports/www/gallery-dl/pkg/README N ports/www/gallery-dl/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 04:20:04 Modified files: x11/gnome/builder: Makefile x11/gnome/builder/patches: patch-src_libide_io_ide-path_c Log message: Stop cargo culting wordexp(3) patches; juke nuke it. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/12 04:20:33 Modified files: www : Makefile Log message: Add dir for gallery-dl CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 04:27:28 Modified files: astro/celestia : Makefile astro/celestia/patches: patch-src_celutil_unixdirectory_cpp Log message: Stop cargo culting patches for wordexp(3); just nuke it. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 04:33:05 Modified files: www/firefox-i18n: Makefile.inc distinfo Removed files: www/firefox-i18n/ku: Makefile www/firefox-i18n/zu: Makefile Log message: www/firefox-i18n: relink be langpack, drop ku & zu (already unlinked) reported by espie@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 04:33:56 Modified files: www/seamonkey-i18n: Makefile Makefile.inc distinfo Removed files: www/seamonkey-i18n/be: Makefile www/seamonkey-i18n/ca: Makefile www/seamonkey-i18n/gl: Makefile www/seamonkey-i18n/tr: Makefile www/seamonkey-i18n/uk: Makefile Log message: www/seamonkey-i18n: relink fi langpack, drop be/ca/gl/tr/uk (already unlinked) reported by espie@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 04:36:22 Removed files: www/firefox-esr-i18n/ak: Makefile www/firefox-esr-i18n/csb: Makefile www/firefox-esr-i18n/nso: Makefile www/firefox-esr-i18n/pkg: Makefile www/firefox-esr-i18n/zu: Makefile Log message: www/firefox-esr-i18n: drop unlinked langpacks ak/csb/nso/zu (and drop wrong Makefile while here, 'pkg' was never a langpack) reported by espie@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 04:43:04 Modified files: gnu/llvm/lld/ELF: Driver.cpp Log message: flip the ignoreFunctionAddressEquality flag; lost in merging changes from llvm-13 CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/12 04:52:51 Log message: Import wayland/grim a command-line utility to grab images from wayland. ok landry@ Status: Vendor Tag: matthieu Release Tags: matthieu_20231112 N ports/wayland/grim/distinfo N ports/wayland/grim/Makefile N ports/wayland/grim/patches/patch-meson_build N ports/wayland/grim/patches/patch-main_c N ports/wayland/grim/pkg/PLIST N ports/wayland/grim/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/12 04:54:11 Log message: Import slurp a tool to select a region in a Wayland compositor. ok landry@ Status: Vendor Tag: matthieu Release Tags: matthieu_20231112 N ports/wayland/slurp/distinfo N ports/wayland/slurp/Makefile N ports/wayland/slurp/patches/patch-meson_build N ports/wayland/slurp/pkg/PLIST N ports/wayland/slurp/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/12 04:57:08 Modified files: wayland/slurp : Makefile Log message: mark slurp as unlinked. it requires libinput-openbsd CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/12 04:58:17 Modified files: wayland : Makefile Log message: +grim, +slurp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 04:58:31 Modified files: devel/indi : Makefile devel/indi/patches: patch-drivers_dome_scopedome_dome_cpp patch-libs_indibase_indidome_cpp patch-libs_indibase_inditelescope_cpp Log message: Simplify wordexp(3) patches. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 05:05:50 Modified files: databases/sqlports/files: TreeWalker.pm Log message: beautify CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/12 05:38:46 Modified files: devel/sccache : Makefile Log message: devel/sccache: add NOT_FOR_ARCHS because of rust-ring Pointed out by and OK tb@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2023/11/12 05:41:43 Modified files: sys/dev/fdt : fanpwr.c Log message: Add support for the Rockchip RK8602 and RK8603 voltage regulators. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 05:55:08 Modified files: infrastructure/mk: pkgpath.mk Log message: show the fullsubdir with flavors and multi in case the directory doesn't exist. Allow (parent) to show up in case of flavored missing dependencies! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 06:23:51 Modified files: multimedia/pipewire: Makefile.inc multimedia/pipewire/helvum: Makefile multimedia/pipewire/pipewire: Makefile multimedia/pipewire/wireplumber: Makefile Log message: Merge audio CATEGORIES into Makefile.inc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 06:42:28 Modified files: x11/wxWidgets : Makefile distinfo x11/wxWidgets/patches: patch-Makefile_in Added files: x11/wxWidgets/patches: patch-src_unix_glegl_cpp Log message: Update to wxWidgets-gtk3-3.2.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 06:52:17 Modified files: devel/libpeas2 : Makefile Log message: Missing BDEP on vala. thanks naddy@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/12 07:03:31 Modified files: games/stone-soup: Makefile distinfo games/stone-soup/patches: patch-source_Makefile patch-source_rltiles_Makefile games/stone-soup/pkg: PFRAG.no-no_x11 PLIST Added files: games/stone-soup/patches: patch-source_xdg-data_org_develz_Crawl_tiles_desktop Removed files: games/stone-soup/patches: patch-source_debian_crawl-tiles_desktop Log message: update to stone soup 0.30.1. From Stefan Moran Stefan Moran ( ssm AT howdoesmycode ! work ) who also takes MAINTAINER - thanks! CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/12 07:06:37 Modified files: fonts/juliamono: Makefile distinfo Log message: update to juliamono 0.051, ok Laurence Tratt (maintainer) CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 07:25:40 Modified files: gnu/usr.bin/clang/include/llvm/Config: Makefile Removed files: gnu/usr.bin/clang/include/llvm/Config: TargetMCAs.def Log message: TargetMCAs.def is required to be installed in the llvm include dir so instead of shipping the file internally, let's generate it and install it with the rest of the headers; unbreaks xenocara build CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/12 07:32:46 Modified files: sysutils/beats : Makefile Log message: remove it until jasper can tell me how this should actually be handled CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 07:41:41 Modified files: etc/etc.amd64 : login.conf etc/etc.arm64 : login.conf Log message: bump datasize to 1536M for the default login class to allow the build user to generate the AMDGPU includes in llvm-16 discussed with deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/12 07:46:01 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm sysutils/beats : Makefile Removed files: sysutils/beats/hwsensorsbeat: Makefile distinfo sysutils/beats/hwsensorsbeat/patches: patch-beater_hwsensorsbeat_go sysutils/beats/hwsensorsbeat/pkg: DESCR PLIST hwsensorsbeat.rc Log message: just remove hwsensorsbeat. unmaintained upstream and in fact i forgot i even wrote this ok espie@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/12 08:02:45 Modified files: x11/kde-plasma : Makefile x11/kde-plasma/kactivitymanagerd: Makefile x11/kde-plasma/kde-cli-tools: Makefile x11/kde-plasma/kde-gtk-config: Makefile x11/kde-plasma/kdeplasma-addons: Makefile x11/kde-plasma/kgamma5: Makefile x11/kde-plasma/khotkeys: Makefile x11/kde-plasma/kinfocenter: Makefile x11/kde-plasma/kmenuedit: Makefile x11/kde-plasma/kscreen: Makefile x11/kde-plasma/kscreenlocker: Makefile x11/kde-plasma/ksshaskpass: Makefile x11/kde-plasma/ksysguard: Makefile x11/kde-plasma/ksystemstats: Makefile x11/kde-plasma/kwayland-integration: Makefile x11/kde-plasma/kwin: Makefile x11/kde-plasma/kwrited: Makefile x11/kde-plasma/layer-shell-qt: Makefile x11/kde-plasma/libkscreen: Makefile x11/kde-plasma/libksysguard: Makefile x11/kde-plasma/milou: Makefile x11/kde-plasma/oxygen-sounds: Makefile x11/kde-plasma/plasma-desktop: Makefile x11/kde-plasma/plasma-nano: Makefile x11/kde-plasma/plasma-pa: Makefile x11/kde-plasma/plasma-sdk: Makefile x11/kde-plasma/plasma-workspace: Makefile x11/kde-plasma/plasma-workspace-wallpapers: Makefile x11/kde-plasma/polkit-kde-agent-1: Makefile x11/kde-plasma/qqc2-breeze-style: Makefile x11/kde-plasma/systemsettings: Makefile x11/kde-plasma/xdg-desktop-portal-kde: Makefile Log message: Set UNLINKED = kde-plasma Noticed by espie@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/12 08:18:04 Modified files: sbin/pflogd : pflogd.c Log message: fix the signal numbers passed to siginterrupt. from dhill@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/12 08:38:05 Modified files: devel/shellcheck: Makefile distinfo Log message: Update shelcheck to a ghc-9.6 compatible version from git I asked for a formal release, but it would be good to be ready should we choose to move with 9.6 sooner. OK caspar@ cluebat by semarie@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/12 08:42:05 Modified files: sys/net : route.c Log message: rt_setgate performs a series of tweaks to an rtable and the routes in the rtable which should be serialised to ensure they're consistent. unfortunately, rt_setgate is called from the network stack while it's only holding shared NET_LOCK. this uses the [X] protections as described in route.h to serialise the changes, and reworks the code to try and keep enough stuff linked up properly during the changes that it will still work if another cpu is still using the rtentry structs while they still have shared net lock. tested by and ok bluhm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/12 08:42:54 Modified files: sys/net : route.h Log message: rt_gateway and rt_gwroute use X protections now. pointed out by bluhm@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 09:03:41 Modified files: usr.sbin/snmpd : application.h application_internal.c parse.y Log message: Move snmpd.conf's oid keyword into application_internal.c. These objects get registered under their own backend name, so that they can't overlap with the internal regions. This removes the last consumer of mps.c OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 09:07:34 Modified files: usr.sbin/snmpd : Makefile application.c application.h snmpd.h Removed files: usr.sbin/snmpd : application_legacy.c mps.c Log message: Now that the last consumer of mps.c is gone, remove it and its application_legacy.c companion. OK tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/12 09:10:46 Modified files: sys/net : rtsock.c Log message: Do not modify route info sockaddr in rtm_xaddrs(). The rti_info array is used to describe routes that should be found by lookup. Modifying the addreses in it is not a good idea. There were places where rtm_xaddrs() tried to fix the address family instead of validating it. Replace the modification with a check and error out with EAFNOSUPPORT on failure. Route labels always have AF_UNSPEC and the other types are not used anyway. OK kn@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 09:14:08 Modified files: multimedia/pipewire/pipewire: Makefile Added files: multimedia/pipewire/pipewire/pkg: DESCR-libs DESCR-main PLIST-libs PLIST-main Removed files: multimedia/pipewire/pipewire/pkg: DESCR PLIST Log message: Split into -main and -libs so that -main can depend on wireplumber. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/12 09:14:21 Modified files: security/libgsasl: Makefile distinfo Removed files: security/libgsasl/patches: patch-configure Log message: update to libgsasl 1.10.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 09:14:25 Modified files: multimedia/pipewire/helvum: Makefile multimedia/pipewire/wireplumber: Makefile sysutils/flatpak/xdg-desktop-portal: Makefile x11/gnome/shell: Makefile Log message: Adapt after pipewire split. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/12 09:33:23 Modified files: gnu/llvm/clang/lib/Driver/ToolChains: Clang.cpp Log message: Fix parsing of branch target protection options on arm64 to enable BTI and PAC again by default on OpenBSD. ok robert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/12 09:37:28 Modified files: sys/arch/armv7/include: vmparam.h Log message: Bump MAXDSIZ to 2G on armv7. Needed for llvm-16. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 09:53:52 Modified files: multimedia/pipewire/pipewire: Makefile multimedia/pipewire/pipewire/pkg: PLIST-main Log message: Install some more sample subdirectories. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:09:41 Modified files: distrib/sets/lists/base: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.powerpc64 md.riscv64 md.sparc64 Log message: sync (libLLVM bump) CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:10:17 Modified files: distrib/sets/lists/comp: clang.amd64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/12 10:17:17 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-clang_lib_Driver_ToolChains_Clang_cpp Log message: Fix parsing of branch target protection options on arm64 to enable BTI and PAC again by default on OpenBSD. ok robert@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:22:43 Modified files: distrib/sets/lists/comp: clang.amd64 Log message: +/usr/include/llvm/Config/TargetMCAs.def CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:25:08 Modified files: distrib/sets/lists/comp: clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.riscv64 clang.sparc64 Log message: Mechanical lib/clang/13.0.0/include -> lib/clang/16/include The actual headers list still needs to be fixed on !(amd64) CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:29:04 Modified files: gnu/lib/libclang_rt/profile: Makefile gnu/lib/libclang_rt/ubsan_minimal: Makefile Log message: Fix install path, reminded by otto@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 10:30:28 Modified files: multimedia/pipewire/pipewire: Makefile multimedia/pipewire/pipewire/patches: patch-src_modules_module-netjack2_peer_c multimedia/pipewire/pipewire/pkg: PLIST-main Added files: multimedia/pipewire/pipewire/pkg: DESCR-gst PLIST-gst Log message: Tweak patch. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 10:38:24 Modified files: distrib/sets/lists/comp: clang.amd64 clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.riscv64 clang.sparc64 Log message: sync path to libclang_rt*.a CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 10:44:56 Modified files: x11/gtk+4 : Makefile Log message: Tweak TEST_DEPENDS. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/12 10:51:41 Modified files: sys/net : if_dl.h route.c route.h rtable.c rtable.h rtsock.c Log message: Use constant sockaddr in route lookup. In rtalloc() and rtalloc_mpath() declare the parameter dst as const sockaddr. This makes MP safe route lookup easier as the destination address is definitely not modified during the operation. Array rti_info, the central data structure with addresses for route matching, contains constant sockaddr now. OK mvs@ dlg@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/12 10:52:59 Modified files: games/dsda-doom: Makefile Log message: disable picking up audio/dumb, a hidden dependency found and reported by tb@. Enabling it by default would come with the headaches of managing bumping a statically linked library, as audio/dumb doesn't have a .so.M.m shared library. Therefore disable it at this point. ok tb@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/12 10:58:31 Modified files: games/mvdsv : Makefile distinfo games/mvdsv/patches: patch-src_server_h Removed files: games/mvdsv/patches: patch-CMakeLists_txt Log message: update to mvdsv 0.36, by maintainer Tom Murphy. Tested with brief playsession CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 11:02:58 Modified files: multimedia/pipewire/pipewire: Makefile multimedia/pipewire/pipewire/patches: patch-src_modules_module-netjack2_peer_c multimedia/pipewire/pipewire/pkg: PLIST-main x11/gtk+4 : Makefile Removed files: multimedia/pipewire/pipewire/pkg: DESCR-gst PLIST-gst Log message: Revert previous. Something wasn't quite right. This is what you get when working with multiple trees... CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/12 11:09:22 Modified files: editors/emacs : Makefile Added files: editors/emacs/patches: patch-src_dispnew_c Log message: unsetenv the DISPLAY variable in the no_x11 flavor so that xdg-open will not open URLs in a GUI browser CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/11/12 11:53:22 Modified files: usr.sbin/rdate : ntp.c rdate.8 Log message: Bump NTP era if the offset we receive is small, in a similar manner as ntpd. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 12:14:27 Modified files: sysutils/toad : Makefile distinfo Log message: Update to toad-1.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 12:22:32 Modified files: misc/shared-mime-info: Makefile distinfo misc/shared-mime-info/patches: patch-data_freedesktop_org_xml_in patch-src_update-mime-database_cpp Log message: Update to shared-mime-info-2.4. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 12:30:04 Modified files: gnu/llvm/lld/ELF: Driver.cpp Log message: revert https://reviews.llvm.org/D135402 for now to shut lld up until we fix all the symbol lists CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/12 12:47:18 Modified files: editors/emacs : Makefile Removed files: editors/emacs/patches: patch-src_dispnew_c Log message: Revert previous, such changes should be discussed with the port maintainer Also I depend on this very feature. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 12:58:15 Modified files: usr.sbin/snmpd : trap.c Log message: No reason to call (error-prone) smi_scalar_oidlen when we include the scalar .0 ourselves. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 12:59:56 Modified files: usr.sbin/snmpd : snmpe.c Log message: Printing all known objects inside smi when build with -DDEBUG has no benefit. Remove it and the last consumer of smi_foreach(). OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:02:05 Modified files: usr.sbin/snmpd : trap.c Log message: No need to use struct oid to compare two struct ber_oids. Just call ober_oid_cmp() directly. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:04:35 Modified files: usr.sbin/snmpd : parse.y smi.c snmpd.h Log message: Now that smi.c is basically an oid/name translator, let smi_insert() create the struct oid and let parse.y supply the arguments. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:06:53 Modified files: usr.sbin/snmpd : snmpd.h Log message: Let MIBDECL() make use of OID(). This gives use bo_n for free and we won't have to rely on error-prone smi_oidlen. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:07:48 Modified files: usr.sbin/snmpd : smi.c Log message: Now that MIBDECL() fills in bo_n, no need to call smi_oidlen() anymore. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:10:13 Modified files: usr.sbin/snmpd : smi.c Log message: Now that smi_oid_cmp() is only used by the oidtree RB-tree, and nothing fancy is using it, we can simply rely on ober_oid_cmp(). OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:12:01 Modified files: usr.sbin/snmpd : smi.c snmpd.h Log message: Remove a bunch of unused smi_ functions and move a couple of definitions out of snmpd.h, which aren't used outside of smi.c OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/12 13:14:39 Modified files: usr.sbin/snmpd : smi.c snmpd.h Log message: Move struct oid from snmpd.h into smi.c and trim a lot of the now unused fat. This includes all the o_flags member related defines. if it compiles ship it/OK tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 13:15:48 Modified files: x11/obmenu : Makefile distinfo x11/obmenu/pkg : PLIST Added files: x11/obmenu/patches: patch-setup_py Removed files: x11/obmenu/patches: patch-obmenu patch-obmenu_glade patch-pipes_obm-nav Log message: x11/obmenu: switch from the dead pygtk2 to the new py3/gobject-introspection/gtk4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/12 13:23:03 Modified files: www/nextcloud_notify_push: Makefile crates.inc distinfo Log message: www/nextcloud_notify_push: update to 0.6.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 13:29:32 Modified files: x11/ruby-dbus : Makefile distinfo x11/ruby-dbus/pkg: PLIST Log message: Update to ruby32-dbus-0.23.1. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/12 13:46:35 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/jailkit: Makefile distinfo security/jailkit/patches: patch-Makefile_in patch-ini_jk_init_ini patch-man_Makefile_in patch-man_jailkit_8 patch-man_jk_check_8 patch-man_jk_chrootlaunch_8 patch-man_jk_chrootsh_8 patch-man_jk_cp_8 patch-man_jk_init_8 patch-man_jk_jailuser_8 patch-man_jk_lsh_8 patch-man_jk_socketd_8 patch-man_jk_uchroot_8 patch-man_jk_update_8 patch-py_jk_lib_py patch-src_jk_procmailwrapper_c security/jailkit/pkg: DESCR MESSAGE PLIST Log message: remove security/jailkit; OK aisha gnezdo jca jasper Old outdated unmaintained Python 2 setuid/chroot/etc. wrapper scripts... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 13:54:31 Modified files: x11/icewm : Makefile distinfo x11/icewm/patches: patch-man_icewm-preferences_pod patch-src_default_h Log message: Update to icewm-3.4.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 13:56:04 Modified files: x11/greybird : Makefile distinfo Log message: Update to greybird-3.23.3. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/12 14:01:46 Modified files: sysutils/salt : Makefile distinfo Log message: update to 3006.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 14:02:12 Modified files: productivity/workrave: Makefile distinfo productivity/workrave/patches: patch-configure Log message: Update to workrave-1.10.52. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/12 14:06:05 Modified files: x11/mate/libmateweather: Makefile distinfo x11/mate/libmateweather/pkg: PLIST Log message: update to 1.26.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 14:12:18 Modified files: audio/py-audio : Makefile distinfo Removed files: audio/py-audio/patches: patch-pyproject_toml Log message: Update to py3-audio-0.2.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 14:14:38 Modified files: inputmethods/ibus: Makefile distinfo inputmethods/ibus/pkg: PLIST-main Log message: Update to ibus-1.5.29rc2. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/12 14:17:48 Modified files: gnu/usr.bin/clang/llvm-config: Makefile Log message: append ExtensionDependencies.inc to CLEANFILES only if .OBJDIR != .CURDIR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 14:19:05 Modified files: devel/appstream: Makefile Log message: Missing BDEP on textproc/gi-docgen. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/12 14:23:15 Modified files: x11/mate/caja : Makefile distinfo x11/mate/caja/pkg: PLIST Log message: update to 1.26.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 15:06:32 Modified files: devel/liblouis : Makefile distinfo devel/liblouis/pkg: PLIST Log message: Update to liblouis-3.27.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 15:13:37 Modified files: x11/xchm : Makefile distinfo Log message: Update to xchm-1.36. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/12 15:17:06 Modified files: graphics/tesseract/tesseract: Makefile distinfo Log message: Update to tesseract-5.3.3. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 16:15:56 Modified files: etc/etc.riscv64: login.conf Log message: Also bump the default limit on riscv64 Reported by jsing@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/12 16:19:15 Modified files: sys/netinet : in_pcb.c in_pcb.h Log message: Declare global variable zeroin46_addr as const. OK mvs@ jca@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/12 16:50:57 Modified files: etc/etc.sparc64: login.conf Log message: Bump datasize for the default login class, needed to build clang-16 CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/11/12 22:58:04 Modified files: editors/scintilla: Makefile distinfo Log message: editors/scintilla: update to 5.3.8 ok landry@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/11/12 22:59:50 Modified files: editors/scite : Makefile distinfo editors/scite/pkg: PLIST Log message: editors/scite: update to 5.3.9 ok landry@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/13 00:33:55 Modified files: sysutils/bat : Makefile crates.inc distinfo Removed files: sysutils/bat/patches: patch-modcargo-crates_libgit2-sys-0_14_2+1_5_1_build_rs Log message: Update bat to 0.24.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/13 02:09:17 Modified files: emulators/retroarch: Makefile Log message: emulators/retroarch: make sure libudev isnt picked up if present CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/13 02:18:19 Modified files: usr.bin/ssh : sftp-client.c Log message: Make sure sftp_get_limits() only returns 0 if 'limits' was initialized. This fixes a potential uninitialized use of 'limits' in sftp_init() if sftp_get_limits() returned early because of an unexpected message type. ok djm@ CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/13 02:28:28 Modified files: wayland/foot : Makefile Log message: foot build depends on the libinput header. no pkg change. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:30:21 Modified files: net/unifi : Makefile net/unifi/snappy-java: Makefile Log message: UNLINKED bootstrap CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:34:24 ports/lang/ghc-8.10.7/pkg Update of /cvs/ports/lang/ghc-8.10.7/pkg In directory cvs.openbsd.org:/tmp/cvs-serv59442/pkg Log Message: Directory /cvs/ports/lang/ghc-8.10.7/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:35:02 Modified files: lang/ghc-8.10.7: Makefile Added files: lang/ghc-8.10.7/pkg: DESCR Log message: give an actual DESCR for what's going on, even though there's never going to be a package CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/13 02:35:34 ports/sysutils/libudev-openbsd/patches Update of /cvs/ports/sysutils/libudev-openbsd/patches In directory cvs.openbsd.org:/tmp/cvs-serv85887/patches Log Message: Directory /cvs/ports/sysutils/libudev-openbsd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/13 02:36:32 Modified files: sysutils/libudev-openbsd: Makefile Added files: sysutils/libudev-openbsd/patches: patch-udev-monitor_c Log message: Cancel the udev monitor thread on exit. ok landry@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:36:54 ports/net/unifi/snappy-java/pkg Update of /cvs/ports/net/unifi/snappy-java/pkg In directory cvs.openbsd.org:/tmp/cvs-serv62862/pkg Log Message: Directory /cvs/ports/net/unifi/snappy-java/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:37:53 Modified files: net/unifi/snappy-java: Makefile Added files: net/unifi/snappy-java/pkg: DESCR Log message: some amount of normalcy, have a DESCR that explains what's going on CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:40:49 Modified files: converters : Makefile converters/k2pdfopt: Makefile Log message: relink as UNLINKED with graphics/openjpeg commented out CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 02:43:52 Modified files: lang : Makefile lang/gdmd : Makefile Log message: reference gdmd, mark it as UNLINKED until the gcc-11 situation gets resolved CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/13 02:51:33 Modified files: distrib/sets/lists/comp: clang.amd64 clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.riscv64 clang.sparc64 Log message: sync ok robert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 03:00:51 Modified files: telephony/linphone: Makefile telephony/linphone/bcunit: Makefile Log message: mark bcunit as UNLINKED instead CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 03:02:41 Modified files: www/firefox-i18n: Makefile www/firefox-i18n/be: Makefile Log message: no idea why this is not linked to the build CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 03:06:50 Modified files: www/firefox-i18n/be: Makefile Log message: oversight from maintainer CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/13 03:11:41 Modified files: share/man/man5 : bsd.regress.mk.5 Log message: adjust `regress' description since REGRESS_FAIL_EARLY is yes now ok plus various improvements to the text by tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/13 03:14:29 Modified files: usr.sbin/snmpd : application.c Log message: struct appl_varbind_internal's avi_index is used to give the index to the original varbindlist's index. In the case of a GetBulkRequest this must never be larger than the length of the original varbindlist. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/13 03:16:51 Modified files: regress/usr.sbin/snmpd: Makefile backend.c regress.h snmpd_regress.c Log message: Add 2 tests to make sure getbulkrequests return the correct error index. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 03:24:26 Modified files: textproc/foliate: Makefile distinfo textproc/foliate/pkg: PLIST Log message: Update to foliate-3.0.0. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 03:33:00 Modified files: lib/libcrypto/x509: x509_internal.h x509_purp.c x509_verify.c x509_vfy.c Log message: Eliminate the timegm(3) dependency in libcrypto timegm(3) is not available on some operating systems we support in portable. We currently use musl's implementation, for which gcc-13 decided to emit warnings (which seem incorrect in general and are irrelevant in this case anyway). Instead of patching this up and diverge from upstream, we can avoid reports about compiler warnings by simply not depending on this function. Rework the caching of notBefore and notAfter by replacing timegm(3) with asn1_time_tm_to_time_t(3). Also make this API properly error checkable since at the time x509v3_cache_extensions(3) is called, nothing is known about the cert, in particular not whether it isn't malformed one way or the other. suggested by and ok beck CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/13 03:38:23 Modified files: security/qdigidoc4: Makefile distinfo Log message: config.json rerolled CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 03:51:49 Modified files: lib/libtls : tls_conninfo.c Log message: Remove ASN1_time_parse() dependency in tls_conninfo.c During r2k22 ported some of the missing OpenSSL ASN.1 time API. This is a step towards removing the dependency of libtls on ASN1_time_parse(). The latter grew a dependency on CBS/CBB, and thus the choice is to pull in all this code or to use a no longer maintained version of the API. Both options are unappealing. ok beck CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 03:51:52 Modified files: meta/gnome : Makefile Log message: Tweak comment; no pkg change. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 03:56:19 Modified files: lib/libtls : tls_ocsp.c Log message: Remove last caller of ASN1_time_parse(3) in libtls This one is slightly annoying since ASN1_TIME_to_tm(3) doesn't provide a direct check for a GeneralizedTime, so call ASN1_GENERALIZEDTIME_check() as well. This means LibreSSL parses the time twice. Shrug. ok beck CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2023/11/13 04:00:32 Modified files: www/kcaldav : Makefile distinfo www/kcaldav/pkg: PLIST README Added files: www/kcaldav/patches: patch-kcaldav_c Removed files: www/kcaldav/patches: patch-Makefile Log message: update to kcaldav 0.2.4 Fixes interop issues with Thunderbird lightning. Logging is now configurable at run-time. ok landry@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2023/11/13 04:03:19 Modified files: www/kcaldav : Tag: OPENBSD_7_4 Makefile distinfo www/kcaldav/pkg: Tag: OPENBSD_7_4 PLIST README Added files: www/kcaldav/patches: Tag: OPENBSD_7_4 patch-kcaldav_c Removed files: www/kcaldav/patches: Tag: OPENBSD_7_4 patch-Makefile Log message: 7.4-stable: update to kcaldav 0.2.4 Fixes interop issues with Thunderbird lightning. Logging is now configurable at run-time. ok landry@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/13 04:12:37 Modified files: distrib/sets/lists/comp: clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.powerpc64 clang.riscv64 clang.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 04:20:27 Modified files: devel/libgdata : Makefile Added files: devel/libgdata/patches: patch-gdata_gdata-service_c patch-meson_build Log message: Move to gcr4 and disable oauth1. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/13 04:33:52 Modified files: etc/etc.riscv64: login.conf Log message: Bump datasize for staff to match amd64 Suggested by jsing@, ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 04:46:25 Modified files: usr.sbin/ocspcheck: ocspcheck.c Log message: Replace ASN1_time_parse() with ASN1_TIME_to_tm() Like in libtls, we use ASN1_GENERALIZEDTIME_check() to ensure we actually have a GeneralizedTime. ok beck CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 04:50:36 Modified files: usr.bin/openssl: x509.c Log message: Check notBefore/notAfter validity with ASN1_TIME_to_tm(3) ok beck CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 05:16:11 Modified files: telephony/linphone/bcunit: Makefile Log message: Fix poisoned variable NO_TESTS -> NO_TEST CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/13 05:16:44 Modified files: graphics/optipng: Makefile distinfo Log message: Update optipng to 0.7.8. Previous versions suffered from a buffer overflow in the GIF decoder. From Justin Berthault, thanks! CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/13 05:29:40 Modified files: devel/boost : Makefile Added files: devel/boost/patches: patch-boost_numeric_conversion_detail_int_float_mixture_hpp patch-boost_numeric_conversion_detail_sign_mixture_hpp patch-boost_numeric_conversion_detail_udt_builtin_mixture_hpp Log message: Fix build with clang-16's new -Wenum-constexpr-conversion ok rsadowski@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 05:40:36 Modified files: sysutils/flatpak/xdg-desktop-portal: Makefile sysutils/flatpak/xdg-desktop-portal/patches: patch-document-portal_meson_build patch-meson_build patch-src_documents_c patch-tests_meson_build sysutils/flatpak/xdg-desktop-portal/pkg: PLIST Log message: Don't ship the org.freedesktop.portal.Documents service; it needs fuse3. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 05:43:08 Modified files: usr.bin/openssl: ca.c Log message: Kill last user of ASN1_time_parse() in the tree ASN1_time_parse() was useful while OpenSSL didn't have something sort of equivalent, but now they do. Let's retire ASN1_time_parse() to internal. This will require some patching in ports, but shrug. ok beck CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2023/11/13 05:46:07 Modified files: lib/libcrypto/asn1: a_time_posix.c asn1.h lib/libcrypto/hidden/openssl: asn1.h lib/libcrypto/man: ASN1_TIME_set.3 Log message: Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as public This matches when BoringSSL has done, and allows for getting rid of the dependency on system timegm() and gmtime() in libtls. which will make life easier for portable, and remove our dependency on the potentially very slow system versions. ok tb@ - tb will handle the minor bump bits and expose on the next minor bump CVS :---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/13 05:49:41 Modified files: sys/arch/arm64/conf: RAMDISK distrib/arm64/ramdisk: list Log message: enable UDF on arm64 install media ok deraadt@ kn@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:30:20 Modified files: mail/grommunio/gromox: Makefile distinfo mail/grommunio/gromox/patches: patch-configure_ac mail/grommunio/gromox/pkg: PLIST-main Added files: mail/grommunio/gromox/patches: patch-lib_mapi_rop_util_cpp Log message: update to 2.17 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:30:52 Modified files: mail/grommunio/admin-api: Makefile distinfo mail/grommunio/admin-api/patches: patch-CMakeLists_txt patch-tools_config_py Added files: mail/grommunio/admin-api/patches: patch-data_config_yaml_in Removed files: mail/grommunio/admin-api/patches: patch-data_config_yaml Log message: update to 1.14 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:31:16 Modified files: mail/grommunio/web: Makefile distinfo mail/grommunio/web/patches: patch-Makefile patch-init_php mail/grommunio/web/pkg: PLIST Log message: update to 3.6 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:31:36 Modified files: mail/grommunio/mapi-header-php: Makefile distinfo mail/grommunio/mapi-header-php/pkg: PLIST Log message: update to 1.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:32:26 Modified files: mail/grommunio/sync: Makefile distinfo Log message: sync with upstream git's HEAD to bring in bugfixes CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/13 06:34:40 Modified files: lib/libcsi : Symbols.list Log message: sync Symbols.list with reality; ok tb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 06:39:53 Modified files: devel/jadx : Makefile distinfo devel/jadx/patches: patch-bin_jadx patch-bin_jadx-gui devel/jadx/pkg : PLIST Log message: update to jadx-1.4.7 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 06:45:29 Modified files: devel/apktool : Makefile distinfo Log message: update to apktool-2.9.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 06:49:05 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: update to p5-Image-ExifTool-12.69 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:51:25 Added files: www/ungoogled-chromium/patches: patch-sandbox_policy_features_h Log message: add missing patch CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 06:57:37 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-lld_ELF_Driver_cpp Log message: sync with recent base commits CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 07:03:17 Removed files: regress/lib/libcsi: Makefile regress/lib/libcsi/dh: Makefile dhtest.c Log message: Retire the libcsi regress CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 07:08:33 Modified files: sysutils/flatpak/xdg-desktop-portal: Makefile Log message: Enable sysutils/flatpak/libportal for tests. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 07:08:38 Modified files: security/py-ropper: Makefile distinfo Log message: - update ropper to 1.13.8 - tweak COMMENT CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 07:13:23 Removed files: lib/libcsi : Makefile Symbols.list csi.c csi.h csi_dh.c csi_dh_groups.c csi_internal.h csi_util.c shlib_version Log message: Bye bye libcsi This is sad, but unfortunately, we never had time to grow it to its intended use. It's been in maintenance mode for too long, and there currently aren't concrete projects to pursue this direction further. It can be revived when the time is ripe. Until then, let it not get in the way of more urgent work. discussed with jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 07:20:37 Modified files: sysutils/flatpak: Makefile Log message: We also need libinih. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/13 07:26:51 Modified files: security/boringssl/head: Makefile distinfo Log message: Update to boringssl 20231106 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 07:32:32 Modified files: devel/woboq_codebrowser: Makefile lang/flang/driver: Makefile lang/flang/flang: Makefile lang/flang/libpgmath: Makefile Log message: prevent fantom pkgpath from entering sqlports (maintainer will decide whether 13 or 16 is most appropriate) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/13 07:34:07 Added files: infrastructure/bin: find-orphans Log message: very simple script I used to find ports that are not referenced in any way in sqlports and yet are in my tree CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 07:52:03 Modified files: multimedia/pipewire/pipewire: Makefile multimedia/pipewire/pipewire/patches: patch-src_pipewire_private_h Log message: Fix logic error. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/13 08:05:14 Modified files: usr.sbin/snmpd : snmpd.h Log message: Apparently base-gcc doesn't like having OID() inside MIBDECL(). Handroll the OID() logic into MIBDECL(). Found, tested, and OK jca@ OK tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/13 08:17:52 Modified files: x11/gnustep/libobjc2: Makefile Added files: x11/gnustep/libobjc2/patches: patch-objcxx_eh_cc Log message: Backport change from upstream that lets libobjc2 build with llvm-16 Not waiting for the 7 days maintainer timeout, since the change looks obvious and ports tree fixes for llvm-16 are late already. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 08:31:42 Modified files: infrastructure/bin: find-orphans Log message: ignore openbsd-wip and pobj; ok espie@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 08:36:55 Modified files: lib/libcrypto/x509: x509type.c Log message: X509_certificate_type() needs to know about RSA-PSS This doesn't do much right now, but is part of the tangle that is adding RSA-PSS support. ok beck jsing CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 08:37:49 Log message: import rp++-2.1.2 rp++ is a ROP gadget finder for PE/ELF/Mach-O executables and x86/x64/ARM/ARM64 architectures. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20231113 N ports/security/rp++/Makefile N ports/security/rp++/distinfo N ports/security/rp++/patches/patch-src_rp_elf_struct_hpp N ports/security/rp++/patches/patch-src_rp_platform_h N ports/security/rp++/pkg/DESCR N ports/security/rp++/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 08:38:09 Modified files: lib/libcrypto/x509: x509type.c Log message: Use X509_get_signature_nid() instead of inlining it ok beck jsing CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 08:39:01 Modified files: security : Makefile Log message: +rp++ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 08:40:44 Modified files: lib/libcrypto/x509: x509type.c Log message: Use a sensible variable name (i.e. nid) instead of i for a NID CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/13 08:41:25 Modified files: shells/bash : Makefile distinfo Log message: shells/bash: update to 5.2 patchlevel 21 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 08:44:15 Modified files: lib/libcrypto/x509: x509type.c Log message: Garbage collect an incoherent export crypto check Contrast "#define EVP_PKT_EXP 0x1000 /* <= 512 bit key */" with the diff: - /* /8 because it's 1024 bits we look for, not bytes */ - if (EVP_PKEY_size(pk) <= 1024 / 8) - ret |= EVP_PKT_EXP; EVP_PKT_EXP will be nuked at the next opportunity. discussed with jsing CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 08:45:53 Modified files: security/rp++ : Makefile Log message: this could actually use ONLY_FOR_ARCHS; set it CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/13 08:59:43 Modified files: x11/kde-applications/krfb: Makefile Log message: Add a build missing dependency on plasma-wayland-protocols CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/13 09:03:55 ports/misc/p5-OPCUA-Open62541/patches Update of /cvs/ports/misc/p5-OPCUA-Open62541/patches In directory cvs.openbsd.org:/tmp/cvs-serv73724/patches Log Message: Directory /cvs/ports/misc/p5-OPCUA-Open62541/patches added to the repository CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/13 09:16:14 Modified files: lib/libcrypto/x509: x509type.c Log message: Make X509_certificate_type() less bad This converts to proper single exit and undoes a number of unnecessarily silly muppet antics. ok beck CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/13 10:18:27 Modified files: sys/net : route.c Log message: Fix rt_setgate() error handling. In revision 1.424 the logic in rt_setgate() has changed. The old code entered a value into rt_gateway also if rt_setgwroute() returned an error. Now if rt_setgwroute() fails, rt_gateway is NULL and ROUNDUP(rt->rt_gateway->sa_len) crashes. Put back the old logic in rt_setgate(). Setting rt_gateway and rt_gwroute are actually independent. If malloc(9) in rt_setgate() fails, rt_gateway can still be NULL. The subsequent crash in free(rt->rt_gateway, M_RTABLE, ROUNDUP(rt->rt_gateway->sa_len)) was just never observed. Add a NULL check around these free(9). Reported-by: syzbot+2e79dd9db712d3c5ade9@syzkaller.appspotmail.com OK mvs@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 10:18:41 Modified files: devel/apache-ant: Makefile distinfo devel/apache-ant/pkg: PLIST Log message: update to apache-ant-1.10.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 10:22:29 Modified files: net/nanomsg : Makefile distinfo Log message: update to nanomsg-1.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/13 10:42:36 Modified files: multimedia/pipewire/pipewire: Makefile Added files: multimedia/pipewire/pipewire/patches: patch-src_daemon_pipewire_conf_in Log message: Automatically start wireplumber. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/13 11:24:10 Modified files: devel/radare2 : Makefile.inc devel/radare2/main: Makefile distinfo devel/radare2/main/patches: patch-binr_rules_mk patch-libr_Makefile devel/radare2/main/pkg: PLIST Removed files: devel/radare2/main/pkg: README Log message: - update to radare2-5.8.8 - garbage collect outdated comments and bogus README CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/13 11:25:41 Log message: import of llvm-17.0.4 unhooked from the build for now; just for development; ok aja@ Status: Vendor Tag: robert Release Tags: robert_20231113 N ports/devel/llvm/17/Makefile N ports/devel/llvm/17/distinfo N ports/devel/llvm/17/patches/patch-clang_include_clang_AST_FormatString_h N ports/devel/llvm/17/patches/patch-clang_lib_Basic_Targets_Mips_h N ports/devel/llvm/17/patches/patch-clang_lib_Basic_Targets_X86_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Basic_Targets_X86_h N ports/devel/llvm/17/patches/patch-clang_lib_CodeGen_CGCall_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Driver_Driver_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Driver_ToolChains_Arch_RISCV_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Driver_ToolChains_Arch_X86_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Driver_ToolChains_Clang_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Driver_ToolChains_OpenBSD_cpp N ports/devel/llvm/17/patches/patch-clang_include_clang_Basic_CodeGenOptions_def N ports/devel/llvm/17/patches/patch-clang_include_clang_Sema_Sema_h N ports/devel/llvm/17/patches/patch-clang_lib_Sema_SemaChecking_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Sema_SemaDeclAttr_cpp N ports/devel/llvm/17/patches/patch-compiler-rt_lib_builtins_ppc_atomic_lock_free_c N ports/devel/llvm/17/patches/patch-compiler-rt_lib_interception_interception_h N ports/devel/llvm/17/patches/patch-compiler-rt_lib_interception_interception_linux_h N ports/devel/llvm/17/patches/patch-compiler-rt_lib_ubsan_ubsan_platform_h N ports/devel/llvm/17/patches/patch-compiler-rt_lib_sanitizer_common_sanitizer_linux_cpp N ports/devel/llvm/17/patches/patch-compiler-rt_lib_sanitizer_common_sanitizer_linux_h N ports/devel/llvm/17/patches/patch-compiler-rt_lib_sanitizer_common_sanitizer_platform_h N ports/devel/llvm/17/patches/patch-libcxx_include_stdio_h N ports/devel/llvm/17/patches/patch-libunwind_src_AddressSpace_hpp N ports/devel/llvm/17/patches/patch-libunwind_src_EHHeaderParser_hpp N ports/devel/llvm/17/patches/patch-libunwind_src_UnwindCursor_hpp N ports/devel/llvm/17/patches/patch-lld_ELF_Arch_AArch64_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Arch_PPC64_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Arch_X86_64_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_DriverUtils_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Driver_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_InputFiles_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Options_td N ports/devel/llvm/17/patches/patch-lld_ELF_InputFiles_h N ports/devel/llvm/17/patches/patch-lld_ELF_Relocations_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_ScriptParser_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_SymbolTable_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Writer_h N ports/devel/llvm/17/patches/patch-lld_docs_ld_lld_1 N ports/devel/llvm/17/patches/patch-lld_tools_lld_lld_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Writer_cpp N ports/devel/llvm/17/patches/patch-lldb_include_lldb_Host_openbsd_HostInfoOpenBSD_h N ports/devel/llvm/17/patches/patch-lldb_include_lldb_Utility_ArchSpec_h N ports/devel/llvm/17/patches/patch-lldb_source_Core_FormatEntity_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Host_common_SocketAddress_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Host_openbsd_HostInfoOpenBSD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Host_openbsd_Host_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Host_posix_DomainSocket_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Host_posix_PipePosix_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Initialization_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_source_Initialization_SystemInitializerCommon_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_DynamicLoader_POSIX-DYLD_DYLDRendezvous_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_DynamicLoader_POSIX-DYLD_DynamicLoaderPOSIXDYLD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_ObjectFile_ELF_ObjectFileELF_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Platform_OpenBSD_PlatformOpenBSD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Platform_OpenBSD_PlatformOpenBSD_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_source_Target_UnixSignals_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeProcessOpenBSD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeProcessOpenBSD_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arch_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_arm64_h N ports/devel/llvm/17/patches/patch-lld_ELF_Config_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_x86_64_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeRegisterContextOpenBSD_x86_64_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeThreadOpenBSD_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_OpenBSD_NativeThreadOpenBSD_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_Utility_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_Utility_OpenBSDSignals_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_Utility_OpenBSDSignals_h N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_UnwindAssembly_x86_x86AssemblyInspectionEngine_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_UnwindAssembly_x86_x86AssemblyInspectionEngine_h N ports/devel/llvm/17/patches/patch-lldb_source_Utility_ArchSpec_cpp N ports/devel/llvm/17/patches/patch-lldb_test_API_api_multithreaded_common_h N ports/devel/llvm/17/patches/patch-lldb_test_API_tools_lldb-server_thread-name_main_cpp N ports/devel/llvm/17/patches/patch-lldb_tools_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_tools_lldb-server_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_unittests_UnwindAssembly_ARM64_TestArm64InstEmulation_cpp N ports/devel/llvm/17/patches/patch-lldb_unittests_UnwindAssembly_x86_Testx86AssemblyInspectionEngine_cpp N ports/devel/llvm/17/patches/patch-llvm_include_llvm_CodeGen_AsmPrinter_h N ports/devel/llvm/17/patches/patch-llvm_include_llvm_CodeGen_MachineFrameInfo_h N ports/devel/llvm/17/patches/patch-clang_include_clang_Basic_DiagnosticSemaKinds_td N ports/devel/llvm/17/patches/patch-llvm_include_llvm_CodeGen_Passes_h N ports/devel/llvm/17/patches/patch-llvm_include_llvm_CodeGen_ReturnProtectorLowering_h N ports/devel/llvm/17/patches/patch-llvm_include_llvm_CodeGen_TargetFrameLowering_h N ports/devel/llvm/17/patches/patch-clang_docs_CommandGuide_clang_rst N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_AsmPrinter_AsmPrinter_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_PrologEpilogInserter_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_TargetPassConfig_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_ReturnProtectorLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_ReturnProtectorPass_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_MC_MCAsmInfoELF_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_MC_MCELFStreamer_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_MC_MCParser_AsmParser_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Support_Unix_Process_inc N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64AsmPrinter_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64FrameLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64FrameLowering_h N ports/devel/llvm/17/patches/patch-clang_include_clang_Driver_Options_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64InstrInfo_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64InstrInfo_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64ReturnProtectorLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64ReturnProtectorLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64Subtarget_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64TargetMachine_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_AsmParser_MipsAsmParser_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MCTargetDesc_MipsABIInfo_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsAsmPrinter_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsFrameLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsFrameLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsISelLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsInstrInfo_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsLoongson2FBTBFix_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_Mips_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsReturnProtectorLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsReturnProtectorLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_Mips_MipsTargetMachine_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCAsmPrinter_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCFrameLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCFrameLowering_h N ports/devel/llvm/17/patches/patch-lld_ELF_Symbols_cpp N ports/devel/llvm/17/patches/patch-lld_include_lld_Common_Driver_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCReturnProtectorLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCReturnProtectorLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_RISCV_RISCVISelLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86AsmPrinter_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86FixupGadgets_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86FrameLowering_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_Symbols_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86FrameLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86IndirectThunks_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86InstrCompiler_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86MCInstLower_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86MachineFunctionInfo_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86RegisterInfo_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86ReturnProtectorLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86ReturnProtectorLowering_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86Subtarget_h N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86TargetMachine_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_X86_td N ports/devel/llvm/17/patches/patch-llvm_lib_Transforms_Scalar_LoopIdiomRecognize_cpp N ports/devel/llvm/17/patches/patch-llvm_tools_llvm-ar_llvm-ar_cpp N ports/devel/llvm/17/patches/patch-llvm_tools_llvm-config_llvm-config_cpp N ports/devel/llvm/17/patches/patch-llvm_tools_llvm-objdump_ELFDump_cpp N ports/devel/llvm/17/patches/patch-llvm_tools_llvm-readobj_ELFDumper_cpp N ports/devel/llvm/17/patches/patch-lld_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_tools_llvm-shlib_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_cmake_modules_GetLibraryName_cmake N ports/devel/llvm/17/patches/patch-lld_tools_lld_CMakeLists_txt N ports/devel/llvm/17/patches/patch-clang_tools_clang-shlib_CMakeLists_txt N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_ABI_AArch64_ABISysV_arm64_cpp N ports/devel/llvm/17/patches/patch-lldb_source_Plugins_Process_elf-core_RegisterUtilities_h N ports/devel/llvm/17/patches/patch-clang_lib_AST_FormatString_cpp N ports/devel/llvm/17/patches/patch-clang_lib_Frontend_CompilerInvocation_cpp N ports/devel/llvm/17/patches/patch-lld_ELF_LinkerScript_cpp N ports/devel/llvm/17/patches/patch-lldb_tools_lldb-server_lldb-gdbserver_cpp N ports/devel/llvm/17/patches/patch-llvm_include_llvm_InitializePasses_h N ports/devel/llvm/17/patches/patch-llvm_lib_CodeGen_CMakeLists_txt N ports/devel/llvm/17/patches/patch-llvm_lib_Target_AArch64_AArch64ISelLowering_cpp N ports/devel/llvm/17/patches/patch-llvm_lib_Target_PowerPC_PPCInstrInfo_td N ports/devel/llvm/17/patches/patch-llvm_lib_Target_X86_MCTargetDesc_X86AsmBackend_cpp N ports/devel/llvm/17/pkg/PLIST-lldb N ports/devel/llvm/17/pkg/PLIST-main N ports/devel/llvm/17/pkg/PLIST-python No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/13 11:54:44 Log message: Import sysutils/fclones. fclones is a command line utility that identifies groups of identical files and gets rid of the file copies you no longer need. It comes with plenty of configuration options for controlling the search scope and offers many ways of removing duplicates. For maximum flexibility, it integrates well with other Unix utilities like find and it speaks JSON, so you have a lot of control over the search and cleanup process. OK sdk@ Status: Vendor Tag: fcambus Release Tags: fcambus_20231113 N ports/sysutils/fclones/Makefile N ports/sysutils/fclones/crates.inc N ports/sysutils/fclones/distinfo N ports/sysutils/fclones/patches/patch-fclones_src_log_rs N ports/sysutils/fclones/pkg/DESCR N ports/sysutils/fclones/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/13 11:55:57 Modified files: sysutils : Makefile Log message: Add fclones. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/13 12:13:00 Modified files: usr.bin/mandoc : man_macro.c man_term.c mandoc.1 mdoc_term.c term_ascii.c Log message: Reduce the man(7) default global indentation from 7n, which was an oddity in groff-1.01 to groff-1.22.4, to 5n for compatibility with Version 7 AT&T UNIX, 4.3BSD-Reno, groff-1.23.0, and all versions of mdoc(7). OK jmc@ millert@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2023/11/13 12:15:01 Modified files: sys/arch/amd64/amd64: vmm_machdep.c Log message: include function name in warning printf in vmx_handle_np_fault() and svm_handle_np_fault() more clearer output ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2023/11/13 12:53:34 Modified files: distrib/sets/lists/comp: clang.i386 Log message: fix i386 sets CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/11/13 13:06:47 Modified files: cad/prusaslicer: Makefile Log message: Only for 64-bit arches. Reported/suggested by sthen@, ok maintainer CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2023/11/13 13:19:45 Modified files: etc/etc.i386 : login.conf Log message: raise i386's datasize for 'daemon' class so that relinking libc at boot doesn't fail - new clang is even greedier than the old one. I picked the value 1500M out of the air, it works for me but could perhaps be finessed downwards a bit. (I'm also using 1500M for make build / mkr+mkrx on i386; make -j8 build is no longer a good idea on i386 ;) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/13 13:26:06 Modified files: devel/kf5 : Makefile Removed files: devel/kf5/kdewebkit: Makefile distinfo devel/kf5/kdewebkit/pkg: DESCR PLIST devel/kf5/kjsembed: Makefile distinfo devel/kf5/kjsembed/pkg: DESCR PLIST Log message: Remove kdewebkit and kjsembed Unhooked since r1.25 and r1.26. Nobody misses it, it can go away. Spotted by espie, merci CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/13 13:28:39 Removed files: x11/kde-applications/kblog: Makefile distinfo x11/kde-applications/kblog/pkg: DESCR PLIST Log message: Remove unhooked kblog CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/13 13:35:36 Modified files: regress/usr.bin/mandoc/char/N: basic.out_ascii regress/usr.bin/mandoc/char/accent: combine.out_utf8 nocombine.out_ascii nocombine.out_utf8 utf8only.out_utf8 regress/usr.bin/mandoc/char/bar: man.out_ascii regress/usr.bin/mandoc/char/hyphen: man.in man.out_ascii regress/usr.bin/mandoc/char/space: eos-man.out_ascii esct-man.out_ascii invalid.out_ascii leading-man.out_ascii tab-filled.out_ascii tab-man.out_ascii zerowidth.out_ascii zerowidth.out_utf8 regress/usr.bin/mandoc/char/unicode: ascii.out_ascii ascii.out_utf8 input.out_ascii input.out_utf8 latin1.out_ascii latin1.out_utf8 latin1diff.out_ascii latin1diff.out_utf8 man.out_utf8 named.out_ascii named.out_utf8 namediff.out_ascii namediff.out_utf8 nogroff.out_ascii nogroff.out_utf8 regress/usr.bin/mandoc/man/AT: basic.out_ascii regress/usr.bin/mandoc/man/B: args.out_ascii blank.out_ascii nest.out_ascii regress/usr.bin/mandoc/man/BI: emptyargs.out_ascii literal.out_ascii regress/usr.bin/mandoc/man/DT: basic.out_ascii regress/usr.bin/mandoc/man/EX: args.out_ascii nested.out_ascii spacing.out_ascii regress/usr.bin/mandoc/man/HP: break.out_ascii literal.out_ascii macrotag.out_ascii manyargs.out_ascii spacing.out_ascii vert.out_ascii regress/usr.bin/mandoc/man/IP: bullet.out_ascii bullet.out_utf8 empty.out_ascii literal.out_ascii longhead.out_ascii manyargs.out_ascii spacing.out_ascii tag.out_ascii vert.out_ascii width.out_ascii regress/usr.bin/mandoc/man/MT: args.out_ascii noME.out_ascii regress/usr.bin/mandoc/man/OP: args.out_ascii regress/usr.bin/mandoc/man/PD: args.out_ascii nextline.out_ascii spacing.out_ascii regress/usr.bin/mandoc/man/PP: args.out_ascii empty.out_ascii vert.out_ascii regress/usr.bin/mandoc/man/RS: REarg.out_ascii an-margin.out_ascii breaking.out_ascii broken.in broken.out_ascii empty.out_ascii literal.out_ascii lonelyRE.out_ascii nested.out_ascii noRE.out_ascii nowidth.out_ascii paragraph.out_ascii width.out_ascii regress/usr.bin/mandoc/man/SH: broken.out_ascii broken_eline.out_ascii empty_before.out_ascii longarg.out_ascii noarg.in noarg.out_ascii paragraph.out_ascii vert.out_ascii regress/usr.bin/mandoc/man/SS: broken.out_ascii broken_eline.out_ascii longarg.out_ascii noarg.in noarg.out_ascii paragraph.out_ascii vert.out_ascii regress/usr.bin/mandoc/man/SY: literal.out_ascii regress/usr.bin/mandoc/man/TH: baddate.out_ascii case.out_ascii emptydate.out_ascii isodate.out_ascii longdate.out_ascii longtit.out_ascii longvol.out_ascii mdocdate.out_ascii noarg.out_ascii onearg.out_ascii onlyyear.out_ascii sixargs.out_ascii twoargs.out_ascii regress/usr.bin/mandoc/man/TP: badarg.out_ascii broken.out_ascii double.out_ascii eof.out_ascii fill.out_ascii indent.out_ascii literal.out_ascii longhead.out_ascii macrotag.out_ascii manyargs.out_ascii sameline.out_ascii spacing.out_ascii tag.out_ascii vert.out_ascii width.out_ascii regress/usr.bin/mandoc/man/TS: break.out_ascii vspace.out_ascii regress/usr.bin/mandoc/man/UC: basic.out_ascii regress/usr.bin/mandoc/man/UR: args.out_ascii noUE.out_ascii regress/usr.bin/mandoc/man/blank: afterSH.out_ascii afterSS.out_ascii line.out_ascii regress/usr.bin/mandoc/man/nf: args.out_ascii dupe.out_ascii indent.out_ascii userdef.out_ascii vert.out_ascii regress/usr.bin/mandoc/roff/args: esc.out_ascii infrec.out_ascii man.out_ascii roff.out_ascii regress/usr.bin/mandoc/roff/br: args.out_ascii regress/usr.bin/mandoc/roff/cc: basic.out_ascii regress/usr.bin/mandoc/roff/ce: basic.out_ascii break.out_ascii regress/usr.bin/mandoc/roff/char: badarg.out_ascii basic.out_ascii regress/usr.bin/mandoc/roff/cond: close.out_ascii de.out_ascii ie.out_ascii if.out_ascii numeric.out_ascii register.out_ascii strcmp.out_ascii string.out_ascii regress/usr.bin/mandoc/roff/de: TH.out_ascii TH_opt.out_ascii regress/usr.bin/mandoc/roff/esc: O1.out_ascii V1.out_ascii bs_man.out_ascii c_man.out_ascii f.out_ascii ignore.out_ascii invalid.out_ascii one.out_ascii unsupp.out_ascii regress/usr.bin/mandoc/roff/ft: badargs.out_ascii regress/usr.bin/mandoc/roff/it: double.out_ascii regress/usr.bin/mandoc/roff/mc: args.out_ascii regress/usr.bin/mandoc/roff/na: args.out_ascii regress/usr.bin/mandoc/roff/nr: divzero.out_ascii escname.out_ascii eval.out_ascii incr.out_ascii int.out_ascii predef.out_ascii rr.out_ascii scale.out_ascii tab.out_ascii undef.out_ascii regress/usr.bin/mandoc/roff/ps: ignore.out_ascii regress/usr.bin/mandoc/roff/scale: horiz.out_ascii regress/usr.bin/mandoc/roff/shift: bad.out_ascii basic.out_ascii regress/usr.bin/mandoc/roff/sp: badargs-man.out_ascii fill-man.out_ascii negative.out_ascii scaling-man.out_ascii regress/usr.bin/mandoc/roff/string: escape.out_ascii infinite.out_ascii std.out_ascii undef.out_ascii zerolength.out_ascii regress/usr.bin/mandoc/roff/ta: basic-man.out_ascii regress/usr.bin/mandoc/roff/ti: basic-man.out_ascii wide.out_ascii regress/usr.bin/mandoc/roff/tr: args.out_ascii regress/usr.bin/mandoc/tbl/data: blankline.out_ascii block_empty.out_ascii block_unclosed.out_ascii empty.out_ascii escz.out_ascii escz_end.out_ascii insert.out_ascii regress/usr.bin/mandoc/tbl/layout: badspan.out_ascii center.out_ascii complex.out_ascii empty.out_ascii emptycol.out_ascii emptyline.out_ascii font.out_ascii numbers.out_ascii shortlines.out_ascii spacing-nogroff.out_ascii spacing.out_ascii span.out_ascii regress/usr.bin/mandoc/tbl/macro: man.out_ascii nested.out_ascii req.out_ascii regress/usr.bin/mandoc/tbl/mod: badfont.out_ascii expand-toowide.out_ascii expand.out_ascii font-eol.out_ascii font.out_ascii misalign.out_ascii spacing.out_ascii width.out_ascii regress/usr.bin/mandoc/tbl/opt: box.out_ascii center.in center.out_ascii invalid.out_ascii Log message: reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.197 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/13 14:02:41 Modified files: x11/kde-applications/kio-gdrive: Makefile distinfo x11/kde-applications/kio-gdrive/pkg: PLIST Log message: Update kio-gdrive to 21.08.3 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/13 14:04:08 Modified files: x11/kde-applications: Makefile x11/kde-applications/kio-gdrive: Makefile Log message: UNLINKED = kde-applications Spotted by espie CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/11/13 17:08:32 Modified files: databases/influxdb: Makefile crates.inc distinfo modules.inc databases/influxdb/pkg: PLIST Log message: databases/influxdb: update to 2.7.3 ok landry@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/13 19:25:48 Modified files: sys/dev/pci : pcidevs sys/dev/pci/drm/amd/amdgpu: amdgpu_devlist.h Log message: add another Navi 32 device id 7470 rev 00 is Radeon Pro W7700 found in AMD Software: PRO Edition for AMD Radeon PRO W7700 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/13 19:26:17 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/14 01:27:33 Modified files: lib/libc/asr : gethostnamadr_async.c Log message: Add break to error out on weird characters in gethostbyname(). Missed in previous some time ago; while here remove confusing else. Input & OK eric CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/14 01:51:16 Added files: games/flightgear/base/patches: patch-CMakeLists_txt Log message: games/flightgear: make sure libudev isnt picked up if available CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/14 01:57:59 Modified files: sysutils/libudev-openbsd: Makefile Log message: sysutils/libudev-openbsd: add comment about libudev detection in games/flightgear CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/14 02:14:47 Modified files: geo/gdal : Makefile distinfo geo/gdal/pkg : PLIST-main PLIST-python Log message: geo/gdal: update to 3.8.0. see https://github.com/OSGeo/gdal/blob/v3.8.0/NEWS.md CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 02:14:47 Modified files: graphics/jasper: Makefile distinfo Log message: Update to jasper-4.1.0. Survived a bulk. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/14 02:22:09 Modified files: infrastructure/templates: Makefile.template Log message: Replace GH_* with DIST_TUPLE in Makefile.template with input from op, sthen. OK sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 02:23:03 Added files: audio/audacity/patches: patch-src_TagsEditor_cpp patch-src_effects_lv2_LV2Ports_h patch-src_prefs_GUIPrefs_cpp Log message: Unbreak build with new wxWidgets. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 02:28:01 Modified files: mail/claws-mail: Makefile Log message: Fix WANTLIB after libgdata move to gcr4. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/14 03:12:24 Modified files: sys/arch/sparc64/include: frame.h Log message: Fix typo in comment. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/14 03:31:22 Modified files: usr.bin/netstat: route.c Log message: This code depends on internals from net/art.h so include it explicitly. OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/14 04:25:17 Modified files: net/tdesktop : Makefile distinfo Log message: update to tdesktop 4.11.7 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/14 04:32:33 Modified files: editors/micro : Makefile distinfo modules.inc Log message: editors/micro: update to 2.0.13 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/14 05:05:43 Modified files: shells/yash : Makefile Added files: shells/yash/patches: patch-lineedit_editing_c Log message: shells/yash: Fix a buffer overflow in emacs-capitalize-word. Found by me, fixed by upstream. OK sthen@, thanks. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/14 05:33:56 Modified files: lang/python : Makefile.inc lang/python/3.10: Makefile lang/python/3.11: Makefile lang/python/3.9: Makefile Log message: Drop --enable-optimizations to fix build with clang-16 Not waiting for maintainer because the port just doesn't build currently and we need to get ports back into shape. ok djm@ sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/14 05:48:46 Modified files: etc/etc.armv7 : login.conf Log message: increase datasize to 1536M for the default login class needed to build llvm-16 gnu/usr.bin/clang/include/llvm/AMDGPU ok jca@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/14 07:08:35 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.28.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/11/14 08:38:33 Modified files: usr.bin/tmux : tty-features.c Log message: Use SM 2026 for Sync which is more widely supported now. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/11/14 08:59:49 Modified files: usr.bin/tmux : arguments.c status.c Log message: Handle NULL client (in config file) when showing a status message; also copy the file when processing if-shell since it may be freed. GitHub issue 3746. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/14 09:42:14 Modified files: gnu/usr.bin/clang/libLLVMRISCVCodeGen: Makefile Log message: Add missing .PATH Reported and suggested by jsing@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/14 10:28:43 Modified files: security/yara/python: Makefile Log message: fix MODPY_PYBUILD setting, reported by tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/14 11:41:36 Modified files: databases/p5-sybperl: Makefile distinfo databases/p5-sybperl/pkg: PLIST Added files: databases/p5-sybperl/patches: patch-CTlib_CTlib_xs Log message: update to p5-sybperl-2.20 (doesn't fix build with clang 16 though) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 12:48:38 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.2.1798.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 12:50:45 Modified files: x11/gnome/ghex : Makefile distinfo Removed files: x11/gnome/ghex/patches: patch-src_gtkhex_c Log message: Update to ghex-45.1. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/11/14 12:50:53 Modified files: print/lilypond : Tag: OPENBSD_7_4 Makefile Added files: print/lilypond/patches: Tag: OPENBSD_7_4 patch-scm_backend-library_scm patch-scm_framework-ps_scm patch-scm_ps-to-png_scm patch-scripts_build_output-distance_py Log message: MFC: Fix for ghostscript 10.02.1, which removes finddevice, backported to lilypond-2.22.2. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 12:52:31 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-3.17.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/14 12:59:07 Modified files: lang/vala : Makefile distinfo Log message: Update to vala-0.56.14. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/11/14 13:01:11 Modified files: usr.bin/tmux : arguments.c Log message: Don't strdup NULL filename. CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2023/11/14 14:31:01 Modified files: etc/etc.powerpc64: login.conf Log message: Bump powerpc64 default datasize to 1536M This is for llvm 16; powerpc64 (like some other platforms) needs a higher datasize limit to build base-clang 16. ok jca@ CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2023/11/14 15:30:58 Modified files: sysutils/cpuid : Makefile sysutils/cpuid/files: cpuid.c Log message: Add a "cpuid identify" that prints basic information (brand, family, model, stepping and manufacturer). Fix a few compiler warnings. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/14 16:34:51 Modified files: sysutils/firmware/intel: Makefile distinfo Log message: update intel microcode to 20231114 release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20231114 mitigates: https://lock.cmpxchg8b.com/reptar.html https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/redundant-prefix-issue.html CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/14 17:50:43 Modified files: usr.bin/grep : grep.1 util.c Log message: procline: only reduce mcount once per line, not once per match. This makes "grep -m" behave like GNU grep (where the -m option originated). From Crystal Kolipe. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/14 17:52:42 Modified files: regress/usr.bin/grep: Makefile Added files: regress/usr.bin/grep: t28.in Log message: Add regress test for "grep -m" behavior. From Crystal Kolipe. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/14 17:52:44 Modified files: lib/libcrypto/pkcs7: pk7_doit.c Log message: Shuffle getters and adders down a bit These use static helper functions which don't need prototypes this way. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/14 17:55:43 Modified files: lib/libcrypto/pkcs7: pk7_doit.c Log message: Drop some unnecessary parentheses CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/11/14 18:54:02 Modified files: usr.sbin/fw_update: fw_update.sh Log message: Improve fw_update output on errors Mostly some setup for the future, by separating out the filehandles we use for the status and errors more specifically, we can trap the things we know about without hiding surprises. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/11/14 19:00:02 Modified files: usr.sbin/fw_update: fw_update.sh Log message: Better handle ftp errors in fw_update Trap STDERR to post-process it looking for 404 errors to handle them differently. The fetch method now also returns different error codes for errors that can continue on. Currently only 404 is special and everything else should cause fw_update to exit early without trying all the files. Exit early if the SHA256.sig gets a 404 because that is required to figure out what valid firmware are. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/11/14 19:03:49 Modified files: usr.sbin/fw_update: fw_update.sh Log message: Improve output after waiting for package db lock OpenBSD::PackageInfo::lock_db will send messages to STDERR if we ended up waiting for a lock, if that happens, it stomped over the "fw_update:" prefix on the status line so tidy up and print it out again. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/14 19:04:14 Modified files: devel/include-what-you-use: Makefile distinfo devel/include-what-you-use/patches: patch-iwyu_include_picker_cc devel/include-what-you-use/pkg: PLIST Log message: update to include-what-you-use 0.20 CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/11/14 19:07:44 Modified files: usr.sbin/fw_update: fw_update.sh Log message: Don't let signify mess up our status line While not verbose the status line is built as we go, so save errors from signify until after we've finished the status line. This should exit and print the error immediately, since this happens when fetching the SHA256.sig and fw_update exits early in that case. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/14 22:23:48 Modified files: graphics/piglit: Makefile Added files: graphics/piglit/patches: patch-tests_spec_ext_external_objects_vk_c Log message: backport a patch to fix the build with llvm 16 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 01:00:14 Modified files: security/libgcrypt: Makefile distinfo security/libgcrypt/patches: patch-configure Removed files: security/libgcrypt/patches: patch-random_rndgetentropy_c Log message: Update to libgcrypt-1.10.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 01:07:35 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.53.3. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 01:13:24 Added files: devel/arm-none-eabi/gdb/patches: patch-gdb_common_enum-flags_h Log message: unbreak ancient gdb with clang-16 with a patch from upstream CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 01:14:00 Modified files: sysutils/cloud-sql-proxy: Makefile distinfo Log message: Update to cloud-sql-proxy-2.7.2. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 01:14:24 Modified files: devel/gsoap : Makefile distinfo devel/gsoap/patches: patch-configure_ac devel/gsoap/pkg: PLIST Removed files: devel/gsoap/patches: patch-gsoap_stdsoap2_cpp patch-gsoap_stdsoap2_h Log message: update to 2.8.131; also unbreaks build with clang-16 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 01:14:58 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-455.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 01:15:11 Modified files: devel/py-freezegun: Makefile distinfo devel/py-freezegun/pkg: PLIST Log message: update to py3-freezegun-1.2.2, ok jung@ (former maintainer, dropped at his request) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 01:29:31 Modified files: benchmarks/bonnie++: Makefile benchmarks/bonnie++/patches: patch-Makefile_in Log message: use -std=c++14 to unbreak with clang-16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 01:34:09 Added files: devel/arm-none-eabi/newlib/patches: patch-newlib_doc_makedoc_c Log message: explicitly cast to stinst_type to unbreak with clang-16; taken from upstream CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 01:57:00 Modified files: devel/avr32/gcc-bootstrap: Makefile devel/avr32/gcc-bootstrap/patches: patch-gcc_config_avr32_avr32_c Added files: devel/avr32/gcc-bootstrap/patches: patch-gcc_config_avr32_avr32-protos_h Log message: use correct function definitions and return types; fixes clang16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:04:49 Modified files: astro/py-sgp4 : Makefile distinfo Log message: update to py3-sgp4-2.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:04:51 Modified files: astro/py-jplephem: Makefile distinfo Log message: update to py3-jplephem-2.20 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 02:05:11 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-good: distinfo multimedia/gstreamer1/plugins-libav: distinfo multimedia/gstreamer1/plugins-ugly: distinfo multimedia/gstreamer1/py-gstreamer: distinfo Log message: Update the GStreamer stack to version 1.22.7. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:05:47 Modified files: x11/fluxbox : Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:08:21 Modified files: x11/blackbox : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:14:12 Modified files: net/bro : Makefile Log message: build with base clang to unbreak; there seems to be no need for using ports-clang CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:14:37 Modified files: www/dansguardian: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:18:50 Modified files: astro/celestia : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:23:25 Modified files: audio/calf : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:25:55 Modified files: textproc/py-tomlkit: Makefile distinfo Log message: update to py3-tomlkit-0.12.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:27:56 Modified files: audio/audacious/player: Makefile Added files: audio/audacious/player/patches: patch-src_libaudcore_vfs_h Log message: extend the VFSSeekType enum with an unknown element to please clang16; from freebsd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:28:12 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples Log message: update to tomcat-8.5.96 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:28:46 Modified files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/pkg: PLIST-examples Log message: update to tomcat-10.1.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:28:50 Modified files: devel/yarn : Makefile distinfo devel/yarn/patches: patch-lib_cli_js Log message: update to yarn-1.22.21 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:29:34 Modified files: audio/liblastfm: Makefile audio/liblastfm/patches: patch-src_CMakeLists_txt Added files: audio/liblastfm/patches: patch-src_fingerprint_Fingerprint_cpp patch-src_fingerprint_Fingerprint_h Log message: support C++17 to unbreak with clang16; from upstream CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 02:38:23 Modified files: audio/py-tagpy : Makefile Added files: audio/py-tagpy/patches: patch-src_wrapper_id3_cpp patch-src_wrapper_rest_cpp Log message: unbreak with clang-16 with patches from freebsd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:38:38 Modified files: sysutils/firmware/intel: Tag: OPENBSD_7_4 Makefile distinfo Log message: update intel-firmware in 7.4-stable CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 02:53:45 Modified files: multimedia/motion: Makefile distinfo Removed files: multimedia/motion/patches: patch-configure_ac patch-po_de_po patch-po_fi_po Log message: update to motion-4.6.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 03:15:29 Modified files: mail/exim : Makefile distinfo mail/exim/patches: patch-Local_Makefile patch-OS_Makefile-Default patch-scripts_exim_install patch-src_lookups_spf_c patch-src_spf_h mail/exim/pkg : PLIST-main Added files: mail/exim/patches: patch-OS_Makefile-OpenBSD Removed files: mail/exim/patches: patch-src_dmarc_c Log message: update to exim-4.97, from Renaud Allard (maintainer), plus I added the missing BDEP CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 04:23:31 Modified files: devel/py-pydantic-compat: Makefile distinfo devel/py-pydantic-compat/pkg: PLIST Log message: update to py3-pydantic_compat-0.1.1, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 04:32:36 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/patches: patch-configure_ac graphics/ImageMagick/pkg: PLIST Removed files: graphics/ImageMagick/patches: patch-config_policy_xml Log message: update to ImageMagick-6.9.12.96 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 04:57:37 Modified files: mail : Makefile mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt mail/rspamd/pkg: PLIST Log message: update to rspamd-3.7.4 upstream says "in future I plan to make Hyperscan dependency mandatory" (https://github.com/rspamd/rspamd/issues/4702#issuecomment-1812352913) so I've removed the separate hyperscan flavour and rolled it into the main package - this restricts archs to amd64 for now - if someone wants to run this on aarch64 then porting vectorscan is an option, but others e.g. sparc64 won't be supported. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/11/15 05:52:05 Modified files: graphics/hugin : Makefile distinfo graphics/hugin/pkg: PLIST Removed files: graphics/hugin/patches: patch-src_hugin_base_panodata_Exiv2Helper_cpp patch-src_hugin_base_panodata_SrcPanoImage_cpp Log message: update to hugin-2023.0.0 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/11/15 05:59:33 Modified files: games/wrath : Makefile distinfo Log message: use a newer commit to fix the build with llvm 16 remove maintainer, reivyr@enmadechi.com: Domain does not exist ok sthen@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 06:12:00 Modified files: cad/magic : Makefile Log message: pass -Wno-error=int-conversion for clang-16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 06:21:42 Modified files: sysutils/incron: Makefile sysutils/incron/pkg: PLIST Log message: use -std=c++14 to fix build with new llvm sync PLIST, use https HOMEPAGE/SITES while there CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 06:28:39 Modified files: comms/fldigi : Makefile Log message: use -std=gnu++0x for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 06:34:38 Modified files: converters/wv2 : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/15 06:36:11 Modified files: usr.sbin/snmpd : application.c Log message: Make sure we allocate the correct size for an appl_agentcap. OK claudio@ miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 06:39:27 Modified files: databases : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: remove p5-sybperl, lots of problems - implicit function declarations, format string problems (long/int, format string not string literal, more % conversions than data arguments, ...) - fails with llvm 16 - apart from us, only pkgsrc packages this. doesn't seem likely to have been used much if at all since jcs dropped maintainer in 2006. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 06:47:14 Modified files: devel/py-llvmlite: Makefile Log message: mark BROKEN, needs updating for LLVM 16 (not supported in an upstream release yet) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 06:54:30 Modified files: databases/p5-sybperl: Makefile Log message: pass -Wno-error=int-conversion for clang-16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 06:57:57 Modified files: devel/atf : Makefile Log message: use -std=gnu++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:09:01 Modified files: devel/commoncpp: Makefile Log message: use -std=c++98 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/11/15 07:10:16 Modified files: build : mirrors.dat Log message: ftp.fsn.hu has been down for some time; reported by Gabor Papp CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/11/15 07:10:40 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 07:18:12 Removed files: databases/p5-sybperl: Makefile distinfo databases/p5-sybperl/patches: patch-CTlib_CTlib_xs patch-CTlib_Makefile_PL patch-DBlib_DBlib_xs patch-Makefile_PL databases/p5-sybperl/pkg: DESCR PLIST Log message: actually remove p5-sybperl, missed when I unhooked it (additionally to the problems mentioned in databases/Makefile / quirks commit, both 2.19 and 2.20 also fail all tests with undefined symbols, so seems likely that this has been broken for some time) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:21:08 Modified files: devel/csmith : Makefile Log message: use -std=c++14 and -Wno-error=enum-constexpr-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:23:50 Modified files: devel/codeworker: Makefile devel/codeworker/patches: patch-CGRuntime_cpp patch-CGRuntime_h patch-CppParsingTree_cpp Added files: devel/codeworker/patches: patch-CppParsingTree_h Log message: unbreak with clang16 with patches from freebsd CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:27:02 Modified files: devel/log4cplus: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 07:36:08 Modified files: mail : Makefile mail/rspamd : Makefile mail/rspamd/pkg: PLIST Added files: mail/rspamd/patches: patch-src_libserver_rspamd_control_c Log message: add upstream patch and put back the hyperscan flavour of rspamd re https://github.com/openbsd/ports/commit/e0d5726e0fb59230638efe593e7659960ad2cbc4#commitcomment-132616311 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:36:12 Modified files: devel/ode : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/15 07:40:56 ports/lang/wasi-sdk/compiler-rt/patches Update of /cvs/ports/lang/wasi-sdk/compiler-rt/patches In directory cvs.openbsd.org:/tmp/cvs-serv55118/patches Log Message: Directory /cvs/ports/lang/wasi-sdk/compiler-rt/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:43:22 Modified files: devel/ptlib : Makefile Log message: unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 07:43:42 Added files: devel/ptlib/patches: patch-include_ptlib_psharedptr_h patch-src_ptlib_common_object_cxx Log message: unbreak with clang16 take #2; add missing patches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 07:52:15 Modified files: net/isc-bind : Makefile distinfo Log message: update to isc-bind-9.18.20 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/15 07:58:28 Modified files: net/isc-bind : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to isc-bind-9.18.20 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/15 08:04:10 Modified files: mail : Makefile Log message: Unbreal sqlports: there's no dovecot,gssapi. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 08:25:05 ports/devel/riscv32-esp-elf/gdb/patches Update of /cvs/ports/devel/riscv32-esp-elf/gdb/patches In directory cvs.openbsd.org:/tmp/cvs-serv73296/patches Log Message: Directory /cvs/ports/devel/riscv32-esp-elf/gdb/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 08:25:31 Added files: devel/riscv32-esp-elf/gdb/patches: patch-gdb_gdbsupport_enum-flags_h patch-include_diagnostics_h Log message: unbreak build with clang16 by merging the upstream fix for it CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 08:37:45 Modified files: devel/ti-msp430gcc: Makefile Added files: devel/ti-msp430gcc/patches: patch-sources_tools_newlib_doc_makedoc_c Log message: use -std=c++14 for base-clang and add a proper cast to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/11/15 08:52:09 Modified files: usr.sbin/ntpd : ntp.h util.c Log message: Correct denominators when converting NTP fixed point values to double and vice-versa; ok tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 08:58:19 Modified files: devel/valgrind : Makefile Log message: pass -Wno-error=int-conversion for clang-16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:02:39 Modified files: devel/xsd : Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/15 09:11:42 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Log message: mail/mozilla-thunderbird: update to 115.4.3. see https://www.thunderbird.net/en-US/thunderbird/115.4.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/15 09:12:27 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.4.3. see https://www.thunderbird.net/en-US/thunderbird/115.4.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/15 09:13:03 Modified files: mail/aerc : Makefile Log message: mail/aerc: move notmutch support into its own flavor diff from Johannes Thyssen Tishman, ok MAINTAINER Thim Cederlund CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/15 09:13:36 Modified files: mail : Makefile Log message: +aerc,notmutch CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:15:03 Modified files: devel/xtensa-esp32-elf/gdb/patches: patch-gdb_Makefile_in Added files: devel/xtensa-esp32-elf/gdb/patches: patch-gdb_gdbsupport_enum-flags_h patch-include_diagnostics_h devel/xtensa-esp32s2-elf/gdb/patches: patch-gdb_gdbsupport_enum-flags_h patch-include_diagnostics_h devel/xtensa-esp32s3-elf/gdb/patches: patch-gdb_gdbsupport_enum-flags_h patch-include_diagnostics_h Log message: unbreak build with clang16 by merging the upstream fix for it CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:21:59 Added files: devel/xtensa-lx106-elf/binutils/patches: patch-gdb_common_enum-flags_h patch-gdb_unittests_string_view-selftests_c patch-include_diagnostics_h Log message: unbreak build with clang16 by merging the upstream fix for it CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:29:36 Modified files: editors/ht : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/15 09:30:59 Modified files: mail : Makefile Log message: ops, fix typo in previous: notmutch -> notmuch CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:33:37 Added files: editors/kakoune/patches: patch-src_ranges_hh Log message: unbreak build with clang16 by merging the upstream fix for it CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:35:23 Modified files: emulators/gambatte: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:46:39 Modified files: mail/grommunio/web/pkg: PLIST Log message: fixup PLIST; noted by tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:49:06 Modified files: geo/gpstk : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 09:57:22 Modified files: geo/osrm-backend: Makefile Log message: pass -Wno-error=unused-but-set-variable for clang-16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:12:02 Modified files: graphics/ctl : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/15 10:12:06 Modified files: x11/xfce4 : xfce4.port.mk x11/xfce4/xfce4-wavelan: Makefile Log message: x11/xfce4: pass --disable-debug by default to ports built from an upstream commit in january, kn@ noticed that xfce4-wavelan filled .xsession-errors logs with debugging info, so --enable-maintainer-mode --enable-debug was put behind .defined(DEBUG), but that broke building ports that built some .ui files so --enable-maintainer-mode was readded for ports using XFCE_COMMIT. turns out --enable-maintainer-mode silently toggles --enable-debug.. so explicitely pass --disable-debug if DEBUG isn't defined, and bump xfce4-wavelan which was the only affected port. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/15 10:13:46 Modified files: devel/iaito : Makefile distinfo devel/iaito/patches: patch-Makefile patch-src_iaito_1 devel/radare2/main: Makefile Log message: - update iaito to 5.8.8 - add comment to radare to keep iaito CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:25:51 Modified files: graphics/freeimage: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:31:36 Modified files: graphics/lsys : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:34:51 Modified files: graphics/asymptote: Makefile Log message: use llvm13 for now CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/15 10:40:01 ports/sysutils/seatd/patches Update of /cvs/ports/sysutils/seatd/patches In directory cvs.openbsd.org:/tmp/cvs-serv87899/patches Log Message: Directory /cvs/ports/sysutils/seatd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/15 10:42:18 Modified files: sysutils/seatd : Makefile distinfo Added files: sysutils/seatd/patches: patch-common_drm_c patch-common_evdev_c patch-common_terminal_c patch-common_wscons_c patch-meson_build patch-seatd_client_c patch-tests_poller_c Log message: switch seatd to official release 0.8.0 + patches. ok without setting EPOCH rsadowski@ landry@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:43:00 Modified files: graphics/povray: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:47:33 Modified files: inputmethods/scim: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:53:26 Modified files: inputmethods/uim: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 10:55:22 Modified files: graphics/openscenegraph: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:26:23 Modified files: x11/rep-gtk : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:29:36 Modified files: x11/eterm : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:29:43 Modified files: x11/mate/engrampa: Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:31:16 Modified files: www/sqtop : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:31:36 Modified files: x11/gnome/usage: Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:34:24 Modified files: textproc/xxdiff: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:35:02 Modified files: www/sogo : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:38:16 Modified files: textproc/source-highlight: Makefile Log message: use -std=gnu++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:38:27 Modified files: textproc/isearch: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:40:17 Modified files: textproc/arabica: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:42:09 Modified files: telephony/resiprocate: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:46:05 Modified files: security/veracrypt: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/15 11:48:13 Modified files: usr.bin/awk : b.c Log message: fnematch: fix out-of-bounds access on EOF fnematch() expects to store a NUL byte when EOF is encountered. However, the rewrite broke this assumption because r.len from getrune() is zero on EOF. This results in j becoming negative on EOF, causing an out-of-bounds access. It is simplest to just force r.len to 1 on EOF to copy a single NUL byte--the rune is initialized to zero even for EOF. This also fixes the call to adjbuf(). We cannot use 'k' to determine when we need to expand the buffer now that we are potentially reading more than a single byte at a time. https://github.com/onetrueawk/awk/pull/211 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 11:54:59 Modified files: security/john-jumbo: Makefile Added files: security/john-jumbo/patches: patch-src_blake2_h Log message: add -Wno-error=int-conversion and backport a fix from upstream to fix clang16 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/15 11:56:53 Modified files: usr.bin/awk : b.c Log message: fnematch: fix a bug that could result in extra chars being pushed back. From Arnold Robbins. https://github.com/onetrueawk/awk/pull/213 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:01:05 Modified files: net/poco : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:15:38 Modified files: multimedia/streamdvd: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:17:33 Modified files: multimedia/sfml: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:21:00 Modified files: multimedia/phonon: Makefile Log message: add -Wno-error=enum-constexpr-conversion for base clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:28:11 Modified files: multimedia/mjpegtools: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:34:54 Modified files: math/ginac : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:37:21 Modified files: mail/geary : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:37:30 Modified files: lang/pcc/pcc : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/15 12:41:29 Modified files: wayland/libinput-openbsd: Makefile distinfo Removed files: wayland/libinput-openbsd/patches: patch-src_wscons_c Log message: Update to the latest commit "upstream". This contains a fix to build with llvm16. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/15 12:44:12 Modified files: emulators/qemu : Makefile Log message: unbreak with upcoming capstone-5.0; no pkg change CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:44:31 Added files: lang/verilator/patches: patch-src_V3EmitCSyms_cpp patch-src_V3EmitC_cpp Log message: unbreak with clang16 by not trying to increment a boolean; set it instead CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:51:52 Modified files: lang/iverilog : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:52:44 Modified files: lang/apl : Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:55:53 Modified files: java/jlint : Makefile java/jlint/patches: patch-Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 12:56:56 Modified files: japanese/kasumi: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:00:26 Modified files: japanese/canna : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:06:23 Modified files: japanese/Wnn : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:11:30 Modified files: games/openxcom : Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:13:27 Modified files: games/stepmania: Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:17:13 Modified files: games/meandmyshadow: Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:19:30 Added files: games/scorched3d/patches: patch-configure-al_m4 Log message: unbreak autoconf with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:23:07 Modified files: games/lincity-ng: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/15 13:23:19 Modified files: sys/sys : disk.h sys/kern : subr_disk.c Log message: Constify disk_map()'s path argument The disklabel UID passed in is not modified, reflect that and allow callers using 'const char *'. OK miod CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:24:39 Modified files: games/liberalcrimesquad: Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:25:11 Modified files: games/ja2-stracciatella: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:28:23 Modified files: games/alephone/alephone: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:28:32 Modified files: games/freesynd : Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:33:08 Modified files: games/ezquake : Makefile Log message: add -Wno-error=int-conversion for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:35:15 Modified files: games/fillets-ng: Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:38:05 Modified files: games/eboard : Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:41:45 Modified files: games/brumbrumrally: Makefile Log message: use -std=c++11 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/15 13:44:59 Modified files: games/dangerdeep: Makefile Log message: use -std=c++14 for base-clang to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/11/15 15:51:49 Modified files: usr.bin/ssh : channels.c channels.h clientloop.c Log message: when deciding whether to enable keystroke timing obfuscation, only consider enabling it when a channel with a tty is open. Avoids turning on the obfucation when X11 forwarding only is in use, which slows it right down. Reported by Roger Marsh CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/11/15 16:03:38 Modified files: usr.bin/ssh : sshconnect.c Log message: when connecting via socket (the default case), filter addresses by AddressFamily if one was specified. Fixes the case where, if CanonicalizeHostname is enabled, ssh may ignore AddressFamily. bz5326; ok dtucker CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/15 16:57:45 Modified files: sys/dev : bio.c Log message: use a random number as the cookie in bio ioctls. ok kn@ krw@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/15 17:11:46 Modified files: x11/xruskb : Makefile Added files: x11/xruskb/patches: patch-configure_ac Log message: x11/xruskb: fix typo in configure script to unbreak with clang16 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/15 19:45:20 Modified files: sys/sys : kstat.h Log message: cpu frequency and volt types for kstat_kvs CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/15 19:45:54 Modified files: usr.bin/kstat : kstat.c Log message: handle printing cpu freq and volt kstat_kv types CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/15 20:17:34 Modified files: usr.bin/kstat : kstat.c Log message: avoid reading data when enumerating kstats. this means we can reliably read the provider/instance/name/unit tuple, which should avoid "duplicate kstat entry" when multiple kstat read handlers have issues. found on a box with multiple rge interfaces, which have hardware backed kstats that can only be read when the interface is up. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/11/15 23:27:12 Added files: regress/usr.bin/grep: t28_1.out t28_2.out t28_3.out t28_4.out t28_5.out t28_6.out t28_7.out t28_8.out Log message: Add expected output files, missed in previous commit. I hope our grep is producing the wanted output at this point. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/15 23:49:50 Added files: multimedia/phonon/patches: patch-phonon_objectdescription_h Log message: build fix for clang > 16 from upstream CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 01:39:06 Modified files: net/icinga/icinga-php-library: Makefile distinfo net/icinga/icinga-php-library/pkg: PLIST Log message: update to icinga-php-library-0.13.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 01:39:10 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.83 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 01:41:12 Modified files: net/wireshark : Makefile distinfo net/wireshark/pkg: PLIST-text Log message: update to wireshark-4.0.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 01:41:19 Modified files: net/wireshark : Tag: OPENBSD_7_4 Makefile distinfo net/wireshark/pkg: Tag: OPENBSD_7_4 PLIST-text Log message: update to wireshark-4.0.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 01:41:22 Modified files: databases/mongodb/44: Makefile distinfo Log message: update to mongodb-4.4.26 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 01:59:08 Modified files: net/bro/pkg : PLIST Log message: Fix PLIST: MODCLANG_VERSION is bogus in this context. reported by tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 02:10:54 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo Log message: update to vpn-user-portal-3.5.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 02:43:21 Modified files: textproc/mupdf : Makefile distinfo Log message: update to mupdf-1.23.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 02:43:53 Modified files: textproc/zathura/plugins/mupdf: Makefile Log message: bump revision, libmupdf.a was updated CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 03:00:07 ports/multimedia/ogmtools/patches Update of /cvs/ports/multimedia/ogmtools/patches In directory cvs.openbsd.org:/tmp/cvs-serv15841/patches Log Message: Directory /cvs/ports/multimedia/ogmtools/patches added to the repository CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/11/16 03:06:22 Modified files: opensmtpd : index.html Log message: release opensmtpd 7.4.0p1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 03:11:41 Modified files: multimedia/ogmtools: Makefile multimedia/ogmtools/pkg: PLIST Added files: multimedia/ogmtools/patches: patch-avilib_Makefile_am patch-configure_in Log message: ogmtools: respect CXXFLAGS, add -std=c++14 to CXXFLAGS to build with new clang, use HTTPS homepage, don't use -O3, regen PLIST CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 03:15:31 Modified files: sysutils/flatpak/xdg-dbus-proxy: Makefile Log message: missing BDEP on docbook-xsl CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/16 03:23:21 Modified files: usr.sbin/smtpd : dns.c Log message: consider an MX of "localhost" as it were a "Null MX" diff from Philipp (philipp+openbsd [at] bureaucracy [dot] de), thanks! ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 03:41:22 Modified files: devel/p5-File-FcntlLock: Makefile devel/p5-File-FcntlLock/pkg: PLIST Log message: p5-File-FcntlLock doesn't install File::FcntlLock::Inline or File::FcntlLock::Pure on i386. The Makefile.PL suggests that the same might happen on other !LP64 archs. Set a variable used in SUBST_VARS to or "@comment " depending on whether we're building on a 64-bit or 32-bit machine respectively and use in the PLIST to allow optionally including those files. ok Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 03:57:38 Added files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_v8_src_base_bit-field_h Log message: fix compiling with clang-16 Fix from gentoo: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb7d0a7131b5a5938b12673f4b260d66cc1a527 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/16 04:10:59 Modified files: usr.sbin/rpki-client: extern.h x509.c Log message: Add a helper to extrct the CRL Number from a crl ok claudio CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/16 04:17:52 Modified files: usr.sbin/rpki-client: crl.c Log message: Improve CRL extension checking RFC 6487 section 5 requires AKI and CRL Number and no other numbers to be present in a CRL. We only checked for AKI and ignored other extensions. Pointed out by Haya Schulmann et al ok claudio CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/16 04:18:47 Modified files: usr.sbin/rpki-client: print.c Log message: Simplify CRL printing ok claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/16 04:32:34 Modified files: devel/kdevelop/pkg: PLIST devel/qt-creator/pkg: PLIST lang/zig/pkg : PLIST lang/clang : clang.port.mk lang/wasi-sdk/compiler-rt: Makefile Log message: clang.port.mk: don't add MODCLANG_VERSION to SUBST_VARS, it causes various bogus substitutions (especially with MODCLANG_VERSION=16 e.g. 16x16 icons). un-substitute PLISTs which currently use it, and add to SUBST_VARS in lang/wasi-sdk/compiler-rt where it's actually needed. ok tb@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/16 04:33:28 Modified files: net/ngtcp2 : Makefile Log message: ngtcp2: take MAINTAINER CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/16 04:35:15 Modified files: www/nghttp3 : Makefile Log message: nghttp3: take MAINTAINER CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 04:37:41 ports/devel/qcoro/patches Update of /cvs/ports/devel/qcoro/patches In directory cvs.openbsd.org:/tmp/cvs-serv98579/patches Log Message: Directory /cvs/ports/devel/qcoro/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 04:43:02 Modified files: security/p11-kit: Makefile distinfo Log message: Update to p11-kit-0.25.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 04:47:35 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.6.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 04:51:12 Modified files: security/gnutls: Makefile distinfo security/gnutls/pkg: PLIST Log message: SECURITY update to gnutls-3.8.2. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/16 04:58:13 Modified files: x11/qt6/qtbase : Makefile x11/qt6/qtbase/patches: patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_plugins_tls_openssl_qx509_openssl_cpp Log message: qt6/qtbase: ASN1_time_parse() will become internal-only discussed with rsadowski CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 05:12:04 Modified files: devel/qcoro : Makefile Added files: devel/qcoro/patches: patch-qcoro_coroutine_h Log message: Fix build with llvm16 ok kn@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/16 06:25:07 Modified files: usr.sbin/snmpd : application.c Log message: avi_origid must also be set when transitioning out of the APPL_VBSTATE_MUSTFILL state, else snmpd won't like use once we reach EOMV of our view of the world. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/16 06:26:45 Modified files: regress/usr.sbin/snmpd: Makefile backend.c regress.h snmpd_regress.c Log message: Add 3 tests for when getbulk reaches EOMV. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 06:45:59 Modified files: x11/qt6/qttools: Makefile Log message: fix: can't load library 'libclang-cpp.so.X.X' kirby@ reported the following issue: $ /usr/local/lib/qt6/bin/lupdate ld.so: lupdate: can't load library 'libclang-cpp.so.1.0' Fixed by adding RPATH CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/16 06:47:22 Modified files: sys/arch/mips64/include: vmparam.h Log message: crank MAXTSIZ because clang is a piggy CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/16 06:47:42 Modified files: etc/etc.octeon : login.conf Log message: crank some limits because clang is a piggy CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/11/16 07:18:41 Modified files: converters/dos2unix: Makefile distinfo converters/dos2unix/pkg: PLIST Log message: Update to dos2unix-7.5.1: Fixed problem of converting a symbolic link target that is on another file system. Updated Chinese and Serbian translations. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/16 07:20:49 Modified files: lib/libcrypto/man: ASN1_TIME_set.3 Log message: Minimal fix to unbreak OPENSSL_{gmtime,timegm}(3) I was told not to look since it will magically get fixed. Fine. I'd still have expected a minimal amount of care so that the manpage isn't totally dysfunctional and missing text in the right places. Sigh. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/16 07:35:25 Modified files: usr.sbin/snmpd : application.c Log message: In appl_processpdu() no need to set avi_next, and only set av_next up to varbindlen, since its only use is to print the varbindlist via appl_pdu_log() and both are further properly initialized in appl_request_upstream_resolve(). This fixes a cosmetic off by one for getbulk requests. OK tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 07:59:44 Modified files: security/gnutls: Tag: OPENBSD_7_4 Makefile Added files: security/gnutls/patches: Tag: OPENBSD_7_4 patch-lib_auth_rsa_c patch-lib_auth_rsa_psk_c patch-lib_gnutls_int_h patch-lib_priority_c Log message: libgnutls: Fix timing side-channel inside RSA-PSK key exchange. [GNUTLS-SA-2023-10-23] [CVE-2023-5981] CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/16 08:05:44 Modified files: gnu/usr.bin/clang/include/llvm/AMDGPU: Makefile Log message: set .NOTPARALLEL for AMDGPU tblgen files to tame memory usage on i386 ok deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/16 08:39:32 Modified files: lib/libcrypto/man: BIO_get_ex_new_index.3 Log message: fix typo: exdata -> ex_data CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/16 09:03:51 Modified files: etc/root : dot.login dot.profile Log message: Use tset -I for all terminals, not just xterm. Terminal initialization is usually only needed for hardware terminals, which are rare these days, and the initialization strings result in a bunch of extra newlines on pseudo-terminals. OK nicm@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/16 09:05:13 Modified files: etc/skel : dot.login Log message: Use tset -I for all terminals, not just xterm. Terminal initialization is usually only needed for hardware terminals, which are rare these days, and the initialization strings result in a bunch of extra newlines on pseudo-terminals. OK nicm@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/16 09:22:52 Modified files: security/pivy/patches: patch-openssh_configure_ac Log message: pivy: Fix clang version parsing and use -fzero-call-used-regs=used also for clang 16 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/16 09:48:56 Modified files: security/web-eid-app: Makefile Log message: pull upstream fix to unbreak clang16 build CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/16 09:49:14 Modified files: security/web-eid-app: distinfo Log message: pull upstream fix to unbreak clang16 build CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/16 11:10:19 Modified files: lib/libcrypto/man: bn_dump.3 Log message: delete lots of stuff that no longer exists CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2023/11/16 11:15:37 Modified files: security/suricata: Makefile distinfo security/suricata/patches: patch-configure_ac patch-doc_userguide_Makefile_in patch-suricata-update_suricata_update_parsers_py patch-suricata_yaml_in security/suricata/pkg: PLIST Removed files: security/suricata/patches: patch-src_suricata_c patch-src_util-privs_c patch-src_util-privs_h Log message: Update for Suricata to 7.0.2 With tweaks from sdk@ OK sdk@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/16 11:27:48 Modified files: sys/netinet : tcp_input.c tcp_usrreq.c tcp_var.h Log message: Run TCP SYN cache timer logik without net lock. Introduce global TCP SYN cache mutex. Devide timer function in parts protected by mutex and sending with netlock. Split the flags field in dynamic flags protected by mutex and fixed flags set during initialization. Document whether fields of struct syn_cache are protected by net lock or mutex. input and OK sashan@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/11/16 12:37:39 Modified files: games/wesnoth : Makefile Added files: games/wesnoth/patches: patch-src_gettext_cpp Log message: fix build with boost-1.83 upstream patch found by Brad, thanks! requested and ok tb@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2023/11/16 12:38:44 Modified files: gnu/llvm/clang/include/clang/Basic: DiagnosticSemaKinds.td Log message: downgrade -Wint-conversion to a warning autoconf might misinterpet this so we need to do a full sweep before it can be upgraded to an error again CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/11/16 13:15:21 Modified files: net/seafile/client: Makefile distinfo net/seafile/seafile: Makefile distinfo Log message: update to seafile-9.0.4 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/16 13:17:04 Modified files: lib/libcrypto/man: OPENSSL_VERSION_NUMBER.3 Log message: fix wrong macro CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/16 13:19:23 Modified files: lib/libcrypto/man: BIO_ctrl.3 BIO_s_fd.3 BIO_s_file.3 BIO_s_mem.3 Log message: drop some duplicate statements about macros CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/16 13:27:43 Modified files: lib/libcrypto/man: BIO_get_data.3 BIO_get_ex_new_index.3 DES_set_key.3 EVP_OpenInit.3 EVP_SealInit.3 EVP_SignInit.3 EVP_VerifyInit.3 EVP_aes_128_cbc.3 EVP_sm4_cbc.3 OPENSSL_malloc.3 OpenSSL_add_all_algorithms.3 X509_STORE_get_by_subject.3 X509_STORE_set1_param.3 Log message: Mention which functions are implemented as macros in the few cases where that information was missing. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/16 13:29:55 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-media_base_media_switches_cc Log message: update to 119.0.6045.159 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/16 13:38:10 Modified files: sysutils/salt : Makefile Log message: use https://saltproject.io/ as the HOMEPAGE; from Raf Czlonka CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/16 13:38:58 Modified files: security/libsodium: Makefile Added files: security/libsodium/patches: patch-src_libsodium_crypto_aead_aegis128l_aegis128l_armcrypto_c patch-src_libsodium_crypto_aead_aegis256_aegis256_armcrypto_c patch-src_libsodium_crypto_aead_aes256gcm_armcrypto_aead_aes256gcm_armcrypto_c Log message: backport upstream 8f453f41f8834e0fe47610f2a3e03e696ddb3450 aarch64: set compiler attributes *after* including while here, fix WRKSRC vs WRKDIST so patches apply CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/16 14:46:04 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.39.1 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/16 14:54:16 Modified files: games/0ad/base : Makefile Added files: games/0ad/base/patches: patch-libraries_source_spidermonkey_FixNewClang.diff patch-libraries_source_spidermonkey_patch_sh Log message: Remove -fexperimental-pass-manager usage to unbreak clang 16 build 0ad extracts and patches spidermonkey during do-build; add another patch to limit pass manager usage to clang <= 13; FreeBSD removes the block, upstream has a diff stubbing it out: https://code.wildfiregames.com/D5011 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/16 15:39:04 Modified files: net/kea : Makefile Log message: net/kea: use -std=c++14 for base-clang to unbreak with clang16 This is a transitive requirement imposed by the outdated version of the devel/log4cplus dependency. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/16 16:49:40 Modified files: x11/gnome/mutter: Makefile Log message: Missing BDEP on wayland/wayland. I will look at why this is needed, but for now the build depend works around the build failure. reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 23:34:49 Modified files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_libsync_src_sync_c Log message: Unbreak build with llvm16 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 23:51:48 Modified files: x11/kde-applications/kleopatra: Makefile Log message: Add -Wno-enum-constexpr-conversion to unbreak build with llvm16 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/16 23:52:00 Modified files: x11/kde-applications/kdepim-runtime: Makefile Log message: Add -Wno-enum-constexpr-conversion to unbreak build with llvm16 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 00:33:56 Modified files: sysutils/flatpak/xdg-desktop-portal: Makefile Log message: Missing dependency on geo/geoclue2. reported by tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 00:36:01 Modified files: net/icinga/web2: Makefile distinfo Log message: update to icinga-web2-2.12.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:08:59 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.53.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:09:14 Modified files: inputmethods/ibus: Makefile distinfo Log message: Update to ibus-1.5.29. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:16:14 Modified files: sysutils/p5-Sys-Virt: Makefile distinfo Log message: Update to p5-Sys-Virt-9.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:21:09 Modified files: graphics/shotwell: Makefile distinfo Log message: Update to shotwell-0.32.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:21:36 Modified files: multimedia/pipewire/pipewire: Makefile distinfo multimedia/pipewire/pipewire/patches: patch-meson_build patch-src_daemon_pipewire_conf_in patch-src_modules_module-rt_c Log message: Update to pipewire-0.3.85. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:49:12 Modified files: textproc/libxslt: Makefile distinfo Log message: Update to libxslt-1.1.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 01:51:32 Modified files: textproc/libxml: Makefile distinfo Log message: Update to libxml-2.11.6. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 02:11:03 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim editors/vim/pkg: PLIST-main Log message: update to vim-9.0.2112 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 02:30:15 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-misc_config_definitions_json net/librenms/pkg: PLIST Log message: update to librenms-23.11.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/17 03:57:36 Modified files: geo/osrm-backend: Makefile distinfo geo/osrm-backend/patches: patch-CMakeLists_txt geo/osrm-backend/pkg: PLIST Log message: osrm-backend: update to HEAD commit to fix build with boost 1.83 tested/ok sthen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/17 04:38:01 Modified files: devel/nasm : Makefile Log message: remove ONLY_FOR_ARCHS while nasm itself only targets amd64/i386, there's no reason to limit packaging the tool to just those platforms. tested on arm64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/17 04:44:10 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/capstone : Makefile.inc devel/capstone/main: distinfo devel/capstone/main/patches: patch-Makefile patch-cs_c patch-cstool_cstool_mips_c patch-include_capstone_capstone_h devel/capstone/main/pkg: PLIST devel/capstone/python: Makefile distinfo devel/capstone/python/patches: patch-capstone___init___py devel/capstone/python/pkg: PLIST Log message: - update to capstone-5.0 - make py-capstone python3-only earlier version of this diff tested in a bulk by aja@ ok benoit@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/17 04:54:29 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/xprobe : Makefile distinfo net/xprobe/patches: patch-Makefile_in patch-libs-external_USI++_src_ip_cc patch-libs-external_USI++_src_misc_cc patch-libs-external_USI++_usi++_tcp_h patch-src_Makefile_in patch-src_defines_h_in patch-src_xplib_xp_lib_cc net/xprobe/pkg : DESCR PLIST Log message: Remote net/xprobe; OK sthen thfr rsadowski Unmaintained, no update since 2005, dead upstream since 2013, crashes on some interface/IP combinations, no IPv6 support. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 04:54:50 Modified files: devel/capstone/python: Makefile devel/capstone/python/pkg: PLIST Log message: py3-capstone tweaks: - moved from py2+3 to py3-only -> convert to MODPY_PYBUILD - still uses pkg_resources so needs an RDEP on setuptools CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/17 05:10:23 Modified files: sbin/pflogd : pflogd.c Log message: Do not log errors form pcap_dispatch() caused by signals. pcap_dispatch() returns -1 (PCAP_ERROR) or -2 (PCAP_ERROR_BREAK) the latter is used when a signal is received and is not an error. So limit the code to log errors to np == -1. OK semarie@ sashan@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/17 05:19:18 Modified files: devel/radare2 : Makefile.inc Log message: enable on aarch64 CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 05:21:24 ports/fonts/iosevka-fonts/slab Update of /cvs/ports/fonts/iosevka-fonts/slab In directory cvs.openbsd.org:/tmp/cvs-serv74597/slab Log Message: Directory /cvs/ports/fonts/iosevka-fonts/slab added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 05:21:55 ports/fonts/iosevka-fonts/slab/pkg Update of /cvs/ports/fonts/iosevka-fonts/slab/pkg In directory cvs.openbsd.org:/tmp/cvs-serv92399/slab/pkg Log Message: Directory /cvs/ports/fonts/iosevka-fonts/slab/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 05:28:09 Modified files: fonts/iosevka-fonts: Makefile Added files: fonts/iosevka-fonts/slab: Makefile distinfo fonts/iosevka-fonts/slab/pkg: DESCR PLIST Removed files: fonts/iosevka-fonts/fixed-slab: Makefile distinfo fonts/iosevka-fonts/fixed-slab/pkg: DESCR PLIST Log message: fonts/iosevka-fonts: fix packaging of slab variant. The iosevka-fixed-slab SUBDIR packages what upstream calls a "sub-package", but all the other SUBDIRs package a top-level upstream package. For details of top-level and sub- iosevka packages look at: https://github.com/be5invis/Iosevka/blob/main/doc/PACKAGE-LIST.md We want consistency. I don't think it's worth packaging at such a fine-grained level as sub-packages, so I propose that each SUBDIR should be a top-level iosevka package. Therefore, this diff removes the `fixed-slab` SUBDIR in favour of a `slab` SUBDIR. Follow up commit for quirks coming soon. OK sthen@, thanks. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 05:29:14 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: devel/quirks: 'iosevka-fixed-slab' => 'iosevka-slab' OK sthen@, thanks. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/17 05:34:32 Modified files: devel/angr : Makefile.inc Log message: enable for aarch64. vex has gained a working arm64 backend some time ago. explicitly not adjusting angrop because it's not aarch64 ready for OpenBSD yet, but angr proper seems to work fine. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/17 05:39:47 Modified files: devel/rizin : Makefile Added files: devel/rizin/patches: patch-librz_debug_p_native_reg_c patch-librz_debug_p_native_reg_netbsd-arm64_h Log message: add arm64 support (based on radare2) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 05:41:04 Modified files: geo/postgis : Makefile Log message: use GraphicsMagick rather than ImageMagick to build; the latter fails due to new policy checks. ok landry@ https://trac.osgeo.org/postgis/ticket/5593 CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/17 05:41:08 Added files: lang/node/patches: patch-deps_v8_src_base_bit-field_h Log message: Workaround for clang 16, copied from x11/qt5/qtwebengine which copied it from gentoo seen on arm64 OK MAINTAINER CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/17 05:42:34 Modified files: devel/capstone : Makefile Log message: python -> python,python3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/17 05:46:53 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: net/xprobe PKGNAME was xprobe2 not xprobe CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 05:50:05 Modified files: net/toot : Makefile distinfo Log message: update to toot-0.38.2, based on a diff from Justin Berthault CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/17 06:41:26 Modified files: sysutils/ttyplot: Makefile distinfo Log message: Update ttyplot to 1.5.2. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/17 06:43:32 Modified files: lib/libutil : imsg.c Log message: rename struct imsgbuf *ibuf to *imsgbuf since ibuf is too close to struct ibuf and just causes confusion for little gain. OK tb@ stsp@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 07:22:28 Modified files: net/syncthing : Makefile distinfo net/syncthing/patches: patch-build_go patch-lib_build_build_go Log message: net/syncthing: update to version 1.26.1. Diff from Justin Berthault, thanks! CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/17 07:33:22 Modified files: comms/gnuradio : Makefile Log message: Unbreak llvm16 build by setting -Wno-implicit-const-int-float-conversion CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/17 07:43:36 Modified files: usr.sbin/ikectl: ikeca.cnf Log message: Set "unique_subject = no" to allow renewing expired certificates. Without this, openssl throws an error when creating a second req for the same subject which leads to ikectl deleting the old cert without creating a new one. Reported by Ryan Kavanagh in openiked-portable here: https://github.com/openiked/openiked-portable/issues/125 discussed with tb@ ok patrick@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/17 07:53:07 Modified files: lang/gcc/11 : Makefile lang/gcc/8 : Makefile Log message: USE_LLD (llvm13) on i386 until linking with lld16 is fixed CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/11/17 08:23:42 Modified files: sysutils/dinit : Makefile distinfo sysutils/dinit/patches: patch-configs_mconfig_OpenBSD sysutils/dinit/pkg: PLIST Log message: sysutils/dinit: Update to version 0.17.1. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/17 08:35:16 Modified files: lib/libutil : imsg.c Log message: The term peerid originated from bgpd. It is time to generalize this and just call it id. This only targets the function arguments but not the struct imsg_hdr field since that is a major API break. OK tb@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2023/11/17 08:46:58 Modified files: gnu/usr.bin/clang: Makefile.inc Log message: Use -mxgot to avoid GOT overflow during build on mips64. Tested by deraadt@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/17 08:53:38 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/minbif : Makefile distinfo net/minbif/patches: patch-CMakeLists_txt patch-minbif_conf patch-src_core_minbif_cpp patch-src_im_request_cpp patch-src_irc_dcc_cpp patch-src_server_poll_daemon_fork_cpp patch-src_server_poll_inetd_cpp patch-src_sockwrap_sockwrap_cpp net/minbif/pkg : DESCR PLIST README minbif.rc Log message: Remote net/minbif; OK landry Unmaintained, last update in 2013, HOMEPAGE is an nginx default page, https://github.com/jasuarez/minbif archived in Jan 2021, fails to bulid with clang 16. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/17 08:56:50 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/atlas : Makefile distinfo devel/atlas/patches: patch-atlas_m4 patch-src_Codecs_XML_cc devel/atlas/pkg: DESCR PLIST Log message: Remove devel/atlas; OK jca Unmaintained, already on ports life support, no consumers, out of date, no HOMEPAGE/clear upstream, both SITES are NXDOMAIN (ftp.o.o fallback), https://repology.org/project/atlas-c++/versions shows a new version exists, but not many OS package it in the first place. FreeBSD's HOMEPAGE is dead, OpenSUSE has none, Trisquel links to https://www.worldforge.org/ which we don't have... CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/17 09:47:41 Added files: games/bastet/patches: patch-BastetBlockChooser_cpp Log message: games/bastet: unbreak with clang16 (C++17) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/17 09:56:46 Modified files: net/synapse : Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.96.1 from MAINTAINER Renaud ALlard CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/17 10:24:09 Modified files: fonts/spleen : Makefile distinfo Log message: Update spleen to 2.0.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 10:46:55 Modified files: databases/postgresql: Makefile Log message: Following the update to LLVM 16 in base, change PostgreSQL to building with clang, gcc is no longer necessary. ok jeremy@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 11:00:05 Modified files: games/mars : Makefile Log message: Specify -std=gnu++14 to fix build with clang 16 (uses std::random_shuffle) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 11:09:58 Modified files: devel/lutok : Makefile Log message: Unbreak with clang 16: use -std=gnu++14 for std::auto_ptr CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/17 12:09:31 Modified files: databases/postgresql-previous: Makefile Log message: like databases/postgresql, use clang to build ppstgresql-previous on i386 too now that it's possible. reminded by brad. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/17 13:33:02 Modified files: www/yt-dlp : Makefile distinfo www/yt-dlp/patches: patch-setup_py www/yt-dlp/pkg : PLIST Log message: Update yt-dlp to 2023.11.16 from Justin Berthault Committing in behalf of maintainer mestre@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/17 13:40:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Update quirk for yt-dlp 2023.11.16 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 13:52:34 Modified files: multimedia/synfig: Makefile Log message: Use -std=gnu++14 (for std::auto_ptr) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/17 14:51:37 Modified files: share/zoneinfo : Makefile Added files: share/zoneinfo : leapseconds.awk version ziguard.awk zishrink.awk share/zoneinfo/datfiles: leap-seconds.list Removed files: share/zoneinfo/datfiles: leapseconds Log message: zoneinfo: install tzdata.zi and leap-seconds.list Build and install the tzdata.zi file and build the leapseconds file from leap-seconds.list (installing both versions). Third-party software now expects these files to be installed. OK sthen@ deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/17 14:54:20 Modified files: share/zoneinfo : Makefile Log message: Use "mv -f" when moving the output file into place in the obj dir. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 16:16:31 Modified files: net/openvpn : Makefile distinfo net/openvpn/patches: patch-configure patch-include_Makefile_in patch-src_openvpn_route_c patch-src_openvpn_tun_c Log message: Bugfix update to openvpn-2.6.8 Fixes a possible crash due to a check added in 2.6.7 https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 16:19:06 Modified files: net/openvpn : Tag: OPENBSD_7_4 Makefile distinfo net/openvpn/patches: Tag: OPENBSD_7_4 patch-configure patch-include_Makefile_in patch-src_openvpn_route_c patch-src_openvpn_tun_c Log message: Bugfix update to openvpn-2.6.8 Fixes a possible crash due to a check added in 2.6.7 https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 16:39:08 Modified files: games/boswars : Makefile Log message: Needs -std=gnu++14 for std::auto_ptr, fixes build with clang 16 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 16:40:08 Modified files: games/amoebax : Makefile Log message: Needs -std=gnu++14 for std::auto_ptr, fixes build with clang 16 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 16:48:50 Modified files: games/eliot : Makefile Log message: Use -std=gnu++14, needs std::random_shuffle CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/17 17:23:38 Modified files: sys/net : if_vxlan.c Log message: ports specified on tunnel destination addresses are invalid. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/17 17:45:49 Modified files: security/libksba: Makefile distinfo Log message: Update to libksba-1.6.5 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/17 18:43:29 Modified files: math/rstudio : Makefile Added files: math/rstudio/patches: patch-src_cpp_core_system_PosixProcess_cpp Log message: rstudio: fix build with boost 1.83 ok bcallah (maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/17 18:46:58 Modified files: textproc/vislcg3: Makefile Added files: textproc/vislcg3/patches: patch-src_inlines_hpp Log message: vislcg3: fix build with boost 1.83 ok bentley CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/18 00:14:13 Modified files: lib/libutil : imsg.c Log message: Rename internal function imsg_get_fd() to imsg_dequeue_fd(). OK tb@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/11/18 00:18:07 Modified files: share/zoneinfo : Makefile Log message: Fix make other_two target by coping with leapseconds being placed in objdir by now. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/18 00:36:34 Modified files: lang/sbcl : Makefile distinfo Log message: update lang/sbcl to 2.3.10 Release notes: https://www.sbcl.org/news.html#2.3.10 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/18 00:37:58 Modified files: x11/stumpwm : Makefile Log message: bump x11/stumpwm after lang/sbcl update CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/18 00:40:08 Modified files: lang/wasi-sdk : Makefile.inc lang/wasi-sdk/compiler-rt: Makefile distinfo lang/wasi-sdk/compiler-rt/pkg: PLIST Added files: lang/wasi-sdk/compiler-rt/patches: patch-cmake_Modules_CompilerRTUtils_cmake Log message: lang/wasi-sdk: update wasi-compiler-rt to 16.0.6 - set MODCLANG_VERSION = 16 so that it's built with devel/llvm/16 - set WRKSRC instead of WRKDIST so that CompilerRTUtils.cmake can be patched, thanks sthen@ for the hint CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/18 00:41:23 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-compiler_rustc_session_src_options_rs patch-library_std_src_sys_unix_os_rs patch-src_bootstrap_bin_rustc_rs patch-src_bootstrap_bootstrap_py patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs patch-vendor_libgit2-sys_build_rs patch-vendor_openssl-sys_build_main_rs lang/rust/pkg : PLIST-src Log message: update lang/rust to 1.74.0 ok landry@ Announce: https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.74.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/18 00:43:54 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: set MODCLANG_VERSION to 16 to build with devel/llvm/16 since base switched to llvm 16, lld fails to link libxul.so with 'LLVM ERROR: Cannot select: intrinsic %llvm.x86.sse42.crc32.64.64'. upgrading wasi-compiler-rt to 16 & switching to build with ports-clang 16 instead of 13 (the default) fixes the build. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 01:38:19 Modified files: net/lagrange : Makefile Added files: net/lagrange/patches: patch-lib_the_Foundation_src_tlsrequest_c Log message: lagrange: Eliminate special casing for modern LibreSSL We added BN_RAND_{TOP,BOTTOM}_ANY specifically for this software. So it is great that they disabled the code path entirely. Also, ASN1_time_parse() will go away, so switch to using ASN1_TIME_to_tm(). ok op, Florian Viehweger (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/18 01:52:00 Modified files: telephony/linphone/bcunit: Makefile distinfo Log message: telephony/linphone/bcunit: update to 5.2.62 and remove UNLINKED apparently an upstream commit dropped the bctoolbox dependency so the circular dependency disappeared CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/18 01:53:02 Modified files: telephony/linphone/bctoolbox: Makefile telephony/linphone/bctoolbox/pkg: PLIST Added files: telephony/linphone/bctoolbox/patches: patch-tester_encrypted_vfs_cc Log message: telephony/linphone/bctoolbox: build against bcunit and enable tests CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/18 01:57:36 Modified files: x11/gtk+4 : Makefile distinfo Log message: Update to gtk+4-4.12.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/18 01:58:35 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.32.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/18 01:58:47 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.29.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/18 02:00:50 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.30.3. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 02:12:43 Modified files: devel/kf5/kdelibs4support: Makefile devel/kf5/kdelibs4support/patches: patch-src_kssl_kopenssl_cpp Added files: devel/kf5/kdelibs4support/patches: patch-src_kssl_kopenssl_h patch-src_kssl_ksslcertificate_cpp Log message: kdelibs4support: Stop reaching into X509_ALGOR This is one of the last consumers of X509_ALGOR that accesses the struct members rather than using an accessor. So add binding to X509_ALGOR_get0() and use it. Unfortunately, this framework targets a pre-1.1 API, so we need to cast things around. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2023/11/18 02:15:06 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 02:37:15 Modified files: lib/libcrypto/evp: e_aes.c e_rc2.c evp_enc.c evp_lib.c p_seal.c Log message: Check for negative IV length A recent change in EVP_CIPHER_CTX_iv_length() made it possible in principle that this function returns -1. This can only happen for an incorrectly set up EVP_CIPHER. Still it is better form to check for negative lengths before stuffing it into a memcpy(). It would probably be desirable to cap the iv_length to something large enough. This can be done another time. ok beck CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/18 03:45:56 Modified files: security/kpcli : Makefile distinfo security/kpcli/pkg: DESCR Log message: security/kpcli: update to 4.0. add RDEP on textproc/p5-File-KDBX for Keepass 4.x format support. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 03:46:58 Modified files: lib/libcrypto/evp: e_rc2.c Log message: Forgot to fix one unsigned int vs int confusion CID 468015 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/18 03:47:29 Modified files: security/rp++ : Makefile security/rp++/patches: patch-src_rp_elf_struct_hpp Log message: fix PT_OPENBSD_WXNEEDED definition CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 03:51:09 Modified files: lib/libssl : ssl_srvr.c t1_lib.c Log message: Check for negative EVP_CIPHER_CTX_iv_length() return in libssl ok beck CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/18 04:01:31 Modified files: devel/quirks : Tag: OPENBSD_7_4 Makefile devel/quirks/files: Tag: OPENBSD_7_4 Quirks.pm www/yt-dlp : Tag: OPENBSD_7_4 Makefile distinfo www/yt-dlp/patches: Tag: OPENBSD_7_4 patch-setup_py www/yt-dlp/pkg : Tag: OPENBSD_7_4 PLIST Log message: Backport to 7.4: Update yt-dlp to 2023.11.16 Fixes CVE-2023-46121 OK mestre@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/18 05:14:43 Modified files: lang/rust : Makefile Log message: switch back lang/rust to use devel/llvm/16 now that the circular dependency has been broken, use devel/llvm/16 instead of using the embedded version. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/18 05:17:09 Modified files: multimedia/pipewire/pipewire: Makefile multimedia/pipewire/pipewire/pkg: PLIST-main Log message: Missing @sample ${SYSCONFDIR}/pipewire/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/18 05:50:29 Modified files: textproc/py-dateparser: Makefile distinfo Log message: update to py3-dateparser-1.2.0 CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/11/18 06:28:43 Modified files: infrastructure/db: user.list Log message: Comment out _minbif following net/minbif removal ok sthen CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/11/18 07:07:42 Modified files: lang/algol68g : Makefile distinfo lang/algol68g/pkg: PLIST Log message: Update to algol68g-3.4.4 Code was converted to C17. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/11/18 07:16:51 Modified files: math/bc-gh : Makefile distinfo Log message: Update to bc-gh-6.7.2 Changelog: improved p() function in the extended math library three new functions in the extended math library: min(), max() and i2rand() bug fix for SIGINT only being handled once CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/11/18 07:25:27 Modified files: sysutils/bfs : Makefile distinfo Log message: Update to bfs-3.0.4 Changelog: https://github.com/tavianator/bfs/releases CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2023/11/18 07:57:10 Modified files: sysutils/ugrep : Makefile distinfo sysutils/ugrep/patches: patch-configure Log message: Update to ugrep-4.3.3 Changelog: https://github.com/Genivia/ugrep/releases CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/11/18 08:42:09 Modified files: sbin/fdisk : cmd.c Log message: Scan past whitespace before checking if flag string starts with "0x". Pointed out by Philippe Meunier. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/18 09:26:17 Modified files: lib/csu : boot.h lib/csu/aarch64: md_init.h lib/csu/alpha : md_init.h lib/csu/amd64 : md_init.h lib/csu/arm : md_init.h lib/csu/hppa : boot_md.h md_init.h lib/csu/i386 : md_init.h lib/csu/m88k : md_init.h lib/csu/mips64 : boot_md.h md_init.h lib/csu/powerpc: md_init.h lib/csu/powerpc64: md_init.h lib/csu/riscv64: md_init.h lib/csu/sh : md_init.h lib/csu/sparc64: md_init.h libexec/ld.so/aarch64: archdep.h libexec/ld.so/alpha: archdep.h libexec/ld.so/amd64: archdep.h libexec/ld.so/arm: archdep.h libexec/ld.so/hppa: archdep.h libexec/ld.so/i386: archdep.h libexec/ld.so/m88k: archdep.h libexec/ld.so/mips64: archdep.h libexec/ld.so/powerpc: archdep.h libexec/ld.so/powerpc64: archdep.h libexec/ld.so/riscv64: archdep.h libexec/ld.so/sh: archdep.h libexec/ld.so/sparc64: archdep.h Log message: crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather than reproducing the relevant defines and code in a different place) to perform minor relocations. If things go very wrong, it would call _dl_exit() -- a locally defined crt0 function which is syscall exit(2). We don't need to call exit(2) for this obscure case which doesn't happen and provides no debugging information. An 'abort' is going to provide better information. So let's change the function name to _dso_abort() and make it a single illegal instruction. ok guenther CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/18 11:02:47 Modified files: lib/csu/mips64 : boot_md.h Log message: oops another copy of the prototype CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 11:11:07 Modified files: x11/ogre : Makefile Log message: ogre: fix build with llvm 16 by passing -std=gnu++14 (auto_ptr) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 11:11:52 Modified files: inputmethods/libime: Makefile Added files: inputmethods/libime/patches: patch-tools_libime_prediction_cpp Log message: libime: fix build with boost 1.83 ok jca kn CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 11:12:22 Modified files: graphics/simgear: Makefile Added files: graphics/simgear/patches: patch-simgear_scene_viewer_Compositor_hxx Log message: simgear: fix build with boost 1.83 ok jca kn CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/18 11:36:16 Modified files: devel/kdevelop/pkg: PLIST Log message: devel/kdevelop: fix PLIST again after MODCLANG_VERSION mishap CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 11:53:30 Modified files: devel/kyua-cli : Makefile Log message: kyua-cli: fix build with clang 16 by passing -std=gnu++14 (auto_ptr) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/18 12:24:20 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20231109 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/18 12:55:16 Modified files: multimedia/synfigstudio: Makefile Log message: multimedia/synfigstudio: Use -std=gnu++14 (for std::auto_ptr) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 15:40:14 Modified files: regress/lib/libz: example.c minigzip.c Log message: Sync example.c and minigzip.c with upstream. This silences lots of K&R warning noise. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 15:43:25 Modified files: lib/libz : ChangeLog README deflate.c deflate.h inflate.c inftrees.c inftrees.h trees.c zlib.h Log message: libz sync with develop branch, discussed with deraadt Apart from cosmetics, this includes the following commits: Add LIT_MEM define to use more memory for a small deflate speedup. A bug fix in zlib 1.2.12 resulted in a slight slowdown (1-2%) of deflate. This commit provides the option to #define LIT_MEM, which uses more memory to reverse most of that slowdown. The memory for the pending buffer and symbol buffers is increased by 25%, which increases the total memory usage with the default parameters by about 6%. https://github.com/madler/zlib/commit/ac8f12c97d1afd9bafa9c710f827d40a407d3266 Fix bug in inflateSync() for data held in bit buffer. https://github.com/madler/zlib/commit/5af7cef45eeef86ddf6ab00b4e363c1eecaf47b6 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/18 15:43:56 Modified files: sys/lib/libz : deflate.c deflate.h inflate.c inftrees.c inftrees.h trees.c zlib.h Log message: sync zlib with userland CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/18 17:46:54 Modified files: lib/csu/mips64 : md_init.h Log message: need to use a slightly different asm syntax.. CVSROOT: /cvs Module name: src Changes by: gkoehler@cvs.openbsd.org 2023/11/18 18:14:07 Modified files: gnu/llvm/llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp Log message: Fix cc -ftrapping-math on macppc Handle CALL_RM like CALL for 32-bit ELF. If a function call has the strictfp attribute, its opcode changes from CALL to CALL_RM. If a call uses the secure PLT, then it must getGlobalBaseReg() to set r30. After I rebuilt xenocara/lib/pixman with this change, Xorg stopped crashing on my macppc. pixman uses cc -ftrapping-math which puts strictfp on each function call. https://github.com/llvm/llvm-project/pull/72758 ok jca@ tobhe@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/19 01:44:19 Modified files: x11/gnome/builder: Makefile Added files: x11/gnome/builder/patches: patch-src_plugins_clang_meson_build Log message: Add an rpath to properly find and load libclang.so. Move to version 16 while here. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 02:19:54 Modified files: usr.bin/openssl: ts.c Log message: openssl ts: convert to X509_ALGOR_set0() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 02:29:11 Modified files: usr.bin/openssl: pkcs12.c Log message: openssl pkcs12: rewrite without reaching into X509_ALGOR We can call ASN1_item_unpack() which will end up stuffing the same arguments into ASN1_item_d2i() as d2i_PBEPARAM(). This eliminates the last struct access into X509_ALGOR outside libcrypto in the base tree. ok jsing CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/19 02:51:16 Modified files: shells/nsh : Makefile Log message: make sure nsh stays nicely tucked within ports and doesn't depend on BSDSRCDIR or BSDOBJDIR in any way CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:09:27 Modified files: lib/libcrypto/man: EVP_PKEY_encrypt.3 Log message: EVP_PKEY_encrypt() simplify example In particular, do not use an uninitialized engine, simply pass NULL. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:19:54 Modified files: lib/libcrypto/man: ENGINE_new.3 Log message: Document the remaining ENGINE stubs in a single manual CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:23:53 Modified files: lib/libcrypto/man: openssl.cnf.5 Log message: Remove obsolete engine configuration section CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:25:28 Modified files: lib/libcrypto/man: evp.3 Log message: Remove section explaining how great and flexible ENGINE is and remove two Xr to ENGINE manuals. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:26:36 Modified files: lib/libcrypto/man: BIO_get_ex_new_index.3 Log message: ex data for ENGINEs is no longer a thing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:27:49 Modified files: lib/libcrypto/man: CONF_modules_load_file.3 Log message: Strip out mentions of ENGINE_load_builtin_engines() There's probably more that needs to be updated here, but that can be done another day. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:34:26 Modified files: lib/libcrypto/man: DH_set_method.3 DSA_set_method.3 RSA_set_method.3 Log message: Strip mention of ENGINE out of *_set_method.3 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:36:14 Modified files: lib/libcrypto/man: Makefile Removed files: lib/libcrypto/man: ENGINE_add.3 ENGINE_ctrl.3 ENGINE_get_default_RSA.3 ENGINE_init.3 ENGINE_register_RSA.3 ENGINE_register_all_RSA.3 ENGINE_set_RSA.3 ENGINE_set_default.3 ENGINE_set_flags.3 ENGINE_unregister_RSA.3 Log message: Remove remaining ENGINE manuals They document functionality that no longer exists. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 03:37:35 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/19 03:41:25 Modified files: usr.sbin/ntpd : util.c Log message: util.c requires stdint.h for UINT32_MAX and friends. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/19 03:59:12 Modified files: sysutils/fzf : Makefile distinfo modules.inc sysutils/fzf/patches: patch-src_protector_protector_openbsd_go sysutils/fzf/pkg: PLIST Log message: Update fzf to 0.44.1 from MAINTAINER Laurent Cheylus, thanks! - update Makefile, distinfo and modules.inc - update PLIST to add bin/fzf-preview.sh (new in 0.44.0 version) - modify patch for src/protector/protector_openbsd_go: * remove inet for pledge (merged upstream with PR 3483) * add tmppath for pledge => needed by tools that uses /tmp directory with temporary files (upstream PR pending) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 04:14:28 Modified files: graphics/mapnik: Makefile Added files: graphics/mapnik/patches: patch-include_mapnik_json_generic_json_hpp patch-plugins_input_csv_csv_utils_cpp Log message: mapnik: pull in an upstream patch and add another patch to fix build with boost 1.83. Still builds with boost 1.80. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 04:47:25 Modified files: lib/libcrypto/man: CONF_modules_load_file.3 Log message: fix grammar CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 04:50:02 Modified files: lib/libcrypto/man: ENGINE_new.3 Log message: Missing period CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/19 05:24:53 Modified files: databases/py-mongo: Makefile distinfo Log message: update to py3-mongo-4.6.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 05:26:58 Modified files: x11/kde-applications/krfb: Makefile Log message: Disable PipeWire support Otherwise xdp is built which requires linux/input.h. Spotted by tb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/19 05:27:44 Modified files: security/gopass: Makefile distinfo modules.inc Removed files: security/gopass/patches: patch-main_go Log message: update to gopass-1.15.9 thanks to jrick and upstream for working on syscall() removal CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 06:11:06 Modified files: regress/lib/libcrypto/dsa: dsatest.c regress/lib/libcrypto/ec: ectest.c regress/lib/libcrypto/ecdsa: ecdsatest.c regress/lib/libcrypto/evp: evptest.c regress/lib/libcrypto/free: freenull.awk freenull.c.head regress/lib/libcrypto/gost: gost2814789t.c regress/lib/libcrypto/pbkdf2: pbkdf2.c Log message: Unifdef OPENSSL_NO_ENGINE in libcrypto regress CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 06:12:06 Modified files: regress/lib/libssl/ssl: ssltest.c Log message: Remove last OPENSSL_NO_ENGINE from libssl regress CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 06:49:37 Removed files: geo/osrm-backend/patches: patch-CMakeLists_txt Log message: osrm-backend: remove unnecessary patch Pointed out by Brad who upstreamed a proper fix: https://github.com/Project-OSRM/osrm-backend/commit/503d558e902a6a5f7a53ee28a4c2103f9f02c9e2 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/19 07:10:48 Modified files: games/goldberg_emulator: Makefile games/goldberg_emulator/patches: patch-Makefile Log message: use -std=c++17, fixing build with clang16. By tb@, also input from espie@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/19 08:08:27 Modified files: sysutils/entr : Makefile distinfo Log message: update to entr 5.5, from Justin Berthault Also add "# uses pledge()" marker, used since 4.2. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/19 08:20:30 Modified files: sysutils/hcloud: Makefile distinfo modules.inc Log message: Update hcloud to 1.40.0 Features - add warning messages to context commands - allow JSON output on resource creation - context: ask to use HCLOUD_TOKEN when creating new context - pretty-print JSON output - print out IPs after they were created Bug Fixes - "create" actions were not awaited in some cases - image: backup is suggested as type in update command - inconsistent formatting in "describe" commands - network: create prints success to stderr instead of stdout - primary-ip: list does now allow to output IP column - primary-ip: updating the name resets auto-delete - static resource list commands only return first 50 entries CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:40:12 Modified files: lib/libcrypto/man: ENGINE_new.3 Log message: Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:41:46 Modified files: lib/libcrypto/engine: engine.h Log message: Unifdef OPENSSL_NO_ENGINE in engine.h Also rip out all the gross, useless comments. There's still too much garbage in here... ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:43:52 Modified files: lib/libcrypto/evp: pmeth_lib.c Log message: Unifdef OPENSSL_NO_ENGINE in pmeth_lib.c This includes a manual intervention for the call to EVP_PKEY_meth_find() which ended up in the middle of nowhere. ok jsing CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/19 08:44:13 ports/devel/avr32/newlib/patches Update of /cvs/ports/devel/avr32/newlib/patches In directory cvs.openbsd.org:/tmp/cvs-serv63329/devel/avr32/newlib/patches Log Message: Directory /cvs/ports/devel/avr32/newlib/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/19 08:45:00 Added files: devel/avr32/newlib/patches: patch-newlib_doc_makedoc_c Log message: devel/avr32/newlib: fix integer to pointer conversion in build tool CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:46:10 Modified files: lib/libcrypto : crypto_init.c lib/libcrypto/asn1: a_pkey.c ameth_lib.c lib/libcrypto/conf: conf_mall.c conf_sap.c lib/libcrypto/dh: dh_lib.c lib/libcrypto/dsa: dsa_lib.c lib/libcrypto/ec: ec_key.c ec_kmeth.c lib/libcrypto/engine: engine_stubs.c lib/libcrypto/err: err_all.c lib/libcrypto/evp: digest.c evp_enc.c p_lib.c lib/libcrypto/pem: pem_lib.c pem_pkey.c lib/libcrypto/rand: rand.h rand_lib.c lib/libcrypto/rsa: rsa_lib.c lib/libcrypto/ts: ts.h ts_conf.c Log message: Unifdef OPENSSL_NO_ENGINE in libcrypto This is mechanical apart from a few manual edits to avoid doubled empty lines. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:47:40 Modified files: lib/libcrypto/engine: engine_stubs.c Log message: Rename an ENGINE from e to engine for consistency CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:50:29 Modified files: lib/libssl : ssl_clnt.c Log message: Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.c This allows us to simplify ssl_do_client_cert_cb() a bit. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 08:51:49 Modified files: lib/libssl : ssl.h ssl_ciph.c ssl_lib.c ssl_local.h ssl_sess.c Log message: Unifdef OPENSSL_NO_ENGINE in libssl As usual, a few manual fixes to avoid duplicate lines. ok jsing CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/19 09:00:22 Modified files: net/gnugk : Makefile Log message: Unbreak gnugk with clang-16, use -std=gnu++14 for std::mem_fun ok ajacoutot@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 09:15:16 Modified files: devel/kf5/kcoreaddons: Makefile Added files: devel/kf5/kcoreaddons/patches: patch-src_lib_util_kmemoryinfo_cpp Log message: KMemoryInfo: Add OpenBSD support Compute the available physical memory and other metrics on OpenBSD. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 09:15:25 Added files: devel/boost/patches: patch-boost_beast_ssl_ssl_stream_hpp Log message: boost: add file stupid cvs didn't want to commit CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 09:17:44 Modified files: devel/boost/patches: patch-tools_build_src_engine_build_sh patch-tools_build_src_tools_gcc_jam devel/boost/pkg: PLIST-main Added files: devel/boost/patches: patch-boost_phoenix_stl_hpp patch-boost_unordered_detail_foa_core_hpp patch-libs_context_build_Jamfile_v2 Removed files: devel/boost/patches: patch-boost_config_stdlib_libcpp_hpp patch-boost_numeric_conversion_detail_int_float_mixture_hpp patch-boost_numeric_conversion_detail_sign_mixture_hpp patch-boost_numeric_conversion_detail_udt_builtin_mixture_hpp patch-boost_unordered_detail_fca_hpp patch-boost_unordered_detail_implementation_hpp patch-boost_unordered_unordered_map_hpp patch-boost_unordered_unordered_set_hpp patch-libs_locale_build_Jamfile_v2 Log message: Remainder of the update to boost 1.83, from Brad With input from sthen, otto and help from many https://www.boost.org/users/history/version_1_83_0.html CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/19 09:42:05 Modified files: gnu/llvm/llvm/lib/Target/ARM: ARMISelLowering.cpp Log message: Disable LOAD_STACK_GUARD on OpenBSD/armv7. It seems the implementation is incomplete resulting in SIGSEGV with the OpenBSD default options. ok deraadt@, jsg@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 09:52:40 Modified files: devel/kf5/ktexteditor: Makefile Log message: Enable EditorConfig support Otherwise editorconfig-core-c is used if it's available at configure/build time. Spotted by tb@ thanks CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 10:48:20 Modified files: security/yubico/yubico-piv-tool: Makefile Added files: security/yubico/yubico-piv-tool/patches: patch-common_util_c Log message: yubico-piv-tool: stop reaching into X509_ALGOR for no good reason CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 10:51:10 Modified files: mail/alpine : Makefile Added files: mail/alpine/patches: patch-alpine_smime_c Log message: alpine: stop reaching into X509_ALGOR CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 11:06:02 Modified files: x11/kde-plasma/kwin: Makefile Log message: Set KWIN_BUILD_SCREENLOCKER=OFF Scrennlocker does not work yet. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 11:06:55 Added files: x11/kde-plasma/kwin/patches: patch-src_libkwineffects_kwinglplatform_cpp Log message: Add Intel Tiger Lake GT2 GPU support CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/19 13:31:18 Modified files: devel/angr : Makefile.inc devel/angr/py-ailment: distinfo devel/angr/py-angr: distinfo devel/angr/py-angr/patches: patch-angr_knowledge_plugins_functions_function_py devel/angr/py-angr/pkg: PLIST devel/angr/py-archinfo: distinfo devel/angr/py-claripy: distinfo devel/angr/py-cle: distinfo devel/angr/py-pyvex: Makefile distinfo devel/angr/py-z3-solver: Makefile devel/angr/vex : Makefile Log message: - update angr to 9.2.77 - take maintainership and bump REVISION for ports which didn't get an update CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/19 13:33:18 Modified files: net/kea : Makefile Log message: net/kea: add a comment with the rationale for -std=c++14 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 13:52:42 Modified files: devel/kf5/kcoreaddons/patches: patch-src_lib_util_kmemoryinfo_cpp Log message: Fix: replace availablePhysical with totalPhysical CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 13:54:14 Modified files: lib/libcrypto/man: ENGINE_new.3 Log message: zap stray comma CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 13:58:07 Modified files: lib/libcrypto/man: CONF_modules_load_file.3 Log message: Remove ENGINE Xr that I left behind CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 13:59:00 Modified files: lib/libcrypto/man: OPENSSL_load_builtin_modules.3 Log message: ENGINE_add_conf_module() no longer exists CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 14:01:27 Modified files: lib/libcrypto/man: OPENSSL_config.3 Log message: OPENSSL_config() no longer calls ENGINE_load_builtin_engines() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 14:03:22 Modified files: lib/libcrypto/man: RSA_new.3 Log message: Remove ENGINE mention in RSA_new() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 14:06:15 Modified files: lib/libcrypto/man: RSA_check_key.3 Log message: Remove musings how ENGINE may or may not screw everything up. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 14:08:04 Modified files: lib/libcrypto/man: RSA_get_ex_new_index.3 Log message: ENGINE can no longer have ex_data attached to it CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 14:13:47 Modified files: lib/libcrypto/man: ENGINE_new.3 Log message: Mark up an occurrence of ENGINE CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/19 14:17:21 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231119 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/19 14:22:54 Modified files: devel/kf5/kcoreaddons: Makefile Added files: devel/kf5/kcoreaddons/patches: patch-src_lib_util_kprocesslist_unix_cpp Log message: Fix KProcessInfoList::unixProcessListPS Run ps(1) with the proper arguments on OpenBSD. CVSROOT: /cvs Module name: ports Changes by: asou@cvs.openbsd.org 2023/11/19 17:09:36 Modified files: devel/valgrind : Makefile devel/valgrind/patches: patch-coregrind_m_syswrap_syswrap_main_c patch-include_vki_vki_scnums_openbsd_h Log message: removal syscall(2) ok kn CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/19 18:20:19 Modified files: regress/lib/libcrypto/free: freenull.c.head Log message: Still need engine.h for ENGINE_free() But do away with the OPENSSL_NO_ENGINE dance. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/19 18:35:21 Modified files: gnu/llvm/clang/lib/Driver/ToolChains: Clang.cpp Log message: only enable bti and pac by default on arm64 before this change, clang on armv7 defined __ARM_FEATURE_BTI_DEFAULT and __ARM_FEATURE_PAC_DEFAULT which broke the build of llvm libunwind ok kettenis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/11/19 19:50:00 Modified files: usr.bin/ssh : sshconnect.c Log message: set errno=EAFNOSUPPORT when filtering addresses that don't match AddressFamily; yields slightly better error message if no address matches. bz#3526 CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/19 21:53:11 Modified files: gnu/llvm/lld/ELF/Arch: RISCV.cpp Log message: Restore lost patch: downgrade RISCV ABI mismatch error to a warning This lets lld link code with object files created with ld -b binary, as used by several ports (mupdf, postgresql-pllua, various games). Upstream report with an unfinished diff: https://reviews.llvm.org/D106378 ok gkoehler@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/20 00:13:07 Modified files: x11/xfce4/xfce4-dict: Makefile distinfo x11/xfce4/xfce4-dict/pkg: PLIST Log message: x11/xfce4/xfce4-dict: update to 0.8.6. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/20 00:21:56 Modified files: sysutils/seatd : Makefile wayland/libevdev-openbsd: Makefile wayland/libinput-openbsd: Makefile wayland/slurp : Makefile wayland/wev : Makefile wayland/wlroots: Makefile wayland/xwayland: Makefile Log message: wayland: drop UNLINKED=wayland from most remaining wayland-related ports all ports potentially detecting libinput/libevdev have been handled the following ports should now be built in bulks: - sysutils/seatd - wayland/libevdev-openbsd - wayland/libinput-openbsd - wayland/slurp - wayland/wev - wayland/wlroots - wayland/xwayland wayland-related ports not linked yet: - devel/libstdthreads - graphics/fcft: LDEP on devel/libstdthreads - wayland/foot: LDEP on devel/libstdthreads and graphics/fcft - wayland/sway: RDEP on wayland/foot this will allow to enable wayland bits in gtk, among others most of the work done at h2k23 ok matthieu@ rsadowski@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 00:22:46 Modified files: x11/openbox : Makefile x11/openbox/patches: patch-openbox_client_c Log message: apply fix from an upstream development branch for a crash with newer glib, reported by Ghislain Mercier, ok benoit@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 00:23:08 Modified files: x11/openbox : Tag: OPENBSD_7_4 Makefile x11/openbox/patches: Tag: OPENBSD_7_4 patch-openbox_client_c Log message: apply fix from an upstream development branch for a crash with newer glib, reported by Ghislain Mercier, ok benoit@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/20 02:27:28 Modified files: multimedia/assimp: Makefile Log message: assimp: disable -Werror The mlt7 file format is represented by packed structs with badly aligned anonymous union members in this port. This emits alignment warnings on STRICT_ALGINMENT architectures with newer clang. Some of them will trap, others will just be slow. In any case, there's little that we can do here. ok phessler, bcallah (maintainer) agrees CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/20 03:11:03 Modified files: gnu/llvm/lld/ELF: LinkerScript.cpp Log message: Code changes between llvm 13 and 16 mean that we have to drop the final dot for the .openbsd.randomdata and .openbsd.mutable section merging code. ok jca@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/20 03:32:45 Modified files: usr.sbin/snmpd : snmpe.c Log message: In snmpe_writecb, don't call snmpe_prepare_read() when there's still data left inside sm_data. If there's an incomplete packet left in the buffer it will be called from snmpe_tryparse, if there's a complete packet left we can end up with new events from the tcp socket, which the tcp subsystem isn't prepared to handle. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/20 03:34:21 Modified files: regress/usr.sbin/snmpd: Makefile regress.h snmp.c snmpd_regress.c Added files: regress/usr.sbin/snmpd: transport.c Log message: Add a couple of tests for handling of tcp connections. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/20 04:53:55 Modified files: security : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: security/dicepassc: Makefile distinfo security/dicepassc/pkg: DESCR PLIST Log message: Drop security/dicepassc Upstream wants to be able to make it evolve with no restriction, and recommends using pwgen/passphraseme instead. ok phessler@ tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/20 05:15:16 Modified files: lib/libc/asr : asr_private.h asr_utils.c getaddrinfo_async.c gethostnamadr_async.c Log message: localhost is either 127.0.0.1 or ::1, nothing else. RFC 6761, 6.3 Domain Name Reservation Considerations for "localhost.": 3. Name resolution APIs and libraries SHOULD recognize localhost names as special and SHOULD always return the IP loopback address for address queries and negative responses for all other query types. Name resolution APIs SHOULD NOT send queries for localhost names to their configured caching DNS server(s). This makes sure that the getaddrinfo(3) and gethostbyname(3) family of functions always return the loopback address and do not send queries to name servers. This includes "localhost", "localhost." and everything under ".localhost" and ".localhost.". For example, a host underneath the .com.ar zone will per default have a search list of "com.ar.". resolv.conf(5) has a default of "lookup bind file". Both combined will result in lookups for "localhost" to not return 127.0.0.1 because localhost.com.ar is registered in DNS. It has been known for decades that this is a problem, especially for localhost. Problem recently spotted by gonzalo@ and debugged by sthen@ Testing sthen, gonzalo Input & OK phessler, eric, millert OK sthen, kn, deraadt CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/20 07:18:21 Modified files: usr.sbin/bgpctl: mrtparser.c output.c output_json.c output_ometric.c parser.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/20 07:40:52 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: KNF, fix long line. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/11/20 07:41:55 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Rename struct imsgbuf *ibuf to *imsgbuf. Same was done in bgpd. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 08:36:18 Modified files: security/aircrack-ng: Makefile Log message: drop old USE_LLD=No; ld.bfd is no longer needed to link aircrack-ng on i386 (and fails with crtbegin.o unrecognized relocation 0x2b since the LLVM update) CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/11/20 08:57:23 Modified files: cad/prusaslicer: Makefile Added files: cad/prusaslicer/patches: patch-src_slic3r_GUI_PhysicalPrinterDialog_cpp patch-src_slic3r_GUI_PhysicalPrinterDialog_cpp.orig patch-src_slic3r_GUI_Plater_cpp patch-src_slic3r_GUI_Plater_cpp.orig Log message: Patches reformed by, and makes sense to, jca@ who adds "don't wait too much for feedback..." CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/20 09:00:42 Removed files: cad/prusaslicer/patches: patch-src_slic3r_GUI_PhysicalPrinterDialog_cpp.orig patch-src_slic3r_GUI_Plater_cpp.orig Log message: Drop empty .orig files CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/20 09:10:37 Modified files: sys/arch/riscv64/riscv64: exception.S Log message: Make sure the low two bits of stvec are always zero (since we don't use vectored exceptions) by adding an alignment constraint to cpu_exception_handler. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/20 09:11:45 Modified files: sys/arch/riscv64/conf: Makefile.riscv64 Log message: Revert 1.18 and randomly sort kernel object files again now that the issue has been addressed. CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2023/11/20 09:53:17 Modified files: security/libgcrypt: Makefile Added files: security/libgcrypt/patches: patch-cipher_asm-common-aarch64_h Log message: Fix BTI in arm64 assembly by adding bti instructions to CFI_STARTPROC() feedback from jca@ and kettenis@ ok ajacoutot@ jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 10:19:18 Modified files: security/xca : Makefile distinfo security/xca/patches: patch-lib_openssl_compat_h patch-lib_pkcs11_cpp security/xca/pkg: PLIST Removed files: security/xca/patches: patch-Makefile patch-configure patch-doc_Makefile Log message: update to xca-2.5.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/20 10:23:46 Modified files: devel/llvm/16 : Makefile devel/llvm/16/patches: patch-clang_include_clang_Basic_DiagnosticSemaKinds_td patch-clang_lib_Driver_ToolChains_Clang_cpp patch-lld_ELF_LinkerScript_cpp Added files: devel/llvm/16/patches: patch-lld_ELF_Arch_RISCV_cpp patch-llvm_lib_Target_ARM_ARMISelLowering_cpp patch-llvm_lib_Target_PowerPC_PPCISelDAGToDAG_cpp Log message: sync recent llvm changes from base CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/20 10:43:51 Modified files: usr.bin/kdump : Makefile mkioctls Log message: Sort includes, before For/OK guenther CVSROOT: /cvs Module name: www Changes by: tobhe@cvs.openbsd.org 2023/11/20 10:45:32 Modified files: openiked : index.html releases.html Log message: OpenIKED 7.3 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/20 10:48:27 Modified files: usr.bin/kdump : Makefile mkioctls Log message: Include to pretty print EFIIOC_* ioctls No base usage yet, only efivar(1) from sysutils/efivar. OK guenther CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/20 10:56:22 Modified files: usr.bin/patch : Tag: OPENBSD_7_4 patch.c Log message: Fix unveil(2) in patch(1) with explicit patchfile. A backup file should be created in the directory of the original file, but only the current directory was unveiled. Then the patched file was created in /tmp and did not replace the original patchfile in place. If a patchfile is passed in argv[0], unveil its directory instead of current directory. OK florian@ deraadt@ millert@ this is errata/7.4/003_patch.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/20 11:04:29 Modified files: usr.sbin/ospfd : Tag: OPENBSD_7_4 auth.c Log message: iface->auth_key is not a real C string so use strnlen() to define the maximum. This fixes the use of 8 char passwords with auth simple. Reported by Laurent CARON (lcaron at unix-scripts info) from claudio@; OK tb@ this is errata/7.4/004_ospfd.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/20 11:08:24 Modified files: usr.bin/tmux : Tag: OPENBSD_7_4 screen-write.c Log message: Do not allow combined UTF-8 characters that are too long, GitHub issue 3729. from nicm@ this is errata/7.4/005_tmux.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/20 11:14:52 Modified files: usr.sbin/httpd : Tag: OPENBSD_7_4 httpd.h server.c server_fcgi.c Log message: Avoid a NULL dereference when handling a malformed fastcgi request. Rework the hack to avoid a use-after-free in the fastcgi code. Since server_fcgi() can be called by server_read_httpcontent() we can't set clt_fcgi_error to NULL. Instead, we implement a simple reference count to track when a fastcgi session is in progress to avoid closing the http session prematurely on fastcgi error. Based on a diff from and OK by tb@. Reported by Ben Kallus. from millert@ this is errata/7.4/006_httpd.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/20 11:17:46 Modified files: usr.sbin/httpd : Tag: OPENBSD_7_3 httpd.h server.c server_fcgi.c Log message: Avoid a NULL dereference when handling a malformed fastcgi request. Rework the hack to avoid a use-after-free in the fastcgi code. Since server_fcgi() can be called by server_read_httpcontent() we can't set clt_fcgi_error to NULL. Instead, we implement a simple reference count to track when a fastcgi session is in progress to avoid closing the http session prematurely on fastcgi error. Based on a diff from and OK by tb@. Reported by Ben Kallus. from millert@ this is errata/7.3/020_httpd.patch.sig CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/11/20 11:31:14 Modified files: devel/jdk/1.8 : Makefile Added files: devel/jdk/1.8/patches: patch-common_autoconf_flags_m4 patch-common_autoconf_generated-configure_sh patch-common_autoconf_hotspot-spec_gmk_in patch-common_autoconf_jdk-options_m4 patch-hotspot_make_bsd_makefiles_aarch64_make patch-hotspot_make_bsd_makefiles_adlc_make patch-hotspot_make_bsd_makefiles_vm_make Log message: Fix clang 16 build: * Fix makefiles and autoconf to use CXXSTD_CXXFLAG correctly * Use -std=c++11 for clang builds. Note that gcc builds use gnu++98 but clang's gnu++98 is not fully compatible with gnu's - presumably what c++11 extensions are included varies. * Reduce optimization level for immediate_aarch64.cpp on aarch64 Also use ‘images’ for ALL_TARGET to skip building javadocs we are not installing. CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2023/11/20 12:03:30 Modified files: . : errata73.html errata74.html Log message: Release patch, ospfd, tmux, httpd errata. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 12:20:32 Modified files: infrastructure/mk: arch-defines.mk Log message: bump _SYSTEM_VERSION-clang, to ensure that pkg_add -u updates to all clang16-built packages (also I suspect moving to c++17 default may have resulted in symbol changes in some C++ libs) ok tb@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2023/11/20 12:29:18 Modified files: gnu/llvm/lld/ELF: Relocations.cpp Log message: Stop erroring out when .gcc_except_table relocs point at discarded sections lang/gcc on riscv64 has a wart, it creates such relocs which upset ld.lld. The workaround I have used in lang/gcc since Sep 2022 doesn't work any more, so ask ld.lld to be more lenient. This will let the fortran ports and friends build on riscv64. clang has fixed since some time already, but our lang/gcc port will likely keep that wart for some time. Upstream report: https://reviews.llvm.org/D83244 Input and ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/20 13:33:12 Modified files: textproc/foliate: Makefile distinfo textproc/foliate/pkg: PLIST Log message: Update to foliate-3.0.1. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/20 13:41:18 Modified files: sys/dev/fdt : if_dwge.c Log message: Handle rx error. ok miod@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/20 13:56:39 Modified files: sysutils/rustic: Makefile crates.inc distinfo Removed files: sysutils/rustic/patches: patch-modcargo-crates_rustic_core-0_1_1_src_error_rs Log message: Update to rustic-0.6.1 Changes: https://github.com/rustic-rs/rustic/releases/tag/v0.6.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/20 17:30:38 Modified files: graphics/gimp/stable: Tag: OPENBSD_7_4 Makefile distinfo graphics/gimp/stable/pkg: Tag: OPENBSD_7_4 PLIST Log message: update to gimp-2.10.36 for -stable, fixes some file parser vulnerabilities CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:18:47 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_devlist.h Log message: add more product names in comments CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:22:04 Modified files: sys/dev/pci/drm/radeon: evergreen.c Log message: drm/radeon: possible buffer overflow From Konstantin Meskhidze 341e79f8aec6af6b0061b8171d77b085835c6a58 in linux-6.1.y/6.1.63 dd05484f99d16715a88eedfca363828ef9a4c2d4 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:23:24 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_svm.c Log message: drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm code From Xiaogang Chen 9eae81af9243aabb75bdf638fd773cdee0907f92 in linux-6.1.y/6.1.63 7bfaa160caed8192f8262c4638f552cad94bcf5a in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:26:43 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Check all enabled planes in dm_check_crtc_cursor From Michel Daenzer 896066202757b5c890ee670840ba985d48da2e0e in linux-6.1.y/6.1.63 003048ddf44b1a6cfa57afa5a0cf40673e13f1ba in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:28:25 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Refactor dm_get_plane_scale helper From Michel Daenzer a99afba394a9b014eafaca2aa83495d651054bb1 in linux-6.1.y/6.1.63 ec4d770bbb155674c2497f255f4199bdc42287a9 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:30:21 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Bail from dm_check_crtc_cursor if no relevant change From Michel Daenzer 03e334565d2d67673d7405b5b4a746da0fc20f71 in linux-6.1.y/6.1.63 bc0b79ce2050aa523c38c96b6d26340a96bfbdca in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/20 19:32:56 Modified files: sys/dev/pci/drm: drm_syncobj.c Log message: drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE From Erik Kurzinger 3bbf06efb8ed88fbafe7b10b79837b8300372f94 in linux-6.1.y/6.1.63 101c9f637efa1655f55876644d4439e552267527 in mainline linux CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/20 19:45:47 Modified files: www/py-formencode: Makefile www/py-formencode/pkg: PLIST Log message: add missing RDEP on py-six and comment out the extra LICENSE.txt The former from wen heping CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/20 20:09:29 Modified files: databases/py-sqlobject: Makefile distinfo Log message: update py-sqlobject to 3.11.0 From wen heping with tweaks from me CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/11/20 21:35:14 Modified files: devel/git-cola : Makefile distinfo Log message: Update to git-cola-4.4.1 Changes: https://github.com/git-cola/git-cola/blob/v4.4.1/CHANGES.rst CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/21 00:50:51 Modified files: graphics/orthanc/postgresql-plugin: Makefile graphics/orthanc/server: Makefile graphics/orthanc/webviewer-plugin: Makefile Added files: graphics/orthanc/postgresql-plugin/patches: patch-PostgreSQL_ThirdPartyDownloads_Orthanc-1_11_1_OrthancServer_Sources_Search_ISqlLookupFormatter_cpp patch-Resources_Orthanc_Databases_ISqlLookupFormatter_cpp graphics/orthanc/server/patches: patch-OrthancFramework_Sources_Toolbox_h patch-OrthancFramework_Sources_Toolbox_h.orig patch-OrthancFramework_Sources_Toolbox_h.orig.orig patch-OrthancServer_CMakeLists_txt.orig patch-OrthancServer_CMakeLists_txt.orig.orig patch-OrthancServer_Sources_Search_ISqlLookupFormatter_cpp patch-OrthancServer_Sources_Search_ISqlLookupFormatter_cpp.orig patch-OrthancServer_Sources_ServerToolbox_h patch-OrthancServer_Sources_ServerToolbox_h.orig graphics/orthanc/webviewer-plugin/patches: patch-ThirdPartyDownloads_Orthanc-1_11_1_OrthancFramework_Sources_Toolbox_h Log message: orthanc: fix build with boost 1.84. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/21 00:52:00 Removed files: graphics/orthanc/server/patches: patch-OrthancFramework_Sources_Toolbox_h.orig patch-OrthancFramework_Sources_Toolbox_h.orig.orig patch-OrthancServer_CMakeLists_txt.orig patch-OrthancServer_CMakeLists_txt.orig.orig patch-OrthancServer_Sources_Search_ISqlLookupFormatter_cpp.orig patch-OrthancServer_Sources_ServerToolbox_h.orig Log message: sigh. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/21 00:54:49 Modified files: devel/meson : Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_build_py Log message: Update to meson-1.3.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/21 01:24:55 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.53.5. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 01:32:22 Modified files: www/py-formencode: Makefile distinfo www/py-formencode/pkg: PLIST Log message: update to py3-formencode-2.1.0, dropping RDEP on py-six add missing RDEP on py-setuptools (uses deprecated pkg_resources) https HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 01:40:52 Modified files: databases/py-sqlobject: Makefile Log message: missing RDEP on setuptools (pkg_resources), https HOMEPAGE CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/21 01:46:06 Modified files: gnu/usr.sbin/mkhybrid/src: defaults.h eltorito.c iso9660.h mkhybrid.8 mkisofs.c mkisofs.h Log message: Add '-e' (or -eltorito-boot-efi) option for writing an EFI eltorito boot image, in addition to or instead of the x86 boot image, to the output file. Per the UEFI standard, the EFI boot image should be an image of an EFI System Partition to be loaded in no-emulation mode, so we always record it that way rather than checking if it looks like a floppy image. with, tested by and ok yasuoka@ strong encouragement from deraadt@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/21 01:47:04 Modified files: usr.sbin/snmpd : parse.y Log message: Make RTFILTER/filter-routes a simple boolean assignment, since the specific value isn't used anymore, and is just used to generate an argument for snmpd_metrics. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/11/21 01:49:09 Modified files: libexec/snmpd/snmpd_metrics: mib.c Log message: Set sc_rtfilter to specific ROUTE_FILTER() values, as was originally intended, instead of filtering out everything. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 01:52:24 Modified files: sysutils/borgmatic: Makefile distinfo sysutils/borgmatic/pkg: PLIST Log message: update to borgmatic-1.8.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 01:59:45 Modified files: devel/py-anytree: Makefile distinfo devel/py-anytree/pkg: PLIST Log message: update to py3-anytree-2.12.1 CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/21 02:40:52 Modified files: sysutils/rset : Makefile distinfo sysutils/rset/pkg: PLIST Log message: update sysutils/rset to 2.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 04:27:13 Modified files: net/iperf3 : Makefile net/iperf3/patches: patch-src_main_c Log message: iperf3: move pledge after init, fixing --daemon (crash reported by bluhm) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 04:34:30 Modified files: sysutils/py-watchdog: Makefile Log message: py-watchdog: add missing TDEP, add comment warning about spyder3 tight version spec CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 04:58:07 Modified files: www/py-formencode: Makefile Log message: py-setuptools_scm_git_archive, no longer needed as BDEP, spotted by daniel@ fix typo in HOMEPAGE CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 05:13:56 Modified files: mail/grommunio/gromox: Makefile Log message: fix python flavours in RDEPs, can't use MODPY_FLAVOR because it doesn't pull in MODULES=lang/python CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/21 05:20:45 Modified files: www/py-formencode: Makefile Log message: license changed to MIT in 2.0, spotted by daniel@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/21 05:21:51 Modified files: lang/librep : Makefile Log message: Tell librep which direction the stack grows The configure script hardcodes a list of architectures which have the stack growing downwards. The port being ancient, riscv64 isn't part of that list and the configure scripts then uses C code to check stack direction. This check now fails using clang-16, and conflicts with a runtime check that still detects direction correctly. Only hppa has the stack growing upwards, so just specify stack direction in the port's Makefile to bypass the broken configure check. No intended functional change. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/21 05:21:58 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-media_base_media_switches_cc Log message: update to 119.0.6045.159 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/21 05:56:43 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.74.5. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/21 07:00:13 Modified files: sys/conf : files sys/kern : sys_process.c Log message: Fix kernel build without option PTRACE, but with dt(4). Since revision 1.26 dt_ioctl_get_auxbase() is calling process_domem(). Build the latter function into kernel if pseudo device dt is enabled. from Matthias Pitzl; OK claudio@ CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2023/11/21 07:06:44 Modified files: lang/go : Makefile lang/go/patches: patch-src_syscall_syscall_openbsd_libc_go patch-src_syscall_zsyscall_openbsd_386_go patch-src_syscall_zsyscall_openbsd_386_s patch-src_syscall_zsyscall_openbsd_amd64_go patch-src_syscall_zsyscall_openbsd_amd64_s patch-src_syscall_zsyscall_openbsd_arm64_go patch-src_syscall_zsyscall_openbsd_arm64_s patch-src_syscall_zsyscall_openbsd_arm_go patch-src_syscall_zsyscall_openbsd_arm_s patch-src_syscall_zsyscall_openbsd_mips64_go patch-src_syscall_zsyscall_openbsd_mips64_s patch-src_syscall_zsyscall_openbsd_riscv64_go patch-src_syscall_zsyscall_openbsd_riscv64_s Log message: Remove references to the libc syscall stub from lang/go. The syscall symbol will soon be removed from libc - remove references to it from Go, so that it will continue to function. This effectively means that syscall.Syscall* and syscall.RawSyscall* will stop working and return ENOSYS. For the time being, given the amount of usage in the Go ecosystem, reroute calls with SYS_IOCTl and SYS_SYSCTL to the appropriate libc stub, so that they continue to work. Thanks to tb@ for testing on systems with syscall removed from libc. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/21 07:44:56 Modified files: www/firefox-i18n: Makefile.inc distinfo www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-intl_lwbrk_LineBreaker_cpp patch-third_party_libwebrtc_third_party_abseil-cpp_absl_base_internal_raw_logging_cc Log message: www/mozilla-firefox: update to 120.0 see https://www.mozilla.org/en-US/firefox/120.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-49/ patches for mp4 sandboxing fixes merged in #1856301 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/21 07:49:13 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 120.0. see https://www.mozilla.org/en-US/firefox/120.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-49/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/21 07:50:37 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 115.5.0. see https://www.mozilla.org/en-US/firefox/115.5.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-50/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/21 07:51:09 Modified files: www/firefox-esr: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/firefox-esr: MFC update to 115.5.0. see https://www.mozilla.org/en-US/firefox/115.5.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-50/ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/21 07:59:22 Modified files: lang/go : go.port.mk Log message: Bump _MODGO_SYSTEM_VERSION to trigger rebuild of all go ports so that the syscall rerouting is actually picked up. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/21 08:26:56 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: Do not short-circuit localhost resolution when AI_NUMERICHOST is set. localhost is not a valid IP address and so getaddrinfo(3) has to fail. Found by anton in pfctl & ipsecctl regress. OK anton CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/21 09:31:31 Modified files: lib/libcrypto/ec: eck_prn.c Log message: Fix a <= 5-byte buffer overwrite in print_bin() If the offset is > 124, this function would overwrite between 1 and 5 bytes of stack space after str[128]. So for a quick fix extend the buffer by 5 bytes. Obviously this is the permanent fix chosen elswehere. The proper fix will be to rewrite this function from scratch. Reported in detail by Masaru Masuda, many thanks! Fixes https://github.com/libressl/openbsd/issues/145 begrudging ok from beck CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/21 10:56:19 Modified files: usr.bin/openssl: apps.c cms.c verify.c x509.c Log message: Make a few purpose things const This should allow us to constify a sizable table in libcrypto in an upcoming bump. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/21 11:23:54 Modified files: www/iridium : Makefile distinfo www/iridium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_dispatcher_tls_h patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_base_paths_posix_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_unittest_cc patch-base_files_file_util_posix_cc patch-base_process_process_handle_freebsd_cc patch-base_process_process_unittest_cc patch-base_rand_util_posix_cc patch-base_system_sys_info_h patch-base_system_sys_info_openbsd_cc patch-base_test_launcher_test_launcher_cc patch-base_threading_platform_thread_unittest_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_toolchain_gcc_toolchain_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_chromium_strings_grd patch-chrome_app_generated_resources_grd patch-chrome_app_google_chrome_strings_grd patch-chrome_app_settings_strings_grdp patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_download_download_commands_h patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_download_download_prefs_h patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_headless_headless_mode_util_cc patch-chrome_browser_media_webrtc_chrome_screen_enumerator_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_printer_query_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_exclusive_access_exclusive_access_bubble_cc patch-chrome_browser_ui_omnibox_omnibox_pedal_implementations_cc patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_accelerator_table_cc patch-chrome_browser_ui_views_chrome_browser_main_extra_parts_views_cc patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_frame_tab_strip_region_view_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h patch-chrome_browser_ui_views_tab_search_bubble_host_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_connectors_internals_device_trust_utils_cc patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_os_integration_test_override_h patch-chrome_browser_web_applications_os_integration_web_app_file_handler_registration_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_h patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_services_speech_audio_source_fetcher_impl_cc patch-chrome_test_BUILD_gn patch-chrome_utility_services_cc patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_core_common_autofill_util_cc patch-components_autofill_payments_strings_grdp patch-components_commerce_strings_grdp patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_gwp_asan_client_gwp_asan_cc patch-components_media_router_common_providers_cast_channel_cast_message_util_cc patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_optimization_guide_core_optimization_guide_util_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_browser_sync_password_sync_bridge_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_performance_manager_public_features_h patch-components_policy_core_common_cloud_cloud_policy_client_cc patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc patch-components_services_screen_ai_screen_ai_library_wrapper_cc patch-components_storage_monitor_BUILD_gn patch-components_user_education_views_help_bubble_view_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-content_app_content_main_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_font_access_font_enumeration_data_source_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_network_service_instance_impl_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_utility_process_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_child_child_process_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_test_BUILD_gn patch-content_utility_services_cc patch-device_gamepad_BUILD_gn patch-extensions_shell_app_shell_main_delegate_cc patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_gles2_cmd_decoder_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc patch-gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_control_list_cc patch-gpu_config_gpu_finch_features_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_generate_bindings_py patch-gpu_vulkan_semaphore_handle_cc patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h patch-media_audio_BUILD_gn patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_gpu_buffer_validation_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-mojo_public_c_system_thunks_cc patch-net_BUILD_gn patch-net_base_features_cc patch-net_cert_cert_verify_proc_unittest_cc patch-net_cert_pki_general_names_h patch-net_dns_public_BUILD_gn patch-net_third_party_quiche_BUILD_gn patch-net_tools_cert_verify_tool_cert_verify_comparision_tool_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-sandbox_policy_features_cc patch-services_cert_verifier_cert_verifier_creation_cc patch-services_device_BUILD_gn patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_public_cpp_BUILD_gn patch-services_network_public_cpp_features_cc patch-services_network_public_mojom_BUILD_gn patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_core_editing_editing_behavior_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_frame_web_frame_test_cc patch-third_party_blink_renderer_core_inspector_inspector_memory_agent_cc patch-third_party_blink_renderer_core_layout_ng_layout_ng_view_cc patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_ml_webnn_ml_graph_xnnpack_cc patch-third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_graphics_video_frame_submitter_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_video_capture_video_capture_impl_cc patch-third_party_maldoca_src_maldoca_base_get_runfiles_dir_cc patch-third_party_perfetto_include_perfetto_base_time_h patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_webrtc_BUILD_gn patch-tools_protoc_wrapper_protoc_wrapper_py patch-ui_aura_screen_ozone_cc patch-ui_aura_screen_ozone_h patch-ui_base_dragdrop_os_exchange_data_provider_non_backed_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_x_x11_cursor_factory_cc patch-ui_base_x_x11_cursor_factory_h patch-ui_base_x_x11_cursor_loader_cc patch-ui_color_color_id_h patch-ui_color_color_provider_utils_cc patch-ui_events_gesture_detection_motion_event_generic_h patch-ui_gfx_BUILD_gn patch-ui_gfx_x_xlib_support_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_context_cc patch-ui_gl_gl_implementation_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_x11_screen_ozone_cc patch-ui_ozone_platform_x11_x11_screen_ozone_h patch-ui_ozone_public_platform_screen_h patch-ui_ozone_test_mock_platform_window_delegate_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_widget_widget_h patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_baseline_x64_baseline-assembler-x64-inl_h patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_assembler-x64_h patch-v8_src_codegen_x64_macro-assembler-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_h patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_execution_isolate_cc patch-v8_src_flags_flags_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base_cc patch-v8_src_trap-handler_handler-inside-posix_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h patch-v8_src_wasm_jump-table-assembler_cc patch-v8_src_wasm_jump-table-assembler_h Added files: www/iridium/patches: patch-chrome_browser_ui_browser_dialogs_h patch-chrome_browser_ui_views_profiles_dice_web_signin_interception_backdrop_layer_cc patch-chrome_browser_web_applications_web_app_install_info_h patch-chrome_common_chrome_paths_cc patch-chrome_common_crash_keys_cc patch-components_autofill_core_browser_payments_iban_save_manager_cc patch-components_gwp_asan_client_gwp_asan_features_cc patch-components_miracle_parameter_common_public_miracle_parameter_h patch-components_password_manager_core_browser_features_password_features_cc patch-components_user_education_common_product_messaging_controller_cc patch-content_browser_child_process_launcher_helper_h patch-content_browser_devtools_devtools_frontend_host_impl_cc patch-content_browser_devtools_devtools_frontend_host_impl_h patch-content_common_features_cc patch-content_common_features_h patch-gpu_command_buffer_service_shared_context_state_cc patch-gpu_command_buffer_service_shared_context_state_h patch-media_gpu_chromeos_mailbox_video_frame_converter_cc patch-remoting_host_client_session_cc patch-sandbox_policy_features_h patch-ui_base_clipboard_clipboard_non_backed_cc patch-ui_base_x_x11_display_manager_cc Removed files: www/iridium/patches: patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_password_manager_core_browser_login_database_cc patch-components_password_manager_core_browser_ui_passwords_grouper_cc patch-components_variations_service_google_groups_updater_service_cc patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_browser_webid_idp_network_request_manager_cc patch-content_public_common_content_features_h patch-device_fido_get_assertion_request_handler_cc patch-third_party_libxml_linux_config_h patch-third_party_libxml_src_dict_c patch-ui_ozone_public_platform_screen_cc patch-ui_views_widget_desktop_aura_desktop_screen_ozone_cc patch-v8_src_base_small-vector_h patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h patch-weblayer_browser_system_network_context_manager_cc patch-weblayer_common_weblayer_paths_cc Log message: update to 2023.11.119 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/11/21 14:44:12 Modified files: sysutils/ruby-puppet/7: Makefile sysutils/ruby-puppet/7/pkg: PLIST Log message: packaging issues due to pkgpath in PLIST as noted by jca@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 14:52:25 Log message: import py-inflection ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/textproc/py-inflection/Makefile N ports/textproc/py-inflection/distinfo N ports/textproc/py-inflection/pkg/DESCR N ports/textproc/py-inflection/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 14:54:17 Log message: import py-whatthepatch ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/textproc/py-whatthepatch/Makefile N ports/textproc/py-whatthepatch/distinfo N ports/textproc/py-whatthepatch/pkg/DESCR N ports/textproc/py-whatthepatch/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/21 14:55:03 Modified files: devel/gettext : Makefile distinfo devel/gettext/patches: patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_src_Makefile_in Log message: devel/gettext: maintenance update to 0.22.4, no significant changes CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 14:57:35 Log message: import py-python-lsp-jsonrpc ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/net/py-python-lsp-jsonrpc/Makefile N ports/net/py-python-lsp-jsonrpc/distinfo N ports/net/py-python-lsp-jsonrpc/pkg/DESCR N ports/net/py-python-lsp-jsonrpc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 14:59:04 Log message: import py-comm ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-comm/Makefile N ports/devel/py-comm/distinfo N ports/devel/py-comm/pkg/DESCR N ports/devel/py-comm/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:00:54 Log message: import py-docstring-to-markdown ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-docstring-to-markdown/Makefile N ports/devel/py-docstring-to-markdown/distinfo N ports/devel/py-docstring-to-markdown/pkg/DESCR N ports/devel/py-docstring-to-markdown/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:02:02 Log message: import py-flit_scm ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-flit_scm/Makefile N ports/devel/py-flit_scm/distinfo N ports/devel/py-flit_scm/pkg/DESCR N ports/devel/py-flit_scm/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:04:49 Log message: import py-exceptiongroup tweaks and ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-exceptiongroup/Makefile N ports/devel/py-exceptiongroup/distinfo N ports/devel/py-exceptiongroup/pkg/DESCR N ports/devel/py-exceptiongroup/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/21 15:05:33 Modified files: lib/libcrypto/ec: eck_prn.c Log message: Inline a better version of print_bin() in only caller Instead of printing to a temporary buffer with weird gymnastics, we can simply write things out to the BIO using proper indent. This still isn't perfect since we have a CBS version of this in ecx_buf_print(), which is basically what used to be ASN1_buf_print(). Annotate this with an XXX for future cleanup. ok beck CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:08:29 Log message: import py-nest-asyncio ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-nest-asyncio/Makefile N ports/devel/py-nest-asyncio/distinfo N ports/devel/py-nest-asyncio/pkg/DESCR N ports/devel/py-nest-asyncio/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:13:09 Log message: import py-pylint_venv ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-pylint_venv/Makefile N ports/devel/py-pylint_venv/distinfo N ports/devel/py-pylint_venv/pkg/DESCR N ports/devel/py-pylint_venv/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 15:14:25 Log message: import py-rtree ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20231121 N ports/devel/py-rtree/Makefile N ports/devel/py-rtree/distinfo N ports/devel/py-rtree/pkg/DESCR N ports/devel/py-rtree/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/21 15:17:15 Modified files: lib/libcrypto/ec: ec_print.c Log message: ec_print.c: Unwrap a line CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/21 18:01:21 Modified files: usr.bin/awk : FIXES b.c main.c maketab.c proto.h run.c Log message: Update awk to the Nov 20, 2023 version. This includes a rewrite of the fnematch() function as well as a refactoring of the sub and gsub implementation. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/21 18:18:33 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-builtin_gc_c Log message: update to git 2.43.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 18:39:26 Modified files: devel/py-yapf : Makefile distinfo devel/py-yapf/pkg: PLIST Log message: update yapf to 0.33.0 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/21 19:16:20 Modified files: usr.bin/ftp : main.c Log message: Do not drop into "ftp> " shell when piping to stdandard output '-o -' is orthogonal to an interactive prompt, yet some (malformed) URLs such as ftp://host/ would still end up there; exit after processing the first file/URL to prevent this. sthen deraadt agree OK millert CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/11/21 19:20:54 Modified files: usr.bin/ftp : main.c Log message: Piping single file to standard out needs no "proc exec" '-o -' now means no "ftp> " shell, so no "|some cmd" files, "!some cmd" or "page" commands. OK millert CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 21:07:01 Modified files: devel : Makefile Log message: +py-comm +py-docstring-to-markdown +py-exceptiongroup +py-flit_scm +py-nest-asyncio +py-pylint_venv +py-rtree CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 21:12:51 Modified files: net : Makefile Log message: +py-python-lsp-jsonrpc CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/21 21:17:49 Modified files: textproc : Makefile Log message: +py-inflection +py-whatthepatch CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/22 00:08:03 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.5.0. see https://www.thunderbird.net/en-US/thunderbird/115.5.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-52/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/22 00:09:18 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.5.0. see https://www.thunderbird.net/en-US/thunderbird/115.5.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-52/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/22 00:37:54 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-13.0.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/22 00:47:48 Modified files: devel/libgit2/py-git2: Makefile distinfo devel/libgit2/py-git2/pkg: PLIST Log message: Update to py3-git2-1.13.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/22 01:19:08 Modified files: mail/sendmail : Makefile Added files: mail/sendmail/patches: patch-libsm_ldap_c Log message: Uninitialized field, could cause invalid timeouts to be specified to ldap_bind, resulting in EINVAL and termination of sendmail during initialization of LDAP maps. Also, fix a debug printout of a time_t field on ILP32 architectures where the 64-bit entity ws casted to long, instead of long long. from niklas CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/22 01:19:16 Modified files: mail/sendmail : Tag: OPENBSD_7_4 Makefile Added files: mail/sendmail/patches: Tag: OPENBSD_7_4 patch-libsm_ldap_c Log message: Uninitialized field, could cause invalid timeouts to be specified to ldap_bind, resulting in EINVAL and termination of sendmail during initialization of LDAP maps. Also, fix a debug printout of a time_t field on ILP32 architectures where the 64-bit entity ws casted to long, instead of long long. from niklas CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/22 01:19:39 Modified files: devel/spidermonkey115: Makefile distinfo Log message: Update to spidermonkey115-115.5.0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/22 03:17:50 Removed files: devel/quirks/pkg: PFRAG.index Log message: should have removed ages ago CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/22 04:18:37 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: Prepare to do the updatedb stuff as an @option, so that the code is less ad-hoc CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/22 05:09:11 Modified files: x11/xfce4/terminal: Makefile Log message: x11/xfce4/terminal: disable gtk-wayland and gtk-layer-shell detection will be enabled explicitely later on. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/22 06:19:31 Modified files: lib/libc/asr : gethostnamadr_async.c Log message: Set correct errno field in struct asr_result. Otherwise gethostbyname(3) returns stack garbage when it is called with an invalid host name, indicating success. Problem observed in segfaulting ifconfig(8) by bluhm. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/22 06:34:09 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo Log message: Tor Browser: update to 13.0.4 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/22 06:44:10 Modified files: sysutils/libudev-openbsd: Makefile Log message: sysutils/libudev-openbsd: fix build on sparc64, uses -std=c11 set COMPILER/COMPILER_LANGS from tb@, thanks ! CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2023/11/22 07:14:09 Modified files: . : ftp.html httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html rpki-client : portable.html Log message: Add mirror.businessconnect.nl CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2023/11/22 07:18:03 Modified files: devel/libffi : Makefile Added files: devel/libffi/patches: patch-src_aarch64_ffi_c patch-src_aarch64_sysv_S Log message: Fix BTI in arm64 assembly by adding bti instructions to function calls and jump tables feedback from kettenis@ ok jasper@ CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2023/11/22 07:26:46 Modified files: . : ftp.html httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html rpki-client : portable.html Log message: Add new mirror in Lyon, France - by IBCP.fr CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/22 08:43:42 Modified files: lib/libssl : ssl.h Log message: Move SSL_library_init() next to OPENSSL_init_ssl() Its current position makes no sense and it will become a wrapper of the latter in a subsequent commit. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/22 08:49:47 Modified files: lib/libssl : ssl_init.c Log message: Stop calling SSL_library_init() from OPENSSL_init_ssl_internal() It's pointless: all the ciphers and digests added by SSL_library_init() are already added by OPENSSL_init_crypto(), which was already called at that point. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/22 08:53:53 Modified files: lib/libssl : ssl_algs.c ssl_init.c Log message: Make SSL_library_init() a wrapper of OPENSSL_init_ssl() This way it doesn't do nonsensical work for all those who cargo culted an init sequence. There's no point in having SSL_library_init() as a cheaper version of OPENSSL_init_ssl(): once you do crypto, you'll init crypto... Also move the now trivial implementation to ssl_init.c which has a good license. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/22 08:55:28 Modified files: lib/libssl : Makefile Removed files: lib/libssl : ssl_algs.c Log message: Unhook and remove the now even more useless ssl_algs.c than it was before. ok jsing CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2023/11/22 09:10:49 Modified files: . : ftp.html ftplist httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html rpki-client : portable.html Log message: Add mirror in Tokyo, Japan - from Jing Luo CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/22 11:06:44 Modified files: usr.sbin/dhcpd : dhcp-options.5 tables.c Log message: Recognize option ipv6-only-preferred (RFC8925). "option option-108 00:00:07:08;" is unwieldy and error prone. OK denis, kn, deraadt CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/22 11:14:35 Modified files: sys/arch/macppc/dev: adb.c pm_direct.c pm_direct.h Log message: Add support for keyboard backlight on Apple Powerbooks. From jon (at) elytron (dot) openbsd (dot) amsterdam ok gkoehler@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/22 11:19:25 Modified files: sys/dev/hid : hidkbd.c sys/dev/usb : makemap.awk sys/dev/wscons : wskbd.c wsksymdef.h Log message: Add support for keyboard backlight hotkeys in wskbd and hook up macppc apple keyboards. From jon (at) elytron (dot) openbsd (dot) amsterdam with some changes by me ok gkoehler@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/22 11:22:53 Modified files: sys/dev/usb : ukbdmap.c Log message: regen CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/11/22 11:23:09 Modified files: lib/libtls : tls_verify.c Log message: typo: mutiple -> multiple from Ryan Kavanagh (rak [at] debian [dot] org), ok tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/11/22 11:50:10 Modified files: sys/arch/amd64/amd64: cpu.c Log message: Fix race when initializing TSC. During boot TSC initialization could fail with panic: tsc_test_sync_ap: cpu2: tsc_ap_name is not NULL: cpu1. The root cause is a race between the moment the application processor sets CPUF_IDENTIFIED in cpu_hatch() and the moment the boot processor checks CPUF_IDENTIFIED in cpu_start_secondary() before the TSC sync test. The fix is to set CPUF_IDENTIFIED before clearing CPUF_IDENTIFY in cpu_hatch(). from hshoexer@ cheloha@; OK deraadt@ mlarkin@ CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/22 12:01:46 Modified files: net/lagrange : Makefile distinfo Log message: update net/lagrange to 1.17.4; from MAINTAINER Florian Viehweger, thanks! CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2023/11/22 12:07:25 Modified files: www/kcgi : Makefile distinfo www/kcgi/pkg : PLIST Log message: Update kcgi to 0.13.1 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 13:15:23 Modified files: databases/p5-SQL-Abstract-More: Makefile distinfo Log message: update p5-SQL-Abstract-More to 1.40 from wen heping CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 13:43:33 Modified files: databases/p5-DBM-Deep: Makefile distinfo databases/p5-DBM-Deep/pkg: PLIST Log message: update p5-DBM-Deep to 2.0019 from wen heping CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 13:51:36 Modified files: net/p5-Net-DNS-SEC: Makefile distinfo Log message: update p5-Net-DNS-SEC to 1.23 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/22 13:58:46 Modified files: games/barrage : Makefile distinfo Log message: Update to barrage-1.0.7. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 14:11:07 Modified files: textproc/p5-Pod-Markdown: Makefile distinfo Log message: update p5-Pod-Markdown to 3.400 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 15:48:12 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 2.084 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/22 16:05:06 Modified files: devel/p5-Net-Server: Makefile devel/p5-Net-Server/patches: patch-lib_Net_Server_Proto_SSLEAY_pm Log message: Do not check for engine functions in LibreSSL. This fixes test. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/11/22 16:38:04 Modified files: devel/jdk/11 : Makefile Added files: devel/jdk/11/patches: patch-make_hotspot_lib_JvmOverrideFiles_gmk patch-make_lib_Awt2dLibraries_gmk patch-src_hotspot_share_code_nmethod_cpp patch-src_java_base_unix_native_libnet_DefaultProxySelector_c patch-src_java_desktop_unix_native_common_awt_awt_GraphicsEnv_h patch-src_java_desktop_unix_native_libawt_xawt_awt_gtk2_interface_c patch-src_java_desktop_unix_native_libawt_xawt_awt_gtk3_interface_c Log message: Various clang-16 fixes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/22 17:47:13 Modified files: sys/dev/ofw : ofw_thermal.c Log message: expose the state of thermal zones as kstats. this makes it a bit more obvious how much head room you have for things like cpu performance scaling. the information provided at the moment is more useful for developers working on cpu scaling, but it should improve as i get my head around more of these things. patrick@ and kettenis@ like the idea. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/22 18:00:44 Modified files: sys/arch/arm64/arm64: cpu.c Log message: provide operating performance point info about each cpu via kstats. if there's a device tree and it provides information about cpu speed, expose those stats. this is particularly useful on big.little or systems with multiple clusters/clock domains or cores that can scale indepenently because it can report the actual speed each cpu is operating at independently. ok patrick@ who used an earlier version of this diff to work on cpu scaling on an rk3588 system. CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/22 18:04:37 ports/devel/bazel Update of /cvs/ports/devel/bazel In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/bazel Log Message: Directory /cvs/ports/devel/bazel added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/22 18:04:37 ports/devel/bazel/pkg Update of /cvs/ports/devel/bazel/pkg In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/bazel/pkg Log Message: Directory /cvs/ports/devel/bazel/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/22 18:04:37 ports/devel/bazel/patches Update of /cvs/ports/devel/bazel/patches In directory cvs.openbsd.org:/cvs.d/hack/gnezdo/ports/devel/bazel/patches Log Message: Directory /cvs/ports/devel/bazel/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/22 18:04:47 Added files: devel/bazel : Makefile distinfo devel/bazel/patches: patch-distdir_deps_bzl patch-src_main_java_com_google_devtools_build_lib_actions_ParameterFile_java patch-third_party_grpc_grpc_1_47_0_patch patch-third_party_upb_BUILD patch-third_party_upb_upb_patch patch-tools_cpp_bsd_cc_toolchain_config_bzl devel/bazel/pkg: DESCR PLIST Log message: Add devel/bazel 6.3.2 Feedback and OK from sthen@ OK ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: gnezdo@cvs.openbsd.org 2023/11/22 18:06:26 Modified files: devel : Makefile Log message: Add bazel to devel CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/22 19:01:10 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: distinfo net/qbittorrent/qbittorrent-nox: distinfo Log message: update to qbittorrent 6.4.1 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/22 20:22:14 Modified files: sbin/ifconfig : ifconfig.c Log message: add support for specifying ports on the src address in tunnel endpoints. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/22 20:36:42 Modified files: share/man/man4 : vxlan.4 Log message: non-standard vxlan port is set on the tunnel src address CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/11/22 20:37:05 Modified files: usr.bin/ssh : mux.c Log message: Include existing mux path in debug message. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/22 20:38:34 Modified files: sbin/ifconfig : brconfig.c ifconfig.c ifconfig.h Log message: add an endpoint command for "bridges" that use addresses as endpoints. this can be used to add static entries on interfaces like vxlan(4). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/22 22:08:57 Modified files: sys/dev/pci : pcidevs sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c amdgpu_devlist.h Log message: add another Van Gogh device id 1435 rev ae is "Custom GPU 0932" found in Windows driver for Steam Deck OLED APU CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/22 22:09:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/23 01:57:01 Modified files: geo/py-owslib : Makefile distinfo Log message: geo/py-owslib: update to 0.29.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/23 02:09:07 Modified files: net/mautrix-whatsapp: Makefile distinfo modules.inc Log message: net/mautrix-whatsapp: update to 0.10.4 from maintainer Renaud Allard CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/23 02:14:50 ports/textproc/rapidjson/patches Update of /cvs/ports/textproc/rapidjson/patches In directory cvs.openbsd.org:/tmp/cvs-serv66139/patches Log Message: Directory /cvs/ports/textproc/rapidjson/patches added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/23 02:44:08 Modified files: usr.sbin/pkg_add/OpenBSD: PackingList.pm Log message: need to represent the option for it to actually make it into the package CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/23 02:53:18 Modified files: geo/postgis : Makefile distinfo geo/postgis/pkg: PLIST Removed files: geo/postgis/patches: patch-loader_postgis_pl Log message: geo/postgis: update to 3.4.1. see https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.4.1/NEWS remove patch merged upstream, cf https://github.com/postgis/postgis/commit/d79127c514f081a395c4c4c2440f7c6ca9a2e53f CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/23 02:57:02 Modified files: geo/gpxsee : Makefile distinfo geo/gpxsee/pkg : PLIST Log message: geo/gpxsee: update to 13.11 CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/23 03:39:18 ports/sysutils/u-boot/rk356x/patches Update of /cvs/ports/sysutils/u-boot/rk356x/patches In directory cvs.openbsd.org:/tmp/cvs-serv10648/patches Log Message: Directory /cvs/ports/sysutils/u-boot/rk356x/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/23 03:47:26 Modified files: databases/pspg : Makefile distinfo Log message: update databases/pspg to 5.8.1 while here switch to DIST_TUPLE CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/11/23 04:07:46 Modified files: textproc/rapidjson: Makefile Added files: textproc/rapidjson/patches: patch-CMakeLists_txt Log message: Stop using -march/-mcpu=native Spotted on riscv64, input from sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 04:37:37 ports/security/p5-Crypt-Argon2/patches Update of /cvs/ports/security/p5-Crypt-Argon2/patches In directory cvs.openbsd.org:/tmp/cvs-serv70475/patches Log Message: Directory /cvs/ports/security/p5-Crypt-Argon2/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 04:38:04 Modified files: security/p5-Crypt-Argon2: Makefile Added files: security/p5-Crypt-Argon2/patches: patch-Build_PL Log message: p5-Crypt-Argon2: don't use -march=native CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/23 04:41:23 Modified files: wayland/grim : Makefile wayland/libei : Makefile wayland/swayidle: Makefile Log message: wayland: sprinkle some COMPILER/COMPILER_LANG to hopefully fix build on sparc64 various uses of std=c11/gnu11 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/11/23 04:59:53 Modified files: usr.bin/rsync : extern.h fargs.c main.c rsync.1 uploader.c Log message: Add --omit-dir-times / -O OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 05:34:21 Modified files: lang/python : python.port.mk Log message: handle MODPY_PYBUILD=flit_scm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 05:35:37 Modified files: devel/py-exceptiongroup: Makefile Log message: use MODPY_PYBUILD=flit_scm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 05:54:46 Modified files: editors/vim : Makefile distinfo Log message: update to vim-9.0.2122 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/11/23 06:01:15 Modified files: usr.sbin/rpki-client: rsync.c Log message: Don't set directory modtimes to match the source When syncing against remote repositories, the modtimes of the remote directories is irrelevant. In the RRDP protocol the directory modtimes aren't signalled either. This should save some IOPS. OK tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/11/23 06:33:33 Modified files: www/iridium : Makefile www/iridium/patches: patch-build_config_compiler_BUILD_gn Log message: bring back cpu abi configuration to unbreak i386 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/23 06:49:39 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231123 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/23 07:21:47 Modified files: sys/dev/pci : pcidevs Log message: add Alder Lake-N ids from: Intel Processor and Intel Core i3 N-Series Datasheet, Volume 1 of 2, Doc. No.: 759603, Rev.: 001 ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/23 07:22:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/23 07:24:06 Modified files: sys/dev/pci : ichiic.c dwiic_pci.c azalia.c Log message: match on Alder Lake-N ids tested-by and ok sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/11/23 08:02:57 Modified files: sys/dev/wscons : wskbd.c Log message: now always needs sys/task.h CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/23 08:20:45 Modified files: security/plass : Makefile distinfo Log message: update security/plass to 0.7 Changelog: - decode file names in the current locale for `plass find' matching - fixed a typo and improved the description section in pwg.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 08:26:56 Modified files: net/monitoring-plugins: Makefile Added files: net/monitoring-plugins/patches: patch-plugins_check_smtp_c Log message: monitoring-plugins: backport upstream patch fixing check_smtp not allowing itself to be run when using -D and -S flags to check cert lifetime, reported by florian@ (there's still a problem where -D -s doesn't check lifetime) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/23 08:54:15 Modified files: net/monitoring-plugins: Makefile net/monitoring-plugins/patches: patch-plugins_check_smtp_c Log message: patch check_smtp to allow checking cert validity for both STARTTLS and TLS-on-connect. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/23 09:18:42 Modified files: meta/tor-browser: Tag: OPENBSD_7_4 Makefile www/tor-browser: Tag: OPENBSD_7_4 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_4 Makefile distinfo Log message: Tor Browser: update to 13.0.4 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/23 09:30:12 Modified files: usr.sbin/dhcpd : dhcp-options.5 Log message: tweak previous; suggested by jmc CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/23 12:34:18 Modified files: devel/protobuf : Makefile distinfo devel/protobuf/pkg: PLIST Log message: Update to protobuf 4.25.1 https://github.com/protocolbuffers/protobuf/releases/tag/v25.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/23 12:34:45 Modified files: devel/py-protobuf: Makefile distinfo Log message: Update to py3-protobuf 4.25.1 https://github.com/protocolbuffers/protobuf/releases/tag/v25.1 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2023/11/23 12:54:30 Modified files: sys/arch/arm64/arm64: cpu.c Log message: A mountroot hook unsets ci->ci_opp_table in case clocks or regulators aren't available, so we have to continue to check its existence on each kstat read. ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2023/11/23 16:45:10 Modified files: sys/net : if_veb.c Log message: avoid passing weird mbuf chains to pf when pushing out a veb. pf expects the ip header to be in the first mbuf of the chain we pass to pf_test, but in some situations the ethernet header is the only data in the first mbuf. after we remove the ethernet header, the first mbuf had no data in it which confused pf. fix this by passing all packets to ip_check on output as well as input. ip input handlers do all the necessary m_pullups. found by Mark Patruck. CVSROOT: /cvs Module name: src Changes by: asou@cvs.openbsd.org 2023/11/23 17:15:42 Modified files: sys/kern : kern_physio.c Log message: Fix comments longer than 80 column. ok miod@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/11/23 17:31:30 Modified files: usr.bin/ssh : clientloop.c Log message: Plug mem leak of msg when processing a quit message. Coverity CID#427852, ok djm@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/23 21:34:09 Modified files: sys/dev/pci : pcidevs Log message: Add devices found in 4th generation (Genoa) Epyc systems input from and ok jsg@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/23 21:34:35 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/23 21:48:02 Modified files: usr.bin/mandoc : tag.c regress/usr.bin/mandoc/mdoc/Cm: tag.out_html tag.out_tag Log message: 1. Do not put ASCII_HYPH (0x1c) into the tag file. That happened when tagging a string containing '-' on an input text line, most commonly in man(7) .TP next line scope. 2. Do not let "\-" end the tag. In both cases, translate ASCII_HYPH and "\-" to plain '-' for output. For example, this improves handling of unbound.conf(5). These two bugs were found thanks to a posting by weerd@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/11/23 21:53:39 Modified files: regress/usr.bin/mandoc/man/IP: tag.in tag.out_ascii tag.out_html tag.out_tag regress/usr.bin/mandoc/man/TP: tag.in tag.out_ascii tag.out_html tag.out_tag regress/usr.bin/mandoc/mdoc/Em: tag.in tag.out_ascii tag.out_html tag.out_markdown tag.out_tag regress/usr.bin/mandoc/mdoc/Sy: tag.in tag.out_ascii tag.out_html tag.out_markdown tag.out_tag Log message: Additional tests of automatic tagging involving different kinds of hyphens after tag.c rev. 1.38. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/23 23:59:28 Modified files: security/pivy : Makefile Added files: security/pivy/patches: patch-piv-ca_c Log message: pivy: switch to ASN1_TIME_to_tm() This was the last consumer of ASN1_time_parse(), which served us well. Merged upstream https://github.com/arekinath/pivy/pull/44 maintainer timeout CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/24 00:06:41 Modified files: games/gzdoom : Makefile distinfo games/gzdoom/patches: patch-CMakeLists_txt games/gzdoom/pkg: README Added files: games/gzdoom/patches: patch-libraries_ZVulkan_CMakeLists_txt Removed files: games/gzdoom/patches: patch-libraries_discordrpc_CMakeLists_txt patch-src_d_main_cpp Log message: Update gzdoom to 4.11.3 Original update from thfr@ README rewritten by me to explain the backend situation. OK thfr, lgtm Timo (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 00:09:17 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.75.0. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/24 00:18:49 Modified files: sys/arch/riscv64/include: pmap.h vmparam.h Log message: Remove unused direct map defines and macros, originating from FreeBSD. ok mlarkin@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 00:26:52 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.26. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 00:46:00 Modified files: sysutils/flatpak/xdg-desktop-portal: Makefile distinfo sysutils/flatpak/xdg-desktop-portal/patches: patch-src_xdp-utils_c sysutils/flatpak/xdg-desktop-portal/pkg: PLIST Log message: Update to xdg-desktop-portal-1.18.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 00:46:08 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.53.6. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/24 00:57:39 Modified files: sys/arch/riscv64/riscv64: cpuswitch.S exception.S Log message: No need to load function addresses in registers and branch to the register contents when there is that nifty instruction called "call"; NFC CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 01:06:51 Modified files: x11/gnome/zenity: Makefile distinfo Log message: Update to zenity-3.99.90. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 01:07:39 Modified files: devel/xdg-utils: Makefile distinfo devel/xdg-utils/patches: patch-scripts_xdg-email_in patch-scripts_xdg-mime_in patch-scripts_xdg-open_in patch-scripts_xdg-screensaver_in patch-scripts_xdg-utils-common_in Log message: Update to xdg-utils-1.2.0beta1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 01:10:18 Modified files: geo/osm2pgsql : Makefile distinfo geo/osm2pgsql/patches: patch-src_options_hpp Added files: geo/osm2pgsql/patches: patch-man_CMakeLists_txt patch-man_osm2pgsql_1 patch-src_command-line-parser_cpp Removed files: geo/osm2pgsql/patches: patch-docs_CMakeLists_txt patch-docs_osm2pgsql_1 patch-src_options_cpp Log message: geo/osm2pgsql: update to 1.10.0, from wen heping CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/24 01:11:36 Modified files: multimedia/pipewire/wireplumber: Makefile distinfo multimedia/pipewire/wireplumber/patches: patch-src_config_wireplumber_conf multimedia/pipewire/wireplumber/pkg: PLIST Log message: Update to wireplumber-0.4.16. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/11/24 01:47:35 Modified files: sys/dev/pci : ccp_pci.c Log message: Match on 19h/1xh PSP ok dlg@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 01:50:40 Modified files: geo/libosmium : Makefile distinfo Log message: geo/libosmium: update to 2.20.0, from wen heping CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:05:36 Modified files: net/toot : Makefile distinfo net/toot/pkg : PLIST Log message: update to toot-0.39.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:13:11 Modified files: lang/php/8.1 : Makefile distinfo Log message: update to php-8.1.26 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:13:20 Modified files: lang/php/8.2 : Makefile distinfo Log message: update to php-8.2.13 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:13:38 Modified files: lang/php/8.1 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to php-8.1.26 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:13:45 Modified files: lang/php/8.2 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to php-8.2.13 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 02:17:20 Modified files: www/pecl-pledge: Makefile distinfo www/pecl-pledge/pkg: README Log message: update to pecl-pledge-2.1.2, from Tom Van Looy (maintainer) formatting tweaks to README by me CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/24 03:24:13 Modified files: net/wmnetload : Makefile net/wmnetload/patches: patch-configure Log message: net/wmnetload: remove bogus RUNPATH entry net/wmnetload is build with a bogus RUNPATH path, and the elements in the list aren't needed (all paths are standard ones). So just disable RPATH completely. No functional changes outside removing the bogus RUNPATH entry in ELF. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/24 03:25:30 Modified files: net/wmnetload : Tag: OPENBSD_7_4 Makefile net/wmnetload/patches: Tag: OPENBSD_7_4 patch-configure Log message: net/wmnetload: remove bogus RUNPATH entry net/wmnetload is build with a bogus RUNPATH path, and the elements in the list aren't needed (all paths are standard ones). So just disable RPATH completely. No functional changes outside removing the bogus RUNPATH entry in ELF. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 03:47:37 Log message: import p5-URI-Query 0.16 OK benoit@ sthen@ Comment: class providing URI query string manipulation Description: URI::Query provides simple URI query string manipulation, allowing you to create and manipulate URI query strings from GET and POST requests in web applications. This is primarily useful for creating links where you wish to preserve some subset of the parameters to the current request, and potentially add or replace others. Given a query string this is doable with regexes, of course, but making sure you get the anchoring and escaping right is tedious and error-prone - this module is simpler. Status: Vendor Tag: bluhm Release Tags: bluhm_20231124 N ports/www/p5-URI-Query/Makefile N ports/www/p5-URI-Query/distinfo N ports/www/p5-URI-Query/pkg/DESCR N ports/www/p5-URI-Query/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 03:49:24 Modified files: www : Makefile Log message: +p5-URI-Query CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:21:15 Modified files: devel/angr/py-archinfo: Makefile Log message: drop NO_TEST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:23:18 ports/devel/angr/py-claripy/patches Update of /cvs/ports/devel/angr/py-claripy/patches In directory cvs.openbsd.org:/tmp/cvs-serv40960/patches Log Message: Directory /cvs/ports/devel/angr/py-claripy/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:23:54 Added files: devel/angr/py-claripy/patches: patch-tests_common_backend_smt_solver_py Log message: add file that's missing from the distribution tarball but that's required for test CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:26:52 Modified files: devel/angr/py-cle: Makefile Log message: disable tests, this requires 85M of test binaries to be downloaded CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:30:47 Modified files: devel/angr/py-angr: Makefile devel/angr/py-z3-solver: Makefile Log message: more NO_TEST for ports lacking tests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/24 05:49:28 Modified files: graphics/orthanc: Makefile.inc graphics/orthanc/postgresql-plugin: Makefile graphics/orthanc/server: Makefile graphics/orthanc/webviewer-plugin: Makefile Log message: the distfiles for these ports became spiritually stuck and were in dire need of guidance fix HOMEPAGE and bump accordingly prompted by lightworker tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 06:35:50 Modified files: lang/fpc : Makefile lang/gforth : Makefile Log message: mark BROKEN-i386, these do not build as-is with LLVM 16 failure reports on ports@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 06:50:07 Modified files: lang/fpc : Makefile Log message: add more details to BROKEN marker; this uses ld.bfd which can't handle crtbegin.o as produced by LLVM 16 - /usr/bin/ld.bfd: /usr/lib/crtbegin.o: unrecognized relocation (0x2b) in section `.text' CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2023/11/24 06:54:20 Modified files: security/osv-scanner: Makefile distinfo modules.inc Log message: Update for OSV-Scanner to 1.4.3 OK lraab@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/24 07:02:20 Modified files: devel/py-multitasking: Makefile distinfo Log message: update py-multitasking to 0.0.11 From maintainer Clemens Goessnitzer CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/11/24 07:05:47 Modified files: usr.sbin/rpki-client: extern.h rrdp_util.c rsync.c Log message: Require files to be of a minimum size in the RRDP & RSYNC transports Picked 100 bytes as a minimum, to accommodate future signature schemes (such as the smaller P-256) and small files like empty CRLs. With and OK claudio@ tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 07:18:36 Modified files: productivity/grisbi: Makefile distinfo productivity/grisbi/pkg: PLIST Removed files: productivity/grisbi/patches: patch-src_structures_h Log message: productivity/grisbi: update to 3.0.0. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/11/24 07:43:00 Modified files: sbin/iked : ikev2.c Log message: Empty IKEv2 DPD messages should not contain extra NONE payloads from markus@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/24 07:46:34 Log message: future part of decoupling the update cache for pkg_add from quirks proper Status: Vendor Tag: espie Release Tags: ports N ports/databases/updatedb/Makefile N ports/databases/updatedb/files/list_update_info N ports/databases/updatedb/pkg/PLIST N ports/databases/updatedb/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 07:56:24 Modified files: textproc/py-ruamel.yaml: Makefile distinfo textproc/py-ruamel.yaml/pkg: PLIST Log message: update to py3-ruamel.yaml-0.18.5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 08:06:56 Modified files: sysutils/py-ansible-compat: Makefile distinfo sysutils/py-ansible-compat/pkg: PLIST Log message: sysutils/py-ansible-compat: update to 4.1.0. required by an upcoming ansible-lint update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 08:13:53 Modified files: devel/py-yamllint: Makefile distinfo devel/py-yamllint/pkg: PLIST Log message: update to py3-yamllint-1.33.0, ok rpointel@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/24 08:37:53 Modified files: sysutils/ansible-lint: Makefile Log message: relax the py-ruamel.yaml dep; it isn't a hard requirement and ansible-lint runs ok with newer. spotted by landry CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/11/24 09:41:12 Modified files: sys/arch/riscv64/riscv64: genassym.cf Log message: Remove unneeded symbols. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 10:03:23 ports/wayland/wlroots/patches Update of /cvs/ports/wayland/wlroots/patches In directory cvs.openbsd.org:/tmp/cvs-serv16819/patches Log Message: Directory /cvs/ports/wayland/wlroots/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 10:57:49 ports/wayland/sway/patches Update of /cvs/ports/wayland/sway/patches In directory cvs.openbsd.org:/tmp/cvs-serv83991/patches Log Message: Directory /cvs/ports/wayland/sway/patches added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/24 11:19:25 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: add glue to match usage against actual options, as a debugging facility CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/24 11:59:57 Added files: www/mozilla-firefox/patches: patch-media_libvpx_libvpx_vpx_ports_aarch64_cpudetect_c Log message: copy over the patch from multimedia/libvpx to the embedded copy, fixes build on arm64. OK landry@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 12:40:05 Log message: mport p5-DateTime-HiRes 0.04 from wen heping; OK sthen@ Comment: create DateTime objects with sub-second current time Description: This module enables you to generate DateTime objects that represent the current time with sub-second resolution. Status: Vendor Tag: bluhm Release Tags: bluhm_20231124 N ports/devel/p5-DateTime-HiRes/Makefile N ports/devel/p5-DateTime-HiRes/distinfo N ports/devel/p5-DateTime-HiRes/pkg/DESCR N ports/devel/p5-DateTime-HiRes/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 12:41:59 Modified files: devel : Makefile Log message: +p5-DateTime-HiRes CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 12:45:58 Log message: import pfresolved 1.00 OK landry@ Comment: pf table DNS update daemon Description: Convert files with FQDN into IP addreses and write them into pf tables. The daemon pfresolved allows to consume lists of hostnames that can be used in pf rules. Thses lists are updated dynamically using DNS. Status: Vendor Tag: bluhm Release Tags: bluhm_20231124 N ports/net/pfresolved/Makefile N ports/net/pfresolved/distinfo N ports/net/pfresolved/pkg/DESCR N ports/net/pfresolved/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/24 12:49:07 Modified files: net : Makefile Log message: +pfresolved CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/24 13:41:22 Modified files: sysutils/u-boot/rk356x: Makefile Added files: sysutils/u-boot/rk356x/patches: patch-arch_arm_dts_rk3568_dtsi patch-arch_arm_dts_rk356x_dtsi Log message: Patch device trees. The ranges provided for the PCIe memory windows by the upstream device trees make some PCIe devices (such as iwx(4)) misbehave. ok kevlo@, sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/24 14:33:45 Modified files: www/mozilla-firefox: Makefile Log message: www/mozilla-firefox: fix runtime on IBT-enabled hardware append -Wl,-z,nobtcfi to LDFLAGS, somehow with 120 something changed in the build system and USE_NOBTCFI=Yes isn't enough for the linker flag to be used. runtime failure reported by volker@ diff from otto@, many thanks CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/11/24 14:48:25 Modified files: sys/arch/amd64/amd64: vmm_machdep.c Log message: vmm(4)/vmx: fix memory scribbling by updating GDTR/TR if vcpu moves. If the vcpu thread sleeps in the kernel, like when handling a nested page fault and calling uvm_fault(9), the thread may be rescheduled on another host cpu. vmm(4) was only setting the GDTR and TR bases in the VMCS once prior to first vm entry, so a thread migration can result in restoring the wrong GDTR and TR on vm exit for the host cpu. This results in borked interrupts and corrupted stack pointers, causing programs to segfault or sigabort. It can also result in missed ipi's causing kernel deadlocks. Use similar logic to the SVM routines and check for cpu migration within the hot loop. Since we're letting the VMX features of the cpu restore GDTR, we can also drop the manual store/load routines. Reported and with much appreciated testing help from Mischa Peters. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/11/24 15:54:29 Modified files: print/lilypond : Makefile distinfo print/lilypond/pkg: PLIST-docs PLIST-main Removed files: print/lilypond/patches: patch-scm_backend-library_scm patch-scm_framework-ps_scm patch-scm_ps-to-png_scm patch-scripts_build_output-distance_py Log message: update to lilypond-2.24.3 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/24 16:15:31 Modified files: games/fheroes2 : Makefile distinfo Log message: update to fheroes2 1.0.10, diff by user sonya on irc.libera.chat #openbsd-gaming CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/11/24 16:17:53 Modified files: editors/novelwriter: Makefile distinfo Log message: update to novelWriter 2.1.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 00:01:31 Modified files: devel/p5-Alien-Base: Makefile distinfo Log message: Update to p5-Alien-Base-2.80. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/25 01:14:43 Modified files: share/man/man5 : hosts.5 resolv.conf.5 Log message: Document that "localhost" only resolves to the loopback addresses. prodding pb OK phessler, sthen Input & OK jmc CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 01:58:50 Modified files: devel/p5-App-Cmd: Makefile distinfo Log message: Update to p5-App-Cmd-0.336. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 02:03:21 Modified files: devel/p5-Carp-Assert: Makefile distinfo Log message: Update to p5-Carp-Assert-0.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:12:40 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.32.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:12:48 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.29.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:13:17 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.30.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:13:31 Modified files: textproc/gi-docgen: Makefile distinfo textproc/gi-docgen/pkg: PLIST Log message: Update to gi-docgen-2023.2. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 02:23:07 Modified files: devel/p5-Class-Meta-Express: Makefile distinfo Log message: pdate to p5-Class-Meta-Express-0.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 02:33:12 Modified files: devel/p5-Data-OptList: Makefile distinfo Log message: Update to p5-Data-OptList-0.114. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:40:04 Modified files: x11/gtk+4 : Makefile x11/gtk+4/pkg : PLIST-main Log message: Add Wayland support so that we can start testing GTK4 apps. prodded by and ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:40:37 Modified files: x11/gnome/tecla: Makefile Log message: Regen WANTLIB for wayland-client. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:41:04 Modified files: sysutils/flatpak/xdg-desktop-portal-gnome: Makefile Log message: Regen WANTLIB for wayland-client. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:41:44 Modified files: multimedia/gstreamer1/plugins-bad: Makefile multimedia/gstreamer1/plugins-bad/pkg: PLIST multimedia/gstreamer1/plugins-base: Makefile multimedia/gstreamer1/plugins-base/pkg: PLIST Log message: Enable Wayland support. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 02:44:41 Modified files: devel/p5-ExtUtils-CppGuess: Makefile distinfo Log message: Update to p5-ExtUtils-CppGuess-0.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 02:45:48 Modified files: sysutils/deja-dup: Makefile Log message: Bump for gtk4-wayland. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/25 02:49:05 Removed files: wayland : TODO-Wayland.md Log message: Remove this file. Information in it is becoming stale fast. To be replaced by a FAQ entry or a manual page at some point CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 02:55:01 Modified files: devel/p5-Getopt-Euclid: Makefile distinfo Log message: Update to p5-Getopt-Euclid-0.4.6. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:00:03 Modified files: devel/p5-Graph : Makefile distinfo Log message: Update to p5-Graph-0.9727. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:03:51 Modified files: devel/p5-Log-Any-Adapter-Callback: Makefile distinfo Log message: Update to p5-Log-Any-Adapter-Callback-0.102. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:09:45 Modified files: devel/p5-Package-DeprecationManager: Makefile distinfo Log message: Update to p5-Package-DeprecationManager-0.18. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:15:59 Modified files: devel/p5-PAR : Makefile distinfo Log message: Update to p5-PAR-1.019. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 03:17:38 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: this is dead since 2016 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 03:17:59 Modified files: usr.sbin/pkg_add/OpenBSD: FwUpdate.pm Log message: dead too CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 03:18:40 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: reason this is here CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:20:34 Modified files: devel/p5-PerlIO-eol: Makefile distinfo Log message: Update to p5-PerlIO-eol-0.19. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/11/25 03:24:56 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo Log message: Tor Browser: update to 13.0.5 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:25:29 Modified files: devel/p5-POSIX-strftime-Compiler: Makefile distinfo Log message: Update to p5-POSIX-strftime-Compiler-0.45. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 03:29:23 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: reinstate checking the keytype, which I unwittingly dropped a long time ago. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 03:54:16 Modified files: devel/p5-Proc-Background: Makefile distinfo Log message: Update to p5-Proc-Background-1.32. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 03:58:45 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: check_security has been around long enough, no need to check quirks can do it CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 04:01:22 Modified files: usr.sbin/pkg_add/OpenBSD: PkgInfo.pm Log message: -h is handled by State.pm, don't try to recognize it CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 04:02:23 Modified files: usr.sbin/pkg_add/OpenBSD: PkgInfo.pm Log message: forgot to zap really old D/F CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/25 04:04:12 Added files: sysutils/cdrtools/patches: patch-inc_avoffset_c Log message: Backport llvm fix from 3.01, fixes build for aarch64 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 04:04:45 Modified files: devel/p5-Scope-Upper: Makefile distinfo Log message: Update to p5-Scope-Upper-0.34. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/25 04:16:14 Modified files: wayland/wlroots: Makefile distinfo wayland/wlroots/pkg: PLIST Added files: wayland/wlroots/patches: patch-meson_build patch-render_vulkan_vulkan_c patch-xcursor_xcursor_c Log message: wayland/wlroots: update to 0.17.0. - switch to the upstream tarballs - move matthieu's commits from https://gitlab.freedesktop.org/mherrb/wlroots/-/compare/master...obsd?from_project_id=12103 to patches - bump EPOCH ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/25 04:21:32 Modified files: wayland/sway : Makefile distinfo Added files: wayland/sway/patches: patch-common_stringop_c patch-include_stringop_h patch-meson_build patch-sway_config_bar_c patch-sway_config_c patch-swaybar_meson_build patch-swaynag_config_c patch-swaynag_meson_build Log message: wayland/sway: switch to upstream source, and update to a newer commit - commit chosen to be before upstream starts using wlroots>0.17 APIs. - convert matthieu's porting commit from https://github.com/mherrb/sway/commit/1f64b183d3c12aaf54f43c474a709cc79ccbbb59 to proper port patches still UNLINKED because of the RDEP on wayland/foot ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/25 04:57:57 Modified files: sysutils/cdrtools/patches: patch-inc_avoffset_c Log message: put the explanation comment before the Index line of the patch reminded by Brad CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/25 05:00:39 Modified files: sbin/dhcpleased: dhcpleased.conf.5 dhcpleased.h engine.c frontend.c parse.y printconf.c Log message: First stab at IPv6-only preferred from RFC8925. This lets dhcpleased(8) request "IPv6-only preferred". If the server replies with this option dhcpleased stops and does not request a lease and deconfigures IPv4 on the interface. For now this is pretty much useless unless one dynamically configures pf(4) to act as a CLAT. gelatod(8) from ports can help with this. However, this helps me while hacking on a kernel based stateless CLAT by moving dhcpleased out of the way while having an IPv6-mostly network configured to compare behaviour with macOS. Input jmc OK phessler Input & OK sthen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/25 05:05:08 Modified files: lib/libssl : ssl_lib.c ssl_local.h Log message: Move ssl_cipher_id_cmp() next to its only caller It was left alone and forlorn in the middle of other nonsense. Since there is only one caller (the OBJ_bsearch_ stupidity), it can be static and there is no need to prototype it in ssl_local.h. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/11/25 06:00:05 Modified files: sbin/dhcpleased: printconf.c Log message: whitespace; spotted by kn CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/11/25 06:39:41 Added files: lang/sbcl/patches: patch-make-config_sh patch-src_runtime_ppc-assem_S Log message: lang/sbcl: unbreak powerpc build powerpc code doesn't support gcc-tls, so do not try to use it for openbsd-powerpc. no bump as it didn't build on powerpc, and doesn't changes on others platforms tested by Tobias Heider CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/25 06:55:00 Modified files: www/mozilla-firefox: Makefile Log message: www/mozilla-firefox: bump after runtime fix on IBT-enabled hardware CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/25 07:00:43 Added files: www/hiawatha/patches: patch-mbedtls_library_aesce_c Log message: set #pragma attribute after including arm_neon.h, so the attribute only applies to the local code CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/25 07:11:06 Modified files: audio/audacious/plugins: Makefile Log message: specifically disable openmpt support, prevents breakage if the right kind of junk happens between configure and build. OK bket@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 07:30:25 Modified files: multimedia/gstreamer1/plugins-base: Makefile Log message: Need wayland/wayland-protocols to build. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 07:42:09 Modified files: devel/p5-Time-Progress: Makefile distinfo Log message: Update to p5-Time-Progress-2.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 07:46:51 Modified files: devel/p5-URI-db: Makefile distinfo Log message: Update to p5-URI-db-0.21. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 07:52:50 Modified files: devel/py-altgraph: Makefile distinfo Log message: Update to py3-altgraph-0.17.4. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 08:00:27 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo Log message: Update to p5-Image-ExifTool-12.70. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 08:10:49 Modified files: multimedia/gstreamer1/plugins-bad: Makefile Log message: Missing BDEP on wayland/wayland-protocols. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 08:16:58 Modified files: math/p5-Statistics-Descriptive: Makefile distinfo Log message: Update to p5-Statistics-Descriptive-3.0801. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/25 08:27:10 Modified files: productivity/p5-Business-Tax-VAT-Validation: Makefile distinfo Log message: Update to p5-Business-Tax-VAT-Validation-1.23. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/11/25 09:31:33 Modified files: usr.bin/awk : FIXES awk.h b.c lex.c main.c run.c Log message: Update awk to the Nov 24, 2023 version. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 10:19:27 Modified files: devel/py-traitlets: Makefile distinfo devel/py-traitlets/pkg: PLIST Log message: update py-traitlets to 5.13.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 10:27:48 Modified files: misc/py-imdb : Makefile distinfo misc/py-imdb/patches: patch-setup_py misc/py-imdb/pkg: DESCR PLIST Log message: update py-imdb to 2023.5.1 Note that imdb has been renamed to cinemagoer but for now we keep our package name as is. ok millert@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 10:30:28 Modified files: devel/py-jupyter_core: Makefile distinfo Log message: update py-jupyter_core to 5.5.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 10:40:41 Modified files: textproc/py-whatthepatch: Makefile distinfo Log message: update py-whatthepatch to 1.0.5 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/25 10:43:39 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: recognize future updatedb tagged packages CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/25 11:11:57 Modified files: databases/p5-DBD-Pg: Makefile distinfo Log message: update databases/p5-DBD-Pg to 3.17.0; ok pea@, bluhm@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/25 11:12:20 Modified files: sys/arch/arm64/dev: rtkit.c Log message: Fix oslog support and be more forgiving when we see messages that we don't recognize. Fixes booting with newer firmware (such as the firmware currently installed by the Asahi installer). ok tobhe@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 11:25:32 Modified files: devel/py-jupyter_client: Makefile distinfo devel/py-jupyter_client/patches: patch-jupyter_client_connect_py devel/py-jupyter_client/pkg: PLIST Log message: update py-jupyter_client to 7.4.9 spyder-kernels needs this update so it can be updated. This is part of the work to get spyder update to the 5.x series. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/25 11:35:02 Modified files: x11/qt5/qtwebengine/files: openbsd.pri Log message: qt5/qtwebengine: do not pick up re2 if it's installed. It breaks the build. ok rsadowski (maintainer) CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 12:03:43 Modified files: devel/ipython : Makefile distinfo devel/ipython/pkg: PLIST Log message: update ipython to 8.18.0 CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 12:08:25 Modified files: shells/py-qtconsole: Makefile distinfo Log message: update qtconsole to 5.5.1 CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/11/25 12:09:45 ports/sysutils/u-boot/rk3588/patches Update of /cvs/ports/sysutils/u-boot/rk3588/patches In directory cvs.openbsd.org:/tmp/cvs-serv76227/patches Log Message: Directory /cvs/ports/sysutils/u-boot/rk3588/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/25 12:44:16 Modified files: www/webkitgtk4 : Makefile Log message: Explicitely set ENABLE_WAYLAND_TARGET to Off for now. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/25 13:23:04 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/patches: patch-server_config_config_json net/mattermost-server/pkg: PLIST-main Log message: Update mattermost-server 9.1.2 -> 9.2.2 Changelog: https://docs.mattermost.com/install/self-managed-changelog.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/25 13:28:01 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 8.6.1 -> 9.0.1 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/9/CHANGELOG-v9.rst#v9-0-1 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/25 14:14:50 Modified files: sysutils/tflint: Makefile distinfo modules.inc Log message: Update tflint 0.48.0 -> 0.49.0 Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.49.0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/25 14:15:52 Modified files: devel/py-identify: Makefile distinfo Log message: Update py-identify 2.5.31 -> 2.5.32 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/25 15:00:30 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile x11/xfce4/xfce4-whiskermenu/patches: patch-panel-plugin_settings_cpp Added files: x11/xfce4/xfce4-whiskermenu/patches: patch-panel-plugin_search-page_cpp Log message: x11/xfce4/xfce4-whiskermenu: workaround crash when searching an app see https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/issues/120 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/11/25 15:09:31 Modified files: lang/fpc : Makefile Log message: lang/fpc: mark BROKEN on amd64, does not build with LLVM 16 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/11/25 15:28:49 Log message: import games/emptyclip Empty Clip is a top-down shooter action RPG. * Utilize over 15 different weapons, including melee, pistols, shotguns, rifles, rocket launchers, crossbows, and miniguns * Fight thousands of zombies, spiders, bats, skeletons, demons, aliens and more * Discover rare items and secrets that sprawl across dungeons, woods, caves, cities, desert, hell, and alien worlds * Customize your character with skill points and over 25 different equipment mods * Play through the 10 level campaign multiple times for an increase in difficulty and rewards * Complete eight achievements for an even greater challenge valuable feedback and final OK thfr@ Status: Vendor Tag: sebastia Release Tags: sebastia_20231125 N ports/games/emptyclip/Makefile N ports/games/emptyclip/distinfo N ports/games/emptyclip/patches/patch-ext_ae_ae_database_cpp N ports/games/emptyclip/patches/patch-ext_ae_ae_framebuffer_cpp N ports/games/emptyclip/patches/patch-ext_ae_ae_framelimit_h N ports/games/emptyclip/patches/patch-ext_ae_ae_network_cpp N ports/games/emptyclip/patches/patch-ext_ae_ae_random_cpp N ports/games/emptyclip/patches/patch-ext_ae_tinyxml2_tinyxml2_cpp N ports/games/emptyclip/patches/patch-src_save_cpp N ports/games/emptyclip/pkg/DESCR N ports/games/emptyclip/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/11/25 15:30:32 Modified files: games : Makefile Log message: hook up emptyclip CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/25 16:08:25 Log message: Import mail/opensmtpd-filters/spfgreylist 1.0.0 This filter implements greylisting, allowing OpenSMTPD to temporarily reject sessions of clients it has not seen before. Unlike many implementations, this one is SPF-aware so it will properly handle greylisting for domains doing relaying through multiple MX, as long as they publish a valid SPF record. The filter currently supports: * IPv4 and IPv6 address greylisting * SPF greylisting * startup whitelisting of IP and domains * automatically renewed whitelisting ok gilles@ Status: Vendor Tag: landry Release Tags: landry_20231126 N ports/mail/opensmtpd-filters/spfgreylist/Makefile N ports/mail/opensmtpd-filters/spfgreylist/distinfo N ports/mail/opensmtpd-filters/spfgreylist/pkg/PLIST N ports/mail/opensmtpd-filters/spfgreylist/pkg/DESCR N ports/mail/opensmtpd-filters/spfgreylist/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/25 16:09:08 Modified files: mail/opensmtpd-filters: Makefile Log message: +mail/opensmtpd-filters/spfgreylist CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 18:35:00 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/py-six : Makefile devel/py-six/pkg: PLIST Log message: make py-six python3-only ok sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/11/25 22:36:36 Modified files: games/mysticmine: Makefile games/mysticmine/patches: patch-setup_py games/mysticmine/pkg: PLIST Added files: games/mysticmine/patches: patch-monorail_ai_py Log message: drop mysticmine BDEP on python2 cython Convert ai.pyx to ai.py which allows us to drop the build dependency on python2 cython. This will allow us to make cython python3-only. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/25 22:47:21 Modified files: sys/dev/pci : pcidevs sys/dev/pci/drm/include/drm: i915_pciids.h sys/dev/pci/drm/i915: i915_devlist.h Log message: drm/i915/rpl: Update pci ids for RPL P/U From Dnyaneshwar Bhadane 5d5fea7c79a7f7b61a9683784c83d539aca8dafe in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/11/25 22:47:54 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 00:06:47 Modified files: net/p5-POE-Component-Client-DNS-Recursive: Makefile distinfo Log message: Update to p5-POE-Component-Client-DNS-Recursive-1.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 00:17:10 Modified files: security/p5-Crypt-Argon2: Makefile distinfo security/p5-Crypt-Argon2/patches: patch-Build_PL Log message: Update to p5-Crypt-Argon2-0.020. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/26 00:29:31 Modified files: geo/pgrouting : Makefile distinfo geo/pgrouting/pkg: PLIST Added files: geo/pgrouting/patches: patch-include_c_types_restriction_t_h patch-include_cpp_common_get_check_data_hpp patch-src_cpp_common_get_check_data_cpp Log message: geo/pgrouting: update to 3.6.0. see https://github.com/pgRouting/pgrouting/releases/tag/v3.6.0 pull patches from https://github.com/pgRouting/pgrouting/pull/2589 to fix the build. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/26 00:52:58 Modified files: geo/qgis : Makefile distinfo Log message: geo/qgis: update to 3.34.1. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/11/26 01:03:11 Modified files: security/plass : Makefile Log message: add missing p5-Encode-Locale dependency; spotted by Mark Jamsek, thanks! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/26 01:37:24 Modified files: www/mozilla-firefox: Makefile Log message: www/mozilla-firefox: explicitely pass --ld-path=${WRKDIR}/bin/ld in #1839739 upstream switched unix builds from ld.bfd to lld, which had the side effect of adding -fuse-ld=lld to LDFLAGS - thus bypassing the ld wrapper we use in ports to add -z nobtcfi to the ld.lld linker invocation, via USE_LLD & USE_NOBTCFI. As a result, OPENBSD_NOBTCF on the firefox binary was lost, and it crashed at startup on IBT-enabled hardware. explicitely passing --ld-path via LDFLAGS has the same effect as otto@'s fix but should we add other funky linker flags in the future, it'd keep the ports override mechanism working. upstream work for actual IBT support in the JIT might happen in #1626955 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 01:42:17 Modified files: sysutils/p5-Rex: Makefile distinfo sysutils/p5-Rex/pkg: PLIST Log message: Update to p5-Rex-1.14.3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/26 01:48:27 Modified files: x11/mate/panel : Makefile Log message: x11/mate/panel: explicitely disable wayland support otherwise it might automatically pickup gtk-layer-shell when it's imported CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 01:51:00 Modified files: sysutils/py-userpath: Makefile distinfo Log message: Update to py-userpath-1.9.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/26 01:52:27 Modified files: textproc/gi-docgen: Makefile distinfo textproc/gi-docgen/patches: patch-setup_cfg textproc/gi-docgen/pkg: PLIST Log message: Update to gi-docgen-2023.3. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 01:56:06 Modified files: textproc/p5-LaTeX-TOM: Makefile distinfo Log message: Update to p5-LaTeX-TOM-1.06. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/26 01:59:44 Modified files: www/webkitgtk4 : Makefile Added files: www/webkitgtk4/patches: patch-Source_WebKit_UIProcess_glib_WebProcessPoolGLib_cpp Log message: Enable wayland support for the webkitgtk60 FLAVOR (GTK4). Explictely disable it for the other flavors. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2023/11/26 02:12:23 Modified files: www/hiawatha/patches: patch-mbedtls_library_aesce_c Log message: fold the arm64 specific include into the arm64 specific #if case. amd64 breakage discovered by naddy@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:14:19 Modified files: www/sogo : Makefile www/sogo/pkg : PLIST Log message: Fix for sogo: Change VARBASE to LOCALSTATEDIR OK sebastia@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:15:52 Modified files: security/suricata: Makefile security/suricata/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK gonzalo@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:30:22 Modified files: net/mautrix-whatsapp: Makefile net/mautrix-whatsapp/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK from Renaud (maintainer) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/11/26 02:32:11 Modified files: databases/sqlports/files: mksqlitedb Log message: document -C CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:40:12 Modified files: net/bitcoin : Makefile net/bitcoin/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:40:36 Modified files: net/litecoin : Makefile net/litecoin/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2023/11/26 02:48:49 Modified files: devel/angr/py-claripy/patches: patch-tests_common_backend_smt_solver_py Log message: fix patch to make sure it actually creates the new file spotted by several CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 02:51:23 Modified files: security/gopass: Makefile distinfo modules.inc Log message: update to gopass 1.15.10, from Justin Berthault, thanks! CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 03:01:12 Modified files: textproc/p5-Lingua-EN-Sentence: Makefile distinfo Log message: Update to p5-Lingua-EN-Sentence-0.34. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 03:06:39 Modified files: textproc/p5-Mojolicious-Plugin-TtRenderer: Makefile distinfo Log message: Update to p5-Mojolicious-Plugin-TtRenderer-1.62. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 03:24:06 Modified files: textproc/py-iso8601: Makefile distinfo Log message: Update to py-iso8601-2.1.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 03:29:51 Modified files: textproc/py-jsonpatch: Makefile distinfo textproc/py-jsonpatch/pkg: PLIST Log message: Update to py-jsonpatch-1.33. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 03:35:28 Modified files: textproc/py-jsonpointer: Makefile distinfo Log message: Update to py-jsonpointer-2.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/26 04:14:02 Modified files: security/gopass: Makefile Log message: take MAINTAINER CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/11/26 06:02:44 Modified files: sys/arch/amd64/amd64: vmm_machdep.c Log message: vmm(4)/vmx: pass correct vpid value to invvpid. While vmm's use of invvpid in the vmx vcpu run loop is questionable since we require and use EPT, the vpid value is unquestionably wrong in these calls. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 06:23:03 Modified files: textproc/py-patiencediff: Makefile distinfo Log message: Update to py-patiencediff-0.2.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 06:31:43 Modified files: www/p5-HTML-FillInForm: Makefile distinfo Log message: Update to p5-HTML-FillInForm-2.22. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/11/26 06:33:48 Modified files: www/mozilla : mozilla.port.mk Log message: www/mozilla: fix SITES.profdata when using upstream profdata artifacts CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 06:37:13 Modified files: www/p5-HTML-Quoted: Makefile distinfo www/p5-HTML-Quoted/pkg: PLIST Log message: Update to p5-HTML-Quoted-0.05. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/11/26 06:43:25 Modified files: www/p5-WWW-Shorten: Makefile distinfo Log message: Update to p5-WWW-Shorten-3.094. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/11/26 06:47:45 Modified files: sys/dev/fdt : rkclock.c rkclock_clocks.h Log message: Add a few more RK3588 clocks/resets that are reference by newer device trees. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/11/26 07:43:48 Modified files: www/puppetboard: Makefile Log message: change VARBASE -> LOCALSTATEDIR CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/11/26 08:15:40 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231126 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/11/26 09:04:18 Modified files: bin/pax : buf_subs.c extern.h file_subs.c options.c pax.c tables.c Log message: mark functions as static when they're unused elsewhere, makes the code slightly easier to understand. okay and tweak kn@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/11/26 09:52:13 Modified files: gnu/usr.bin/perl: regcomp.c gnu/usr.bin/perl/t/re: pat_advanced.t Log message: Fix read/write past buffer end From upstream commit: From 7047915eef37fccd93e7cd985c29fe6be54650b6 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 9 Sep 2023 11:59:09 -0600 Subject: [PATCH] Fix read/write past buffer end: perl-security#140 A package name may be specified in a \p{...} regular expression construct. If unspecified, "utf8::" is assumed, which is the package all official Unicode properties are in. By specifying a different package, one can create a user-defined property with the same unqualified name as a Unicode one. Such a property is defined by a sub whose name begins with "Is" or "In", and if the sub wishes to refer to an official Unicode property, it must explicitly specify the "utf8::". S_parse_uniprop_string() is used to parse the interior of both \p{} and the user-defined sub lines. In S_parse_uniprop_string(), it parses the input "name" parameter, creating a modified copy, "lookup_name", malloc'ed with the same size as "name". The modifications are essentially to create a canonicalized version of the input, with such things as extraneous white-space stripped off. I found it convenient to strip off the package specifier "utf8::". To to so, the code simply pretends "lookup_name" begins just after the "utf8::", and adjusts various other values to compensate. However, it missed the adjustment of one required one. This is only a problem when the property name begins with "perl" and isn't "perlspace" nor "perlword". All such ones are undocumented internal properties. What happens in this case is that the input is reparsed with slightly different rules in effect as to what is legal versus illegal. The problem is that "lookup_name" no longer is pointing to its initial value, but "name" is. Thus the space allocated for filling "lookup_name" is now shorter than "name", and as this shortened "lookup_name" is filled by copying suitable portions of "name", the write can be to unallocated space. The solution is to skip the "utf8::" when reparsing "name". Then both "lookup_name" and "name" are effectively shortened by the same amount, and there is no going off the end. This commit also does white-space adjustment so that things align vertically for readability. CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/26 10:29:34 Modified files: net/minio/server: Makefile net/minio/server/pkg: PLIST Log message: Change VARBASE to LOCALSTATEDIR OK from maintainer (Daniel Jakots) CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2023/11/26 10:49:42 Modified files: wayland/sway : Makefile Log message: Add BDEP on wayland/wayland-protocols ok landry@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/11/26 10:58:18 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/pkg: PLIST Log message: Update logstash 8.11.0 -> 8.11.1 Release notes: https://www.elastic.co/guide/en/logstash/8.11/logstash-8-11-1.html