LoopAnalysis Assignment by Yan Pei && Jiayuan He
Materials used for this assignment: Downloading and building LLVM http://llvm.org/docs/GettingStarted.html LLVM command line tools http://llvm.org/docs/CommandGuide/ LLVM IR Reference Manual http://llvm.org/docs/LangRef.html LLVM Programmers Manual http://llvm.org/docs/ProgrammersManual.html Writing an LLVM Pass http://llvm.org/docs/WritingAnLLVMPass.html LLVM testing infrastructure http://llvm.org/docs/TestingGuide.html
LLVM list of classes, functions and files( the graph of class inheritance is very useful) http://llvm.org/docs/doxygen/html/index.html Some Q&As on stackoverflow
Feedback: The hardest point of this assignment is to find the interface we want.