summaryrefslogtreecommitdiff
path: root/tools/lto
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Delete Reloc::Default.Rafael Espindola1-2/+2
2016-04-16LTO: Use a common LibLTOCodeGenerator::init, NFCDuncan P. N. Exon Smith1-3/+5
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-1/+2
2016-04-01Add a libLTO API to stop/restart ThinLTO between optimizations and CodeGenMehdi Amini2-2/+14
2016-03-19Const-correctness in libLTOMehdi Amini1-1/+1
2016-03-19Fix a const_cast related warning in GCC in the C API for libLTOMehdi Amini1-1/+1
2016-03-09void foo() is not a valid C prototype, one has to write void foo(void)Mehdi Amini1-1/+1
2016-03-09libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.Mehdi Amini2-0/+122
2016-03-01[LTO] Fix error reporting from lto_module_create_in_local_context()Petr Pavlu1-3/+9
2016-02-26[CMake] Assigning the LTO component to lto.hChris Bieneman1-1/+2
2016-01-29Add missing raw_ostream includeReid Kleckner1-0/+1
2016-01-26Remove autoconf supportChris Bieneman1-42/+0
2016-01-20[LTO] Fix error reporting when a file passed to libLTO is invalid or non-exis...Petr Pavlu1-2/+0
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