aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make these methods const correct.Rafael Espindola2013-07-251-2/+1
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-161-0/+13
* Remove dead code.Eli Bendersky2013-05-151-17/+0
* Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cppJean-Luc Duprat2013-03-011-1/+0
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-011-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+451