summaryrefslogtreecommitdiff
path: root/tools/llvm-link
AgeCommit message (Expand)Author
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
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-26Updated CMake library dependencies. Removed unnecessary component nameOscar Fuentes
2010-08-25Apparently this is needed for llvm-link to link.Eric Christopher
2010-08-20Use tool_output_file in llvm-extract and llvm-link too.Dan Gohman
2010-05-27Eliminate some unnessary Path::exists() calls.Dan Gohman
2010-03-24Trim #includes.Dan Gohman
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-09-15Give llvm-link a -S option.Dan Gohman
2009-09-12Convert llvm-link to IRReader.Dan Gohman
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner