ReleaseNotes: new Win EH instructions; by David Majnemer
[oota-llvm.git] / tools / lto /
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-11-17 Yunzhong GaoSwitch lto codegen to using diagnostic handlers.
2015-11-11 Yunzhong GaoAdd a libLTO diagnostic handler that supports lto_get_e...
2015-10-14 Chris Bieneman[CMake] Add LLVM_VERSION_PATCH to the -current_version...
2015-10-13 Chris Bieneman[CMake] Add compatibility and current versioning to...
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-24 Peter CollingbourneLTO: Simplify merged module ownership.
2015-08-21 Peter CollingbourneLTO: Change signature of LTOCodeGenerator::setCodePICMo...
2015-06-29 Peter Collingbournelto: Clean up C libLTO interfaces pertaining to linker...
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-23 Steven WuAdding the missing LTO API to lto.exports
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-04-27 Duncan P. N. Exon... LTO: Add API to choose whether to embed uselists
2015-04-17 Manman Ren[LTO API] add lto_codegen_set_should_internalize.
2015-03-19 Peter CollingbourneFix build failure.
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-03 Rafael EspindolaFix duplicated symbol error.
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2015-01-29 Michael J. Spencer[lto] Disable dialog boxes on crash on Windows.
2014-12-20 Matthias BraunUnbreak cmake build with shared libraries enabled.
2014-12-19 Duncan P. N. Exon... LTO: Export local context symbols
2014-11-11 Duncan P. N. Exon... libLTO: Allow linker to choose context of modules and...
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-26 Richard SmithRemove definition of LLVM_VERSION_INFO; this macro...
2014-08-01 Rafael EspindolaRemove lto_codegen_set_attr.
2014-07-24 NAKAMURA Takumi[CMake] tools/lto: Prune redundant libdep(s).
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
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 CollingbourneLTO: rename the various makeLTOModule overloads.
2014-06-27 Rafael EspindolaDon't force the build of toos/lto as a static lib.
2014-06-19 Alp TokerRemove unused includes following r211294
2014-06-19 Rafael EspindolaUse the c++ APIs.
2014-05-05 Patrik HagglundFix gcc -pedantic warning in lto.cpp.
2014-05-03 Rafael EspindolaMove LTOModule and LTOCodeGenerator to the llvm namespace.
2014-05-03 Rafael EspindolaStyle update: don't duplicate comments, they were getti...
2014-04-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-04-02 Duncan P. N. Exon... Revert "Reapply "LTO: add API to set strategy for ...
2014-02-28 Rafael EspindolaCentralize the handling of install_name and rpath.
2014-02-21 NAKAMURA Takumi[CMake] llvm-c/lto.h should be installed if libLTO...
2014-02-21 NAKAMURA Takumi[CMake] libLTO: Use (SHARED|STATIC) to build both share...
2014-02-19 Eli BenderskyRefactor TargetOptions initialization into a single...
2014-02-10 Manman RenLTO API: add lto_module_create_from_memory_with_path.
2014-01-31 NAKAMURA TakumiRevert r200560, "LTO itself hasn't depended on MCDisass...
2014-01-31 NAKAMURA TakumiLTO itself hasn't depended on MCDisassembler any more.
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-16 Quentin ColombetRevert r199361: Now, the sanitizer got the change
2014-01-16 Quentin Colombet[LTO] Modify lto.exports to force the sanitizer to...
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-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2013-12-28 Nico WeberEXPORTED_SYMBOL_FILE support for cmake
2013-12-27 Nico WeberStrip dead code when linking by default with BFD ld...
2013-12-10 NAKAMURA Takumi[CMake] Add MCDisassembler to tools/lto. (has been...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-11-11 Bob WilsonChange libLTO back to linking with @executable_path...
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-24 Reid Klecknerlto.h: Use lto_bool_t instead of int to restore the ABI
2013-10-23 NAKAMURA Takumillvm-c/lto.h: Avoid use of bool.
2013-10-08 Rafael EspindolaOnly modify lto.exports.def when contents have changed.
2013-10-04 Rafael EspindolaAdd lto_codegen_add_dso_symbol to the export list.
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-02 Rafael EspindolaFix option parsing in the gold plugin.
2013-10-02 Rafael EspindolaEnable building LTO on WIN32.
2013-09-30 Rafael EspindolaMove command line options to the users of libLTO. Fixes...
2013-09-30 Rafael EspindolaRevert "Enable building LTO on WIN32."
2013-09-30 Rafael EspindolaEnable building LTO on WIN32.
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).
2013-09-12 Joey Gouly[LTO] Fix the LTO tool, after my API breakage.
2013-09-04 Rafael EspindolaRename some variables to match the style guide.
2013-09-04 Rafael EspindolaRename variables to match the style guide and clang...
2013-08-27 Shuxin Yang Revert 189297, the original commit message is following.
2013-08-27 Shuxin Yang Add new API lto_codegen_compile_parallel().
2013-08-26 Hans WennborgCMake: move lto.h install to tools/lto/CMakeLists.txt
2013-08-23 NAKAMURA Takumilto/CMakeLists.txt: Cut the dep to intrinsics_gen....
2013-08-12 Shuxin YangRevert r188188 and r188200.
2013-08-12 Eric ChristopherFix warning about unused member.
2013-08-12 Shuxin YangMisc enhancements to LTO:
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-08-08 Bill WendlingRevert r185882. This is causing problems with the gold...
2013-08-07 Shuxin YangChange public functions of LTOCodeGenerator from ret...
2013-08-06 Shuxin YangChange private functions of LTOCodeGenerator from ret...
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-06 Shuxin YangAdd some comment to LTOCodeGenerator class
2013-08-02 Eric ChristopherUse @rpath for libraries rather than @executable_path...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
next