summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-extract/llvm-extract.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-extract] Update the help message for group extraction featureJinsong Ji2019-08-201-2/+12
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Sanitize llvm-extract -help outputSerge Guelton2019-06-121-37/+50
* [llvm-extract] Expose the group extraction feature of the BlockExtractorQuentin Colombet2019-04-291-12/+19
* Include invoke'd functions for recursive extractDavid Callahan2019-04-041-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+2
* [llvm-extract] Support extracting basic blocksVolkan Keles2018-01-231-0/+40
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-1/+1
* [llvm-extract] Add option for recursive extractionKeno Fischer2017-04-061-1/+34
* [tools] Unbreak the GCC build (workaround a GCC bug).Davide Italiano2016-11-091-1/+2
* Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne2016-11-091-7/+5
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* Bring back "Assert that we have all use/users in the getters."Rafael Espindola2016-01-151-3/+12
* Revert "Assert that we have all use/users in the getters."Michael Zolotukhin2016-01-141-12/+3
* Assert that we have all use/users in the getters.Rafael Espindola2015-12-191-3/+12
* Delete dead code: only functions are materializable.Rafael Espindola2015-12-181-4/+0
* Use a lambda to reduce code duplication.Rafael Espindola2015-12-181-23/+15
* uselistorder: Remove the global bitsDuncan P. N. Exon Smith2015-04-151-10/+13
* uselistorder: Pull the bit through PrintModulePassDuncan P. N. Exon Smith2015-04-151-1/+2
* uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith2015-04-151-1/+2
* IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith2015-04-141-0/+6
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-1/+0
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-2/+2
* Remove redundant calls to isMaterializable.Rafael Espindola2014-11-011-8/+5
* Modernize the error handling of the Materialize function.Rafael Espindola2014-10-241-9/+9
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-101-1/+1
* Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola2014-08-261-2/+1
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-4/+4
* Use range loops.Rafael Espindola2014-05-081-13/+9
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-1/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* [PM] Wire up support for writing bitcode with new PM.Chandler Carruth2014-01-131-1/+1
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-121-1/+1
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-2/+2
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-191-4/+0
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-181-0/+4
* whitespaceAndrew Trick2013-09-181-1/+1
* Add a wrapper for open.Rafael Espindola2013-07-161-2/+1
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-121-1/+1
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-261-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-8/+8
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-291-2/+0
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-271-0/+2
OpenPOWER on IntegriCloud