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