Dimitry Andric
da09e106ef
Merge llvm trunk r321414 to contrib/llvm.
2017-12-24 01:04:58 +00:00
Dimitry Andric
2cab237b5d
Merge llvm trunk r321017 to contrib/llvm.
2017-12-20 14:16:56 +00:00
Dimitry Andric
24d58133b7
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r305575, and update
...
build glue.
2017-06-17 00:09:34 +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
f37b6182a5
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r302069, and update
...
build glue (preliminary, not all option combinations work yet).
2017-05-03 21:54:55 +00:00
Dimitry Andric
51690af2a4
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r301441, and update
...
build glue.
2017-04-26 22:33:09 +00:00
Dimitry Andric
d88c1a5a57
Update llvm to trunk r290819 and resolve conflicts.
2017-01-02 21:25:48 +00:00
Dimitry Andric
3ca95b0202
Update llvm to release_39 branch r276489, and resolve conflicts.
2016-08-16 21:02:59 +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
7d523365ff
Update llvm to trunk r256633.
2015-12-30 13:13:10 +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
c26ad6e55e
Amend r276211 for the new PowerPC relocation types that were added
...
there. (Upstream is now using a generated file for this, so there is no
direct upstream commit associated with this change.)
2014-12-25 23:54:57 +00:00
Dimitry Andric
b5479adaec
Pull in r215352 from upstream llvm trunk (by Tim Northover):
...
AArch64: add support for dynamic-loader relocations
LLD needs them, and it's good to be able to print them properly when
our object dumpers encounter them.
Patch by Daniel Stewart.
This is needed for supporting the upgrade to a newer LLDB snapshot.
2014-11-26 23:52:59 +00:00
Dimitry Andric
91bc56ed82
Merge llvm 3.5.0 release from ^/vendor/llvm/dist, resolve conflicts, and
...
preserve our customizations, where necessary.
2014-11-24 17:02:24 +00:00
Roman Divacky
26e250745f
Backport r197824, r213427 and r213960 from LLVM trunk:
...
r197824 | rdivacky | 2013-12-20 19:08:54 +0100 (Fri, 20 Dec 2013) | 2 lines
Implement initial-exec TLS for PPC32.
r213427 | hfinkel | 2014-07-19 01:29:49 +0200 (Sat, 19 Jul 2014) | 7 lines
[PowerPC] 32-bit ELF PIC support
This adds initial support for PPC32 ELF PIC (Position Independent Code; the
-fPIC variety), thus rectifying a long-standing deficiency in the PowerPC
backend.
Patch by Justin Hibbits!
r213960 | hfinkel | 2014-07-25 19:47:22 +0200 (Fri, 25 Jul 2014) | 3 lines
[PowerPC] Support TLS on PPC32/ELF
Patch by Justin Hibbits!
Reviewed by: jhibbits
Approved by: dim
2014-08-18 18:05:55 +00:00
Dimitry Andric
48173d357a
Import a whole bunch of llvm trunk commits to enable self-hosting clang
...
3.4 on Sparc64 (commit descriptions left out for brevity):
r196755 r198028 r198029 r198030 r198145 r198149 r198157 r198565 r199186
r199187 r198280 r198281 r198286 r198480 r198484 r198533 r198567 r198580
r198591 r198592 r198658 r198681 r198738 r198739 r198740 r198893 r198909
r198910 r199014 r199024 r199028 r199031 r199033 r199061 r199775 r199781
r199786 r199940 r199974 r199975 r199977 r200103 r200104 r200112 r200130
r200131 r200141 r200282 r200368 r200373 r200376 r200509 r200617 r200960
r200961 r200962 r200963 r200965
Submitted by: rdivacky
2014-02-20 21:56:15 +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