Merging r258436:
[oota-llvm.git] / tools / llvm-lto /
2016-01-11 Rafael EspindolaAdd a missing error handling to llvm-lto.
2015-12-07 NAKAMURA TakumiLet llvm-lto installed. A few tests in clang/test are...
2015-12-04 Rafael EspindolaModernize the C++ APIs for creating LTO modules.
2015-12-04 Rafael EspindolaMove a call to getGlobalContext out of lib/LTO.
2015-12-04 Rafael EspindolaSimplify the error handling in llvm-lto a bit.
2015-11-23 Teresa Johnson[ThinLTO] Deduplicate function index loading into share...
2015-11-21 Teresa Johnson[ThinLTO] Handle bitcode without function summary secti...
2015-11-20 Tobias Edler von... [LTO] Add options to llvm-lto to select output format...
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-17 Yunzhong GaoSwitch lto codegen to using diagnostic handlers.
2015-11-10 Yunzhong Gaollvm-lto: trivial spelling changes to distinguish custo...
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-10-19 Teresa JohnsonPass FunctionInfoIndex by reference to WriteFunctionSum...
2015-10-19 Teresa JohnsonFix required library for r250699 to BitWriter instead...
2015-10-19 Teresa Johnsonllvm-lto support for generating combined function indexes
2015-09-15 Duncan P. N. Exon... Reapply "LTO: Disable extra verify runs in release...
2015-09-15 Duncan P. N. Exon... Revert "LTO: Disable extra verify runs in release builds"
2015-09-15 Duncan P. N. Exon... LTO: Disable extra verify runs in release builds
2015-09-11 Yunzhong GaoAdd a non-exiting diagnostic handler for LTO.
2015-08-27 Peter CollingbourneCodeGen: Introduce splitCodeGen and teach LTOCodeGenera...
2015-08-24 Peter CollingbourneLTO: Simplify merged module ownership.
2015-08-21 Peter CollingbourneLTO: Change signature of LTOCodeGenerator::setCodePICMo...
2015-08-21 Peter Collingbournellvm-lto: Re-order code.
2015-06-03 Sanjay Pateladd missing dependency on Target lib for tools
2015-06-01 Peter CollingbourneMake the C++ LTO API easier to use from C++ clients.
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-03-09 Benjamin KramerMake helper functions static.
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-01-30 Akira Hatanaka[llvm-lto] Add a line for setting LTOCodeGenerator...
2014-12-17 Duncan P. N. Exon... llvm-lto: Add testing coverage for local contexts
2014-10-26 Arnold SchwaighoferAdd an option to the LTO code generator to disable...
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-01 Duncan P. N. Exon... LTO: Ignore disabled diagnostic remarks
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-07-15 NAKAMURA TakumiPrune Redundant libdeps in CMake's target_link_librarie...
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-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
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).