Advertisement
Guest User

Untitled

a guest
Apr 5th, 2014
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. "An introduction and overview of the LLVM universe"
  2.  
  3. Abstract: Alex will give an overview of the capabilities and uses of
  4. LLVM, its subprojects, as well as highlighting some interesting uses.
  5. LLVM is a compiler infrastructure that is probably best known for its
  6. use in the Clang C and C++ compiler where it targets a wide range of
  7. platforms, but also sees uses in Google's PNaCl, the Gallium3D
  8. library, Android Renderscript, and many more. Alex's talk will be
  9. totally accessible to those who aren't used to compiler development.
  10.  
  11. Bio: Alex is a PhD candidate at the University of Cambridge Computer
  12. Laboratory. His work is focused on compilation technologies (using
  13. LLVM/Clang) for a novel many-core architecture. He writes LLVM Weekly
  14. (http://llvmweekly.org), a weekly update on LLVM developments. He is
  15. also a long time volunteer for the Raspberry Pi Foundation, and has
  16. recently co-authored the book Learning Python with Raspberry Pi.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement