dim
706271a799
Update llvm/clang to r241361.
2015-07-05 22:34:42 +00:00
dim
3aff6c77e3
Update llvm/clang build glue.
2015-06-23 18:46:29 +00:00
dim
238df27d05
Update Makefiles and other build glue for llvm/clang 3.7.0, as of trunk
...
r239412.
2015-06-10 19:12:52 +00:00
dim
8f5245e1de
Update Makefiles and other build glue for llvm/clang 3.7.0, as of trunk
...
r238337.
2015-05-30 15:39:49 +00:00
dim
f57aa367a2
Regenerated llvm/clang manpages.
2015-03-14 19:22:15 +00:00
dim
2defe6edea
Update llvm and clang library and binary Makefiles for 3.6.0 rc1.
2015-01-26 18:48:27 +00:00
dim
8bf84181c0
Regenerate the manpages for the additional llvm/clang tools. This
...
contains only very minor updates.
2015-01-10 21:44:31 +00:00
dim
17b7ef10fd
Add the AArch64 llvm backend to the build to allow for early testing and
...
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
2015-01-07 19:06:27 +00:00
dim
b2b2b31f7d
Update llvm and clang binary Makefiles.
2014-11-24 19:47:59 +00:00
dim
fed0da0559
Add Makefile glue to build the Sparc backend libraries and link them
...
into the clang executable.
2014-02-20 22:22:39 +00:00
dim
a8b6bed223
Upgrade our copy of llvm/clang to 3.4 release. This version supports
...
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
2014-02-16 19:44:07 +00:00
dim
e55c003490
Enable llvm's integrated assembler for PowerPC, since it should now be
...
good enough for typical usage.
Requested by: rdivacky
MFC after: 1 week
2013-12-16 18:45:21 +00:00
dim
8d21fe8a6d
Upgrade our copy of llvm/clang to 3.3 release.
...
Release notes are still in the works, these will follow soon.
MFC after: 1 month
2013-06-12 18:48:53 +00:00
dim
4ca88b0ec1
Upgrade our copy of llvm/clang to trunk r178860, in preparation of the
...
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.
2013-04-12 17:57:40 +00:00
andrew
180d9ee4c7
Allow us to build clang for ARM EABI. Clang and llvm use the
...
arm-gnueabi-freebsd10.0 triple for EABI. Use this when we are on arm or
armv6 and are building for EABI.
Reviewed by: dim
2013-02-12 05:56:00 +00:00
dim
b4ddb922b1
Upgrade our copy of llvm/clang to r168974, from upstream's release_32
...
branch. This is effectively llvm/clang 3.2 RC2; the 3.2 release is
coming soon.
2012-12-03 19:24:08 +00:00
dim
ea718b0e08
Upgrade our copy of llvm/clang to trunk r162107. With thanks to
...
Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
2012-08-20 18:33:03 +00:00
dim
6170cec430
Upgrade our copy of llvm/clang to trunk r154661, in preparation of the
...
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
2012-04-16 21:23:25 +00:00
dim
eb8951e7f7
Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,
...
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
2012-02-05 23:56:22 +00:00