summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-link/llvm-link.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-191-5/+0
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-181-0/+5
* whitespaceAndrew Trick2013-09-181-1/+1
* Add a wrapper for open.Rafael Espindola2013-07-161-2/+1
* Don't use PathV1.h in llvm-link.Rafael Espindola2013-06-171-11/+3
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-0/+1
* Optimize llvm-link too.Rafael Espindola2013-05-041-2/+2
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-151-10/+8
* Revert broken pieces of r179373.Benjamin Kramer2013-04-121-9/+10
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-121-10/+9
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-261-1/+2
* Remove stale commentEli Bendersky2013-03-191-3/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-6/+6
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-1/+1
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-111-1/+2
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Move tool_output_file into its own file.Dan Gohman2010-10-071-1/+1
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-011-3/+3
* Use tool_output_file in llvm-extract and llvm-link too.Dan Gohman2010-08-201-11/+8
* Eliminate some unnessary Path::exists() calls.Dan Gohman2010-05-271-13/+7
* Trim #includes.Dan Gohman2010-03-241-1/+0
* Give llvm-link a -S option.Dan Gohman2009-09-151-3/+9
* Convert llvm-link to IRReader.Dan Gohman2009-09-121-14/+11
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-6/+6
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-1/+2
* simplify output file selection, fixing two FIXMEs about binary outputChris Lattner2009-08-231-16/+12
OpenPOWER on IntegriCloud