summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-link/llvm-link.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Restore "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson2018-07-161-1/+1
* Revert "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson2018-07-141-1/+1
* [ThinLTO] Ensure we always select the same function copy to importTeresa Johnson2018-07-131-1/+1
* [llvm-link] Use WithColor for printing errorsJonas Devlieghere2018-04-181-11/+18
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-8/+2
* Revert "[IRMover] Implement name based structure type mapping"Rafael Espindola2018-02-211-8/+1
* [IRMover] Implement name based structure type mappingEugene Leviant2018-02-211-1/+8
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-1/+1
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-1/+1
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-20/+25
* This reverts r313381Vivek Pandya2017-09-151-25/+20
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-20/+25
* Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne2017-05-041-1/+1
* Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu2017-05-041-1/+1
* IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne2017-05-041-1/+1
* Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne2017-05-011-1/+1
* Remove unused lambda captureDavid Blaikie2017-03-131-1/+1
* [Linker] Provide callback for internalizationJonas Devlieghere2017-03-131-3/+20
* [ThinLTO] Rework llvm-link to use the FunctionImporterTeresa Johnson2017-01-041-35/+16
* [ThinLTO] Only promote exported locals as marked in indexTeresa Johnson2016-11-141-0/+10
* Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.Peter Collingbourne2016-11-111-22/+6
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne2016-11-091-3/+7
* [llvm-link] Fix description of -disable-lazy-loading optionDavide Italiano2016-10-091-1/+1
* Fix auto-upgrade of TBAA tags in Bitcode ReaderMehdi Amini2016-09-141-4/+11
* Don't verify inputs to the Linker if ODR merging.Rafael Espindola2016-06-291-1/+4
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-1/+2
* ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini2016-04-211-2/+4
* IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith2016-04-191-1/+1
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-0/+7
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* [ThinLTO] Use bulk importing in llvm-linkTeresa Johnson2016-03-241-56/+89
* Rework linkInModule(), making it oblivious to ThinLTOMehdi Amini2016-03-191-10/+19
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-17/+16
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-16/+17
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-17/+16
* Pass a std::unique_ptr to IRMover::move.Rafael Espindola2016-02-161-1/+1
* Revert obsolete llvm-link -preserve-modules option/testTeresa Johnson2016-01-211-13/+0
* [ThinLTO] Metadata linking for imported functionsTeresa Johnson2015-12-171-7/+42
* Change linkInModule to take a std::unique_ptr.Rafael Espindola2015-12-161-2/+2
* Use diagnostic handler in the LLVMContextRafael Espindola2015-12-141-1/+7
* Rename Set variable to be pluralMehdi Amini2015-12-031-3/+3
* Remove "ExportingModule" from ThinLTO Index (NFC)Mehdi Amini2015-12-031-1/+1
* Change ModuleLinker to take a set of GlobalValues to import instead of a sing...Mehdi Amini2015-12-021-1/+4
* Use references now that it is natural to do so.Rafael Espindola2015-12-011-3/+3
* [ThinLTO] Deduplicate function index loading into shared helper (NFC)Teresa Johnson2015-11-231-23/+4
OpenPOWER on IntegriCloud