- published: 05 Feb 2013
- views: 391
- author: fosdemtalks
50:59
Implementing Domain Specific Languages with LLVM
FOSDEM (Free and Open Source Development European Meeting) is a European event centered ar...
published: 05 Feb 2013
author: fosdemtalks
Implementing Domain Specific Languages with LLVM
FOSDEM (Free and Open Source Development European Meeting) is a European event centered around Free and Open Source software development. It is aimed at deve...
- published: 05 Feb 2013
- views: 391
- author: fosdemtalks
44:53
The Clang AST - a Tutorial
If you always wanted to know more about about Clang's AST [1], for example because you wan...
published: 16 May 2013
author: Manuel Klimek
The Clang AST - a Tutorial
If you always wanted to know more about about Clang's AST [1], for example because you want to implement an awesome tool [2, 3] based on Clang, or simply bec...
- published: 16 May 2013
- views: 1840
- author: Manuel Klimek
75:55
LLVM 2.0
Google Tech Talks July 25, 2007 ABSTRACT What has changed in the new version of Low Level ...
published: 22 Aug 2012
author: GoogleTalksArchive
LLVM 2.0
Google Tech Talks July 25, 2007 ABSTRACT What has changed in the new version of Low Level Virtual Machine. Its type system, the new bitformat, how it integra...
- published: 22 Aug 2012
- views: 1699
- author: GoogleTalksArchive
48:31
Collaboration Summit 2013 - LLVMLinux: The Linux Kernel with Dragon Wings
The Linux Foundation Collaboration Summit 2013 San Francisco, California LLVMLinux: The Li...
published: 20 Apr 2013
author: TheLinuxFoundation
Collaboration Summit 2013 - LLVMLinux: The Linux Kernel with Dragon Wings
The Linux Foundation Collaboration Summit 2013 San Francisco, California LLVMLinux: The Linux Kernel with Dragon Wings By Behan Webster The LLVM project is a...
- published: 20 Apr 2013
- views: 334
- author: TheLinuxFoundation
19:51
Creating a toy language with the Python, LLVM and the IPython web notebook, part 1
On Friday afternoons I try to learn how to do something new with either a program, a progr...
published: 18 Feb 2013
author: Rich Wareham
Creating a toy language with the Python, LLVM and the IPython web notebook, part 1
On Friday afternoons I try to learn how to do something new with either a program, a programming library or a new programming language. This is mostly for my...
- published: 18 Feb 2013
- views: 504
- author: Rich Wareham
38:48
Integrating LLVM into FreeBSD
The FreeBSD Project has been actively working to incorporate tools from the LLVM project i...
published: 14 Dec 2011
author: LLVMProject
Integrating LLVM into FreeBSD
The FreeBSD Project has been actively working to incorporate tools from the LLVM project into our base system including clang, libc++, and possibly lldb. Thi...
- published: 14 Dec 2011
- views: 4408
- author: LLVMProject
47:59
Introducing cling, a C++ Interpreter Based on clang/LLVM
Google Tech Talk March 15, 2012 Presented by Axel Naumann, CERN. ABSTRACT At CERN, 50 mill...
published: 04 Jul 2012
author: GoogleTechTalks
Introducing cling, a C++ Interpreter Based on clang/LLVM
Google Tech Talk March 15, 2012 Presented by Axel Naumann, CERN. ABSTRACT At CERN, 50 million lines of C++ code are being used by about 10 thousand physicist...
- published: 04 Jul 2012
- views: 13475
- author: GoogleTechTalks
41:02
Super-optimizing LLVM IR
I will describe a tool to harvest expression sequences from LLVM IR and automatically disc...
published: 14 Dec 2011
author: LLVMProject
Super-optimizing LLVM IR
I will describe a tool to harvest expression sequences from LLVM IR and automatically discover equivalent simplified expressions. The original version of thi...
- published: 14 Dec 2011
- views: 1182
- author: LLVMProject
42:29
Android Builders Summit 2013 - LLVMLinux: Compiling Android with LLVM
The Linux Foundation Android Builders Summit 2013 LLVMLinux: Compiling Android with LLVM B...
published: 07 Mar 2013
author: TheLinuxFoundation
Android Builders Summit 2013 - LLVMLinux: Compiling Android with LLVM
The Linux Foundation Android Builders Summit 2013 LLVMLinux: Compiling Android with LLVM By Behan Webster San Francisco, California The LLVM project is an ex...
- published: 07 Mar 2013
- views: 480
- author: TheLinuxFoundation
47:08
Julian Storer: The Projucer: Live coding with C++ and the LLVM JIT engine
A behind-the-scenes look at how the Projucer IDE manages to provide real-time execution an...
published: 25 Jun 2013
author: BoostCon
Julian Storer: The Projucer: Live coding with C++ and the LLVM JIT engine
A behind-the-scenes look at how the Projucer IDE manages to provide real-time execution and refactoring of C++ code by using Clang and the LLVM JIT engine to...
- published: 25 Jun 2013
- views: 677
- author: BoostCon
10:01
Understanding and writing an LLVM Compiler Backend - ELC2009 - Part 01
The presentation explains how LLVM works, with an overall explanation about its many parts...
published: 17 Feb 2010
author: bcardosolopes
Understanding and writing an LLVM Compiler Backend - ELC2009 - Part 01
The presentation explains how LLVM works, with an overall explanation about its many parts, with a more detailed approach in the backend scenario.
- published: 17 Feb 2010
- views: 2743
- author: bcardosolopes
14:19
A Brief History of LLVM
Nearly 10 years of LLVM history in 15 minutes. This video visualizes the LLVM commits from...
published: 19 Feb 2011
author: Joe Abbey
A Brief History of LLVM
Nearly 10 years of LLVM history in 15 minutes. This video visualizes the LLVM commits from June 2001 to February 2011. Created using Gource 0.31 http://code....
- published: 19 Feb 2011
- views: 1429
- author: Joe Abbey
28:39
Creating a toy language with the Python, LLVM and the IPython web notebook, part 3
On Friday afternoons I try to learn how to do something new with either a program, a progr...
published: 01 Mar 2013
author: Rich Wareham
Creating a toy language with the Python, LLVM and the IPython web notebook, part 3
On Friday afternoons I try to learn how to do something new with either a program, a programming library or a new programming language. This is mostly for my...
- published: 01 Mar 2013
- views: 130
- author: Rich Wareham
39:34
PTX Back-End: GPU Programming With LLVM
In this talk, the PTX back-end for LLVM will be discussed, including its' past, present, a...
published: 14 Dec 2011
author: LLVMProject
PTX Back-End: GPU Programming With LLVM
In this talk, the PTX back-end for LLVM will be discussed, including its' past, present, and future. The current status of the back-end will be explored, wit...
- published: 14 Dec 2011
- views: 1802
- author: LLVMProject
Youtube results:
16:28
Adventures in Haskell - LLVM for BF - Episode 10
This is part ten of a series which started with writing parsers in Haskell. In this video ...
published: 02 Apr 2013
author: Daniel Silverstone
Adventures in Haskell - LLVM for BF - Episode 10
This is part ten of a series which started with writing parsers in Haskell. In this video we add LLVM bitcode output to our BF compiler. If you have ideas or...
- published: 02 Apr 2013
- views: 478
- author: Daniel Silverstone
9:46
Build LLVM 3.2 from source
Build LLVM 3.2 from source in ubuntu Full guide : http://linuxdeveloper.blogspot.com/2012/...
published: 31 Dec 2012
author: Prashant Shah
Build LLVM 3.2 from source
Build LLVM 3.2 from source in ubuntu Full guide : http://linuxdeveloper.blogspot.com/2012/12/building-llvm-32-from-source.html.
- published: 31 Dec 2012
- views: 222
- author: Prashant Shah
2:05
Qt + Cling, the LLVM based C++ interpreter
After finding out that Cling, the LLVM based C++ interpreter, made huge progress in the pa...
published: 01 Nov 2011
author: Thomas Gahr
Qt + Cling, the LLVM based C++ interpreter
After finding out that Cling, the LLVM based C++ interpreter, made huge progress in the past few weeks, I quickly whipped up a simple C++ interpreter using Q...
- published: 01 Nov 2011
- views: 4798
- author: Thomas Gahr
8:00
2008 LLVM Developers Meeting - The VMKit Project - 1 of 4
VMKit is an implementation of the Java and .NET Virtual Machines that use LLVM to optimize...
published: 27 Jul 2009
author: openwingproject
2008 LLVM Developers Meeting - The VMKit Project - 1 of 4
VMKit is an implementation of the Java and .NET Virtual Machines that use LLVM to optimize and JIT compile the code. This talk describes how VMKit integrates...
- published: 27 Jul 2009
- views: 327
- author: openwingproject