Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
15_1,1 30 Jan 2024 19:46:08 |
Brooks Davis (brooks) |
devel/llvm: chase man -> share/man change
Fixes port after 25889620a8031561408d68de28531219300d8bdf, etc.
Reported by: kib |
15,1 21 Jan 2024 12:51:14 |
Muhammad Moinur Rahman (bofh) |
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) |
15,1 16 Nov 2023 00:16:02 |
Brooks Davis (brooks) |
devel/llvm-cheriot: compiler for CHERIoT ISA
Add a port of the CHERIoT compiler. The CHERIoT ISA adds CHERI to
RV32e (a microcontroller RISC-V variant). A number of products based
on CHERIoT are in the pipeline including the Sonata board from lowRISC's
Sunburst Project (https://www.sunburst-project.org).
Requested by: emaste |
15,1 08 Aug 2023 14:54:32 |
Brooks Davis (brooks) |
devel/llvm: drop support for LLVM_VERSION < 10
The last LLVM ports with major numbers less than 10 were removed in
Jaunary with 21778d8958f518e2179b1053d75cfb6c71405558. Drop support
for them in this symlink port. |
9,1 07 Sep 2022 22:17:26 |
Stefan Eßer (se) |
Remove WWW: from more pkg-descr files
The URLs have been moved to WWW entries in the ports' Makefiles.
Approved by: portmgr (implicit) |
9,1 07 Sep 2022 22:13:05 |
Stefan Eßer (se) |
Add more WWW entries to Makefiles
Some ports have not been touched in the commit that added WWW lines to
the port Makefiles.
Approved by: porttmgr (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
9,1 03 May 2022 18:58:34 |
Brooks Davis (brooks) |
devel/llvm: Add manpage symlinks
Include the target LLVM's Makefile.MAN1SRCS and use it to create
symlinks corresponding to the command symlinks.
Sponsored by: DARPA, AFRL |
9,1 25 Apr 2022 22:33:26 |
Brooks Davis (brooks) |
devel/llvm: allow versions other than LLVM_DEFAULT
Allow the LLVM port to depend on and link to to be something other
than LLVM_DEFAULT. This port can now be build with LLVM_SUFFIX set
to other values including non-numeric values such as -devel, -cheri,
or -morello. To accomodate this, change how the version is
set so we use the major version rather than the suffix. This requires
a PORTEPOCH bump. |
90 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
90 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
90 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
70 08 Mar 2019 18:06:48 |
brooks |
Improve the wording of the notice not to add dependencies on this port. |
70 08 Mar 2019 07:16:00 |
antoine |
Add a note to the new devel/llvm port: do not depend on it
With hat: portmgr |
70 08 Mar 2019 00:40:58 |
brooks |
Add a meta-port for the default version of LLVM.
This is modeled on lang/gcc and simply installs symlinks for the
versioned commands. It is intended for use by users and should not be a
port build dependency. |
3.2_3 08 Jan 2014 10:22:03 |
rene |
Remove expired port:
2013-11-04 devel/llvm: Migrate to devel/llvm32 or newer |
3.2_3 08 Dec 2013 13:25:49 |
mva |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Approved by: portmgr (blanket) |
3.2_3 21 Oct 2013 20:00:09 |
brooks |
Mark DEPRECATED in favor of non-conflicting devel/llvm32 and
lang/clang32. Set an agressive expiration date to encourage migration
(actual removal will depend on the removal of dependencies.) |
3.2_3 08 Oct 2013 14:54:40 |
tijl |
Fix build with libc++ by importing upstream r178240.
Approved by: brooks (maintainer) |
3.2_3 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.2_3 12 Sep 2013 17:02:54 |
bapt |
Fix build with clang+libc++ by enforcing the c++11 standard if the compiler is
clang |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.2_3 28 May 2013 20:28:04 |
brooks |
Work around build problems on some systems running HEAD.
PR: ports/178910
Obtained from: pkgsrc |
3.2_2 22 May 2013 22:03:53 |
brooks |
Remove an instance of MAINTAINER_MODE I missed in r318794.
Submitted by: eadler |
3.2_2 22 May 2013 21:52:59 |
brooks |
Apply several upstream svn revisions that have also been merged to the
base version:
r170353:
Fix another SROA crasher, PR14601.
This was a silly oversight, we weren't pruning allocas which were used
by variable-length memory intrinsics from the set that could be widened
and promoted as integers. Fix that.
r175057:
X86: Disable generation of rep;movsl when %esi is used as a base pointer.
This happens when there is both stack realignment and a dynamic alloca in the
function. If we overwrite %esi (rep;movsl uses fixed registers) we'll lose the (Only the first 15 lines of the commit message are shown above ) |
3.2_1 22 May 2013 20:21:07 |
brooks |
Add a new option MANPAGES to allow man pages to be supressed. [0]
Remove USE_GCC=4.2+ as all supported versions have an acceptable version
of gcc by default.[0]
Remove the long unused MAINTAINER_MODE variable.
Submitted by: tijl [0] |
3.2 11 Jan 2013 15:58:31 |
brooks |
Fix BUILD_DEPENDS when PACKAGE_BUILDING or MAINTAINER_MODE are defined.
Reported by: bdrewery |
3.2 10 Jan 2013 16:34:44 |
brooks |
Upgrade llvm and clang to the 3.2 release. |
3.1 04 Sep 2012 02:58:37 |
linimon |
Mark as broken on ARM.
Approved by: maintainer |
3.1 04 Jul 2012 03:28:25 |
fluffy |
- Convert to OPTIONSng
- Add option to build clang with assertions (off by default to match llvm)
Approved by: brooks |
3.1 26 Jun 2012 10:10:40 |
fluffy |
- Update LLVM/Clang suite to 3.1 release
PR: 168921
Submitted by: myself
Approved by: brooks (via pav@, with timeout) |
3.0 20 Jan 2012 21:29:57 |
brooks |
Upgrade LLVM and Clang to 3.0.
Enable shared libraries in LLVM and build with REQUIRES_RTTI=1 as
requires by some consumers.
PR: ports/164324, ports/164325 |
2.9 16 Jun 2011 15:07:40 |
brooks |
Upgrade the LLVM and Clang -devel ports to r133062.
Update the conflicts lines in all the llvm and clang ports to conflict
with 3.x as well as 2.x and generally simplify the conflict definitions
following the example of llvm-etoile. |
2.9 29 Apr 2011 15:04:30 |
brooks |
Upgrade LLVM, Clang, and llvm-gcc to 2.9.
Add a number of bug fixes from our base gcc to llvm-gcc.[0]
PR: ports/154927 [0]
Submitted by: Pedro Giffuni <giffunip at tutopia com> [0] |
2.8_3 07 Apr 2011 18:36:05 |
dinoex |
- add CONFLICTS |
2.8_3 25 Feb 2011 17:24:54 |
brooks |
Update WWW: line.
PR: ports/155016
Submitted by: mandree |
2.8_3 23 Feb 2011 15:11:40 |
garga |
- Add perl as a RUN dependency since llvm-config is a perl script
- Bump PORTREVISION
PR: ports/154964
Submitted by: garga@
Approved by: brooks@ (maintainer) |
2.8_2 16 Dec 2010 00:47:13 |
brooks |
Regression tests no longer require dejagnu but do require python and
bash. Add depends in the PACKAGE_BUILDING case. |
2.8_2 10 Dec 2010 17:49:44 |
brooks |
Fix the long standing issue of manpages not being installed in the
NOPORTDOCS case by manually building and installing them.
General makefile maintenance. |
2.8_1 07 Dec 2010 23:00:44 |
brooks |
Fix LLVM Bug 8381 - Incorrect x86/SSE code generation involving
<<8 x i16>> vector
PR: ports/152814 |
2.8 08 Oct 2010 14:00:32 |
brooks |
Upgrade LLVM, Clang, and llvm-gcc to 2.8 release.
The Clang port has now been updated to avoid building LLVM twice. |
2.7_1 06 Sep 2010 22:28:56 |
avilla |
- Disable asserts by default as they break threading programs.
- Bump PORTREVISION.
PR: ports/149746
Submitted by: avilla
Approved by: brooks (maintainer), tabthorpe (mentor, implicit) |
2.7 28 Apr 2010 21:05:03 |
brooks |
Upgrade llvm, clang, and llvm-gcc to the 2.7 release.
Submitted by: mm (llvm and clang) |
2.6_2 08 Jan 2010 22:21:20 |
brooks |
graphics/opengtl doesn't require that LLVM assertions be disabled so
don't claim it does in the OPTIONS description.
PR: ports/141783
Submitted by: Alberto Villa <villa dot alberto at gmail dot com> |
2.6_2 04 Jan 2010 19:56:17 |
brooks |
Build fails on ia64 with:
/work/a/ports/devel/llvm/work/llvm-2.6/Release/lib/libLLVMJIT.a(JIT.o)(.text+0x1231):
In function `llvm::JIT::JIT(llvm::ModuleProvider*, llvm::TargetMachine&,
llvm::TargetJITInfo&, llvm::JITMemoryManager*, llvm::CodeGenOpt::Level, bool)'::
undefined reference to `__register_frame'
Given the lack of a backend for IA64, I can't give fixing it a real high
priority. |
2.6_2 08 Dec 2009 20:52:43 |
brooks |
Add USE_GCC=4.2+ to fix the build on 6.x.
Reported by: glarkin |
2.6_2 07 Dec 2009 19:03:42 |
brooks |
Compile with -fPIC on amd64 and ia64.
Add an option to disable assertions which is required for a future
opengtl port.
PR: ports/127718, ports/139207 |
2.6_1 05 Nov 2009 00:42:12 |
brooks |
Manpages currently aren't installed when NOPORTDOCS is set so don't
declare that they are.
Reported by: QAT |
2.6_1 04 Nov 2009 18:25:22 |
brooks |
Correct CONFLICTS to it matches llvm-devel intead of llvm |
2.6 30 Oct 2009 16:10:12 |
brooks |
Don't attempt to build ocmal bindings. |
2.6 24 Oct 2009 23:03:59 |
brooks |
Upgrade to LLVM 2.6. |
2.5 04 Mar 2009 21:01:10 |
brooks |
Upgrade llvm and llvm-gcc to the 2.5 release.
See the release notes for details:
http://www.llvm.org/releases/2.5/docs/ReleaseNotes.html |
2.4 03 Feb 2009 05:35:12 |
linimon |
Broken on sparc64. |
2.4 16 Nov 2008 19:43:07 |
brooks |
Upgrade llvm and llvm-gcc4 ports to the 2.4 release.
PR: ports/128806, ports/128814 |
2.3_2 01 Jul 2008 20:48:43 |
brooks |
Don't install docs other than manpages in the NOPORTDOCS case.
Requested by: obrien |
2.3_1 20 Jun 2008 03:50:58 |
brooks |
Depend on dejagnu if either PACKAGE_BUILDING or MAINTAINER_MODE are set so
the regression tests get run on the package cluster. Make regression-test
depend on build. Remove an extra blank line.
Submitted by: pfgshield dash freebsd at yahoo dot com |
2.3_1 13 Jun 2008 19:29:45 |
brooks |
Use CONFIGURE_ARGS, not the non-existant CONFIGURE_FLAGS. [0]
Order directories correctly so include/llvm-c is removed. [1]
Reported by: Pedro Giffuni <pfgshield dash freebsd at yahoo dot com> [0]
itetcu, erwin (from pointy hat) [1] |
2.3 12 Jun 2008 16:16:42 |
brooks |
Upgrade LLVM to release 2.3.
In theory this should build on every architecture so remove the
no-sparc64 bit.
Add a MAINTAINER_MODE option to allow debug (very slow) versions to be built
and a regression-test target. [1]
Submitted by: Pedro Giffuni <pfgshield dash freebsd at yahoo dot com> [1]
PR: ports/124068 |
2.2 24 Mar 2008 22:48:36 |
brooks |
Upgrade devel/llvm and lang/llvm-gcc4 to LLVM 2.2.
Switch llvm-gcc4 from the deprecated gcc 4.0 based version to a new gcc
4.2 based release.
See the release notes for details:
http://www.llvm.org/releases/2.2/docs/ReleaseNotes.html |
2.1 28 Sep 2007 20:37:12 |
brooks |
LLVM is believed to build on sparc64 on 6.x. I suspect a gcc 4.2 bug so mark
broken for sparc64 on -CURRENT after the gcc 4.2.0 import. |
2.1 28 Sep 2007 20:10:29 |
brooks |
Mark BROKEN on sparc64.
Reported by: linimon |
2.1 28 Sep 2007 15:24:14 |
brooks |
Upgrade to LLVM 2.1, the latest release.
A couple patchs are included from HEAD that didn't make the release, but
fix use-after-free bugs.
Submitted by: Emil Mikulic <emil at cs dot rmit dot edu dot au> |
2.0 23 Jul 2007 19:24:55 |
brooks |
Add a missing plist entry.
Reported by: pointyhat (via pav) |
2.0 18 Jul 2007 14:53:39 |
brooks |
Upgrade to LLVM 2.0.
From the release notes: "This is the first LLVM release to correctly
compile and optimize major software like LLVM itself, Mozilla/Seamonkey,
Qt 4.3rc1, kOffice, etc out of the box on linux/x86"
For details on the changes to LLVM see:
http://llvm.org/releases/2.0/docs/ReleaseNotes.html
Submitted by: se
PR: ports/114169 |
1.9 18 Jul 2007 05:58:55 |
linimon |
With portmgr hat, reassign to brooks@ who is interested in maintaining
this port. perky missed the previous PR and a current one. |
1.9 03 Jan 2007 19:43:35 |
erwin |
Update to 1.9
PR: 105715
Submitted by: Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
Approved by: maintainer timeout |
1.8a 12 Aug 2006 03:11:44 |
perky |
Update to 1.8a |
1.8 10 Aug 2006 03:07:26 |
perky |
Update to 1.8 |
1.7 08 Aug 2006 13:21:17 |
perky |
Fix build on 4-STABLE. |
1.7 23 May 2006 10:50:37 |
perky |
Remove dummy .dir files in ${PREFIX}/{bin,lib}/ after installation.
This may remove even though other port installed such file. But..
:-) |
1.7 20 May 2006 06:59:17 |
perky |
This port requires GCC 3.3+ to build. This unbreaks build in 4-STABLE. |
1.7 18 May 2006 14:05:38 |
perky |
Add a dependency on perl which is used to build man pages. |
1.7 16 May 2006 05:33:50 |
perky |
Update to 1.7 |
1.6_1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.6_1 12 Feb 2006 22:11:38 |
kris |
BROKEN: Does not build |
1.6_1 30 Jan 2006 03:41:38 |
perky |
Add missing dependency on bison and unmark BROKEN.
Spotted by: kris |
1.6_1 14 Jan 2006 09:21:01 |
kris |
BROKEN: Configure fails |
1.6_1 24 Dec 2005 16:45:20 |
perky |
Fix to install documentations into the standard path. |
1.6 24 Dec 2005 16:19:24 |
perky |
Add a new port for llvm 1.6, the Low Level Virtual Machine.
WWW: http://llvm.cs.uiuc.edu/ |