[NFC] Trim trailing whitespace in *.rst
[platform/upstream/llvm.git] / llvm / docs / WritingAnLLVMPass.rst
2021-11-15 Shao-Ce SUN[NFC] Trim trailing whitespace in *.rst
2021-11-02 Arthur EubanksRevert "[NFC] Remove LinkAll*.h"
2021-11-02 Arthur Eubanks[NFC] Remove LinkAll*.h
2021-02-26 Arthur Eubanks[docs] Add documentation on using the new pass manager
2021-02-10 Arthur Eubanks[docs] Make clearer in WritingAnLLVMPass that the legac...
2020-10-22 Arthur EubanksRevert "[Docs] Clarify that FunctionPasses can't add...
2020-10-22 Arthur Eubanks[Docs] Clarify that FunctionPasses can't add/remove...
2020-09-14 Arthur EubanksReland [docs][NewPM] Add docs for writing NPM passes
2020-09-14 Arthur EubanksRevert "[docs][NewPM] Add docs for writing NPM passes"
2020-09-14 Arthur Eubanks[docs][NewPM] Add docs for writing NPM passes
2020-07-01 Arthur Eubanks[Docs][BasicAA] Rename some more basicaa -> basic-aa
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-03-22 Sylvestre LedruDoc: Links should use https
2020-01-02 serge_sans_pailleGeneralize the pass registration mechanism used by...
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-10-30 Alina Sbirlea[LegacyPassManager] Delete BasicBlockPass/Manager.
2019-07-31 Philip ReamesAttempt to unbreak sphinx build bot by inserting a...
2019-07-04 Serge GueltonDocument legacy pass manager extension points
2019-06-27 James Henderson[docs][tools] Add missing "program" tags to rst files
2019-05-30 J. Ryan Stinnett[Docs] Modernize references to macOS
2018-12-20 Tom Stellardcmake: Remove add_llvm_loadable_module()
2017-11-06 Raphael IsemannFixed dead links in WritingAnLLVMPass.rst
2016-09-27 Andrey Bokhanko[docs] Make WritingAnLLVMPass.rst up-to-date with curre...
2016-07-20 Renato Golin[docs] Fixing Sphinx warnings to unclog the buildbot
2016-03-06 Wilfred HughesFix typo.
2016-02-19 Chandler Carruth[LPM] Document the new helpers to make it easy to get...
2015-10-23 Jonathan RoelofsFix another reference to in-source builds
2015-10-01 Jonathan RoelofsKill another reference to in-source builds
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2014-11-18 Justin Bognerdocs: Modernize some examples in WritingAnLLVMPass
2014-11-18 Justin Bognerdocs: Fix a couple of typo-ish errors in WritingAnLLVMPass
2014-06-04 Justin Bognerdocs: Remove documentation for legacy PGO options
2013-10-30 Benjamin Kramerfix RST reference in Writing an LLVM Pass
2013-07-08 Benjamin KramerIR headers moved to llvm/IR some aeons ago, update...
2013-07-08 Stephen LinUpdate docs to say that a FunctionPass should not inspe...
2013-01-10 Chris Lattnerremove the rest of the "written by" lines in the docume...
2012-12-12 Dmitri GribenkoDocumentation: convert WritingAnLLVMPass.html to reST.