summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-link
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Use bulk importing in llvm-linkTeresa Johnson2016-03-241-56/+89
* Add a dependency from llvm-link to TransformUtils following r263860Mehdi Amini2016-03-192-1/+2
* 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
* Remove autoconf supportChris Bieneman2016-01-261-17/+0
* 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
* Remove unused function parameter (NFC)Teresa Johnson2015-11-231-5/+3
* llvm-link option and test for recent metadata mapping bugTeresa Johnson2015-11-211-0/+13
* Do not require a Context to extract the FunctionIndex from Bitcode (NFC)Mehdi Amini2015-11-191-1/+1
* Pass enum instead of bool to new linkInModule call in llvm-linkTeresa Johnson2015-11-031-1/+1
* Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-034-3/+125
* Revert "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-023-124/+2
* Support for ThinLTO function importing and symbol linking.Teresa Johnson2015-11-023-2/+124
* New bitcode linker flags:Artem Belevich2015-09-011-4/+21
* Linker: Add flag to override linkage rulesDuncan P. N. Exon Smith2015-04-221-3/+14
* llvm-link: Factor out loop over input files, NFCDuncan P. N. Exon Smith2015-04-221-18/+26
* uselistorder: Remove the global bitsDuncan P. N. Exon Smith2015-04-151-9/+12
* uselistorder: Pull the assembly bit up out of the printerDuncan P. N. Exon Smith2015-04-151-1/+1
* uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith2015-04-151-1/+2
* IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith2015-04-141-0/+6
* tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith2015-03-311-5/+5
* Fix PR23045.Rafael Espindola2015-03-301-5/+3
* Work around pr23045 and make it easier to reproduce.Rafael Espindola2015-03-271-0/+6
* llvm-link: Verify input modulesDuncan P. N. Exon Smith2015-03-251-0/+6
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* Make it easier to pass a custom diagnostic handler to the IR linker.Rafael Espindola2014-10-271-3/+4
* Update the error handling of lib/Linker.Rafael Espindola2014-10-251-6/+24
* Make llvm-link behave a bit more like LTO.Rafael Espindola2014-10-231-13/+5
* Invert the condition to have a single return.Rafael Espindola2014-08-261-4/+3
* Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola2014-08-261-11/+10
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-4/+4
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-4/+4
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+3
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-061-1/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky2014-02-201-1/+5
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+7
OpenPOWER on IntegriCloud