Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / lib / LTO / LTOModule.cpp
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-10 Manman RenLTO API: add lto_module_create_from_memory_with_path.
2014-02-07 Rafael EspindolaDon't internalize linkonce_odr non constant variables.
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-24 Rafael EspindolaMost streamers' InitSections just create a text section...
2014-01-24 Rafael EspindolaUse the actual .text section, it is less code than...
2014-01-23 Rafael EspindolaInitToTextSection is redundant with InitSections. Remov...
2014-01-22 Rafael EspindolaProvide a dummy section to fix a crash with inline...
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-09 Rafael EspindolaUse a more direct check for finding out the file type.
2013-12-05 Rafael EspindolaRemove the isImplicitlyPrivate argument of getNameWithP...
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
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...