summaryrefslogtreecommitdiff
path: root/tools/llvm-extract/llvm-extract.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-1/+1
2016-01-15Bring back "Assert that we have all use/users in the getters."Rafael Espindola1-3/+12
2016-01-14Revert "Assert that we have all use/users in the getters."Michael Zolotukhin1-12/+3
2015-12-19Assert that we have all use/users in the getters.Rafael Espindola1-3/+12
2015-12-18Delete dead code: only functions are materializable.Rafael Espindola1-4/+0
2015-12-18Use a lambda to reduce code duplication.Rafael Espindola1-23/+15
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith1-10/+13
2015-04-15uselistorder: Pull the bit through PrintModulePassDuncan P. N. Exon Smith1-1/+2
2015-04-15uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith1-1/+2
2015-04-14IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith1-0/+6
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-1/+0
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-2/+2
2014-11-01Remove redundant calls to isMaterializable.Rafael Espindola1-8/+5
2014-10-24Modernize the error handling of the Materialize function.Rafael Espindola1-9/+9
2014-09-10Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola1-1/+1
2014-08-26Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola1-2/+1
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-4/+4
2014-05-08Use range loops.Rafael Espindola1-13/+9
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-1/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-1/+1
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-01-13[PM] Wire up support for writing bitcode with new PM.Chandler Carruth1-1/+1
2014-01-12[PM] Simplify the interface exposed for IR printing passes.Chandler Carruth1-1/+1
2014-01-12[PM] Rename the IR printing pass header to a more generic and correctChandler Carruth1-2/+2
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
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-26Split out the IRReader header and the utility functions it provides intoChandler Carruth1-1/+2
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-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-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman1-3/+3