Skip to content

Commit a7e3cb3

Browse files
2011 09 (#25)
1 parent 9daa2af commit a7e3cb3

File tree

3 files changed

+85
-0
lines changed

3 files changed

+85
-0
lines changed

content/devmtg/2011-09.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "2011 European User Group Meeting"
3+
description: ""
4+
date: 2011-09-16T19:45:19+05:30
5+
toc: true
6+
tags: []
7+
draft: false
8+
---
9+
10+
{{< event_data "2011-09" >}}
11+
12+
## About
13+
14+
**Sponsored by [ARM Ltd.](http://www.arm.com/)**
15+
16+
It was a half-day meeting for LLVM users to exchange ideas, expose new developments, and generally strengthen the network of LLVM developers in and around Europe. The meeting is open to anyone, from corporate to academia, and from professionals to enthusiasts.
17+
18+
While this was not a full conference like the US LLVM Developers' Meeting, we had talks, posters, demonstrations, and a lot of discussion.
19+
20+
There were almost 80 people, from academia and industry, experts, and newbies, and the feedback we received was excellent. The organizers of the Euro-LLVM 2011 would like to thank everyone for helping us make this successful event.
21+
22+
The topic themes for the September 2011 meeting included:
23+
24+
- CPU architecture support, code generation, generic optimizations
25+
- OpenCL and graphics processing
26+
- Interesting research and projects using the LLVM infrastructure
27+
- Current developments and the future of LLVM (MC, JIT, vectorisation, &c.)
28+
29+
## Proceedings
30+
31+
{{< event_talks
32+
"devmtg/2011-09/meetings"
33+
"meetings"
34+
>}}

data/devmtg/2011-09/meetings.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
meetings:
2+
- title: "Handling Multi-Versioning in LLVM: Code Tracking and Cloning"
3+
speaker: "A. Jimborean, V. Loechner, P. Clauss"
4+
slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-MultiVersioningInLLVM.pdf"
5+
video_url: "https://youtu.be/y9oBUlqMzvw"
6+
description: ""
7+
8+
- title: "More Target Independent LLVM Bitcode"
9+
speaker: "Jin-Gu Kang"
10+
slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-MoreTargetIndependentLLVMBitcode.pdf"
11+
video_url: "https://youtu.be/O_fSf43StyY"
12+
description: ""
13+
14+
- title: "Jet: A Language and Heterogeneous Compiler for Fluid Simulations"
15+
speaker: "Dan Bailey"
16+
slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-JET.pdf"
17+
video_url: "https://youtu.be/ASXx_iYBBqM"
18+
description: ""
19+
20+
- title: "LLVM+ARM: Status of ARM platform support in LLVM and more"
21+
speaker: "Anton Korobeynikov"
22+
slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-LLVMplusARM.pdf"
23+
video_url: "https://youtu.be/8zeYlsw_H3E"
24+
description: ""
25+
26+
- title: "Implementing Dynamic Scopes In Cling"
27+
speaker: "Vassil Vassilev"
28+
slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-ImplementingDynamicScopesInCling.pdf"
29+
video_url: ""
30+
description: ""
31+
32+
- title: "Lightning Talk: The new LLVM exception handling scheme"
33+
speaker: "Duncan Sands"
34+
slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-ExceptionHandling.pdf"
35+
video_url: ""
36+
description: ""
37+
38+
- title: "Lightning Talk: Indigo Shader Language and Winter"
39+
speaker: "Nicholas Chapman"
40+
slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-Winter.pdf"
41+
video_url: ""
42+
description: ""

data/events.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,15 @@ events:
125125
url: "/devmtg/2018-04/"
126126
event_site: "https://llvm.org/devmtg/2018-04/"
127127

128+
- name: "European User Group Meeting"
129+
id: "2011-09"
130+
start_date: "2011-09-16"
131+
end_date: "2011-09-16"
132+
description: "2011 European User Group Meeting"
133+
location: "Hamilton House, Mabledon Place, London, UK, WC1H 9BD"
134+
url: "/devmtg/2011-09/"
135+
event_site: "https://llvm.org/devmtg/2011-09/"
136+
128137
- name: "LLVM Developers' Meeting"
129138
id: "2010-11"
130139
start_date: "2010-11-04"

0 commit comments

Comments
 (0)