Dimitry Andric
ada554fc20
Regenerate llvm and clang manpages.
2016-03-03 23:09:57 +00:00
Dimitry Andric
9893f787ec
Merge ^/head r295601 through r295844.
2016-02-21 13:49:26 +00:00
Bryan Drewery
af96ced5c5
DIRDEPS_BUILD: Add dependencies somehow missed in r295681.
...
Sponsored by: EMC / Isilon Storage Division
2016-02-19 00:41:38 +00:00
Bryan Drewery
6b128c1707
DIRDEPS_BUILD: Hookup CLANG_EXTRAS.
...
Sponsored by: EMC / Isilon Storage Division
2016-02-16 23:11:09 +00:00
Dimitry Andric
dbc595b2ae
Some additional llvm tools need libz. While here, consistently use
...
LIBADD+=.
2016-01-06 21:28:39 +00:00
Dimitry Andric
ffa548ae3e
Next part of updating llvm/clang build glue: getting the
...
WITH_CLANG_EXTRAS tools built.
2015-12-31 17:37:35 +00:00
Bryan Drewery
eacae6dc66
Fix LDADD/DPADD that should be LIBADD.
...
Sponsored by: EMC / Isilon Storage Division
2015-12-04 03:17:47 +00:00
Dimitry Andric
cc38b6408e
Update llvm/clang build glue.
2015-06-23 18:46:29 +00:00
Dimitry Andric
ebeff3f9b4
Update Makefiles and other build glue for llvm/clang 3.7.0, as of trunk
...
r238337.
2015-05-30 15:39:49 +00:00
Dimitry Andric
07f4251006
Regenerated llvm/clang manpages.
2015-03-14 19:22:15 +00:00
Dimitry Andric
1ae6788e51
Update llvm and clang library and binary Makefiles for 3.6.0 rc1.
2015-01-26 18:48:27 +00:00
Dimitry Andric
559f16f0dd
Regenerate the manpages for the additional llvm/clang tools. This
...
contains only very minor updates.
2015-01-10 21:44:31 +00:00
Dimitry Andric
47a80b9264
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
Dimitry Andric
046ffce1c3
Update llvm and clang binary Makefiles.
2014-11-24 19:47:59 +00:00
Dimitry Andric
f785676f2a
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
Dimitry Andric
139f7f9bf5
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 Turner
8a166cafe0
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
Dimitry Andric
7ae0e2c9f0
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
Dimitry Andric
dff0c46c97
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
Dimitry Andric
6bb1cadd56
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