Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / tools / llvm-lto / llvm-lto.cpp
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-19 Eli BenderskyRefactor TargetOptions initialization into a single...
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-04 Rafael EspindolaFix object file writing in llvm-lto on Windows.
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-02 Rafael EspindolaAdd a -exported-symbol option to llvm-lto.
2013-10-01 Rafael EspindolaRemove several unused variables.
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...
2013-09-19 Peter CollingbourneFix LTO handling of module-level assembly (PR14152).