notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/llvm15/Makefile

Number of commits found: 35

Sunday, 21 Jan 2024
12:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/llvm*: Sanitize MANPREFIX

Not bumping as there is no change in PKG. This should have been done in
my previous commit.

Approved by:	portmgr (blanket)
commit hash: 1bf7d5ccf65019f3d48cd77ba0f929f0d45f5116 commit hash: 1bf7d5ccf65019f3d48cd77ba0f929f0d45f5116 commit hash: 1bf7d5ccf65019f3d48cd77ba0f929f0d45f5116 commit hash: 1bf7d5ccf65019f3d48cd77ba0f929f0d45f5116 1bf7d5c
Wednesday, 17 Jan 2024
14:33 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/llvm15: Sanitize MANPREFIX

Approved by:	brooks (private mail)
commit hash: 25889620a8031561408d68de28531219300d8bdf commit hash: 25889620a8031561408d68de28531219300d8bdf commit hash: 25889620a8031561408d68de28531219300d8bdf commit hash: 25889620a8031561408d68de28531219300d8bdf 2588962
Friday, 12 Jan 2024
16:31 Dimitry Andric (dim) search for other commits by this committer
devel/llvm14 devel/llvm15 devel/llvm16 devel/llvm17: fix build with clang 18

Clang 18 is more strict in checking inline assembly constraints,
resulting in an error building devel/llvm14, devel/llvm15, devel/llvm16,
and devel/llvm17:

 
/wrkdirs/usr/ports/devel/llvm14/work-default/llvm-project-14.0.6.src/compiler-rt/lib/asan/asan_rtl_x86_64.S:130:286:
error: displacement 70368744177664 is not within [-2147483648, 2147483647]

This is fixed by two upstream commits:
https://github.com/llvm/llvm-project/commit/b9935bb02a50
https://github.com/llvm/llvm-project/commit/966d564e43e6

PR:		276155
Approved by:	brooks (maintainer)
MFH:		2024Q1
commit hash: 0b672496d6927004bfcb41db685a66750420ead4 commit hash: 0b672496d6927004bfcb41db685a66750420ead4 commit hash: 0b672496d6927004bfcb41db685a66750420ead4 commit hash: 0b672496d6927004bfcb41db685a66750420ead4 0b67249
Wednesday, 3 Jan 2024
14:09 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm15: remove ELFv1 support
commit hash: 5f48a463f2c8ed784dcbce02c9f8089c4c899ca9 commit hash: 5f48a463f2c8ed784dcbce02c9f8089c4c899ca9 commit hash: 5f48a463f2c8ed784dcbce02c9f8089c4c899ca9 commit hash: 5f48a463f2c8ed784dcbce02c9f8089c4c899ca9 5f48a46
Sunday, 31 Dec 2023
22:36 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/llvm1[0123456]: Fix build

After the EOL of stable/12 sparc related codes were removed which broke
the build. This patches fixes those builds and also the consumers.

Thanks to dim@ for tha patches.

Approved by:	portmgr (blanket)
commit hash: f4206bd5200729a5d2263fb3ba5f662700f16c70 commit hash: f4206bd5200729a5d2263fb3ba5f662700f16c70 commit hash: f4206bd5200729a5d2263fb3ba5f662700f16c70 commit hash: f4206bd5200729a5d2263fb3ba5f662700f16c70 f4206bd
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Monday, 11 Dec 2023
17:42 Brooks Davis (brooks) search for other commits by this committer
devel/llvm1[234567]: enable qsort sanatizer wrapper

I'd disabled it in 10.0.0 when it was found to be broken.  It was then
fixed in LLVM 12, but the patch was never never removed and I propogated
it along for several year.

Reported by:	Brad Smith <brad@comstyle.com>
See also:	https://github.com/llvm/llvm-project/issues/46176
commit hash: 270bf9855c799ac55fcf181229eee7d0063497a4 commit hash: 270bf9855c799ac55fcf181229eee7d0063497a4 commit hash: 270bf9855c799ac55fcf181229eee7d0063497a4 commit hash: 270bf9855c799ac55fcf181229eee7d0063497a4 270bf98
Friday, 6 Oct 2023
06:13 Gleb Popov (arrowd) search for other commits by this committer
devel/llvm15: Pull in a patch fixing a crash in libclang.

This unbreaks KDevelop with C++ projects.
Relevant discussion on the KDE Bugzilla:
https://bugs.kde.org/show_bug.cgi?id=438249#c33

Approved by: brooks
Differential Revision:	https://reviews.freebsd.org/D42089
commit hash: 5d388efd8d1cc1369bfbdc4b247b26abd001e366 commit hash: 5d388efd8d1cc1369bfbdc4b247b26abd001e366 commit hash: 5d388efd8d1cc1369bfbdc4b247b26abd001e366 commit hash: 5d388efd8d1cc1369bfbdc4b247b26abd001e366 5d388ef
Thursday, 21 Sep 2023
15:23 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: fix openmp library depends

Use base system libelf and don't link with libffi.

Reformat multi-line OPTION_CMAKE_ON variables.

PR:		273801
Co-authored-by:	Ivan Rozhuk <rozhuk.im@gmail.com>
commit hash: e75f65a524d6df56ebebb57fa9cff6ad23ba2593 commit hash: e75f65a524d6df56ebebb57fa9cff6ad23ba2593 commit hash: e75f65a524d6df56ebebb57fa9cff6ad23ba2593 commit hash: e75f65a524d6df56ebebb57fa9cff6ad23ba2593 e75f65a
Wednesday, 13 Sep 2023
15:42 Brooks Davis (brooks) search for other commits by this committer Author: John Hein
devel/llvm1*: remove cmake 4Python3_EXECUTABLE definition

It is now defined in Mk/Uses/python.mk.

PR:		273713
commit hash: 7076fade2f473ec6a6bdf3a0620ead5dccd2ea96 commit hash: 7076fade2f473ec6a6bdf3a0620ead5dccd2ea96 commit hash: 7076fade2f473ec6a6bdf3a0620ead5dccd2ea96 commit hash: 7076fade2f473ec6a6bdf3a0620ead5dccd2ea96 7076fad
Wednesday, 12 Jul 2023
19:00 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: change clang to allow -m32 on arm64

This is a backport from upstream and will be merged to FreeBSD head
soon.  See D40943 for more info.

Sponsored by:	DARPA
commit hash: c4e3653e713bdeec98237486ff3fc21b70645d0e commit hash: c4e3653e713bdeec98237486ff3fc21b70645d0e commit hash: c4e3653e713bdeec98237486ff3fc21b70645d0e commit hash: c4e3653e713bdeec98237486ff3fc21b70645d0e c4e3653
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Monday, 19 Jun 2023
18:44 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: arm fixes, lite default change

Change the lite flavor to default to BE_FREEBSD rather than BE_NATIVE to
allow its use in cross-build CI pipelines.

Backport fix for LLVM bug 61396. [0]  This fixes miscompilation of gcc
on 32-bit arm.

Remove an obsolete patch which breaks arm64. [1]

PR:		271992 [0], 271616 [1]
Reported by:	jfc@mit.edu [0,1]
commit hash: f67260aafd1cfb5eb91cfc72df80a00ef8b87e13 commit hash: f67260aafd1cfb5eb91cfc72df80a00ef8b87e13 commit hash: f67260aafd1cfb5eb91cfc72df80a00ef8b87e13 commit hash: f67260aafd1cfb5eb91cfc72df80a00ef8b87e13 f67260aa
Monday, 24 Apr 2023
17:06 Brooks Davis (brooks) search for other commits by this committer
devel/llvm*: Consistently use python:3.7+

llvm12 was inappropriately constrained to 3.6-3.9 breaking the ability
to set 3.10 as the default.  llvm11 just specified "python", but there's
no need to keep 2.7 support around.  The rest had obsolete 3.6+ entries.

No functional change: This is not expected to change the version of
python used.

PR:		270978
MFH:		2023Q2
Reported by:	michael.osipov@siemens.com
Sponsored by:	DARPA
commit hash: fb323dfd2ac2499f35e4d31a24fd9dd958af619a commit hash: fb323dfd2ac2499f35e4d31a24fd9dd958af619a commit hash: fb323dfd2ac2499f35e4d31a24fd9dd958af619a commit hash: fb323dfd2ac2499f35e4d31a24fd9dd958af619a fb323df
Sunday, 2 Apr 2023
02:17 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: add a STATIC_LIBS option

When enabled (default) assorted LLVM componant static libraries are
included in the package.  Disabling this option reduces the installed
size by ~1GiB.

Sponsored by:	DARPA
commit hash: 87c9657029fac3e26a5d43195da5d8aec16ee70b commit hash: 87c9657029fac3e26a5d43195da5d8aec16ee70b commit hash: 87c9657029fac3e26a5d43195da5d8aec16ee70b commit hash: 87c9657029fac3e26a5d43195da5d8aec16ee70b 87c9657
02:17 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: add a lite FLAVOR

The lite flavor is for when you just need a FreeBSD compiler (e.g., in
CI).  By default it includes CLANG and LLD as well as backends required
for FreeBSD and FreeBSD ports (BE_NATIVE, BE_AMDGPU, and BE_WASM).

The lite install is ~350GiB on amd64 vs ~1.7GiB for default and it has
only a single dependency (zstandard).  (The goal was no dependencies,
but libzstd is a private lib in base.)

Bump PORT_REVISION due to removal of clang libxml2 dependency.

Sponsored by:	DARPA
commit hash: af979dd126ff49eabb75e48087ee284e288da322 commit hash: af979dd126ff49eabb75e48087ee284e288da322 commit hash: af979dd126ff49eabb75e48087ee284e288da322 commit hash: af979dd126ff49eabb75e48087ee284e288da322 af979dd
02:17 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: enable ARM backend on aarch64

When BE_NATIVE is specified on aarch64, include the ARM (32-bit)
backend.

Sponsored by:	DARPA
commit hash: 2aa44a22860da6caa6128abff69a297c3a80f392 commit hash: 2aa44a22860da6caa6128abff69a297c3a80f392 commit hash: 2aa44a22860da6caa6128abff69a297c3a80f392 commit hash: 2aa44a22860da6caa6128abff69a297c3a80f392 2aa44a2
Monday, 30 Jan 2023
23:39 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: disable FLANG option

The compiler produced doesn't work due to missing FreeBSD support added
after the release branch so disable it.  I've not completely disabled it
as I suspect it isn't hard to fix should someone want to do that rather
than moving to devel/llvm16.

By default this will also disable MLIR.
commit hash: 08cc10d5b77c4ff634dbd6b3c2e7c3105f6627f8 commit hash: 08cc10d5b77c4ff634dbd6b3c2e7c3105f6627f8 commit hash: 08cc10d5b77c4ff634dbd6b3c2e7c3105f6627f8 commit hash: 08cc10d5b77c4ff634dbd6b3c2e7c3105f6627f8 08cc10d
23:38 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: fix packaging with debug python

The actual suffix if python extensions (at least as built by the LLVM
infrastructure) is ${PYTHON_EXT_SUFFIX}${PYTHON_ABIVER} not merely the
former.

PR:		268437
Sponsored by:	DARPA
commit hash: 6629f8d3d65b6f010d2bd1012c847c47ab66f242 commit hash: 6629f8d3d65b6f010d2bd1012c847c47ab66f242 commit hash: 6629f8d3d65b6f010d2bd1012c847c47ab66f242 commit hash: 6629f8d3d65b6f010d2bd1012c847c47ab66f242 6629f8d
Thursday, 12 Jan 2023
22:58 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: update to 15.0.7

Please see the release annoucment for changes:
  https://discourse.llvm.org/t/llvm-15-0-7-release
commit hash: 79aeb739c50106148b1b8bf5f84a9b203f4d7fe8 commit hash: 79aeb739c50106148b1b8bf5f84a9b203f4d7fe8 commit hash: 79aeb739c50106148b1b8bf5f84a9b203f4d7fe8 commit hash: 79aeb739c50106148b1b8bf5f84a9b203f4d7fe8 79aeb739
Friday, 6 Jan 2023
00:11 Brooks Davis (brooks) search for other commits by this committer
devel/llvm*: Fix CONFLICT on cmark

If the user has the textproc/cmark package installed, the py*-CommonMark
package will fail to install.  This in turn leads to build failures down
the line when sphinx tries to load commonmark.  The result is confusing
and potentially wastes a lot of build time so just conflict upfront.
The previous code attempted to do this, but I'd listed the conflict
incorrectly in 2019. :(

PR:		239636
Reported by:	Stephen Roznowski <sjrbulk@verizon.net>
commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c commit hash: 47c2b0aec1c3e92243d2d3677d4a0268475d6e0c 47c2b0ae
Friday, 9 Dec 2022
18:49 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: add dependency on zstd

While here, slightly improve portlint compatability of MASTER_SITE.

PR:		268211
Reported by:	amdmi3
commit hash: a0d0b25f9135d4dede36c6960c42c1deba401cfc commit hash: a0d0b25f9135d4dede36c6960c42c1deba401cfc commit hash: a0d0b25f9135d4dede36c6960c42c1deba401cfc commit hash: a0d0b25f9135d4dede36c6960c42c1deba401cfc a0d0b25
Friday, 2 Dec 2022
00:39 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: Update to 15.0.6

See changes at: https://discourse.llvm.org/t/llvm-15-0-6-released
commit hash: 0fcc3df567bfa402329485f937e08286b4683675 commit hash: 0fcc3df567bfa402329485f937e08286b4683675 commit hash: 0fcc3df567bfa402329485f937e08286b4683675 commit hash: 0fcc3df567bfa402329485f937e08286b4683675 0fcc3df
Wednesday, 16 Nov 2022
19:52 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: Update to 15.0.5

For a list of changes since 15.0.4, see
https://discourse.llvm.org/t/llvm-15-0-5-release
commit hash: ed493ba103f8216028bd35024cbf444c641ddb1d commit hash: ed493ba103f8216028bd35024cbf444c641ddb1d commit hash: ed493ba103f8216028bd35024cbf444c641ddb1d commit hash: ed493ba103f8216028bd35024cbf444c641ddb1d ed493ba
Monday, 7 Nov 2022
19:17 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: update to 15.0.4

See https://discourse.llvm.org/t/llvm-15-0-4-released for included
changes.
commit hash: 6530eff00d19c532031a2593e264f1b8f4a1cdb5 commit hash: 6530eff00d19c532031a2593e264f1b8f4a1cdb5 commit hash: 6530eff00d19c532031a2593e264f1b8f4a1cdb5 commit hash: 6530eff00d19c532031a2593e264f1b8f4a1cdb5 6530eff
Tuesday, 18 Oct 2022
20:38 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: Update to 15.0.3

See the release annoucement for included changes:
https://discourse.llvm.org/t/llvm-15-0-3-released

This is expected to be the last point release of LLVM 15.
commit hash: c908e85a90319599a90ab2b3b87a0a2a31ca9c7c commit hash: c908e85a90319599a90ab2b3b87a0a2a31ca9c7c commit hash: c908e85a90319599a90ab2b3b87a0a2a31ca9c7c commit hash: c908e85a90319599a90ab2b3b87a0a2a31ca9c7c c908e85
Wednesday, 5 Oct 2022
03:39 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: Update to 15.0.2 release

For a list of changes, see:
	https://discourse.llvm.org/t/llvm-15-0-2-tagged

MFH:		2022Q4
commit hash: 2cbfc9c923bede413e31411a56260d676e5d5a70 commit hash: 2cbfc9c923bede413e31411a56260d676e5d5a70 commit hash: 2cbfc9c923bede413e31411a56260d676e5d5a70 commit hash: 2cbfc9c923bede413e31411a56260d676e5d5a70 2cbfc9c
Wednesday, 28 Sep 2022
17:38 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: Fix plist without EXTRAS

With CLANG enabled and EXTRAS disabled, packaging would fail due some
clang-extras files being listed as clang files.

Reported by:	naddy
commit hash: 549225619e86c7926476b16a7c71a0fe383fb0e8 commit hash: 549225619e86c7926476b16a7c71a0fe383fb0e8 commit hash: 549225619e86c7926476b16a7c71a0fe383fb0e8 commit hash: 549225619e86c7926476b16a7c71a0fe383fb0e8 5492256
Tuesday, 20 Sep 2022
23:49 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: Update to 15.0.1

Of note: -Wimplicit-function-declaration and -Wimplicit-int have been
downgraded to warn by default rather than error to allow more time for
configure scripts to be updated to avoid spurious errors.  They are
expected to switch back to error in Clang 16.

For a complete list of changes see:
https://discourse.llvm.org/t/llvm-15-0-1-released/65380
commit hash: 99b08814fd22364a8682b3bd58b6c0ad1211313c commit hash: 99b08814fd22364a8682b3bd58b6c0ad1211313c commit hash: 99b08814fd22364a8682b3bd58b6c0ad1211313c commit hash: 99b08814fd22364a8682b3bd58b6c0ad1211313c 99b0881
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 6 Sep 2022
23:43 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: 15.0.0 Release

See the announcment and release notes for information on changes since
14.0.0: https://discourse.llvm.org/t/llvm-15-0-0-release/65099
commit hash: 4a9774b24531130653fb3e5711a47fbed39992e5 commit hash: 4a9774b24531130653fb3e5711a47fbed39992e5 commit hash: 4a9774b24531130653fb3e5711a47fbed39992e5 commit hash: 4a9774b24531130653fb3e5711a47fbed39992e5 4a9774b
Friday, 26 Aug 2022
22:06 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: update to RC3

Sponsored by:	DARPA, AFRL
commit hash: 5ad49b08c2a877d417e1be12800772f4552fb594 commit hash: 5ad49b08c2a877d417e1be12800772f4552fb594 commit hash: 5ad49b08c2a877d417e1be12800772f4552fb594 commit hash: 5ad49b08c2a877d417e1be12800772f4552fb594 5ad49b0
Thursday, 11 Aug 2022
23:34 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: Update to 15.0.0rc2
commit hash: 6752ce2d2c508d49cbd1a3b2ad5899fd1cdcf5f0 commit hash: 6752ce2d2c508d49cbd1a3b2ad5899fd1cdcf5f0 commit hash: 6752ce2d2c508d49cbd1a3b2ad5899fd1cdcf5f0 commit hash: 6752ce2d2c508d49cbd1a3b2ad5899fd1cdcf5f0 6752ce2
Wednesday, 10 Aug 2022
23:01 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: Add LLVM 15

Modify the llvm14-derived build for 15.0.0rc1, the first LLVM 15
release candidate.

Disble OPENMP by default on i386. It's clearly not being tested on
32-bit upstream.

Don't enable MLIR by default. Instead, rely on FLANG's dependency
on it to turn it on for architectures that support FLANG. This removes
MLIR from default packages on 32-bit system.
commit hash: 0d268d65610da9d04c5906eb94c522354d2ea091 commit hash: 0d268d65610da9d04c5906eb94c522354d2ea091 commit hash: 0d268d65610da9d04c5906eb94c522354d2ea091 commit hash: 0d268d65610da9d04c5906eb94c522354d2ea091 0d268d6
23:01 Brooks Davis (brooks) search for other commits by this committer
devel/llvm15: boostrap from devel/llvm14

Make an as-is copy of llvm14 as devel/llvm15. It will be updated to
LLVM 15 and connected to the build in the next commit.  This makes it
easier to see what has changed.
commit hash: f3d912a7b953103078213b2227a4fee085dae562 commit hash: f3d912a7b953103078213b2227a4fee085dae562 commit hash: f3d912a7b953103078213b2227a4fee085dae562 commit hash: f3d912a7b953103078213b2227a4fee085dae562 f3d912a

Number of commits found: 35