Release Notes: RegisterScheduler::setDefault removed; by Mehdi Amini
[oota-llvm.git] / include / llvm / LTO /
2015-12-18 Teresa JohnsonRename variables to reflect linker split (NFC)
2015-12-09 Steven WuFix the order of destructors in LibLTOCodeGenerator
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-03 Rafael EspindolaSimplify since this function never fails.
2015-12-01 Rafael EspindolaDelete the setModule method from the Linker.
2015-11-19 Tobias Edler von... [LTO] Add option to emit assembly from LTOCodeGenerator
2015-11-17 Yunzhong GaoSwitch lto codegen to using diagnostic handlers.
2015-11-09 Mehdi AminiAdd a method to the BitcodeReader to parse only the...
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-08-31 Duncan P. N. Exon... LTO: Cleanup parameter names and header docs, NFC
2015-08-27 Peter CollingbourneCodeGen: Introduce splitCodeGen and teach LTOCodeGenera...
2015-08-24 Peter CollingbourneLTO: Simplify merged module ownership.
2015-08-22 Peter CollingbourneLTO: Maintain target triple, FeatureStr and CGOptLevel...
2015-08-21 Peter CollingbourneLTO: Change signature of LTOCodeGenerator::setCodePICMo...
2015-08-21 Peter CollingbourneLTO: Simplify ownership of LTOCodeGenerator::TargetMach.
2015-08-21 Peter CollingbourneLTO: Simplify ownership of LTOCodeGenerator::CodegenOpt...
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 Peter CollingbourneLTO: Introduce LTOModule::getSymbolGV().
2015-06-01 Peter CollingbourneMake the C++ LTO API easier to use from C++ clients.
2015-04-27 Duncan P. N. Exon... LTO: Add API to choose whether to embed uselists
2015-04-27 Duncan P. N. Exon... LTO: Simplify code generator initialization
2015-04-17 Manman Ren[LTO API] add lto_codegen_set_should_internalize.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-02-25 Manman Ren[LTO API] fix memory leakage introduced at r230290.
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-11 Duncan P. N. Exon... libLTO: Allow LTOModule to own a context
2014-11-11 Duncan P. N. Exon... libLTO: Allow LTOCodeGenerator to own a context
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-09-02 David Blaikieunique_ptrify LTOCodeGenerator::NativeObjectFile
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-17 Rafael EspindolaReturn a std::uinque_ptr. Every caller was already...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-04 Rafael EspindolaImplement LTOModule on top of IRObjectFile.
2014-07-04 Rafael EspindolaAvoid mangling names twice. No functionality change.
2014-07-04 Rafael EspindolaChange LTOModule`s getTargetTriple and setTargetTriple...
2014-07-04 Alp TokerSink undesirable LTO functions into the old C API
2014-07-03 Peter CollingbourneModify LTOModule::isTargetMatch to take a StringRef...
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 EspindolaRename member variable to try to fix the bots.
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-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-02 Duncan P. N. Exon... Revert "Reapply "LTO: add API to set strategy for ...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...
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-15 Quentin Colombet[LTO] Add a hook to map LLVM diagnostics into the clien...
2014-01-14 Duncan P. N. Exon... Reapply "LTO: add API to set strategy for -internalize"
2014-01-14 NAKAMURA TakumiRevert r199191, "LTO: add API to set strategy for ...
2014-01-14 Duncan P. N. Exon... LTO: add API to set strategy for -internalize
2014-01-10 Duncan P. N. Exon... LTO: whitespace changes
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-09 Rafael EspindolaUse a more direct check for finding out the file type.
2013-11-12 Justin BognerProtect user-supplied runtime library functions in LTO
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-02 Rafael EspindolaFix option parsing in the gold plugin.
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...