aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-extract
AgeCommit message (Expand)AuthorFilesLines
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick1-4/+0
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick1-0/+4
2013-09-18whitespaceAndrew Trick1-1/+1
2013-07-16Add a wrapper for open.Rafael Espindola1-2/+1
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs1-1/+1
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-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-8/+8
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas1-2/+0
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson1-0/+2
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson1-2/+0
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson1-0/+2
2012-10-29Add -alias and -ralias options to match what we have for functions andRafael Espindola1-0/+47
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2011-12-30Remove extraneous ".get()->" which is just "->". No functionality change.Nick Lewycky1-5/+5
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/+3
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner1-1/+1
2011-09-16Add -rfunc and -rglob options to llvm-extract to support regularChad Rosier1-6/+71
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner1-1/+0
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-10-07Move tool_output_file into its own file.Dan Gohman1-1/+1
2010-09-23Fix llvm-extract -delete's lazy loading to materialize the functions thatDan Gohman1-7/+34
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-26Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,Dan Gohman1-5/+1
2010-08-25Convert llvm-extract to use lazy loading. This makes it substantiallyDan Gohman1-1/+14
2010-08-20Use tool_output_file in llvm-extract and llvm-link too.Dan Gohman1-7/+5
2010-08-18Don't register stdout to be deleted on a signal.Dan Gohman1-1/+2
2010-07-01Preserve debug info for only extracted symbols.Devang Patel1-0/+1
2010-03-24Trim #includes.Dan Gohman1-1/+0
2010-02-10Add support to llvm-extract for extracting multiple functions and/orDan Gohman1-23/+29
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-11De-bork CMake build. llvm-extract depends on asmparserDouglas Gregor1-1/+1
2009-09-11Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2-17/+21
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman1-6/+6
2009-08-23simplify output file selection, fixing two FIXMEs about binary outputChris Lattner1-19/+10
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner1-2/+3
2009-08-18"-" should write to stdout, not stderr.Chris Lattner1-3/+3
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman1-4/+4
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-15/+14
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-1/+1
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-2/+4
2009-04-20Use .empty() instead of .size().Dan Gohman1-2/+2
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner1-2/+6