aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm-devel
Commit message (Collapse)AuthorAgeFilesLines
* Fix -DBOOTSTRAP with LANG!=C.Brooks Davis2009-12-081-0/+1
| | | | | | | Submitted by: Frederic Chardon <chardon dot frederic at gmail com> Notes: svn path=/head/; revision=245419
* Update to r90769.Brooks Davis2009-12-085-30/+62
| | | | | | | | | | Build with -fPIC on amd64 and ia64. Allow the user to disable asserts. PR: ports/127718, ports/139207 Notes: svn path=/head/; revision=245415
* Upgrade to r86028.Brooks Davis2009-11-044-12/+24
| | | | | | | | | Reduce the complexity of CONFLICTS. Chase plist changes. Notes: svn path=/head/; revision=243793
* correct plistBrooks Davis2009-10-301-22/+0
| | | | Notes: svn path=/head/; revision=243521
* Upgrade to rev 85018.Brooks Davis2009-10-254-13/+292
| | | | Notes: svn path=/head/; revision=243303
* Upgrade to r83443 which contains some FreeBSD specific fixes.Brooks Davis2009-10-074-13/+5
| | | | | | | | | Add USE_GCC=4.2+ to hopefully allow 6.x systems to build this. Prodded by: rdivacky Notes: svn path=/head/; revision=242531
* Upgrade to llvm trunk r83078. Bump the major version to 2.7 since 2.6Brooks Davis2009-10-034-6/+7
| | | | | | | has been branced and the release will happen shortly. Notes: svn path=/head/; revision=242414
* Upgrade to r82217.Brooks Davis2009-09-276-111/+166
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=242183
* Upgrade to svn rev 71086Brooks Davis2009-05-064-34/+21
| | | | | | | | The ccc script has been removed and is entierly superceded by the clang binary. Notes: svn path=/head/; revision=233320
* Upgrade to r68053. Should fix problems with scan-build not findingBrooks Davis2009-03-314-9/+15
| | | | | | | | | | | | | | clang-cc. Move the svn revision out into it's own file to allow do-fetch to update it in the -DBOOTSTRAP case. This makes it easier to do: make -DBOOTSTRAP makesum make ... Notes: svn path=/head/; revision=231396
* Upgrade to 67853 which reportedly fixes a regression building sh.Brooks Davis2009-03-272-4/+5
| | | | | | | Also enable make -j. Notes: svn path=/head/; revision=231129
* Upgrade to r67766.Brooks Davis2009-03-273-10/+10
| | | | | | | | | The most visiable change is that what was bin/clang is now installed as libexec/clang-cc and bin/clang is the new C++ driver which will eventually replace ccc. Notes: svn path=/head/; revision=231116
* Upgrade to r65948 which fixes a few key optimizer bugs.Brooks Davis2009-03-044-10/+5
| | | | | | | | | Avoid installing more conflicting headers. Tested with: porttools port test :) Notes: svn path=/head/; revision=229481
* Catch a few files and directories I should have noticed during theBrooks Davis2009-03-032-25/+36
| | | | | | | | | previous update. Reported by: QAT Notes: svn path=/head/; revision=229438
* Update to r65948.Brooks Davis2009-03-037-22/+61
| | | | | | | | | | | | Add printf0 support. [1] Install the clang C headers (excluding std*.h since we have our own) now that the installer puts them somewhere sane. Submitted by: ed Notes: svn path=/head/; revision=229434
* Add missing libLTO.so to the plist.Brooks Davis2009-03-022-1/+4
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=229362
* Upgrade to a snapshot of svn rev r65789.Brooks Davis2009-03-014-14/+38
| | | | | | | | | | Improve the patch for format string checking. [1] Correctly refect that this is a 2.6 snapshot since 2.5 has been branched. Submitted by: ed [1] Notes: svn path=/head/; revision=229303
* Update to llvm as of r65584 which includes wchar support.Brooks Davis2009-02-273-15/+9
| | | | | | | | Switch to using svn revision numbers instead of date based snapshots, fortunatly X.r[0-9]* > X.s[0-9]* in our version scheme. Notes: svn path=/head/; revision=229120
* Correctly have run depends on perl and python so clang works.Brooks Davis2009-02-261-2/+8
| | | | | | | | | switch from #!/usr/bin/env p* to actually specifying the path. Reported by: Pawel Worach Notes: svn path=/head/; revision=229060
* Update to a new snapshot.Brooks Davis2009-02-254-4/+15
| | | | | | | | | Install a missing piece of scan-build. [1] Submitted by: Pawel Worach <pawel dot worach at gmail dot com> [1] Notes: svn path=/head/; revision=229049
* Remove some plist bogons that crept in during late (incorrect) testing.Brooks Davis2009-02-242-11/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=229001
* Update to a snapshot from yesterday.Brooks Davis2009-02-234-19/+16
| | | | | | | Requested by: rdivacky Notes: svn path=/head/; revision=228934
* Patch the clang target selection code to support amd64 in addition toBrooks Davis2009-02-202-1/+15
| | | | | | | | | x86_64 in triples. Reported by: Michael Reifenberger <mike at reifenberger dot com> Notes: svn path=/head/; revision=228736
* Support %b in printf-like functions as required to compile the FreeBSDBrooks Davis2009-02-192-0/+14
| | | | | | | | | kernel. Submitted by: rdivacky Notes: svn path=/head/; revision=228648
* Upgrade to a snapshot from yesterday (just pre 2.5).Brooks Davis2009-02-174-35/+123
| | | | Notes: svn path=/head/; revision=228528
* Mark as broken on sparc64.Mark Linimon2008-12-101-0/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224062
* Actually bump the PORTREVISION variable rather than misspelling it.Brooks Davis2008-11-241-1/+1
| | | | | | | | Reported by: Stuart Henderson <stu at spacehopper dot org> Pointy hat: brooks Notes: svn path=/head/; revision=223346
* Fix a plist bug.Brooks Davis2008-11-152-0/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=222869
* Update a November 5th snapshot, fix the plist.Brooks Davis2008-11-064-15/+27
| | | | Notes: svn path=/head/; revision=222477
* Upgrade to a snapshot from October 2nd.Brooks Davis2008-10-042-4/+4
| | | | Notes: svn path=/head/; revision=221185
* - Mark BROKEN on amd64/6: does not compilePav Lucistnik2008-09-161-1/+7
| | | | | | | | Reported by: pointyhat Approved by: portmgr (self) Notes: svn path=/head/; revision=220411
* Update to a new 8/19 snapshot that passes the regression tests.Brooks Davis2008-08-212-7/+11
| | | | | | | | | "Fix" the regression tests by running them as nobody if the regression-test target is run by root. Remove the .if defined(MAINTAINER_MODE) guards so the package cluster will run the tests (they pass correctly on i386). Notes: svn path=/head/; revision=218957
* Upgrade to a snapshot from 8/17.Brooks Davis2008-08-203-13/+23
| | | | | | | | | Temporarily put the regression-test target under if defined(MAINTAINER_MODE) because it eats /dev/null if run as root and the package cluster runs it as root. Notes: svn path=/head/; revision=218928
* Add an llvm snapshot port including clang. The current snapshot is as ofBrooks Davis2008-08-185-0/+600
2008-08-05. Notes: svn path=/head/; revision=218773