summaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.html
Commit message (Expand)AuthorAge
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-21
* First stab at updating the documentation for INITIALIZE_PASS().Owen Anderson2010-07-21
* Tweak some docs now that the default build is called Debug+Asserts.Duncan Sands2010-07-08
* This makes example Makefile a lot more like actualChris Lattner2010-06-21
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* update docs for api change.Chris Lattner2010-04-16
* Clarify the documentation for MachineFunctionPasses.Dan Gohman2010-03-10
* Uniformize the way these options are printed. Requested byDuncan Sands2010-02-18
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-18
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-12
* Fix typo, patch from Timo Juhani Lindfors.Torok Edwin2009-10-12
* update this to use raw_ostreamChris Lattner2009-09-08
* Clarify limitations of a ModulePass requiring a FunctionPass.Devang Patel2009-08-10
* Try to clarify a point about getting DominatorTree info from a module pass.Daniel Dunbar2009-07-01
* Fix a typo.Dan Gohman2009-06-15
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-28
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-11
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-11
* Clarify documentation. A module pass MP can require a function paqss FP only ...Devang Patel2008-11-06
* fix prototype of print, it is (llvm/Pass.h):Torok Edwin2008-10-28
* HTML syntax fixes.Dan Gohman2008-10-14
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Fix some wording.John Criswell2007-12-10
* Fixed typo.John Criswell2007-12-03
* fix a typoChris Lattner2007-11-16
* Fix example code.Devang Patel2007-07-25
* first pass of nomenclature changes in .html filesGabor Greif2007-07-06
* Update AnalysisGroup documentation to document restriction that allowsDevang Patel2007-06-20
* Correct typo. Should be "not allowed"Tanya Lattner2007-06-07
* validation fixChris Lattner2007-05-18
* validation fixesChris Lattner2007-05-18
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Update doc to reflect changes I am about to install to fix PR 888.Devang Patel2007-05-01
* Remove "ModulePasses requiring FunctionPasses" from the list of futureDevang Patel2007-04-17
* Document how, module pass can require function pass.Devang Patel2007-04-16
* Document LoopPass.Devang Patel2007-03-19
* Change e-mail address.Jim Laskey2007-03-14
* Fix cut-n-pasto.Devang Patel2007-01-23
* Removing even more <iostream> includes.Bill Wendling2006-12-07
* Provide a gdb usage fix provided by Zhongzing Xu.Reid Spencer2006-09-28
* Update to match changes in RegisterAnalysisGroup usageChris Lattner2006-08-28
* update doc: analyze is gone and passes should just use RegisterPassChris Lattner2006-08-27
* Minor cleanupsChris Lattner2006-08-11
* Update the instructions for writing a pass as a loadable module per theReid Spencer2006-08-08
* Added how to add machine passes to command line options.Jim Laskey2006-08-04
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* Fixed a typo; "= 1" was missing.Robert Bocchino2006-01-06