Llvm - blog.llvm.org - LLVM Project Blog

Latest News:

Object Caching with the Kaleidoscope Example Program 2 Aug 2013 | 11:00 pm

In previous posts I described the process of porting the LLVM Kaleidoscope tutorial program to use MCJIT as its execution engine and introduced a lazy compilation implementation with the MCJIT engine....

Kaleidoscope Performance with MCJIT 30 Jul 2013 | 12:11 am

In a previous post I described the process of porting the LLVM Kaleidoscope tutorial program to use MCJIT as its execution engine.  After navigating through a serious of road blocks we ended up with a...

Using MCJIT with the Kaleidoscope Tutorial 23 Jul 2013 | 01:04 am

You may have noticed that there are two different JIT execution engines in the LLVM project.  The older implementation (llvm::JIT) is a sort of ad hoc implementation that brings together various piece...

LLDB 3.3 and beyond 29 Jun 2013 | 12:20 am

The LLVM project debugger (LLDB) has seen a recent upswing of activity around the LLVM 3.3 release.  While the debugger has long been the default tool with Xcode, its potential beyond Darwin has had r...

LLVM 3.3 Released! 19 Jun 2013 | 11:25 pm

LLVM 3.3 is now available! For details, you can read the Release Notes. 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/Archite...

LLVM 3.3 Vectorization Improvements 28 May 2013 | 07:05 pm

The innermost loop of the program above is compiled into the X86 assembly sequence below, which processes 8 elements at once, in two parallel chains of computations. The vector registers XMM0 and XMM1...

EuroLLVM 2013, Paris, France 7 May 2013 | 06:16 pm

Two days after the end of EuroLLVM 2013, I finally got the energy to write a piece about it. It was a lot of hard work by an amazing team of volunteer organizers lead by Tobias Grosser, Duncan Sands, ...

Clang support for C++11 and beyond 21 Apr 2013 | 07:04 pm

As of r179861, Clang implements the entirety of the C++11 language standard. The following features have been implemented since the release of Clang 3.2, along with our plans for "C++1y". Support for...

Euro LLVM 2013 in Paris 18 Apr 2013 | 04:44 pm

In two weeks, the 2013 edition of the Euro LLVM conference will start in historic center of Paris, France.  The schedule has just been published.  Most of different aspects of the LLVM infrastructure ...

Static analysis tools: using Clang in CppDepend 15 Apr 2013 | 07:14 pm

Static analysis is a method of computer program debugging that is done by examining the code without executing the program. The process provides an understanding of the code structure, can help to ens...

Related Keywords:

llvm, clang, llvm clang, llvm windows, llvm jit, llvm pass tutorial, llvm gcc, llvm python, llvm ir, java llvm

Recently parsed news:

Recent searches: