Jump to content

Chris Lattner

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Jerryobject (talk | contribs) at 12:26, 5 May 2016 (WP:LINKs: adds, updates, fix-cut WP:NOPIPEs. Full terms define before WP:ABBReviations. Relative time, WP:AO reference tag Template:As of. WP:BADEMPHASIS MOS:BOLDs > WP:ITALICs. Template:Official website add.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Chris Lattner
Born1978 (age 45–46)
NationalityAmerican
Alma mater
Known forLLVM, Clang, Swift
SpouseTanya Lattner
Awards
Scientific career
FieldsCompiler design
Programming language design
Institutions
ThesisMacroscopic Data Structure Analysis and Optimization (2005; 19 years ago (2005))
Doctoral advisorVikram Adve
Websitewww.nondot.org/sabre

Chris Lattner (born 1978) is an American software developer, best known as the main author of LLVM and related projects, such as the compiler Clang and the programming language Swift. As of 2016, he works at Apple Inc., as Director of the Developer Tools department, leading the Xcode, Instruments, and compiler teams.[1][2]

Background

Lattner studied computer science at the University of Portland, Oregon, graduating in 2000. While in Oregon, he worked as an operating system developer, enhancing Sequent Computer Systems's DYNIX/ptx.[2] He is married to compiler engineer Tanya Lattner, who has been serving as president of the LLVM Foundation since 2015.[citation needed]

LLVM

In late 2000, Lattner joined the University of Illinois at Urbana-Champaign as a research assistant and M.Sc. student. While working with Vikram Adve, he designed and began implementing LLVM, an innovative infrastructure for optimizing compilers, which was the subject of his 2002 M.Sc. thesis. He completed his Ph.D. in 2005, researching new techniques for optimizing pointer-intensive programs and adding them to LLVM.[citation needed]

In 2005, Apple Inc. hired Lattner to begin work bringing LLVM to production quality for use in Apple products. Over time, Lattner built out the technology, personally implementing many major new features in LLVM, formed and built a team of LLVM developers at Apple, started the Clang project, took responsibility for evolving Objective-C (contributing to the blocks language feature, and driving the ARC and Objective-C literals features), and nurtured the open source community (leading it through many open source releases). Apple first shipped LLVM-based technology in the 10.5 (and 10.4.8) OpenGL stack as a just-in-time (JIT) compiler, shipped the llvm-gcc compiler in the integrated development environment (IDE) Xcode 3.1, Clang 1.0 in Xcode 3.2, Clang 2.0 (with C++ support) in Xcode 4.0, and LLDB, libc++, assemblers, and disassembler technology in later releases.[citation needed]

Lattner's recent work involves designing, implementing, and evangelizing the LLVM and Clang compilers, productizing and driving the debugger LLDB, and overseeing development of the low-level toolchain. As of 2016, LLVM technologies are the core of Apple's developer tools and the default toolchain on FreeBSD.[citation needed]

In June 2010, the Association for Computing Machinery (ACM) Special Interest Group on programming languages (SIGPLAN) gave Lattner its inaugural ACM SIGPLAN Programming Languages Software Award "for his design and development of the Low Level Virtual Machine", noting that Professor Adve has stated: "Lattner’s talent as a compiler architect, together with his programming skills, technical vision, and leadership ability were crucial to the success of LLVM."[3]

In April 2013, the ACM awarded Lattner its Software System Award,[4] which is presented to anyone "recognized for developing a software system that has had a lasting influence, reflected in contributions to concepts, in commercial acceptance, or both".[1]

Swift

Swift is an open source[5][6] programming language with first-class functions for iOS and OS X development, created by Apple and introduced at Apple's developer conference Apple Worldwide Developers Conference (WWDC) 2014.[citation needed]

Swift is designed to coexist[clarification needed] with Objective-C, the object-oriented programming language formerly preferred by Apple, and to be more resilient against erroneous code. It is built with the LLVM compiler included in Xcode 6.[citation needed]

A 500-page manual, The Swift Programming Language, which was released at WWDC, is available for free on the iBooks Store, and the official Swift website.[citation needed]

Lattner began developing Swift in 2010,[7] with the eventual collaboration of many other programmers. On June 2, 2014, the WWDC app became the first publicly released app that used Swift.[8]

References

  1. ^ a b "Award Winners Made Breakthroughs in Network Efficiency, Data Mining, Education, Game Theory, Programming, and Community Problem-Solving". ACM. 2013-04-09. Retrieved 2013-04-27.
  2. ^ a b Chris Lattner. "Resume". Retrieved 2013-04-27.
  3. ^ "ACM Group Honors Software Developer of Versatile Compilers Used in Advanced Mobile Devices". Press Release. Association for Computing Machinery (ACM) SIGPLAN. June 7, 2010.
  4. ^ ACM (2013). Software System Award. Retrieved from http://awards.acm.org/homepage.cfm?srt=all&awd=149.
  5. ^ https://developer.apple.com/swift/
  6. ^ http://www.swift.org
  7. ^ https://github.com/apple/swift/commit/18844bc65229786b96b89a9fc7739c0fc897905e
  8. ^ http://asciiwwdc.com/2014/sessions/102#t=1906.406

Bibliography