summaryrefslogtreecommitdiff
path: root/tools/llvm-extract
AgeCommit message (Expand)Author
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-04-06[llvm-extract] Add option for recursive extractionKeno Fischer
2016-11-19[CMake] llvm-extract depends on intrinsics_genChris Bieneman
2016-11-09[tools] Unbreak the GCC build (workaround a GCC bug).Davide Italiano
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-01-26Remove autoconf supportChris Bieneman
2016-01-15Bring back "Assert that we have all use/users in the getters."Rafael Espindola
2016-01-14Revert "Assert that we have all use/users in the getters."Michael Zolotukhin
2015-12-19Assert that we have all use/users in the getters.Rafael Espindola
2015-12-18Delete dead code: only functions are materializable.Rafael Espindola
2015-12-18Use a lambda to reduce code duplication.Rafael Espindola
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull the bit through PrintModulePassDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith
2015-04-14IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth
2014-11-01Remove redundant calls to isMaterializable.Rafael Espindola
2014-10-24Modernize the error handling of the Materialize function.Rafael Espindola
2014-09-10Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola
2014-08-26Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola
2014-05-08Use range loops.Rafael Espindola
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola
2014-01-13[PM] Wire up support for writing bitcode with new PM.Chandler Carruth
2014-01-12[PM] Simplify the interface exposed for IR printing passes.Chandler Carruth
2014-01-12[PM] Rename the IR printing pass header to a more generic and correctChandler Carruth
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick
2013-09-18whitespaceAndrew Trick
2013-07-16Add a wrapper for open.Rafael Espindola
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson
2012-10-29Add -alias and -ralias options to match what we have for functions andRafael Espindola
2012-10-08Move TargetData to DataLayout.Micah Villmow