Skip to content

Commit 9daa2af

Browse files
2010 11 updates (#24)
1 parent 111ae7e commit 9daa2af

File tree

3 files changed

+142
-1
lines changed

3 files changed

+142
-1
lines changed

content/devmtg/2010-11.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "2010 LLVM Developers' Meeting"
3+
description: ""
4+
date: 2010-11-04T19:45:19+05:30
5+
toc: true
6+
tags: []
7+
draft: false
8+
---
9+
10+
{{< event_data "2010-11" >}}
11+
12+
## About
13+
14+
**Sponsored by [Apple](http://apple.com/), [QuIC](http://www.qualcomm.com/quicinc/), [Google](http://google.com/), and [Qualcomm](http://qualcomm.com/)**
15+
16+
The meeting serves as a forum for [LLVM](http://llvm.org/), [Clang](http://clang.llvm.org/), [LLDB](http://lldb.llvm.org/), and other LLVM project developers and users to get acquainted, learn how LLVM is used, and exchange ideas about LLVM and its (potential) applications. More broadly, we believe the event will be of particular interest to the following people:
17+
18+
- Active developers of projects in the LLVM Umbrella (LLVM core, Clang, LLDB, libc++, compiler_rt, klee, dragonegg, etc).
19+
- Anyone interested in using these as part of another project.
20+
- Compiler, programming language, and runtime enthusiasts.
21+
- Those interested in using compiler and toolchain technology in novel and interesting ways.
22+
23+
We also invite you to sign up for the [official Developer Meeting mailing list](http://lists.llvm.org/mailman/listinfo/llvm-devmeeting) to be kept informed of updates concerning the meeting.
24+
25+
## Proceedings
26+
27+
{{< event_talks
28+
"devmtg/2010-11/meetings"
29+
"meetings"
30+
>}}

data/devmtg/2010-11/meetings.yml

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
meetings:
2+
- title: "Portable Native Client"
3+
speaker: "David Sehr (Google)"
4+
slides_url: "https://llvm.org/devmtg/2010-11/Sehr-NativeClient.pdf"
5+
video_url: "https://youtu.be/o54AJUVP3pc"
6+
description: ""
7+
8+
- title: "AMD OpenCL Compiler - Using LLVM to produce a cross-platform heterogeneous compiler tool chain"
9+
speaker: "Micah Villmow (AMD Inc.)"
10+
slides_url: "https://llvm.org/devmtg/2010-11/Villmow-OpenCL.pdf"
11+
video_url: "https://youtu.be/uc8cAB009Ok"
12+
description: ""
13+
14+
- title: "Implementing Include-What-You-Use using clang"
15+
speaker: "Craig Silverstein (Google)"
16+
slides_url: "https://llvm.org/devmtg/2010-11/Silverstein-IncludeWhatYouUse.pdf"
17+
video_url: "https://youtu.be/jPw2sVAhbsQ"
18+
description: ""
19+
20+
- title: "libclang: Thinking Beyond the Compiler"
21+
speaker: "Doug Gregor (Apple Inc.)"
22+
slides_url: "https://llvm.org/devmtg/2010-11/Gregor-libclang.pdf"
23+
video_url: "http://devimages.apple.com/llvm/videos/Libclang.mov"
24+
description: ""
25+
26+
- title: "Polly - Polyhedral optimizations in LLVM"
27+
speaker: "Tobias Grosser (University of Passau)"
28+
slides_url: "https://llvm.org/devmtg/2010-11/Grosser-Polly.pdf"
29+
video_url: "https://youtu.be/WwfZkQEuwEE"
30+
description: ""
31+
32+
- title: "libc++: A Standard Library for C++0x"
33+
speaker: "Howard Hinnant (Apple Inc.)"
34+
slides_url: "https://llvm.org/devmtg/2010-11/Hinnant-libcxx.pdf"
35+
video_url: "http://devimages.apple.com/llvm/videos/LibC++.mov"
36+
description: ""
37+
38+
- title: "Symbolic Crosschecking of Floating-Point and SIMD Code"
39+
speaker: "Peter Collingbourne (Imperial College London)"
40+
slides_url: "https://llvm.org/devmtg/2010-11/Collingbourne-SymbolicCrossChecking.pdf"
41+
video_url: "https://youtu.be/ZBXy6NSKwjs"
42+
description: ""
43+
44+
- title: "The LLVM Assembler & Machine Code Infrastructure"
45+
speaker: "Daniel Dunbar (Apple Inc.)"
46+
slides_url: "https://llvm.org/devmtg/2010-11/Dunbar-MC.pdf"
47+
video_url: "http://devimages.apple.com/llvm/videos/LLVM_Assembler_Infrastructure.mov"
48+
description: ""
49+
50+
- title: "Creating cling, an interactive interpreter interface for clang"
51+
speaker: "Axel Naumann (CERN)"
52+
slides_url: "https://llvm.org/devmtg/2010-11/Naumann-Cling.pdf"
53+
video_url: "https://youtu.be/BjmGOMJWeAo"
54+
description: ""
55+
56+
- title: "LLDB: Modular Debugging Infrastructure"
57+
speaker: "Greg Clayton (Apple Inc.)"
58+
slides_url: "https://llvm.org/devmtg/2010-11/Clayton-LLDB.pdf"
59+
video_url: "http://devimages.apple.com/llvm/videos/LLDB_Debugging_Infrastructure.mov"
60+
description: ""
61+
62+
- title: "The Crack Scripting Language"
63+
speaker: "Michael Muller (Google)"
64+
slides_url: "https://llvm.org/devmtg/2010-11/Muller-Crack.pdf"
65+
video_url: "https://youtu.be/5nOiSCr7JPs"
66+
description: ""
67+
68+
- title: "Hardening LLVM With Random Testing"
69+
speaker: "Xuejun Yang (University of Utah)"
70+
slides_url: "https://llvm.org/devmtg/2010-11/Yang-HardenLLVM.pdf"
71+
video_url: "https://youtu.be/WEwEPAF53n4"
72+
description: ""
73+
74+
- title: "C-to-Verilog.com : High-level synthesis using LLVM"
75+
speaker: "Nadav Rotem (Haifa University)"
76+
slides_url: "https://llvm.org/devmtg/2010-11/Rotem-CToVerilog.pdf"
77+
video_url: "https://youtu.be/tOJv1ua1pLg"
78+
description: ""
79+
80+
- title: "Object Files in LLVM"
81+
speaker: "Michael Spencer (Gainsville University)"
82+
slides_url: "https://llvm.org/devmtg/2010-11/Spencer-ObjectFiles.pdf"
83+
video_url: "https://youtu.be/xGE3U_iE1-k"
84+
description: ""
85+
86+
- title: "Connecting the EDG front-end to LLVM"
87+
speaker: "Renato Golin (ARM)"
88+
slides_url: "https://llvm.org/devmtg/2010-11/Golin-EDGToLLVM.pdf"
89+
video_url: "https://youtu.be/gdqpZJypYx4"
90+
description: ""
91+
92+
- title: "LLVM for Open Shading Language"
93+
speaker: "Larry Gritz (Sony Pictures Imageworks)"
94+
slides_url: "https://llvm.org/devmtg/2010-11/Gritz-OpenShadingLang.pdf"
95+
video_url: "https://youtu.be/iq-kZG1nuyY"
96+
description: ""
97+
98+
- title: "Experiences on using LLVM to compile Click packet processing code to Stanford NetFPGA hardware"
99+
speaker: "Erik Rubow (Ericsson Research Silicon Valley)"
100+
slides_url: "https://llvm.org/devmtg/2010-11/Rubow-Click.pdf"
101+
video_url: "https://youtu.be/W4OGYeNLC1w"
102+
description: ""

data/events.yml

Lines changed: 10 additions & 1 deletion
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: "LLVM Developers' Meeting"
129+
id: "2010-11"
130+
start_date: "2010-11-04"
131+
end_date: "2010-11-04"
132+
description: "2010 LLVM Developers' Meeting"
133+
location: "Hilton, 300 Almaden Boulevard, San Jose, California"
134+
url: "/devmtg/2010-11/"
135+
event_site: "https://llvm.org/devmtg/2010-11/"
136+
128137
- name: "LLVM Developers' Meeting"
129138
id: "2009-10"
130139
start_date: "2009-10-02"
@@ -150,4 +159,4 @@ events:
150159
description: "2007 LLVM Developers' Meeting"
151160
location: "Cupertino, CA"
152161
url: "/devmtg/2007-05/"
153-
event_site: "https://llvm.org/devmtg/2007-05/"
162+
event_site: "https://llvm.org/devmtg/2007-05/"

0 commit comments

Comments
 (0)