summaryrefslogtreecommitdiff
path: root/lib/IR/Module.cpp
Commit message (Expand)AuthorAge
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-02
* Use error_code in GVMaterializer.Rafael Espindola2013-11-05
* Reuse variableMatt Arsenault2013-09-30
* Fix getOrInsertGlobal dropping the address space.Matt Arsenault2013-09-30
* Fix typoMatt Arsenault2013-09-28
* Make these methods const correct.Rafael Espindola2013-07-25
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-16
* Remove dead code.Eli Bendersky2013-05-15
* Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cppJean-Luc Duprat2013-03-01
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-01
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02