[Orc] Refactor the CompileOnDemandLayer to make its addModuleSet method
[oota-llvm.git] / tools / llvm-link /
2015-04-15 Duncan P. N. Exon... uselistorder: Remove the global bits
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the assembly bit up out of the printer
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Duncan P. N. Exon... IR: Set -preserve-bc-uselistorder=false by default
2015-03-31 Duncan P. N. Exon... tools: Unify how verifyModule() is called
2015-03-30 Rafael EspindolaFix PR23045.
2015-03-27 Rafael EspindolaWork around pr23045 and make it easier to reproduce.
2015-03-25 Duncan P. N. Exon... llvm-link: Verify input modules
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2014-10-27 Rafael EspindolaMake it easier to pass a custom diagnostic handler...
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-23 Rafael EspindolaMake llvm-link behave a bit more like LTO.
2014-08-26 Rafael EspindolaInvert the condition to have a single return.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-20 Eli BenderskySet the SuppressWarnings option on tool level and propa...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-09-18 Andrew Trickwhitespace
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-06-17 Rafael EspindolaDon't use PathV1.h in llvm-link.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-05-04 Rafael EspindolaOptimize llvm-link too.
2013-04-15 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-12 Benjamin KramerRevert broken pieces of r179373.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-03-19 Eli BenderskyRemove stale comment
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-11 Tanya LattnerMake it possible to use the linker without destroying...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-26 Oscar FuentesUpdated CMake library dependencies. Removed unnecessary...
2010-08-25 Eric ChristopherApparently this is needed for llvm-link to link.
2010-08-20 Dan GohmanUse tool_output_file in llvm-extract and llvm-link...
2010-05-27 Dan GohmanEliminate some unnessary Path::exists() calls.
2010-03-24 Dan GohmanTrim #includes.
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-09-15 Dan GohmanGive llvm-link a -S option.
2009-09-12 Dan GohmanConvert llvm-link to IRReader.
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnersimplify output file selection, fixing two FIXMEs about...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-15 Dan GohmanFix this comment to mention outs() rather than cout.
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-26 Chris Lattnerdisable exports from a bunch more tools, those without...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-05-23 Dan GohmanAdd #includes to make some dependencies explicit.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerremove dead option
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattnerremove EH cruft, add bitcode support
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2005-07-07 Reid SpencerFor PR495:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-02-13 Chris LattnerPrint the module, not the pointer.
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-01 Jeff CohenFix typo 'ompress' => 'compress'.
2004-12-30 Reid SpencerFor PR351:
2004-12-13 Reid SpencerLinkModules is now in the Linker class
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-14 Reid SpencerLinker.h moved to include/llvm.
2004-11-14 Reid SpencerThis program needs libLLVMLinker.a now
2004-11-14 Reid SpencerFix usage of changed function prototype
next