summaryrefslogtreecommitdiff
path: root/tools/llvm-link
AgeCommit message (Expand)Author
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya
2017-09-15This reverts r313381Vivek Pandya
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya
2017-05-04Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne
2017-05-04Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu
2017-05-04IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne
2017-05-01llvm-link: Add BitReader to deps corresponding to r301832.NAKAMURA Takumi
2017-05-01Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne
2017-03-13Remove unused lambda captureDavid Blaikie
2017-03-13[Linker] Provide callback for internalizationJonas Devlieghere
2017-01-04[ThinLTO] Rework llvm-link to use the FunctionImporterTeresa Johnson
2016-11-19[CMake] llvm-link depends on intrinsics_genChris Bieneman
2016-11-14[ThinLTO] Only promote exported locals as marked in indexTeresa Johnson
2016-11-11Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.Peter Collingbourne
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2016-10-09[llvm-link] Fix description of -disable-lazy-loading optionDavide Italiano
2016-09-14Fix auto-upgrade of TBAA tags in Bitcode ReaderMehdi Amini
2016-06-29Don't verify inputs to the Linker if ODR merging.Rafael Espindola
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer
2016-04-21ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini
2016-04-19IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith
2016-04-17IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-03-24[ThinLTO] Use bulk importing in llvm-linkTeresa Johnson
2016-03-19Add a dependency from llvm-link to TransformUtils following r263860Mehdi Amini
2016-03-19Rework linkInModule(), making it oblivious to ThinLTOMehdi Amini
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-02-16Pass a std::unique_ptr to IRMover::move.Rafael Espindola
2016-01-26Remove autoconf supportChris Bieneman
2016-01-21Revert obsolete llvm-link -preserve-modules option/testTeresa Johnson
2015-12-17[ThinLTO] Metadata linking for imported functionsTeresa Johnson
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola
2015-12-03Rename Set variable to be pluralMehdi Amini
2015-12-03Remove "ExportingModule" from ThinLTO Index (NFC)Mehdi Amini
2015-12-02Change ModuleLinker to take a set of GlobalValues to import instead of a sing...Mehdi Amini
2015-12-01Use references now that it is natural to do so.Rafael Espindola
2015-11-23[ThinLTO] Deduplicate function index loading into shared helper (NFC)Teresa Johnson
2015-11-23Remove unused function parameter (NFC)Teresa Johnson
2015-11-21llvm-link option and test for recent metadata mapping bugTeresa Johnson
2015-11-19Do not require a Context to extract the FunctionIndex from Bitcode (NFC)Mehdi Amini
2015-11-03Pass enum instead of bool to new linkInModule call in llvm-linkTeresa Johnson
2015-11-03Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson
2015-11-02Revert "Support for ThinLTO function importing and symbol linking."Teresa Johnson
2015-11-02Support for ThinLTO function importing and symbol linking.Teresa Johnson