CREDITS.TXT 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. This file is a partial list of people who have contributed to the LLVM
  2. project. If you have contributed a patch or made some other contribution to
  3. LLVM, please submit a patch to this file to add yourself, and it will be
  4. done!
  5. The list is sorted by surname and formatted to allow easy grepping and
  6. beautification by scripts. The fields are: name (N), email (E), web-address
  7. (W), PGP key ID and fingerprint (P), description (D), snail-mail address
  8. (S), and (I) IRC handle.
  9. N: Vikram Adve
  10. E: [email protected]
  11. W: http://www.cs.uiuc.edu/~vadve/
  12. D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
  13. N: Owen Anderson
  14. E: [email protected]
  15. D: LCSSA pass and related LoopUnswitch work
  16. D: GVNPRE pass, DataLayout refactoring, random improvements
  17. N: Henrik Bach
  18. D: MingW Win32 API portability layer
  19. N: Aaron Ballman
  20. E: [email protected]
  21. D: __declspec attributes, Windows support, general bug fixing
  22. N: Nate Begeman
  23. E: [email protected]
  24. D: PowerPC backend developer
  25. D: Target-independent code generator and analysis improvements
  26. N: Daniel Berlin
  27. E: [email protected]
  28. D: ET-Forest implementation.
  29. D: Sparse bitmap
  30. N: David Blaikie
  31. E: [email protected]
  32. D: General bug fixing/fit & finish, mostly in Clang
  33. N: Neil Booth
  34. E: [email protected]
  35. D: APFloat implementation.
  36. N: Misha Brukman
  37. E: [email protected]
  38. W: http://misha.brukman.net
  39. D: Portions of X86 and Sparc JIT compilers, PowerPC backend
  40. D: Incremental bitcode loader
  41. N: Cameron Buschardt
  42. E: [email protected]
  43. D: The `mem2reg' pass - promotes values stored in memory to registers
  44. N: Brendon Cahoon
  45. E: [email protected]
  46. D: Loop unrolling with run-time trip counts.
  47. N: Chandler Carruth
  48. E: [email protected]
  49. E: [email protected]
  50. D: Hashing algorithms and interfaces
  51. D: Inline cost analysis
  52. D: Machine block placement pass
  53. D: SROA
  54. N: Casey Carter
  55. E: [email protected]
  56. D: Fixes to the Reassociation pass, various improvement patches
  57. N: Evan Cheng
  58. E: [email protected]
  59. D: ARM and X86 backends
  60. D: Instruction scheduler improvements
  61. D: Register allocator improvements
  62. D: Loop optimizer improvements
  63. D: Target-independent code generator improvements
  64. N: Dan Villiom Podlaski Christiansen
  65. E: [email protected]
  66. E: [email protected]
  67. W: http://villiom.dk
  68. D: LLVM Makefile improvements
  69. D: Clang diagnostic & driver tweaks
  70. S: Aarhus, Denmark
  71. N: Jeff Cohen
  72. E: [email protected]
  73. W: http://jolt-lang.org
  74. D: Native Win32 API portability layer
  75. N: John T. Criswell
  76. E: [email protected]
  77. D: Original Autoconf support, documentation improvements, bug fixes
  78. N: Anshuman Dasgupta
  79. E: [email protected]
  80. D: Deterministic finite automaton based infrastructure for VLIW packetization
  81. N: Stefanus Du Toit
  82. E: [email protected]
  83. D: Bug fixes and minor improvements
  84. N: Rafael Avila de Espindola
  85. E: [email protected]
  86. D: The ARM backend
  87. N: Dave Estes
  88. E: [email protected]
  89. D: AArch64 machine description for Cortex-A53
  90. N: Alkis Evlogimenos
  91. E: [email protected]
  92. D: Linear scan register allocator, many codegen improvements, Java frontend
  93. N: Hal Finkel
  94. E: [email protected]
  95. D: Basic-block autovectorization, PowerPC backend improvements
  96. N: Eric Fiselier
  97. E: [email protected]
  98. D: LIT patches and documentation.
  99. N: Ryan Flynn
  100. E: [email protected]
  101. D: Miscellaneous bug fixes
  102. N: Brian Gaeke
  103. E: [email protected]
  104. W: http://www.students.uiuc.edu/~gaeke/
  105. D: Portions of X86 static and JIT compilers; initial SparcV8 backend
  106. D: Dynamic trace optimizer
  107. D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
  108. N: Nicolas Geoffray
  109. E: [email protected]
  110. W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
  111. D: PPC backend fixes for Linux
  112. N: Louis Gerbarg
  113. E: [email protected]
  114. D: Portions of the PowerPC backend
  115. N: Saem Ghani
  116. E: [email protected]
  117. D: Callgraph class cleanups
  118. N: Mikhail Glushenkov
  119. E: [email protected]
  120. D: Author of llvmc2
  121. N: Dan Gohman
  122. E: [email protected]
  123. D: Miscellaneous bug fixes
  124. D: WebAssembly Backend
  125. N: David Goodwin
  126. E: [email protected]
  127. D: Thumb-2 code generator
  128. N: David Greene
  129. E: [email protected]
  130. D: Miscellaneous bug fixes
  131. D: Register allocation refactoring
  132. N: Gabor Greif
  133. E: [email protected]
  134. D: Improvements for space efficiency
  135. N: James Grosbach
  136. E: [email protected]
  137. I: grosbach
  138. D: SjLj exception handling support
  139. D: General fixes and improvements for the ARM back-end
  140. D: MCJIT
  141. D: ARM integrated assembler and assembly parser
  142. D: Led effort for the backend formerly known as ARM64
  143. N: Lang Hames
  144. E: [email protected]
  145. D: PBQP-based register allocator
  146. N: Gordon Henriksen
  147. E: [email protected]
  148. D: Pluggable GC support
  149. D: C interface
  150. D: Ocaml bindings
  151. N: Raul Fernandes Herbster
  152. E: [email protected]
  153. D: JIT support for ARM
  154. N: Paolo Invernizzi
  155. E: [email protected]
  156. D: Visual C++ compatibility fixes
  157. N: Patrick Jenkins
  158. E: [email protected]
  159. D: Nightly Tester
  160. N: Dale Johannesen
  161. E: [email protected]
  162. D: ARM constant islands improvements
  163. D: Tail merging improvements
  164. D: Rewrite X87 back end
  165. D: Use APFloat for floating point constants widely throughout compiler
  166. D: Implement X87 long double
  167. N: Brad Jones
  168. E: [email protected]
  169. D: Support for packed types
  170. N: Rod Kay
  171. E: [email protected]
  172. D: Author of LLVM Ada bindings
  173. N: Eric Kidd
  174. W: http://randomhacks.net/
  175. D: llvm-config script
  176. N: Anton Korobeynikov
  177. E: [email protected]
  178. D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
  179. D: x86/linux PIC codegen, aliases, regparm/visibility attributes
  180. D: Switch lowering refactoring
  181. N: Sumant Kowshik
  182. E: [email protected]
  183. D: Author of the original C backend
  184. N: Benjamin Kramer
  185. E: [email protected]
  186. D: Miscellaneous bug fixes
  187. N: Sundeep Kushwaha
  188. E: [email protected]
  189. D: Implemented DFA-based target independent VLIW packetizer
  190. N: Christopher Lamb
  191. E: [email protected]
  192. D: aligned load/store support, parts of noalias and restrict support
  193. D: vreg subreg infrastructure, X86 codegen improvements based on subregs
  194. D: address spaces
  195. N: Jim Laskey
  196. E: [email protected]
  197. D: Improvements to the PPC backend, instruction scheduling
  198. D: Debug and Dwarf implementation
  199. D: Auto upgrade mangler
  200. D: llvm-gcc4 svn wrangler
  201. N: Chris Lattner
  202. E: [email protected]
  203. W: http://nondot.org/~sabre/
  204. D: Primary architect of LLVM
  205. N: Tanya Lattner (Tanya Brethour)
  206. E: [email protected]
  207. W: http://nondot.org/~tonic/
  208. D: The initial llvm-ar tool, converted regression testsuite to dejagnu
  209. D: Modulo scheduling in the SparcV9 backend
  210. D: Release manager (1.7+)
  211. N: Sylvestre Ledru
  212. E: [email protected]
  213. W: http://sylvestre.ledru.info/
  214. W: http://llvm.org/apt/
  215. D: Debian and Ubuntu packaging
  216. D: Continuous integration with jenkins
  217. N: Andrew Lenharth
  218. E: [email protected]
  219. W: http://www.lenharth.org/~andrewl/
  220. D: Alpha backend
  221. D: Sampling based profiling
  222. N: Nick Lewycky
  223. E: [email protected]
  224. D: PredicateSimplifier pass
  225. N: Tony Linthicum, et. al.
  226. E: [email protected]
  227. D: Backend for Qualcomm's Hexagon VLIW processor.
  228. N: Bruno Cardoso Lopes
  229. E: [email protected]
  230. I: bruno
  231. W: http://brunocardoso.cc
  232. D: Mips backend
  233. D: Random ARM integrated assembler and assembly parser improvements
  234. D: General X86 AVX1 support
  235. N: Duraid Madina
  236. E: [email protected]
  237. W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
  238. D: IA64 backend, BigBlock register allocator
  239. N: John McCall
  240. E: [email protected]
  241. D: Clang semantic analysis and IR generation
  242. N: Michael McCracken
  243. E: [email protected]
  244. D: Line number support for llvmgcc
  245. N: Vladimir Merzliakov
  246. E: [email protected]
  247. D: Test suite fixes for FreeBSD
  248. N: Scott Michel
  249. E: [email protected]
  250. D: Added STI Cell SPU backend.
  251. N: Kai Nacke
  252. E: [email protected]
  253. D: Support for implicit TLS model used with MS VC runtime
  254. D: Dumping of Win64 EH structures
  255. N: Takumi Nakamura
  256. E: [email protected]
  257. E: [email protected]
  258. D: Cygwin and MinGW support.
  259. D: Win32 tweaks.
  260. S: Yokohama, Japan
  261. N: Edward O'Callaghan
  262. E: [email protected]
  263. W: http://www.auroraux.org
  264. D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
  265. D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
  266. D: and error clean ups.
  267. N: Morten Ofstad
  268. E: [email protected]
  269. D: Visual C++ compatibility fixes
  270. N: Jakob Stoklund Olesen
  271. E: [email protected]
  272. D: Machine code verifier
  273. D: Blackfin backend
  274. D: Fast register allocator
  275. D: Greedy register allocator
  276. N: Richard Osborne
  277. E: [email protected]
  278. D: XCore backend
  279. N: Devang Patel
  280. E: [email protected]
  281. D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
  282. D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
  283. D: Optimizer improvements, Loop Index Split
  284. N: Ana Pazos
  285. E: [email protected]
  286. D: Fixes and improvements to the AArch64 backend
  287. N: Wesley Peck
  288. E: [email protected]
  289. W: http://wesleypeck.com/
  290. D: MicroBlaze backend
  291. N: Francois Pichet
  292. E: [email protected]
  293. D: MSVC support
  294. N: Vladimir Prus
  295. W: http://vladimir_prus.blogspot.com
  296. E: [email protected]
  297. D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
  298. N: Kalle Raiskila
  299. E: [email protected]
  300. D: Some bugfixes to CellSPU
  301. N: Xerxes Ranby
  302. E: [email protected]
  303. D: Cmake dependency chain and various bug fixes
  304. N: Alex Rosenberg
  305. E: [email protected]
  306. I: arosenberg
  307. D: ARM calling conventions rewrite, hard float support
  308. N: Chad Rosier
  309. E: [email protected]
  310. I: mcrosier
  311. D: AArch64 fast instruction selection pass
  312. D: Fixes and improvements to the ARM fast-isel pass
  313. D: Fixes and improvements to the AArch64 backend
  314. N: Nadav Rotem
  315. E: [email protected]
  316. D: X86 code generation improvements, Loop Vectorizer.
  317. N: Roman Samoilov
  318. E: [email protected]
  319. D: MSIL backend
  320. N: Duncan Sands
  321. E: [email protected]
  322. I: baldrick
  323. D: Ada support in llvm-gcc
  324. D: Dragonegg plugin
  325. D: Exception handling improvements
  326. D: Type legalizer rewrite
  327. N: Ruchira Sasanka
  328. E: [email protected]
  329. D: Graph coloring register allocator for the Sparc64 backend
  330. N: Arnold Schwaighofer
  331. E: [email protected]
  332. D: Tail call optimization for the x86 backend
  333. N: Shantonu Sen
  334. E: [email protected]
  335. D: Miscellaneous bug fixes
  336. N: Anand Shukla
  337. E: [email protected]
  338. D: The `paths' pass
  339. N: Michael J. Spencer
  340. E: [email protected]
  341. D: Shepherding Windows COFF support into MC.
  342. D: Lots of Windows stuff.
  343. N: Reid Spencer
  344. E: [email protected]
  345. W: http://reidspencer.com/
  346. D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
  347. N: Alp Toker
  348. E: [email protected]
  349. W: http://atoker.com/
  350. D: C++ frontend next generation standards implementation
  351. N: Craig Topper
  352. E: [email protected]
  353. D: X86 codegen and disassembler improvements. AVX2 support.
  354. N: Edwin Torok
  355. E: [email protected]
  356. D: Miscellaneous bug fixes
  357. N: Adam Treat
  358. E: [email protected]
  359. D: C++ bugs filed, and C++ front-end bug fixes.
  360. N: Lauro Ramos Venancio
  361. E: [email protected]
  362. D: ARM backend improvements
  363. D: Thread Local Storage implementation
  364. N: Bill Wendling
  365. I: wendling
  366. E: [email protected]
  367. D: Release manager, IR Linker, LTO
  368. D: Bunches of stuff
  369. N: Bob Wilson
  370. E: [email protected]
  371. D: Advanced SIMD (NEON) support in the ARM backend.