LTO: rename the various makeLTOModule overloads.
[oota-llvm.git] / tools / llvm-lto / llvm-lto.cpp
2014-07-03 Peter CollingbourneLTO: rename the various makeLTOModule overloads.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-14 James MolloyTeach llvm-lto to respect the given RelocModel.
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).