Correctly apply the default pointer size
[oota-llvm.git] / lib / IR / Module.cpp
2013-12-20 Dmitri GribenkoCorrectly apply the default pointer size
2013-12-02 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-11-05 Rafael EspindolaUse error_code in GVMaterializer.
2013-09-30 Matt ArsenaultReuse variable
2013-09-30 Matt ArsenaultFix getOrInsertGlobal dropping the address space.
2013-09-28 Matt ArsenaultFix typo
2013-07-25 Rafael EspindolaMake these methods const correct.
2013-07-16 Manman RenAdd getModuleFlag(StringRef Key) to query a module...
2013-05-15 Eli BenderskyRemove dead code.
2013-03-01 Jean-Luc DupratRemoved extraneous #include "LLVMContextImpl.h" from...
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.