Skip to content

Commit 7eecfe5

Browse files
2012-04 (#27)
1 parent b1f4f31 commit 7eecfe5

File tree

4 files changed

+132
-0
lines changed

4 files changed

+132
-0
lines changed

content/devmtg/2012-04.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: "2012 European Conference"
3+
description: ""
4+
date: 2012-04-12T19:45:19+05:30
5+
toc: true
6+
tags: []
7+
draft: false
8+
---
9+
10+
{{< event_data "2012-04" >}}
11+
12+
## About
13+
14+
**What**: The second European meeting, the first full conference.
15+
**Why:** To get acquainted, learn how LLVM is used, and exchange ideas.
16+
17+
Sponsored By [ARM Ltd.](http://www.arm.com/), [QuIC](http://www.qualcomm.com/quicinc/), [Google](http://www.google.com/)
18+
19+
**Announcements**
20+
21+
- Thanks for making this such a successful event!
22+
23+
## Presentations
24+
25+
{{< event_talks
26+
"devmtg/2012-04/presentations"
27+
"presentations"
28+
>}}
29+
30+
## Workshops
31+
32+
{{< event_talks
33+
"devmtg/2012-04/workshops"
34+
"workshops"
35+
>}}
36+
37+
## Schedule
38+
39+
- The schedule is available [here](https://llvm.org/devmtg/2012-04-12/schedule.pdf).
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
presentations:
2+
- title: "Introduction"
3+
speaker: "Lee Smith (ARM)"
4+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Lee_Smith.pdf"
5+
video_url: "https://youtu.be/BEgJbodref0"
6+
description: ""
7+
8+
- title: "Autovectorization with LLVM"
9+
speaker: "Hal Finkel (Argonne National Laboratory)"
10+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Hal_Finkel.pdf"
11+
video_url: "https://youtu.be/s_xAWh_vBs8"
12+
description: ""
13+
14+
- title: "Refactoring C++ with Clang"
15+
speaker: "Manuel Klimek (Google)"
16+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Manuel_Klimek.pdf"
17+
video_url: "https://youtu.be/8iVxwgWltbw"
18+
description: ""
19+
20+
- title: "MCJIT"
21+
speaker: "Eli Bendersky (Intel)"
22+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Eli_Bendersky.pdf"
23+
video_url: "https://youtu.be/NYd5gKLfg7s"
24+
description: ""
25+
26+
- title: "Generating Serialisation Code with Clang"
27+
speaker: "Wayne Palmer (Barclays Capital)"
28+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Wayne_Palmer.ppt"
29+
video_url: "https://youtu.be/3A-QM8hWmAc"
30+
description: ""
31+
32+
- title: "Guaranteeing the correctness of MC for ARM"
33+
speaker: "Richard Barton (ARM)"
34+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Richard_Barton.ppt"
35+
video_url: "https://youtu.be/3A-QM8hWmAc"
36+
description: ""
37+
38+
- title: "lld - the LLVM Linker"
39+
speaker: "Michael Spencer (Sony Computer Entertainment America)"
40+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Michael_Spencer.pptx"
41+
video_url: "https://youtu.be/zCaFF3aOabg"
42+
description: ""
43+
44+
- title: "Reducing dynamic compilation latency - concurrent and parallel dynamic compilation"
45+
speaker: "Igor Bohm (University of Edinburgh)"
46+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Igor_Bohm.pdf"
47+
video_url: "https://youtu.be/mh0sUqciwPM"
48+
description: ""
49+
50+
- title: "Building Linux with LLVM"
51+
speaker: "Mark Charlebois (QuIC)"
52+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Mark_Charlebois.pptx"
53+
video_url: "https://youtu.be/agO40kLhPbw"
54+
description: ""
55+
56+
- title: "Turning control flow graphs into function call graphs: transformation of partitioned codes for execution in heterogeneous architectures"
57+
speaker: "Pablo Barrio (Univ. Politécnica de Madrid)"
58+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Pablo_Barrio.pptx"
59+
video_url: "https://youtu.be/IuYknIy4ADg"
60+
description: ""
61+
62+
- title: "Tablegen Deep Dive"
63+
speaker: "Reed Kotler (MIPS)"
64+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Reed_Kotler.ppt"
65+
video_url: "https://youtu.be/yZpASqb-zOU"
66+
description: ""
67+
68+
- title: "Improving Performance of OpenCL on CPUs"
69+
speaker: "Ralf Karrenberg, Sebastian Hack (Saarland University)"
70+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Ralf_Karrenberg.pdf"
71+
video_url: "https://youtu.be/FKUgW7_xaiA"
72+
description: ""

data/devmtg/2012-04/workshops.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
workshops:
2+
- title: "What LLVM can do for you"
3+
speaker: "David Chisnall"
4+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Workshops/David_Chisnall.pdf"
5+
video_url: ""
6+
description: ""
7+
8+
- title: "Building a backend in 24 hours"
9+
speaker: "Anton Korobeynikov"
10+
slides_url: "https://llvm.org/devmtg/2012-04-12/Slides/Workshops/Anton_Korobeynikov.pdf"
11+
video_url: ""
12+
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 Conference"
129+
id: "2012-04"
130+
start_date: "2012-04-12"
131+
end_date: "2012-04-12"
132+
description: "2012 European Conference"
133+
location: "Hotel Russell, 1-8 Russell Square, Bloomsbury, London, WC1B 5BE, UK"
134+
url: "/devmtg/2012-04/"
135+
event_site: "https://llvm.org/devmtg/2012-04/"
136+
128137
- name: "LLVM Developers' Meeting"
129138
id: "2011-11"
130139
start_date: "2011-11-18"

0 commit comments

Comments
 (0)