aboutsummaryrefslogtreecommitdiffstats
path: root/docs/WritingAnLLVMPass.html
Commit message (Expand)AuthorAgeFilesLines
* Clarify limitations of a ModulePass requiring a FunctionPass.Devang Patel2009-08-101-1/+1
* Try to clarify a point about getting DominatorTree info from a module pass.Daniel Dunbar2009-07-011-4/+9
* Fix a typo.Dan Gohman2009-06-151-1/+1
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-2/+2
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-5/+7
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-111-1/+1
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
* Clarify documentation. A module pass MP can require a function paqss FP only ...Devang Patel2008-11-061-1/+2
* fix prototype of print, it is (llvm/Pass.h):Torok Edwin2008-10-281-1/+1
* HTML syntax fixes.Dan Gohman2008-10-141-1/+1
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-2/+8
* Fix some wording.John Criswell2007-12-101-1/+2
* Fixed typo.John Criswell2007-12-031-1/+1
* fix a typoChris Lattner2007-11-161-1/+1
* Fix example code.Devang Patel2007-07-251-0/+1
* first pass of nomenclature changes in .html filesGabor Greif2007-07-061-10/+10
* Update AnalysisGroup documentation to document restriction that allowsDevang Patel2007-06-201-2/+3
* Correct typo. Should be "not allowed"Tanya Lattner2007-06-071-1/+1
* validation fixChris Lattner2007-05-181-1/+1
* validation fixesChris Lattner2007-05-181-4/+6
* Drop 'const'Devang Patel2007-05-031-3/+3
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-3/+3
* Update doc to reflect changes I am about to install to fix PR 888.Devang Patel2007-05-011-0/+19
* Remove "ModulePasses requiring FunctionPasses" from the list of futureDevang Patel2007-04-171-28/+1
* Document how, module pass can require function pass.Devang Patel2007-04-161-2/+18
* Document LoopPass.Devang Patel2007-03-191-0/+88
* Change e-mail address.Jim Laskey2007-03-141-1/+1
* Fix cut-n-pasto.Devang Patel2007-01-231-6/+6
* Removing even more <iostream> includes.Bill Wendling2006-12-071-4/+4
* Provide a gdb usage fix provided by Zhongzing Xu.Reid Spencer2006-09-281-1/+1
* Update to match changes in RegisterAnalysisGroup usageChris Lattner2006-08-281-2/+2
* update doc: analyze is gone and passes should just use RegisterPassChris Lattner2006-08-271-42/+19
* Minor cleanupsChris Lattner2006-08-111-4/+4
* Update the instructions for writing a pass as a loadable module per theReid Spencer2006-08-081-3/+5
* Added how to add machine passes to command line options.Jim Laskey2006-08-041-77/+216
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-34/+34
* Fixed a typo; "= 1" was missing.Robert Bocchino2006-01-061-1/+1
* Fixed a punctuation error.John Criswell2005-11-281-1/+1
* Fixed some punctuation.John Criswell2005-07-151-3/+3
* Fix some broken links, taking care of PR554Chris Lattner2005-04-211-6/+6
* update to match build changes.Chris Lattner2005-04-211-2/+2
* * Add the use of LOADABLE_MODULE=1 in the makefile exampleReid Spencer2005-01-111-13/+18
* Fix some minor spellos and grammaros.Reid Spencer2004-12-111-14/+13
* Fixed broken links.Tanya Lattner2004-12-081-1/+1
* Fixed a typo.Tanya Lattner2004-11-191-2/+2
* Added link to information on Statistic which is in the Programmers Manual.Tanya Lattner2004-11-191-0/+18
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-27/+30
* Misha implemented the ModuleProvider interface back in 9/18/2003.Chris Lattner2004-09-181-28/+0
* Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's andChris Lattner2004-09-181-15/+130
* Fixed the tutorial to indicate that we needed to use the llvm namespace.Jonathan Manton2004-06-301-0/+10