| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
14 May 2013 22:32:05
3.4.r181598_1
|
brooks  |
Add missing mm3dnow.h and mm_malloc.h files. |
14 May 2013 22:10:59
3.4.r181598
|
brooks  |
Upgrade LLVM, Clang, and Dragonegg to svn rev r181598.
Install all *intrin*.h files. |
11 Mar 2013 18:32:06
3.3.r176188
|
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. |
11 Feb 2013 19:02:00
  |
brooks  |
Upgrade llvm-devel and related ports to 3.3.r174891.
Install .cmake files for devel/llvm-devel so projects that use cmake can
build against the installed copy. |
10 Jan 2013 18:01:29
3.3.r172076
|
brooks  |
Update the develoment version of the llvm, clang and dragonegg ports to
3.3.r172076. |
14 Sep 2012 21:03:34
3.2.r163622_2
|
brooks  |
Upgrade to svn rev r163622. Several fixes to FreeBSD support for -pie and
mips as well as reported improvements to the MIPS backend. |
30 Aug 2012 09:05:30
3.2.r162438_2
|
brooks  |
Fix a missing plist entry.
Submitted by: QAT (beat) |
27 Aug 2012 16:18:53
3.2.r162438_1
|
brooks  |
Fix creation of position independent executables (-fPIE -pie).
There were two bugs here. First, -pie was not passed to ld. Second,
non-relocatable versions of three *crt*.o archives were used in the pie
case.
Additionally, link with crtbeginT.o in the -static case.
Shift style towards that of the Linux code since much of the new login was
cribbed from it.
Reported by: jonathan |
23 Aug 2012 21:04:17
3.2.r162438
|
brooks  |
Update LLVM and Clang to r162438 plus a couple patchs to make it possible
to target MIPS with FreeBSD's base binutils. |
31 Jul 2012 18:49:18
3.2.r160283_2
|
brooks  |
Fix build in the !DOCS case.
Reported by: avg |
30 Jul 2012 18:41:17
3.2.r160283_2
|
brooks  |
Install manpages even when docs are off.
Depend on devel/binutils on older OS versions which are missing a
require option
PR: ports/170049, ports/170036 |
25 Jul 2012 21:19:50
3.2.r160283_1
|
brooks  |
Correct a plist error reported by QAT. |
16 Jul 2012 22:55:45
3.2.r160283
|
brooks  |
Update to a 3.2 snapshot. OPTIONSng-ify. Reduce diffs with non-devel
ports. |
13 Apr 2012 22:52:38
3.1.r154687
|
brooks  |
Update to LLVM and Clang 3.1.r154687, unless specific issues are found
that need to be fixed to support testing, this is likely the last -devel
update before 3.1 is released. |
22 Feb 2012 23:19:27
3.1.r150242
|
brooks  |
Upgrade to llvm/clang r150242.
Enable installation of the shared libaray in LLVM.
Add preliminary support for building and installing the gold linker
plugin. No option is avaiable to turn it on (use -DWITH_LTOPLUGIN)
because devel/binutils does not yet build the gold linker. |
17 Oct 2011 20:08:21
3.0.r141985
|
brooks  |
Upgrade to r141985. The is contemporary with the creation of the 3.0
branch. Please test and report bugs to the llvm developers to make 3.0
a good release. |
16 Jun 2011 15:07:40
3.0.r133062
|
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. |
25 Feb 2011 18:53:15
2.9.r126497
|
brooks  |
Upgrade to r126497 and in particulr pick up r126226 which fixes stack
alignment. |
24 Feb 2011 21:54:36
2.9.r126079
|
brooks  |
Upgrade to LLVM and Clang r126079 to match the version in HEAD.
Add support to the LLVM makefile to set SVN_REV externally to make
upgrading to a specific version easier. |
10 Dec 2010 15:09:00
2.9.r121368
|
brooks  |
Rather than relying on some hackish patches use thre --disable-docs
configure option in the NOPORTDOCS case.
This should result in no changes to packages. |
09 Dec 2010 19:29:42
2.9.r121368
|
brooks  |
Update to r121368.
Reduce diff between llvm/Makefile and llvm-devel/Makefile.
Hopefully fix NOPORTDOCS case. Currently this bogusly disables
manpages. |
15 Oct 2010 19:39:35
2.9.r116582
|
brooks  |
Upgrade LLVM and Clang to r116582 and bump the overall version to 2.9
since 2.8 has shipped.
Split out the clang portion of devel/llvm-devel into lang/clang-devel. |
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 |