Displaying 20 results from an estimated 5000 matches similar to: "LLVM 3.9 Release"
2017 Mar 13
0
LLVM 4.0.0 Release
It is my pleasure to announce that LLVM 4 is now available.
Get it here: http://llvm.org/releases/download.html#4.0.0
LLVM is now using a new versioning scheme, increasing the major
version number with each major release. Stable updates to this release
will be versioned 4.0.x, and the next major release, six months from
now, will be version 5.0.0. For more information, see
2017 Mar 13
0
LLVM 4.0.0 Release
It is my pleasure to announce that LLVM 4 is now available.
Get it here: http://llvm.org/releases/download.html#4.0.0
LLVM is now using a new versioning scheme, increasing the major
version number with each major release. Stable updates to this release
will be versioned 4.0.x, and the next major release, six months from
now, will be version 5.0.0. For more information, see
2016 Dec 23
0
LLVM 3.9.1 Release
LLVM 3.9.1 is now available! Download it now, or read the release notes.
This release contains bug-fixes for the LLVM 3.9.0 release. This
release is API and ABI compatible with 3.9.0.
LLVM 3.9.1 would not be possible without the help of our volunteer
release team! Thanks to all the release testers:
Hans Wennborg, Brian Cain, Sylvestre Ledru, Ben Pope, Renato Golin,
Vasileios Kalintiris, Dimitry
2014 Sep 05
0
LLVM 3.5 Release!
LLVM 3.5 is now available! Get it here: http://llvm.org/releases/
or read the release notes here:
http://llvm.org/releases/3.5.0/docs/ReleaseNotes.html
http://llvm.org/releases/3.5.0/tools/clang/docs/ReleaseNotes.html
This is a great new release with a whole host of new features. The LLVM optimizer and backend sees continued performance improvement and compile time improvements, as well as
2016 Mar 08
0
LLVM 3.8 Release
It is my pleasure to announce that LLVM 3.8.0 is now available!
Get it here: http://www.llvm.org/releases/download.html#3.8.0
This release contains the work of the LLVM community over the past six
months: deprecated autoconf build, shrink-wrapping on by default,
overhauled MSVC-compatible exception handling, updated Kaleidoscope
tutorial, emutls, OpenMP supported by default, as well as improved
2016 Mar 08
0
LLVM 3.8 Release
It is my pleasure to announce that LLVM 3.8.0 is now available!
Get it here: http://www.llvm.org/releases/download.html#3.8.0
This release contains the work of the LLVM community over the past six
months: deprecated autoconf build, shrink-wrapping on by default,
overhauled MSVC-compatible exception handling, updated Kaleidoscope
tutorial, emutls, OpenMP supported by default, as well as improved
2013 Jun 17
0
LLVM 3.3 Release!
LLVM 3.3 is now available! Get it here: http://llvm.org/releases/
or read about it here:
http://llvm.org/releases/3.3/docs/ReleaseNotes.html
LLVM 3.3 is a big release: it adds new targets for the AArch64 and AMD R600 GPU architectures, adds support for IBM's z/Architecture S390 systems, and major enhancements for the PowerPC backend (including support for PowerPC 2.04/2.05/2.06
2016 Aug 20
4
[Release-testers] [3.9 Release] Release Candidate 2 has been tagged
Thanks! Can you post the sha1's for the files you uploaded?
Windows and Mac look good. Uploaded:
ca26fbfabb54ac1f70776ab3a5503313ec518f18
clang+llvm-3.9.0-rc2-x86_64-apple-darwin.tar.xz
26d616e1355dc0802f90babbd5ea0b72abc0c0bb LLVM-3.9.0-rc2-win32.exe
42363aeaff395d442f418d77b542a088b5b0658b LLVM-3.9.0-rc2-win64.exe
Thanks,
Hans
On Fri, Aug 19, 2016 at 9:22 AM, Diana Picus <diana.picus
2015 Feb 26
2
[LLVMdev] [3.6 Release] RC4 has been tagged
I still haven't finished but I don't think you have to wait.
On Fri, Feb 27, 2015 at 7:46 AM, Renato Golin <renato.golin at linaro.org>
wrote:
> We got everything, haven't we?
>
> On 26 February 2015 at 20:44, Nikola Smiljanic <popizdeh at gmail.com> wrote:
> > Final has been tagged, I think we're about to release it.
> >
> > On Fri, Feb 27,
2016 Jul 12
0
LLVM 3.8.1 Release
LLVM 3.8.1 is now available! Download it now, or read the release notes.
This release contains bug-fixes for the LLVM 3.8.0 release. This
release is API and ABI compatible with 3.8.0.
LLVM 3.8.1 would not be possible without the help of our volunteer
release team! Thanks to all the release testers:
Hans Wennborg, Diana Picus, Brian Cain, Sylvestre Ledru, Daniel Sanders,
Nikola Smiljanic, Ben
2015 Sep 27
2
[libunwind][Mips] Problem using gas to assemble UnwindRegistersSave.S
On 09/27/2015 06:41 PM, Vasileios Kalintiris wrote:
> Hi Richard,
>
> Clang doesn't have support for MIPS I. The trap-on-condition instructions were added in MIPS II and they should work fine. This is why it works with ".set mips32r2".
>
> Which version of the ISA did you specify when you used the integrated assembler?
>
> Thanks,
> Vasileios
>
>
Hi
2015 Nov 02
2
[RFC] Strategies for Bootstrapping Compiler-RT builtins
> On Nov 2, 2015, at 11:41 AM, Vasileios Kalintiris <Vasileios.Kalintiris at imgtec.com> wrote:
>
>> The problem comes when bootstrapping a cross-compiler toolchain. In order to
>> have a cross-compiling toolchain that can build a “hello world” application you
>> need four basic components:
>>
>> (1) clang
>> (2) ld
>> (3) libclang_rt
2014 Dec 16
1
[LLVMdev] 3.5.1 Testing Phase Begins
Yeah, I was just puzzled :D No worries.
Cheers,
Sebastian
2014-12-16 11:09 GMT+01:00 Daniel Sanders <Daniel.Sanders at imgtec.com>:
> It looks like I missed that email completely, I started out replying to
> Nikola and Hans which is why I was talking about Windows rather than OS X.
>
>
>
> I've just found your first email in my llvmdev folder and I think I see what
2014 Dec 16
1
[LLVMdev] 3.5.1 Testing Phase Begins
It looks like I missed that email completely, I started out replying to Nikola and Hans which is why I was talking about Windows rather than OS X.
I've just found your first email in my llvmdev folder and I think I see what happened. My mail rules deliver llvmdev messages to a folder named llvmdev unless I'm directly addressed in which case it delivers to my inbox. It looks like you
2015 Feb 04
2
[LLVMdev] Handling of KILL instructions.
Hi all,
My understanding is that we keep around KILL instructions in order to keep
the results of the various register liveness analysis passes valid.
Consider for example the following machine basic block:
BB#0: derived from LLVM BB %entry
Live Ins: %A0_64 %A1_64
%V0_64<def> = AND64 %A0_64<kill>, %A1_64<kill>
%V0<def> = KILL %V0,
2014 Jan 06
0
LLVM 3.4 Release!
LLVM 3.4 is now available! Download it now, or read the release notes.
This is a big new release with a lot of features. Clang now supports all of the features in the current working draft of the upcoming C++ standard, provisionally named C++1y. The static analyzer has greatly improved C++ support, produces fewer false positives and catches more bugs. Clang also includes a few new
2014 Jan 06
0
LLVM 3.4 Release!
LLVM 3.4 is now available! Download it now, or read the release notes.
This is a big new release with a lot of features. Clang now supports all of the features in the current working draft of the upcoming C++ standard, provisionally named C++1y. The static analyzer has greatly improved C++ support, produces fewer false positives and catches more bugs. Clang also includes a few new
2017 Sep 07
0
LLVM 5.0.0 Release
It is my pleasure to announce that LLVM 5 is now available.
Get it here: https://llvm.org/releases/download.html#5.0.0
(Why the big jump from 4.0.1? With the new versioning scheme, the
major version is incremented for each major release:
http://blog.llvm.org/2016/12/llvms-new-versioning-scheme.html)
This release is the result of the community's work over the past six
months, including:
2017 Sep 07
0
LLVM 5.0.0 Release
It is my pleasure to announce that LLVM 5 is now available.
Get it here: https://llvm.org/releases/download.html#5.0.0
(Why the big jump from 4.0.1? With the new versioning scheme, the
major version is incremented for each major release:
http://blog.llvm.org/2016/12/llvms-new-versioning-scheme.html)
This release is the result of the community's work over the past six
months, including:
2019 Mar 20
0
LLVM 8.0.0 Release
I'm pleased to announce that LLVM 8 is now available.
Get it here: https://llvm.org/releases/download.html#8.0.0
This release contains the work on trunk up to Subversion revision
r351319, plus work on the release branch. It's the result of the LLVM
community's work over the past six months, including: speculative load
hardening, concurrent compilation in the ORC JIT API, no longer