summaryrefslogtreecommitdiff
path: root/tools/lto
AgeCommit message (Expand)Author
2015-12-09Fix the order of destructors in LibLTOCodeGeneratorSteven Wu
2015-12-04Modernize the C++ APIs for creating LTO modules.Rafael Espindola
2015-12-04Move a call to getGlobalContext out of lib/LTO.Rafael Espindola
2015-11-17Switch lto codegen to using diagnostic handlers.Yunzhong Gao
2015-11-11Add a libLTO diagnostic handler that supports lto_get_error_message APIYunzhong Gao
2015-10-14[CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libLTO and li...Chris Bieneman
2015-10-13[CMake] Add compatibility and current versioning to libLTO to match autoconf ...Chris Bieneman
2015-09-15Reapply "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith
2015-09-15Revert "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith
2015-09-15LTO: Disable extra verify runs in release buildsDuncan P. N. Exon Smith
2015-08-24LTO: Simplify merged module ownership.Peter Collingbourne
2015-08-21LTO: Change signature of LTOCodeGenerator::setCodePICModel() to take a Reloc:...Peter Collingbourne
2015-06-29lto: Clean up C libLTO interfaces pertaining to linker flags.Peter Collingbourne
2015-06-29Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne
2015-06-23Adding the missing LTO API to lto.exportsSteven Wu
2015-06-03add missing dependency on Target lib for toolsSanjay Patel
2015-06-01Make the C++ LTO API easier to use from C++ clients.Peter Collingbourne
2015-04-27LTO: Add API to choose whether to embed uselistsDuncan P. N. Exon Smith
2015-04-17[LTO API] add lto_codegen_set_should_internalize.Manman Ren
2015-03-19Fix build failure.Peter Collingbourne
2015-03-19libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.Peter Collingbourne
2015-03-01Add missing includes. make_unique proliferated everywhere.Benjamin Kramer
2015-02-24[LTO API] add lto_codegen_set_module to set the destination module.Manman Ren
2015-02-03Fix duplicated symbol error.Rafael Espindola
2015-02-03[LTO API] split lto_codegen_compile to lto_codegen_optimize andManman Ren
2015-01-29[lto] Disable dialog boxes on crash on Windows.Michael J. Spencer
2014-12-20Unbreak cmake build with shared libraries enabled.Matthias Braun
2014-12-19LTO: Export local context symbolsDuncan P. N. Exon Smith
2014-11-11libLTO: Allow linker to choose context of modules and codegenDuncan P. N. Exon Smith
2014-10-26Add an option to the LTO code generator to disable vectorization during LTOArnold Schwaighofer
2014-10-25Update the error handling of lib/Linker.Rafael Espindola
2014-09-26Remove definition of LLVM_VERSION_INFO; this macro is not used by any of theRichard Smith
2014-08-01Remove lto_codegen_set_attr.Rafael Espindola
2014-07-24[CMake] tools/lto: Prune redundant libdep(s).NAKAMURA Takumi
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-07-04Change LTOModule`s getTargetTriple and setTargetTriple to use c++ types.Rafael Espindola
2014-07-04Sink undesirable LTO functions into the old C APIAlp Toker
2014-07-03LTO: rename the various makeLTOModule overloads.Peter Collingbourne
2014-06-27Don't force the build of toos/lto as a static lib.Rafael Espindola
2014-06-19Remove unused includes following r211294Alp Toker
2014-06-19Use the c++ APIs.Rafael Espindola
2014-05-05Fix gcc -pedantic warning in lto.cpp.Patrik Hagglund
2014-05-03Move LTOModule and LTOCodeGenerator to the llvm namespace.Rafael Espindola
2014-05-03Style update: don't duplicate comments, they were getting out of sync.Rafael Espindola
2014-04-25Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder
2014-04-02Revert "Reapply "LTO: add API to set strategy for -internalize""Duncan P. N. Exon Smith
2014-02-28Centralize the handling of install_name and rpath.Rafael Espindola
2014-02-21[CMake] llvm-c/lto.h should be installed if libLTO.a is built.NAKAMURA Takumi
2014-02-21[CMake] libLTO: Use (SHARED|STATIC) to build both shared LTO and LTO_static.NAKAMURA Takumi
2014-02-19Refactor TargetOptions initialization into a single place.Eli Bendersky