aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-link
AgeCommit message (Expand)AuthorFilesLines
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-4/+4
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+3
2014-03-06[Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth1-1/+1
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-02-20Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky1-1/+5
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+7
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick1-5/+0
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick1-0/+5
2013-09-18whitespaceAndrew Trick1-1/+1
2013-07-16Add a wrapper for open.Rafael Espindola1-2/+1
2013-06-17Don't use PathV1.h in llvm-link.Rafael Espindola1-11/+3
2013-06-13Don't use PathV1.h in Signals.h.Rafael Espindola1-0/+1
2013-05-04Optimize llvm-link too.Rafael Espindola1-2/+2
2013-04-15Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs1-10/+8
2013-04-12Revert broken pieces of r179373.Benjamin Kramer1-9/+10
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs1-10/+9
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth1-1/+1
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth3-3/+4
2013-03-19Remove stale commentEli Bendersky1-3/+0
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-6/+6
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-4/+4
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner1-1/+1
2011-10-11Make it possible to use the linker without destroying the source module. This...Tanya Lattner1-1/+2
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-10-07Move tool_output_file into its own file.Dan Gohman1-1/+1
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-7/+2
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-2/+7
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman1-3/+3
2010-08-26Updated CMake library dependencies. Removed unnecessary component nameOscar Fuentes1-1/+1
2010-08-25Apparently this is needed for llvm-link to link.Eric Christopher1-1/+1
2010-08-20Use tool_output_file in llvm-extract and llvm-link too.Dan Gohman1-11/+8
2010-05-27Eliminate some unnessary Path::exists() calls.Dan Gohman1-13/+7
2010-03-24Trim #includes.Dan Gohman1-1/+0
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner1-1/+0
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner1-0/+1
2009-09-15Give llvm-link a -S option.Dan Gohman1-3/+9
2009-09-12Convert llvm-link to IRReader.Dan Gohman3-16/+13
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman1-6/+6
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner1-1/+2
2009-08-23simplify output file selection, fixing two FIXMEs about binary outputChris Lattner1-16/+12
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner1-2/+3
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman1-16/+15
2009-07-15Fix this comment to mention outs() rather than cout.Dan Gohman1-1/+1
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson1-1/+1
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman1-16/+10