summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/llvm-ar
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated llvm/clang manpages.dim2015-03-141-1/+1
|
* Update llvm and clang library and binary Makefiles for 3.6.0 rc1.dim2015-01-261-1/+3
|
* Regenerate the manpages for the additional llvm/clang tools. Thisdim2015-01-101-2/+2
| | | | contains only very minor updates.
* Add the AArch64 llvm backend to the build to allow for early testing anddim2015-01-071-1/+8
| | | | | | | | to ease any rework of how clang is built to take arm64 in to account. Submitted by: andrew Reviewed by: andrew, emaste Differential Revision: https://reviews.freebsd.org/D1446
* Update llvm and clang binary Makefiles.dim2014-11-241-1/+46
|
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsdim2014-02-162-121/+27
| | | | | | | | | | | | | | | | | all of the features in the current working draft of the upcoming C++ standard, provisionally named C++1y. The code generator's performance is greatly increased, and the loop auto-vectorizer is now enabled at -Os and -O2 in addition to -O3. The PowerPC backend has made several major improvements to code generation quality and compile time, and the X86, SPARC, ARM32, Aarch64 and SystemZ backends have all seen major feature work. Release notes for llvm and clang can be found here: <http://llvm.org/releases/3.4/docs/ReleaseNotes.html> <http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html> MFC after: 1 month
* Upgrade our copy of llvm/clang to trunk r178860, in preparation of thedim2013-04-122-3/+2
| | | | | | | | | upcoming 3.3 release (branching and freezing expected in a few weeks). Preliminary release notes can be found at the usual location: <http://llvm.org/docs/ReleaseNotes.html> An MFC is planned once the actual 3.3 release is finished.
* Allow us to build clang for ARM EABI. Clang and llvm use theandrew2013-02-121-0/+2
| | | | | | | arm-gnueabi-freebsd10.0 triple for EABI. Use this when we are on arm or armv6 and are building for EABI. Reviewed by: dim
* Upgrade our copy of llvm/clang to trunk r162107. With thanks todim2012-08-201-384/+407
| | | | Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
* Upgrade our copy of llvm/clang to trunk r154661, in preparation of thedim2012-04-161-1/+1
| | | | | | | upcoming 3.1 release (expected in a few weeks). Preliminary release notes can be found at: <http://llvm.org/docs/ReleaseNotes.html> MFC after: 2 weeks
* Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,dim2012-02-052-0/+475
that builds the following additional llvm/clang tools: - bugpoint - llc - lli - llvm-ar - llvm-as - llvm-bcanalyzer - llvm-diff - llvm-dis - llvm-extract - llvm-ld - llvm-link - llvm-mc - llvm-nm - llvm-objdump - llvm-prof - llvm-ranlib - llvm-rtdyld - llvm-stub - macho-dump - opt These tools are mainly useful for people that want to manipulate llvm bitcode (.bc) and llvm assembly language (.ll) files, or want to tinker with llvm and clang themselves. MFC after: 2 weeks
OpenPOWER on IntegriCloud