summaryrefslogtreecommitdiff
path: root/tools/llvm-link
AgeCommit message (Expand)Author
2015-09-01New bitcode linker flags:Artem Belevich
2015-04-22Linker: Add flag to override linkage rulesDuncan P. N. Exon Smith
2015-04-22llvm-link: Factor out loop over input files, NFCDuncan P. N. Exon Smith
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull the assembly bit up out of the printerDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith
2015-04-14IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith
2015-03-31tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith
2015-03-30Fix PR23045.Rafael Espindola
2015-03-27Work around pr23045 and make it easier to reproduce.Rafael Espindola
2015-03-25llvm-link: Verify input modulesDuncan P. N. Exon Smith
2015-03-01Add missing includes. make_unique proliferated everywhere.Benjamin Kramer
2014-10-27Make it easier to pass a custom diagnostic handler to the IR linker.Rafael Espindola
2014-10-25Update the error handling of lib/Linker.Rafael Espindola
2014-10-23Make llvm-link behave a bit more like LTO.Rafael Espindola
2014-08-26Invert the condition to have a single return.Rafael Espindola
2014-08-26Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-06[Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola
2014-02-20Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick
2013-09-18whitespaceAndrew Trick
2013-07-16Add a wrapper for open.Rafael Espindola
2013-06-17Don't use PathV1.h in llvm-link.Rafael Espindola
2013-06-13Don't use PathV1.h in Signals.h.Rafael Espindola
2013-05-04Optimize llvm-link too.Rafael Espindola
2013-04-15Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-04-12Revert broken pieces of r179373.Benjamin Kramer
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-03-19Remove stale commentEli Bendersky
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-11Make it possible to use the linker without destroying the source module. This...Tanya Lattner
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer