Add doInitialization/doFinalization to DataLayoutPass.
[oota-llvm.git] / tools / llvm-extract / llvm-extract.cpp
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
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-05-08 Rafael EspindolaUse range loops.
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-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
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-09-18 Andrew Trickwhitespace
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
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-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-10-29 Rafael EspindolaAdd -alias and -ralias options to match what we have...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2011-12-30 Nick LewyckyRemove extraneous ".get()->" which is just "->". No...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-09-16 Chad RosierAdd -rfunc and -rglob options to llvm-extract to suppor...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-23 Dan GohmanFix llvm-extract -delete's lazy loading to materialize...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-26 Dan GohmanRewrite ExtractGV, removing a bunch of stuff that didn...
2010-08-25 Dan GohmanConvert llvm-extract to use lazy loading. This makes...
2010-08-20 Dan GohmanUse tool_output_file in llvm-extract and llvm-link...
2010-08-18 Dan GohmanDon't register stdout to be deleted on a signal.
2010-07-01 Devang PatelPreserve debug info for only extracted symbols.
2010-03-24 Dan GohmanTrim #includes.
2010-02-10 Dan GohmanAdd support to llvm-extract for extracting multiple...
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 Lattnersimplify output file selection, fixing two FIXMEs about...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-18 Chris Lattner"-" should write to stdout, not stderr.
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-04-20 Dan GohmanUse .empty() instead of .size().
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2008-03-07 Andrew Lenharthonly extract main if the user didn't specify anything...
2008-03-07 Andrew Lenharthmake error message reflect default search function...
2008-03-07 Andrew Lenharthadd a pass that can extract all kinds of global values...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-08-08 Reid SpencerSeparate program name from error message with a :
2007-08-08 Reid SpencerTerminate an error message with a newline.
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 Lattnerremove EH cruft, add bitcode support
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
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-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2005-04-24 Misha Brukmanextract has been renamed to llvm-extract to avoid confl...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-30 Reid SpencerFor PR351:
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-05-27 Chris LattnerHeader file moved
2004-04-22 Misha BrukmanAdd command-line option to select whether to isolate...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-18 Chris LattnerGive extract -o and -f options, just like every other...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-28 Brian GaekeFix extract to use the right TargetData, like Bugpoint...
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-09-10 Chris LattnerClean up header, remove extra #include
2003-09-10 Brian GaekeMake createVerifierPass return a FunctionPass *.
2002-11-19 Chris LattnerMove the function extractor pass from tools/extract...
2002-10-12 Chris Lattner* Fix extract to work with constant pointer refs correctly
2002-10-07 Chris LattnerAvoid making external global variables internal
2002-10-06 Chris Lattner - The extract tool now is sure to extract the functio...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerRemove extraneous #includes
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerMinor changes due to code juggled around
2002-07-22 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
next