raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
[oota-llvm.git] / tools / llvm-dis / llvm-dis.cpp
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-15 Bill WendlingRemove assignments which aren't used afterwards.
2012-02-06 Derek SchuffEnable streaming of bitcode
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2011-03-17 Stuart HastingsReapply: Add type output to llvm-dis annotations. ...
2011-03-17 Stuart HastingsRevert 127813 while fixing broken test.
2011-03-17 Stuart HastingsAdd type output to llvm-dis. Patch by Yuri!
2011-03-11 Devang PatelWhile printing annotations, print line number and varia...
2010-12-16 Michael J. Spencerllvm-dis: Fix memory leak. ParseBitcodeFile should...
2010-12-16 Michael J. Spencerllvm-dis: Simplify MemoryBuffer usage.
2010-12-16 Michael J. SpencerFix whitespace.
2010-12-16 Daniel DunbarFix some compiler warnings.
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-02 Chris Lattneradd a new "llvm-dis -show-annotations" option, which...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2009-09-15 Dan GohmanDon't bother using a PassManager just to print a Module.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
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 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 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...
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2007-12-29 Chris Lattnerremove attributions from tools.
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 Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattnersimplify code
2007-04-29 Chris LattnerSwitch the bitcode reader interface to take a MemoryBuf...
2007-04-22 Chris Lattnerdon't break reading from stdin
2007-04-22 Chris Lattnerteach llvm-dis to read bitcode files
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-07 Chris Lattneradd an option for timing bc file reading.
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-28 Bill WendlingConvert to using llvm streams instead of iostreams.
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-01-29 Chris Lattnerclean up comments
2005-01-29 Chris LattnerThis has been deprecated for long enough, nuke it.
2004-12-30 Reid SpencerFor PR351:
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-06-07 Chris LattnerEliminate more traces of the -c option
2004-05-27 Chris LattnerHeader file moved
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-13 Misha BrukmanBreak a line that's over 80cols into two.
2004-02-13 Chris LattnerDo not advertise our -c option anymore
2004-02-13 Chris LattnerMercilessly rip the cbackend out of llvm-dis. Leave...
2004-02-13 Chris LattnerChange how we create the cwriter, and add a buttload...
2003-11-12 Chris LattnerRestore the -llvm option
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Misha BrukmanFix grammar.
2003-08-28 Misha BrukmanRenaming LLVM `dis' to `llvm-dis'.
2003-05-31 Chris LattnerAdd support for: -o -
2003-05-22 Chris LattnerKill using declarations
2003-04-16 Chris LattnerGive verbose error messages if bytecode file cannot...
2002-09-24 Chris LattnerMake sure to close the file before deleting it
2002-09-19 Chris LattnerMinor non-functionality changing changes.
2002-09-18 Chris LattnerAvoid deleting the ostream more than once.
2002-08-31 Chris Lattner - Converted CWriter to be an LLVM pass.
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
2002-05-09 Chris LattnerClean up dis so that it does not print out code in...
2002-05-08 Sumant Kowshik*** empty log message ***
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-08 Chris LattnerRemove extranous #include
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-24 Chris LattnerGCC3.0.4 crashes when compiling this. Comment it out...
2002-02-24 Chris LattnerGenericize the ReversePostOrderIterator.
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-22 Chris LattnerIn an amazing fit of stupidity, I flipped the condition...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
next