LTO: rename the various makeLTOModule overloads.
[oota-llvm.git] / include / llvm / LTO / LTOModule.h
2014-07-03 Peter CollingbourneLTO: rename the various makeLTOModule overloads.
2014-07-03 Rafael EspindolaUse std::unique_ptr to manage memory. No functionality...
2014-05-03 Rafael EspindolaMove LTOModule and LTOCodeGenerator to the llvm namespace.
2014-05-03 Rafael EspindolaStyle fix: don't duplicate the method names.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-10 Manman RenLTO API: add lto_module_create_from_memory_with_path.
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2013-12-09 Rafael EspindolaUse a more direct check for finding out the file type.
2013-09-30 Rafael EspindolaMove command line options to the users of libLTO. Fixes...
2013-09-24 Peter CollingbourneMove LTO support library to a component, allowing it...