aboutsummaryrefslogtreecommitdiff
path: root/lang/clang-devel/files
Commit message (Collapse)AuthorAgeFilesLines
* Catch the set of host platforms up to the set in llvm ports.Brooks Davis2015-03-311-1/+5
| | | | | | | | To revision bump as it only effects building the port on platforms that would fail before. Notes: svn path=/head/; revision=382825
* Upgrade to r224537.Brooks Davis2014-12-181-0/+45
| | | | | | | | | Add support for -fformat-exentions as a no-op in clang. [0] Submitted by: lightside@gmx.com [0] Notes: svn path=/head/; revision=374919
* Install scan-view support files under LLVM_PREFIX and alterBrooks Davis2014-09-261-0/+1
| | | | | | | | | llvm-wrapper to support this. PR: 193955 Notes: svn path=/head/; revision=369336
* Upgrade to r218451.Brooks Davis2014-09-253-25/+13
| | | | | | | | | | | | | USES=python Give llvm a chance to build on arm* and powerpc64 systems. [0] PR: 191996 [0] Submitted by: direct727@gmail.com [0] Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=369283
* Upgrade to 3.6.r216160.Brooks Davis2014-08-211-2/+1
| | | | Notes: svn path=/head/; revision=365552
* Add patch missed in r364981.Brooks Davis2014-08-151-0/+23
| | | | | | | No version bump as clang won't compile without this change. Notes: svn path=/head/; revision=364982
* Update to r211638.Brooks Davis2014-08-152-19/+2
| | | | Notes: svn path=/head/; revision=364981
* Upgrade to r203994.Brooks Davis2014-03-153-71/+7
| | | | Notes: svn path=/head/; revision=348290
* Include altivec.h and cpuid.h in the set of installed headers.Brooks Davis2013-11-131-1/+1
| | | | | | | | | PR: ports/183799 Submitted by: Philippe Michel <philippe.michel7@sfr.fr> Sponsored by: DARPA/AFRL Notes: svn path=/head/; revision=333647
* Upgrade the llvm development ports to r193887. We're about two weeksBrooks Davis2013-11-065-15/+88
| | | | | | | | | | | | from the LLVM 3.4 branch starting. Apply the clang portion of r255321 from base switching the default C++ library to libc++ on 10+. Correct clang's notion of the underlying type of (u)intmax_t on MIPS64. Notes: svn path=/head/; revision=332935
* Upgrade clang, dragonegg, and llvm -devel ports to r182968.Brooks Davis2013-09-041-14/+0
| | | | Notes: svn path=/head/; revision=326289
* Add missing mm3dnow.h and mm_malloc.h files.Brooks Davis2013-05-141-1/+1
| | | | Notes: svn path=/head/; revision=318207
* Upgrade LLVM, Clang, and Dragonegg to svn rev r181598.Brooks Davis2013-05-142-5/+19
| | | | | | | Install all *intrin*.h files. Notes: svn path=/head/; revision=318206
* Update the develoment version of the llvm, clang and dragonegg ports toBrooks Davis2013-01-103-14/+63
| | | | | | | 3.3.r172076. Notes: svn path=/head/; revision=310192
* Upgrade to svn rev r163622. Several fixes to FreeBSD support for -pie andBrooks Davis2012-09-141-205/+0
| | | | | | | mips as well as reported improvements to the MIPS backend. Notes: svn path=/head/; revision=304297
* Fix creation of position independent executables (-fPIE -pie).Brooks Davis2012-08-271-0/+143
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=303233
* Update LLVM and Clang to r162438 plus a couple patchs to make it possibleBrooks Davis2012-08-233-3/+80
| | | | | | | to target MIPS with FreeBSD's base binutils. Notes: svn path=/head/; revision=303040
* Upgrade to llvm/clang r150242.Brooks Davis2012-02-222-4/+24
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=292090
* Rather than relying on some hackish patches use thre --disable-docsBrooks Davis2010-12-102-28/+0
| | | | | | | | | configure option in the NOPORTDOCS case. This should result in no changes to packages. Notes: svn path=/head/; revision=265985
* Update to r121368.Brooks Davis2010-12-091-1/+1
| | | | | | | | | | Reduce diff between llvm/Makefile and llvm-devel/Makefile. Hopefully fix NOPORTDOCS case. Currently this bogusly disables manpages. Notes: svn path=/head/; revision=265934
* Fix build when older versions are installed.Brooks Davis2010-10-101-26/+0
| | | | | | | Submitted by: ports/151337 Notes: svn path=/head/; revision=262761
* Upgrade LLVM, Clang, and llvm-gcc to 2.8 release.Brooks Davis2010-10-087-5/+143
| | | | | | | The Clang port has now been updated to avoid building LLVM twice. Notes: svn path=/head/; revision=262619
* Actually add the patch that makes the previous commt work.Brooks Davis2010-04-301-0/+12
| | | | Notes: svn path=/head/; revision=253479
* Upgrade llvm, clang, and llvm-gcc to the 2.7 release.Brooks Davis2010-04-281-5/+5
| | | | | | | Submitted by: mm (llvm and clang) Notes: svn path=/head/; revision=253391
* Only install compiler headers we don't provide as part of the BSD base.Brooks Davis2010-02-161-0/+14
| | | | | | | | | | | This should fix some compilation problems and we've been doing it in devel/llvm-devel for ages. Feature safe: yes Reported by: rdivacky Notes: svn path=/head/; revision=249964
* Add a port of the clang C, Objective-C, and (soon) C++ compiler versionBrooks Davis2009-10-241-0/+14
2.6. NOTE: this port is slightly evil and both depends on llvm and builds all of it. We hope to find the correct make string to fix this, but wanted make clang available now. Notes: svn path=/head/; revision=243274