Add a (not really finished) piece about LLVM.
[matthijs/projects/internship.git] / Report / Report.bib
index 8d9602620c358ad8de43017d9d329554a05bba28..b8da9214ebd7c7b411c75e23312b4976d586b252 100644 (file)
@@ -2,3 +2,18 @@
   author = "Matthijs",
   note = "Dummy reference to keep bibtex happy"
 }
+
+@misc{LLVM,
+  howpublished = "http://llvm.org",
+  title        = "The LLVM Compiler Infrastructure Project",
+}
+
+@MastersThesis{Lattner:MSThesis02,
+  author  = {Chris Lattner},
+  title   = "{LLVM: An Infrastructure for Multi-Stage Optimization}",
+  school  = "{Computer Science Dept., University of Illinois at Urbana-Champaign}",
+  year    = {2002},
+  address = {Urbana, IL},
+  month   = {Dec},
+  note    = {{\em See {\tt http://llvm.cs.uiuc.edu}.}}
+}