Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions content/devmtg/2010-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "2010 LLVM Developers' Meeting"
description: ""
date: 2010-11-04T19:45:19+05:30
toc: true
tags: []
draft: false
---

{{< event_data "2010-11" >}}

## About

**Sponsored by [Apple](http://apple.com/), [QuIC](http://www.qualcomm.com/quicinc/), [Google](http://google.com/), and [Qualcomm](http://qualcomm.com/)**

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:

- Active developers of projects in the LLVM Umbrella (LLVM core, Clang, LLDB, libc++, compiler_rt, klee, dragonegg, etc).
- Anyone interested in using these as part of another project.
- Compiler, programming language, and runtime enthusiasts.
- Those interested in using compiler and toolchain technology in novel and interesting ways.

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.

## Proceedings

{{< event_talks
"devmtg/2010-11/meetings"
"meetings"
>}}
102 changes: 102 additions & 0 deletions data/devmtg/2010-11/meetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
meetings:
- title: "Portable Native Client"
speaker: "David Sehr (Google)"
slides_url: "https://llvm.org/devmtg/2010-11/Sehr-NativeClient.pdf"
video_url: "https://youtu.be/o54AJUVP3pc"
description: ""

- title: "AMD OpenCL Compiler - Using LLVM to produce a cross-platform heterogeneous compiler tool chain"
speaker: "Micah Villmow (AMD Inc.)"
slides_url: "https://llvm.org/devmtg/2010-11/Villmow-OpenCL.pdf"
video_url: "https://youtu.be/uc8cAB009Ok"
description: ""

- title: "Implementing Include-What-You-Use using clang"
speaker: "Craig Silverstein (Google)"
slides_url: "https://llvm.org/devmtg/2010-11/Silverstein-IncludeWhatYouUse.pdf"
video_url: "https://youtu.be/jPw2sVAhbsQ"
description: ""

- title: "libclang: Thinking Beyond the Compiler"
speaker: "Doug Gregor (Apple Inc.)"
slides_url: "https://llvm.org/devmtg/2010-11/Gregor-libclang.pdf"
video_url: "http://devimages.apple.com/llvm/videos/Libclang.mov"
description: ""

- title: "Polly - Polyhedral optimizations in LLVM"
speaker: "Tobias Grosser (University of Passau)"
slides_url: "https://llvm.org/devmtg/2010-11/Grosser-Polly.pdf"
video_url: "https://youtu.be/WwfZkQEuwEE"
description: ""

- title: "libc++: A Standard Library for C++0x"
speaker: "Howard Hinnant (Apple Inc.)"
slides_url: "https://llvm.org/devmtg/2010-11/Hinnant-libcxx.pdf"
video_url: "http://devimages.apple.com/llvm/videos/LibC++.mov"
description: ""

- title: "Symbolic Crosschecking of Floating-Point and SIMD Code"
speaker: "Peter Collingbourne (Imperial College London)"
slides_url: "https://llvm.org/devmtg/2010-11/Collingbourne-SymbolicCrossChecking.pdf"
video_url: "https://youtu.be/ZBXy6NSKwjs"
description: ""

- title: "The LLVM Assembler & Machine Code Infrastructure"
speaker: "Daniel Dunbar (Apple Inc.)"
slides_url: "https://llvm.org/devmtg/2010-11/Dunbar-MC.pdf"
video_url: "http://devimages.apple.com/llvm/videos/LLVM_Assembler_Infrastructure.mov"
description: ""

- title: "Creating cling, an interactive interpreter interface for clang"
speaker: "Axel Naumann (CERN)"
slides_url: "https://llvm.org/devmtg/2010-11/Naumann-Cling.pdf"
video_url: "https://youtu.be/BjmGOMJWeAo"
description: ""

- title: "LLDB: Modular Debugging Infrastructure"
speaker: "Greg Clayton (Apple Inc.)"
slides_url: "https://llvm.org/devmtg/2010-11/Clayton-LLDB.pdf"
video_url: "http://devimages.apple.com/llvm/videos/LLDB_Debugging_Infrastructure.mov"
description: ""

- title: "The Crack Scripting Language"
speaker: "Michael Muller (Google)"
slides_url: "https://llvm.org/devmtg/2010-11/Muller-Crack.pdf"
video_url: "https://youtu.be/5nOiSCr7JPs"
description: ""

- title: "Hardening LLVM With Random Testing"
speaker: "Xuejun Yang (University of Utah)"
slides_url: "https://llvm.org/devmtg/2010-11/Yang-HardenLLVM.pdf"
video_url: "https://youtu.be/WEwEPAF53n4"
description: ""

- title: "C-to-Verilog.com : High-level synthesis using LLVM"
speaker: "Nadav Rotem (Haifa University)"
slides_url: "https://llvm.org/devmtg/2010-11/Rotem-CToVerilog.pdf"
video_url: "https://youtu.be/tOJv1ua1pLg"
description: ""

- title: "Object Files in LLVM"
speaker: "Michael Spencer (Gainsville University)"
slides_url: "https://llvm.org/devmtg/2010-11/Spencer-ObjectFiles.pdf"
video_url: "https://youtu.be/xGE3U_iE1-k"
description: ""

- title: "Connecting the EDG front-end to LLVM"
speaker: "Renato Golin (ARM)"
slides_url: "https://llvm.org/devmtg/2010-11/Golin-EDGToLLVM.pdf"
video_url: "https://youtu.be/gdqpZJypYx4"
description: ""

- title: "LLVM for Open Shading Language"
speaker: "Larry Gritz (Sony Pictures Imageworks)"
slides_url: "https://llvm.org/devmtg/2010-11/Gritz-OpenShadingLang.pdf"
video_url: "https://youtu.be/iq-kZG1nuyY"
description: ""

- title: "Experiences on using LLVM to compile Click packet processing code to Stanford NetFPGA hardware"
speaker: "Erik Rubow (Ericsson Research Silicon Valley)"
slides_url: "https://llvm.org/devmtg/2010-11/Rubow-Click.pdf"
video_url: "https://youtu.be/W4OGYeNLC1w"
description: ""
11 changes: 10 additions & 1 deletion data/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ events:
url: "/devmtg/2018-04/"
event_site: "https://llvm.org/devmtg/2018-04/"

- name: "LLVM Developers' Meeting"
id: "2010-11"
start_date: "2010-11-04"
end_date: "2010-11-04"
description: "2010 LLVM Developers' Meeting"
location: "Hilton, 300 Almaden Boulevard, San Jose, California"
url: "/devmtg/2010-11/"
event_site: "https://llvm.org/devmtg/2010-11/"

- name: "LLVM Developers' Meeting"
id: "2009-10"
start_date: "2009-10-02"
Expand All @@ -150,4 +159,4 @@ events:
description: "2007 LLVM Developers' Meeting"
location: "Cupertino, CA"
url: "/devmtg/2007-05/"
event_site: "https://llvm.org/devmtg/2007-05/"
event_site: "https://llvm.org/devmtg/2007-05/"