www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LLVM 3.4 released

reply "Kai Nacke" <kai redstar.de> writes:
Hi all!

LLVM 3.4 is out! You can read the release notes 
http://llvm.org/releases/3.4/docs/ReleaseNotes.html or download 
it from http://llvm.org/releases/.

As usual, LDC and dlang.org are mentioned in the release notes. I 
also take care of changing some other static web pages. You find 
references to LDC and dlang.org now listed under "LLVM Projects" 
and "LLVM Users".

And on the front page, D is mentioned as one of the external 
projects using LLVM.

:-)

Regards,
Kai
Jan 06 2014
next sibling parent "Ilya Yaroshenko" <ilyayaroshenko gmail.com> writes:
Congratulations!
Jan 08 2014
prev sibling next sibling parent reply "Adam Wilson" <flyboynw gmail.com> writes:
On Mon, 06 Jan 2014 08:10:49 -0800, Kai Nacke <kai redstar.de> wrote:

 Hi all!

 LLVM 3.4 is out! You can read the release notes  
 http://llvm.org/releases/3.4/docs/ReleaseNotes.html or download it from  
 http://llvm.org/releases/.

 As usual, LDC and dlang.org are mentioned in the release notes. I also  
 take care of changing some other static web pages. You find references  
 to LDC and dlang.org now listed under "LLVM Projects" and "LLVM Users".

 And on the front page, D is mentioned as one of the external projects  
 using LLVM.

 :-)

 Regards,
 Kai
What is the latest on Windows SEH? -- Adam Wilson IRC: LightBender Aurora Project Coordinator
Jan 08 2014
next sibling parent reply Jacob Carlborg <doob me.com> writes:
On 2014-01-08 20:15, Adam Wilson wrote:

 What is the latest on Windows SEH?
LLVM is not going to get that for 32bit, not a long as there is a patent. -- /Jacob Carlborg
Jan 08 2014
parent "Kai Nacke" <kai redstar.de> writes:
On Thursday, 9 January 2014 at 07:41:33 UTC, Jacob Carlborg wrote:
 On 2014-01-08 20:15, Adam Wilson wrote:

 What is the latest on Windows SEH?
LLVM is not going to get that for 32bit, not a long as there is a patent.
If I remember it right then the patent will expire this spring. Regards, Kai
Jan 09 2014
prev sibling parent "Kai Nacke" <kai redstar.de> writes:
On Wednesday, 8 January 2014 at 19:17:17 UTC, Adam Wilson wrote:
 On Mon, 06 Jan 2014 08:10:49 -0800, Kai Nacke <kai redstar.de> 
 wrote:

 Hi all!

 LLVM 3.4 is out! You can read the release notes 
 http://llvm.org/releases/3.4/docs/ReleaseNotes.html or 
 download it from http://llvm.org/releases/.

 As usual, LDC and dlang.org are mentioned in the release 
 notes. I also take care of changing some other static web 
 pages. You find references to LDC and dlang.org now listed 
 under "LLVM Projects" and "LLVM Users".

 And on the front page, D is mentioned as one of the external 
 projects using LLVM.

 :-)

 Regards,
 Kai
What is the latest on Windows SEH?
You still remember my promise from DConf 2013. :-) The last part of my patch is in review. Last update posted today. Regards, Kai
Jan 09 2014
prev sibling parent "Moritz Maxeiner" <moritz ucworks.org> writes:
On Monday, 6 January 2014 at 16:10:51 UTC, Kai Nacke wrote:
 Hi all!

 LLVM 3.4 is out! You can read the release notes 
 http://llvm.org/releases/3.4/docs/ReleaseNotes.html or download 
 it from http://llvm.org/releases/.

 As usual, LDC and dlang.org are mentioned in the release notes. 
 I also take care of changing some other static web pages. You 
 find references to LDC and dlang.org now listed under "LLVM 
 Projects" and "LLVM Users".

 And on the front page, D is mentioned as one of the external 
 projects using LLVM.

 :-)

 Regards,
 Kai
Hey, thanks for all of you guys hard work on LLVM. Hopefully, I can have to compile the LLVM 64 bit DLL fluently soon (currently, I have to manually make a small patch and then cross-compile it with mingw toolchain on linux) - I know it's not a priotity, but here's hoping. Cheers, Moritz <shameless_self_promotion> llvm-d[1] supports the new additions/removals to/from the C API for LLVM 3.4. </shameless_self_promotion> [1] https://github.com/calrama/llvm-d
Jan 09 2014