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/llvm16/Makefile

Number of commits found: 36

Sunday, 14 Apr 2024
19:52 Daniel Engberg (diizzy) search for other commits by this committer
devel/llvm*: Remove unnecessary C/CFLAGS definitions

As of 3c5189a0fd4c82addfb659024bf28c5006bf88f7
there's no need to define DNDEBUG manually

PR:		277909
Approved by:	portmgr (maintainer timeout, 2+ weeks)
commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180 commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180 commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180 commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180 1f50c8e
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/llvm16: Sanitize MANPREFIX

Approved by:	brooks (private mail)
commit hash: ab2f8b1d3ccc81d2aa577194c296f1c71ba26e96 commit hash: ab2f8b1d3ccc81d2aa577194c296f1c71ba26e96 commit hash: ab2f8b1d3ccc81d2aa577194c296f1c71ba26e96 commit hash: ab2f8b1d3ccc81d2aa577194c296f1c71ba26e96 ab2f8b1
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
Monday, 1 Jan 2024
18:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/llvm16: Fix build

While my last commit I fixed llvm10-15 but somehow a mistake slipped to
the commits for llvm16.

Approved by:	portmgr (blanket)
commit hash: 36107d1cbdfb7242d9cc1e7b5c86593fff316fef commit hash: 36107d1cbdfb7242d9cc1e7b5c86593fff316fef commit hash: 36107d1cbdfb7242d9cc1e7b5c86593fff316fef commit hash: 36107d1cbdfb7242d9cc1e7b5c86593fff316fef 36107d1
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
Monday, 4 Dec 2023
20:55 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: merge backports from FreeBSD src

These upstream LLVM commits have been merged to FreeBSD's source tree
post the 17.0.6 release:

7440e4ed85aa [sanitizer] Add re-execution on FreeBSD when ASLR is detected
(#73439)
989879f8fded [Clang] Allow C++11 style initialisation of SVE types.
9ca395b5ade1 [clang][AST] Propagate the contains-errors bit to DeclRefExpr from
VarDecl's initializer.

While here, be consistant about using 12 digits of commit hash.
commit hash: 3db2bfaf72d6bd5dd92f8a0474883f365acbb016 commit hash: 3db2bfaf72d6bd5dd92f8a0474883f365acbb016 commit hash: 3db2bfaf72d6bd5dd92f8a0474883f365acbb016 commit hash: 3db2bfaf72d6bd5dd92f8a0474883f365acbb016 3db2bfa
Thursday, 21 Sep 2023
15:23 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: fix openmp library depends

Don't link with libffi.

Reformat long and/or multi-line OPTION_FOO variables.

PR:		273801
Co-authored-by:	Ivan Rozhuk <rozhuk.im@gmail.com>
commit hash: efe81450e1c4e4b029e104cf0bc49a80625c481a commit hash: efe81450e1c4e4b029e104cf0bc49a80625c481a commit hash: efe81450e1c4e4b029e104cf0bc49a80625c481a commit hash: efe81450e1c4e4b029e104cf0bc49a80625c481a efe8145
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
Monday, 17 Jul 2023
17:56 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: backport upstream powerpc patch

Backport commit 8757ce490130 from llvm-project (by Simon Pilgrim):
    [PowerPC] Replace PPCISD::VABSD cases with generic ISD::ABDU(X,Y) node
commit hash: 70528428672cb3c386ae3dcfd36694c5dfde11fc commit hash: 70528428672cb3c386ae3dcfd36694c5dfde11fc commit hash: 70528428672cb3c386ae3dcfd36694c5dfde11fc commit hash: 70528428672cb3c386ae3dcfd36694c5dfde11fc 7052842
Friday, 14 Jul 2023
19:07 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: backport upstream powerpc FP fix

The upstream commit fde5924dcc69 has been merged to llvm in the FreeBSD
main branch so merge it here as well.

Issue: https://github.com/llvm/llvm-project/issues/63542
commit hash: 2a9d785d67c6d66268d46f4d3ff0f255dc01e9ea commit hash: 2a9d785d67c6d66268d46f4d3ff0f255dc01e9ea commit hash: 2a9d785d67c6d66268d46f4d3ff0f255dc01e9ea commit hash: 2a9d785d67c6d66268d46f4d3ff0f255dc01e9ea 2a9d785
19:07 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: support polyhedral optimizations

The POLLY option enables the Polly optimizer.  It is currently disabled
by default to allow a merge to quarterly without added risk.  I plan to
enable it when I create devel/llvm17 in a couple weeks.

From the website (https://polly.llvm.org):

  Polly is a high-level loop and data-locality optimizer and
  optimization infrastructure for LLVM. It uses an abstract mathematical
  representation based on integer polyhedra to analyze and optimize the
  memory access pattern of a program. We currently perform classical
  loop transformations, especially tiling and loop fusion to improve
  data-locality. Polly can also exploit OpenMP level parallelism, expose
  SIMDization opportunities.

PR:		272400
commit hash: b4b2adbcf8f1c111e26b2670de59382f764b9abd commit hash: b4b2adbcf8f1c111e26b2670de59382f764b9abd commit hash: b4b2adbcf8f1c111e26b2670de59382f764b9abd commit hash: b4b2adbcf8f1c111e26b2670de59382f764b9abd b4b2adb
Tuesday, 11 Jul 2023
23:11 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: 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: 3509504bd820a16b91ee3ac6818aef8e7894fb2e commit hash: 3509504bd820a16b91ee3ac6818aef8e7894fb2e commit hash: 3509504bd820a16b91ee3ac6818aef8e7894fb2e commit hash: 3509504bd820a16b91ee3ac6818aef8e7894fb2e 3509504
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
Friday, 23 Jun 2023
20:57 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: backport fix for generate arm_neon.h

Backport db49231: [clang][BFloat] Avoid redefining bfloat16_t in
arm_neon.h.

This fixes builds of FreeBSD/aarch64.  The change was merged
to the llvm16 in src prior to commit.
commit hash: 4b887326f2a149bbcf9adb2ab4365aeea4116cbc commit hash: 4b887326f2a149bbcf9adb2ab4365aeea4116cbc commit hash: 4b887326f2a149bbcf9adb2ab4365aeea4116cbc commit hash: 4b887326f2a149bbcf9adb2ab4365aeea4116cbc 4b88732
Monday, 19 Jun 2023
18:44 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: update to 16.0.6 release

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.

PR:		271992 [0]
Reported by:	jfc@mit.edu [0]
commit hash: 50593575e96b94f5de485c6216a870db44e487e0 commit hash: 50593575e96b94f5de485c6216a870db44e487e0 commit hash: 50593575e96b94f5de485c6216a870db44e487e0 commit hash: 50593575e96b94f5de485c6216a870db44e487e0 5059357
Tuesday, 6 Jun 2023
00:04 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: Update to 16.0.5

For changes, see: https://discourse.llvm.org/t/16-0-5-releae/71097
commit hash: fc0f58253f01ae034601d73388440be427a32572 commit hash: fc0f58253f01ae034601d73388440be427a32572 commit hash: fc0f58253f01ae034601d73388440be427a32572 commit hash: fc0f58253f01ae034601d73388440be427a32572 fc0f582
Tuesday, 30 May 2023
18:48 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: remove obsolete patch

PR:		271616
Reported by:	jfc@mit.edu
MFH:		2023Q2
commit hash: c0b0bd52bbdaa97445caa0dab3a9f8b5815b227c commit hash: c0b0bd52bbdaa97445caa0dab3a9f8b5815b227c commit hash: c0b0bd52bbdaa97445caa0dab3a9f8b5815b227c commit hash: c0b0bd52bbdaa97445caa0dab3a9f8b5815b227c c0b0bd5
Tuesday, 23 May 2023
20:22 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: Update to 16.0.4

For a list of included commits see:
    https://discourse.llvm.org/t/16-0-4-release/70692

Sponsored by:	DARPA
commit hash: c3af61d7799dae910da12bb778656b47345bc00b commit hash: c3af61d7799dae910da12bb778656b47345bc00b commit hash: c3af61d7799dae910da12bb778656b47345bc00b commit hash: c3af61d7799dae910da12bb778656b47345bc00b c3af61d
Wednesday, 3 May 2023
12:41 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: Update to 16.0.3 release

For changes see: https://discourse.llvm.org/t/16-0-3-release/70341

Sponsored by:	DARPA
commit hash: f186015f22a1160e94779a6d88b159f2d1c10475 commit hash: f186015f22a1160e94779a6d88b159f2d1c10475 commit hash: f186015f22a1160e94779a6d88b159f2d1c10475 commit hash: f186015f22a1160e94779a6d88b159f2d1c10475 f186015
Monday, 24 Apr 2023
17:06 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: Update to 16.0.2

For changes see:
    https://discourse.llvm.org/t/llvm-16-0-2-release/70107

Sponsored by:	DARPA
commit hash: 7ea7349f985c287da8d6a7965697f6a16bd40140 commit hash: 7ea7349f985c287da8d6a7965697f6a16bd40140 commit hash: 7ea7349f985c287da8d6a7965697f6a16bd40140 commit hash: 7ea7349f985c287da8d6a7965697f6a16bd40140 7ea7349
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
Wednesday, 5 Apr 2023
20:35 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: Update to 16.0.1

Included fixes at:
	https://discourse.llvm.org/t/llvm-16-0-1-release/69774
commit hash: edebabe14afc1407a7e0d475fc95c056c5a6fdd6 commit hash: edebabe14afc1407a7e0d475fc95c056c5a6fdd6 commit hash: edebabe14afc1407a7e0d475fc95c056c5a6fdd6 commit hash: edebabe14afc1407a7e0d475fc95c056c5a6fdd6 edebabe
Sunday, 2 Apr 2023
02:17 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: style fixes

Fix assorted minor issues spotted when cleaning update llvm/devel.
No functional changes.
commit hash: e0d79c960902c03bfeda04433fb677bbd86e990b commit hash: e0d79c960902c03bfeda04433fb677bbd86e990b commit hash: e0d79c960902c03bfeda04433fb677bbd86e990b commit hash: e0d79c960902c03bfeda04433fb677bbd86e990b e0d79c9
02:17 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: 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: 7bd7aba7617dd9af074e0b43fc2ec739e3ac3285 commit hash: 7bd7aba7617dd9af074e0b43fc2ec739e3ac3285 commit hash: 7bd7aba7617dd9af074e0b43fc2ec739e3ac3285 commit hash: 7bd7aba7617dd9af074e0b43fc2ec739e3ac3285 7bd7aba
02:17 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: 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.9GiB for default and it has
only a single dependency (zstandard).  (The goal was no dependencies,
but libzstd is a private lib in base.)

Sponsored by:	DARPA
commit hash: 003b969feea21d4759a4c87815c843f0b6ebbf8f commit hash: 003b969feea21d4759a4c87815c843f0b6ebbf8f commit hash: 003b969feea21d4759a4c87815c843f0b6ebbf8f commit hash: 003b969feea21d4759a4c87815c843f0b6ebbf8f 003b969
Tuesday, 21 Mar 2023
17:49 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: Welcome 16.0.0 release

See the release announcement for links to various release notes:

https://discourse.llvm.org/t/llvm-16-0-0-release/

Sponsored by:	DARPA
commit hash: fe5b536020489ef3c0c437a09f31dd32751fbf0a commit hash: fe5b536020489ef3c0c437a09f31dd32751fbf0a commit hash: fe5b536020489ef3c0c437a09f31dd32751fbf0a commit hash: fe5b536020489ef3c0c437a09f31dd32751fbf0a fe5b536
Tuesday, 14 Mar 2023
19:04 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm16: fix packaging on powerpc

Same as llvm-devel.
commit hash: 9038234f5d33931a94c5b1786bc430ddb60f2126 commit hash: 9038234f5d33931a94c5b1786bc430ddb60f2126 commit hash: 9038234f5d33931a94c5b1786bc430ddb60f2126 commit hash: 9038234f5d33931a94c5b1786bc430ddb60f2126 9038234
Thursday, 9 Mar 2023
09:49 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/llvm16: fix patching on powerpc64

Remove the upstreamed patch.
commit hash: 2f784ffe3b4c6f884d85d5ef2c9401f63213667c commit hash: 2f784ffe3b4c6f884d85d5ef2c9401f63213667c commit hash: 2f784ffe3b4c6f884d85d5ef2c9401f63213667c commit hash: 2f784ffe3b4c6f884d85d5ef2c9401f63213667c 2f784ff
Monday, 6 Mar 2023
23:27 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: enable MLIR by default, fix aarch64

Some ports require on MLIR so reenable it by default.  This turns it on
for all platforms where it was previously disabled for 32-bit platforms
and pulled in indirectly by FLANG.  If this proves to cause too many
user issues we'll disable it for 32-bit again.[0]

Fix a missed 16.0.0->16 change in backend include directories which
broke aarch64 with BE_NATIVE.  Also enable the ARM (32-bit) backend on
aarch64 as it's plausiably useful.[1]

PR:		269927 [0]
Reported by:	yuri [0], Mark Millard <marklmi@yahoo.com> [1]
commit hash: d952cecfb0e509a9a80bbe05d985cc155c0e4672 commit hash: d952cecfb0e509a9a80bbe05d985cc155c0e4672 commit hash: d952cecfb0e509a9a80bbe05d985cc155c0e4672 commit hash: d952cecfb0e509a9a80bbe05d985cc155c0e4672 d952cec
Thursday, 23 Feb 2023
17:47 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: 16.0.0rc3

Don't enable FLANG by default and stop installing a link from flang-new
to flang.  The former has a deliberately obtuse interface intended to
prevent casual use.  While the community sorts it self out, just stick
with that to avoid future confusion. See:

https://discourse.llvm.org/t/reviving-rename-flang-new-to-flang
commit hash: b090aac6a0e10f6a86e318fcced118070ca563d3 commit hash: b090aac6a0e10f6a86e318fcced118070ca563d3 commit hash: b090aac6a0e10f6a86e318fcced118070ca563d3 commit hash: b090aac6a0e10f6a86e318fcced118070ca563d3 b090aac
Wednesday, 8 Feb 2023
18:29 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: update to 16.0.0rc2

Sponsored by:	DARPA
commit hash: 7cd3064df273ca9eda309b34cd49053e1567b2d8 commit hash: 7cd3064df273ca9eda309b34cd49053e1567b2d8 commit hash: 7cd3064df273ca9eda309b34cd49053e1567b2d8 commit hash: 7cd3064df273ca9eda309b34cd49053e1567b2d8 7cd3064
Monday, 30 Jan 2023
23:38 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: copy unchanged from devel/llvm15

This is a copy of llvm15 at 79aeb739c50106148b1b8bf5f84a9b203f4d7fe8.
Copying it unmodifed makes it easy to diff to the source.

Sponsored by: DARPA
commit hash: 73fd0eb88dfb9ea9c8d2f28306abcf36aa728c93 commit hash: 73fd0eb88dfb9ea9c8d2f28306abcf36aa728c93 commit hash: 73fd0eb88dfb9ea9c8d2f28306abcf36aa728c93 commit hash: 73fd0eb88dfb9ea9c8d2f28306abcf36aa728c93 73fd0eb
23:38 Brooks Davis (brooks) search for other commits by this committer
devel/llvm16: Welcome llvm 16.0.0rc1

First release candidate of LLVM 16.  Changes adopted from llvm-devel
over the 6 months since the branch.
commit hash: b6755d590ed2e9fa167007f8fa222abf13459b9f commit hash: b6755d590ed2e9fa167007f8fa222abf13459b9f commit hash: b6755d590ed2e9fa167007f8fa222abf13459b9f commit hash: b6755d590ed2e9fa167007f8fa222abf13459b9f b6755d5

Number of commits found: 36