Dimitry Andric
0b57cec536
Move all sources from the llvm project into contrib/llvm-project.
...
This uses the new layout of the upstream repository, which was recently
migrated to GitHub, and converted into a "monorepo". That is, most of
the earlier separate sub-projects with their own branches and tags were
consolidated into one top-level directory, and are now branched and
tagged together.
Updating the vendor area to match this layout is next.
2019-12-20 19:53:05 +00:00
Dimitry Andric
e123fc8fd8
Merge clang trunk r366426, resolve conflicts, and update FREEBSD-Xlist.
2019-08-21 19:57:54 +00:00
Dimitry Andric
d5ea6fa648
Merge clang trunk r351319, resolve conflicts, and update FREEBSD-Xlist.
2019-01-20 14:02:54 +00:00
Dimitry Andric
0b9890fcbf
Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_70 branch
...
r348686 (effectively 7.0.1 rc3), resolve conflicts, and bump version
numbers.
PR: 230240, 230355
2018-12-09 11:36:04 +00:00
Dimitry Andric
735bee93f1
Merge clang trunk r338150, and resolve conflicts.
2018-07-31 17:06:31 +00:00
Dimitry Andric
30785c0e2b
Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_60 r321788,
...
update build glue and version numbers.
2018-01-06 23:44:14 +00:00
Dimitry Andric
9a199699c2
Merge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 14:26:54 +00:00
Dimitry Andric
3ea909cc76
Upgrade our copies of clang, llvm, lldb and compiler-rt to r312293 from
...
the upstream release_50 branch. This corresponds to 5.0.0 rc4.
As of this version, the cad/stepcode port should now compile in a more
reasonable time on i386 (see bug 221836 for more information).
PR: 221836
MFC after: 2 months
X-MFC-with: r321369
2017-09-01 18:53:36 +00:00
Dimitry Andric
edd7eaddc8
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306325, and update
...
build glue.
2017-06-27 06:40:39 +00:00
Dimitry Andric
db17bf38c5
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r305145, and update
...
build glue.
2017-06-10 19:17:14 +00:00
Dimitry Andric
6d97bb297c
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304659, and update
...
build glue.
2017-06-03 18:18:34 +00:00
Dimitry Andric
d8866befb8
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r303571, and update
...
build glue.
2017-05-22 21:17:44 +00:00
Dimitry Andric
0f5676f432
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r302418, and update
...
build glue.
2017-05-08 19:20:55 +00:00
Dimitry Andric
20e90f04ad
Merge clang trunk r300422 and resolve conflicts.
2017-04-16 16:31:20 +00:00
Dimitry Andric
98221d2e7e
Merge llvm, clang, compiler-rt, libc++, lld and lldb release_40 branch
...
r293443, and update build glue.
2017-01-29 21:56:47 +00:00
Dimitry Andric
24e2fe98d0
Merge llvm, clang, lld and lldb trunk r291476.
2017-01-09 22:32:19 +00:00
Dimitry Andric
8e0f8b8c96
Merge llvm, clang, lld and lldb trunk r291012, and resolve conflicts.
2017-01-04 22:19:42 +00:00
Dimitry Andric
4429064704
Update clang to trunk r290819 and resolve conflicts.
2017-01-02 21:29:30 +00:00
Dimitry Andric
f41fbc90dc
Update llvm, clang, lld and lldb to release_39 branch r287912.
2016-11-26 01:02:53 +00:00
Dimitry Andric
e7145dcb9f
Update clang to release_39 branch r276489, and resolve conflicts.
2016-08-16 21:17:51 +00:00
Dimitry Andric
444ed5c5eb
Update llvm, clang and lldb to trunk r257626, and update build glue.
2016-01-14 17:42:46 +00:00
Dimitry Andric
0623d7483d
Update clang to trunk r256633.
2015-12-30 13:34:49 +00:00
Dimitry Andric
875ed54817
Update llvm/clang to r242221.
2015-08-12 18:31:11 +00:00
Dimitry Andric
3dac3a9bad
Update llvm/clang to r241361.
2015-07-05 22:34:42 +00:00
Dimitry Andric
8f0fd8f6b8
Update llvm/clang to r240225.
2015-06-23 18:44:19 +00:00
Dimitry Andric
33956c4300
Merge clang trunk r238337 from ^/vendor/clang/dist, resolve conflicts,
...
and preserve our customizations, where necessary.
2015-05-27 20:44:45 +00:00
Dimitry Andric
39d628a0c7
Merge llvm 3.6.0rc1 from ^/vendor/llvm/dist, merge clang 3.6.0rc1 from
...
^/vendor/clang/dist, resolve conflicts, and cleanup patches.
2015-01-25 23:36:55 +00:00
Dimitry Andric
59d1ed5b20
Merge clang 3.5.0 release from ^/vendor/clang/dist, resolve conflicts,
...
and preserve our customizations, where necessary.
2014-11-24 18:11:16 +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
284c197886
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
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
Dimitry Andric
3861d79fd7
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
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
cb4dff8563
Upgrade our copy of llvm/clang to r155985, from upstream's release_31
...
branch. This brings us very close to the 3.1 release, which is planned
for May 14th.
MFC after: 2 weeks
2012-05-03 20:41:21 +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
6122f3e60d
Upgrade our copy of llvm/clang to r142614, from upstream's release_30
...
branch. This brings us very close to the 3.0 release, which is expected
in a week or two.
MFC after: 1 week
2011-10-22 14:08:43 +00:00
Dimitry Andric
17a519f92f
Upgrade our copy of llvm/clang to r135360, from upstream's trunk.
2011-07-17 19:51:40 +00:00
Dimitry Andric
bd5abe1968
Upgrade our copy of llvm/clang to r132879, from upstream's trunk.
2011-06-12 18:01:31 +00:00
Dimitry Andric
3b0f406639
Upgrade our copy of llvm/clang to r130700, from upstream's trunk.
2011-05-02 21:04:37 +00:00
Dimitry Andric
2754fe609d
Upgrade our copy of llvm/clang to r126079, from upstream's trunk.
...
This contains many improvements, primarily better C++ support, an
integrated assembler for x86 and support for -pg.
2011-02-20 19:33:47 +00:00
Dimitry Andric
e580952d8a
Upgrade our Clang in base to r114020, from upstream's release_28 branch.
...
Approved-by: rpaulo (mentor)
2010-09-20 16:43:17 +00:00
Ed Schouten
ffd1746d03
Upgrade our Clang in base to r108428.
...
This commit merges the latest LLVM sources from the vendor space. It
also updates the build glue to match the new sources. Clang's version
number is changed to match LLVM's, which means /usr/include/clang/2.0
has been renamed to /usr/include/clang/2.8.
Obtained from: projects/clangbsd
2010-07-20 17:16:57 +00:00
Roman Divacky
f22ef01c33
Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/
...
in llvm/ and/or llvm/contrib/clang/ respectively.
Approved by: ed (mentor)
Approved by: core
2010-06-09 17:59:52 +00:00