| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
22 May 2013 21:56:53
3.2_3
|
brooks  |
Install a more complete set of intrinsics header files[0].
Add a couple upstream svn revs that have been comitted to base[1]:
r172354:
Refactor the x86 CPU name logic in the driver and pass -march and -mcpu
flag information down from the Clang driver into the Gold linker plugin
for LTO. This allows specifying -march on the linker commandline and
should hopefully have it pass all the way through to the LTO optimizer.
r175919:
Driver: Pass down the -march setting down to -cc1as on x86 too.
The assembler historically didn't make use of any target features, but this has
changed when support for old CPUs that don't support long nops was added.
Requested by: dim[1], eadler[0] |
22 May 2013 20:21:07
3.2_2
|
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] |
13 Mar 2013 15:40:34
3.2_1
|
brooks  |
Fix stray file in bin/clang-check.
Reported by: ale, Dominic Fandrey <kamikaze@bsdforen.de> |
11 Mar 2013 18:32:06
3.2
|
brooks  |
Upgrade llvm-devel, clang-devel, and dragonegg-devel46 to r174891 (circa
Feb 27th). Add FileCheck and llvm-lit binaries as some consumers need
them. |
10 Jan 2013 16:34:44
3.2
|
brooks  |
Upgrade llvm and clang to the 3.2 release. |
23 Aug 2012 21:02:09
3.1_2
|
jkim  |
Pull in r159895 from upstream to match Clang in the FreeBSD 9.1 base system:
http://svnweb.freebsd.org/base?view=revision&revision=238554
Approved by: brooks (maintainer) |
04 Jul 2012 03:28:25
3.1_1
|
fluffy  |
- Convert to OPTIONSng
- Add option to build clang with assertions (off by default to match llvm)
Approved by: brooks |
26 Jun 2012 10:10:40
3.1
|
fluffy  |
- Update LLVM/Clang suite to 3.1 release
PR: 168921
Submitted by: myself
Approved by: brooks (via pav@, with timeout) |
20 Jan 2012 21:29:57
3.0
|
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 |
16 Jun 2011 15:07:40
2.9
|
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. |
29 Apr 2011 15:04:30
2.9
|
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] |
14 Oct 2010 19:29:23
2.8_2
|
brooks  |
Move devel/clang to lang/clang since compilers typically live in lang.
PR: ports/151340 |
14 Oct 2010 19:15:37
2.8_2
|
brooks  |
Forced commit to record repocopy from devel/clang to lang/clang and
lang/clang-devel by marcus on 2010-10-11.
PR: ports/151340 |