non port: lang/llvm-gcc4/Makefile |
SVNWeb
|
Number of commits found: 25 |
Thu, 10 Jan 2013
|
[ 18:31 brooks ]
Now that I've committed a dragonegg port give llvm-gcc4 and llvm29 three
last weeks to live.
|
Fri, 16 Dec 2011
|
[ 02:12 brooks ]
Development of llvm-gcc has ended and it does not work with the recently
released LLVM 3.0 release. Deprecate it and change its dependency to
devel/llvm29.
|
Thu, 10 Nov 2011
|
[ 05:38 linimon ] (Only the first 10 of 34 ports in this commit are shown above. )
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
|
Fri, 29 Apr 2011
|
[ 15:04 brooks ] (Only the first 10 of 16 ports in this commit are shown above. )
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]
|
Fri, 8 Oct 2010
|
[ 14:00 brooks ] (Only the first 10 of 15 ports in this commit are shown above. )
Upgrade LLVM, Clang, and llvm-gcc to 2.8 release.
The Clang port has now been updated to avoid building LLVM twice.
|
Wed, 28 Apr 2010
|
[ 21:05 brooks ]
Upgrade llvm, clang, and llvm-gcc to the 2.7 release.
Submitted by: mm (llvm and clang)
|
Tue, 8 Dec 2009
|
[ 22:42 brooks ]
Upgrade to the 2.6 release of llvm-gcc.
This version depends on the binutils port due to lack of functionality
in our current base version as documented in LLVM bug 5004.
http://llvm.org/bugs/show_bug.cgi?id=5004
|
Fri, 6 Nov 2009
|
[ 21:17 pav ]
- Mark BROKEN: does not compile
Reported by: pointyhat
|
Wed, 4 Mar 2009
|
[ 21:01 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
|
Tue, 9 Dec 2008
|
[ 10:48 linimon ]
Does not yet configure on sparc64.
Hat: portmgr
|
Sun, 16 Nov 2008
|
[ 19:43 brooks ]
Upgrade llvm and llvm-gcc4 ports to the 2.4 release.
PR: ports/128806, ports/128814
|
Wed, 18 Jun 2008
|
[ 17:51 brooks ]
Fix the build in 6.x by requiring GCC 4.2+. This may not be exactly the right
string, but half an hour of searching around the gcc source and website sheds
no light on when -Wno-variadic-macros was added.
|
Thu, 12 Jun 2008
|
[ 16:17 brooks ]
Upgrade to LLVM GCC release 2.3.
Take maintainership since this needs to be updated with devel/llvm.
General Makefile cleanup.
|
Fri, 28 Mar 2008
|
[ 23:23 brooks ]
Record (and thus remove on deinstall) libgomp.info.
Reported by: erwin
|
Mon, 24 Mar 2008
|
[ 22:48 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
|
Wed, 17 Oct 2007
|
[ 10:13 ade ] (Only the first 10 of 199 ports in this commit are shown above. )
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
|
Tue, 16 Oct 2007
|
[ 16:32 fjoe ]
Assign maintainership to Emil Mikulic.
|
[ 04:17 fjoe ]
- Update to 2.1
PR: 117011
Submitted by: Emil Mikulic
|
Sat, 22 Sep 2007
|
[ 09:11 fjoe ]
Only for i386 and amd64.
|
Wed, 1 Aug 2007
|
[ 14:58 fjoe ]
Remove fsf-funding.7, gfdl.7 and gpl.7 manpages (as all other gcc* ports do).
|
Tue, 31 Jul 2007
|
[ 10:57 pav ]
- Package man pages
Reported by: pointyhat
|
Thu, 26 Jul 2007
|
[ 03:26 fjoe ]
Reorder CATEGORIES so that PKGORIGIN is generated correctly.
|
Wed, 25 Jul 2007
|
[ 20:17 fjoe ]
Fix build on EMT64T: add --disable-shared for this platform as recommended
in README.LLVM.
|
[ 19:08 fjoe ]
- Add missing dependency on llvm
- Remove debugging garbage
|
[ 18:56 fjoe ]
New port: llvm-gcc4
lvm-gcc is the LLVM C front end. It is a modified version of gcc
that compiles C/C++/ObjC programs into native objects, LLVM bitcode or
LLVM assembly language, depending upon the options.
By default, llvm-gcc compiles to native objects just like GCC does.
If the -emit-llvm option is given then it will generate LLVM bitcode
files instead. If -S (assembly) is also given, then it will generate
LLVM assembly.
Being derived from the GNU Compiler Collection, llvm-gcc has many of
gcc's features and accepts most of gcc's options. It handles a number
of gcc's extensions to the C programming language.
|
Number of commits found: 25 |