1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Brooks Davis
f3c8d79fc5 Upgrade llvm, clang, and llvm-gcc to the 2.7 release.
Submitted by:	mm (llvm and clang)
2010-04-28 21:05:03 +00:00
Brooks Davis
97e832746e 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
2009-12-08 22:42:02 +00:00
Brooks Davis
e26771d6cf 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
2009-03-04 21:01:10 +00:00
Brooks Davis
05f78a7e55 Upgrade llvm and llvm-gcc4 ports to the 2.4 release.
PR:		ports/128806, ports/128814
2008-11-16 19:43:07 +00:00
Brooks Davis
a64121ee05 Upgrade to LLVM GCC release 2.3.
Take maintainership since this needs to be updated with devel/llvm.

General Makefile cleanup.
2008-06-12 16:17:54 +00:00
Brooks Davis
74afc71c04 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
2008-03-24 22:48:35 +00:00
Max Khon
109572887b - Update to 2.1
PR:		117011
Submitted by:	Emil Mikulic
2007-10-16 04:17:21 +00:00
Max Khon
e529eb5f66 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.
2007-07-25 18:56:38 +00:00