aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade llvm and llvm-gcc to the 2.5 release.Brooks Davis2009-03-044-32/+79
| | | | | | | | See the release notes for details: http://www.llvm.org/releases/2.5/docs/ReleaseNotes.html Notes: svn path=/head/; revision=229499
* Broken on sparc64.Mark Linimon2009-02-031-0/+4
| | | | Notes: svn path=/head/; revision=227496
* Upgrade llvm and llvm-gcc4 ports to the 2.4 release.Brooks Davis2008-11-163-28/+75
| | | | | | | PR: ports/128806, ports/128814 Notes: svn path=/head/; revision=222934
* Don't install docs other than manpages in the NOPORTDOCS case.Brooks Davis2008-07-013-116/+144
| | | | | | | Requested by: obrien Notes: svn path=/head/; revision=216104
* Depend on dejagnu if either PACKAGE_BUILDING or MAINTAINER_MODE are set soBrooks Davis2008-06-201-4/+5
| | | | | | | | | | 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 Notes: svn path=/head/; revision=215314
* Use CONFIGURE_ARGS, not the non-existant CONFIGURE_FLAGS. [0]Brooks Davis2008-06-132-2/+3
| | | | | | | | | | 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] Notes: svn path=/head/; revision=214793
* Upgrade LLVM to release 2.3.Brooks Davis2008-06-124-56/+54
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=214717
* Upgrade devel/llvm and lang/llvm-gcc4 to LLVM 2.2.Brooks Davis2008-03-246-89/+53
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=209734
* LLVM is believed to build on sparc64 on 6.x. I suspect a gcc 4.2 bug so markBrooks Davis2007-09-281-1/+1
| | | | | | | broken for sparc64 on -CURRENT after the gcc 4.2.0 import. Notes: svn path=/head/; revision=200281
* Mark BROKEN on sparc64.Brooks Davis2007-09-281-0/+4
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=200280
* Upgrade to LLVM 2.1, the latest release.Brooks Davis2007-09-285-9/+101
| | | | | | | | | | 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> Notes: svn path=/head/; revision=200277
* Add a missing plist entry.Brooks Davis2007-07-231-0/+1
| | | | | | | Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=196144
* Upgrade to LLVM 2.0.Brooks Davis2007-07-184-99/+59
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=195856
* With portmgr hat, reassign to brooks@ who is interested in maintainingMark Linimon2007-07-181-1/+1
| | | | | | | this port. perky missed the previous PR and a current one. Notes: svn path=/head/; revision=195824
* Update to 1.9Erwin Lansing2007-01-033-18/+23
| | | | | | | | | PR: 105715 Submitted by: Emil Mikulic <emil@cs.rmit.edu.au> (maintainer) Approved by: maintainer timeout Notes: svn path=/head/; revision=181363
* Update to 1.8aHye-Shik Chang2006-08-122-5/+5
| | | | Notes: svn path=/head/; revision=170375
* Update to 1.8Hye-Shik Chang2006-08-103-30/+27
| | | | Notes: svn path=/head/; revision=170239
* Fix build on 4-STABLE.Hye-Shik Chang2006-08-082-1/+63
| | | | Notes: svn path=/head/; revision=170103
* Remove dummy .dir files in ${PREFIX}/{bin,lib}/ after installation.Hye-Shik Chang2006-05-231-0/+3
| | | | | | | | This may remove even though other port installed such file. But.. :-) Notes: svn path=/head/; revision=163163
* This port requires GCC 3.3+ to build. This unbreaks build in 4-STABLE.Hye-Shik Chang2006-05-201-0/+1
| | | | Notes: svn path=/head/; revision=162853
* Add a dependency on perl which is used to build man pages.Hye-Shik Chang2006-05-181-0/+1
| | | | Notes: svn path=/head/; revision=162710
* Update to 1.7Hye-Shik Chang2006-05-163-21/+34
| | | | Notes: svn path=/head/; revision=162537
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* BROKEN: Does not buildKris Kennaway2006-02-121-0/+2
| | | | Notes: svn path=/head/; revision=155861
* Add missing dependency on bison and unmark BROKEN.Hye-Shik Chang2006-01-301-2/+1
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=154762
* BROKEN: Configure failsKris Kennaway2006-01-141-0/+2
| | | | Notes: svn path=/head/; revision=153425
* Fix to install documentations into the standard path.Hye-Shik Chang2005-12-242-91/+96
| | | | Notes: svn path=/head/; revision=151973
* Add a new port for llvm 1.6, the Low Level Virtual Machine.Hye-Shik Chang2005-12-244-0/+418
WWW: http://llvm.cs.uiuc.edu/ Notes: svn path=/head/; revision=151969