diff --git a/content/devmtg/2011-09.md b/content/devmtg/2011-09.md new file mode 100644 index 0000000..8c752fb --- /dev/null +++ b/content/devmtg/2011-09.md @@ -0,0 +1,34 @@ +--- +title: "2011 European User Group Meeting" +description: "" +date: 2011-09-16T19:45:19+05:30 +toc: true +tags: [] +draft: false +--- + +{{< event_data "2011-09" >}} + +## About + +**Sponsored by [ARM Ltd.](http://www.arm.com/)** + +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. + +While this was not a full conference like the US LLVM Developers' Meeting, we had talks, posters, demonstrations, and a lot of discussion. + +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. + +The topic themes for the September 2011 meeting included: + +- CPU architecture support, code generation, generic optimizations +- OpenCL and graphics processing +- Interesting research and projects using the LLVM infrastructure +- Current developments and the future of LLVM (MC, JIT, vectorisation, &c.) + +## Proceedings + +{{< event_talks + "devmtg/2011-09/meetings" + "meetings" +>}} \ No newline at end of file diff --git a/data/devmtg/2011-09/meetings.yml b/data/devmtg/2011-09/meetings.yml new file mode 100644 index 0000000..852effc --- /dev/null +++ b/data/devmtg/2011-09/meetings.yml @@ -0,0 +1,42 @@ +meetings: +- title: "Handling Multi-Versioning in LLVM: Code Tracking and Cloning" + speaker: "A. Jimborean, V. Loechner, P. Clauss" + slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-MultiVersioningInLLVM.pdf" + video_url: "https://youtu.be/y9oBUlqMzvw" + description: "" + +- title: "More Target Independent LLVM Bitcode" + speaker: "Jin-Gu Kang" + slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-MoreTargetIndependentLLVMBitcode.pdf" + video_url: "https://youtu.be/O_fSf43StyY" + description: "" + +- title: "Jet: A Language and Heterogeneous Compiler for Fluid Simulations" + speaker: "Dan Bailey" + slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-JET.pdf" + video_url: "https://youtu.be/ASXx_iYBBqM" + description: "" + +- title: "LLVM+ARM: Status of ARM platform support in LLVM and more" + speaker: "Anton Korobeynikov" + slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-LLVMplusARM.pdf" + video_url: "https://youtu.be/8zeYlsw_H3E" + description: "" + +- title: "Implementing Dynamic Scopes In Cling" + speaker: "Vassil Vassilev" + slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-ImplementingDynamicScopesInCling.pdf" + video_url: "" + description: "" + +- title: "Lightning Talk: The new LLVM exception handling scheme" + speaker: "Duncan Sands" + slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-ExceptionHandling.pdf" + video_url: "" + description: "" + +- title: "Lightning Talk: Indigo Shader Language and Winter" + speaker: "Nicholas Chapman" + slides_url: "https://llvm.org/devmtg/2011-09-16/EuroLLVM2011-Winter.pdf" + video_url: "" + description: "" diff --git a/data/events.yml b/data/events.yml index a866756..bdd96b8 100644 --- a/data/events.yml +++ b/data/events.yml @@ -125,6 +125,15 @@ events: url: "/devmtg/2018-04/" event_site: "https://llvm.org/devmtg/2018-04/" + - name: "European User Group Meeting" + id: "2011-09" + start_date: "2011-09-16" + end_date: "2011-09-16" + description: "2011 European User Group Meeting" + location: "Hamilton House, Mabledon Place, London, UK, WC1H 9BD" + url: "/devmtg/2011-09/" + event_site: "https://llvm.org/devmtg/2011-09/" + - name: "LLVM Developers' Meeting" id: "2010-11" start_date: "2010-11-04"