digitalmars.D.announce - LLVM 3.4 released
- Kai Nacke (13/13) Jan 06 2014 Hi all!
- Ilya Yaroshenko (1/1) Jan 08 2014 Congratulations!
- Adam Wilson (6/18) Jan 08 2014 What is the latest on Windows SEH?
- Jacob Carlborg (4/5) Jan 08 2014 LLVM is not going to get that for 32bit, not a long as there is a patent...
- Kai Nacke (4/8) Jan 09 2014 If I remember it right then the patent will expire this spring.
- Kai Nacke (5/26) Jan 09 2014 You still remember my promise from DConf 2013. :-)
- Moritz Maxeiner (14/27) Jan 09 2014 Hey,
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
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, KaiWhat is the latest on Windows SEH? -- Adam Wilson IRC: LightBender Aurora Project Coordinator
Jan 08 2014
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
On Thursday, 9 January 2014 at 07:41:33 UTC, Jacob Carlborg wrote:On 2014-01-08 20:15, Adam Wilson wrote:If I remember it right then the patent will expire this spring. Regards, KaiWhat is the latest on Windows SEH?LLVM is not going to get that for 32bit, not a long as there is a patent.
Jan 09 2014
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:You still remember my promise from DConf 2013. :-) The last part of my patch is in review. Last update posted today. Regards, KaiHi 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, KaiWhat is the latest on Windows SEH?
Jan 09 2014
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, KaiHey, 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