summaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.html
Commit message (Expand)AuthorAge
* 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
* Fixed a punctuation error.John Criswell2005-11-28
* Fixed some punctuation.John Criswell2005-07-15
* Fix some broken links, taking care of PR554Chris Lattner2005-04-21
* update to match build changes.Chris Lattner2005-04-21
* * Add the use of LOADABLE_MODULE=1 in the makefile exampleReid Spencer2005-01-11
* Fix some minor spellos and grammaros.Reid Spencer2004-12-11
* Fixed broken links.Tanya Lattner2004-12-08
* Fixed a typo.Tanya Lattner2004-11-19
* Added link to information on Statistic which is in the Programmers Manual.Tanya Lattner2004-11-19
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20