aboutsummaryrefslogtreecommitdiffstats
path: root/docs/WritingAnLLVMPass.html
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-121-2/+2
* Fix typo, patch from Timo Juhani Lindfors.Edwin Török2009-10-121-1/+1
* update this to use raw_ostreamChris Lattner2009-09-081-4/+7
* 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):Edwin Török2008-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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1817