[Modules] Move the LeakDetector header into the IR library where the
[oota-llvm.git] / lib / IR / Module.cpp
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-02-25 Rafael EspindolaFix resetting the DataLayout in a Module.
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-14 Rafael EspindolaUse error_code in Module::materializeAll.
2014-01-09 Nadav RotemRe-remove dead code.
2014-01-09 Nadav RotemRevert r198819 - "Remove dead code."
2014-01-09 Rafael EspindolaRemove dead code.
2013-12-20 Dmitri GribenkoWhen parsing data layout string looking for endianness...
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.