aboutsummaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.html
AgeCommit message (Expand)Author
2010-02-18Uniformize the way these options are printed. Requested byDuncan Sands
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands
2009-10-12Documentation: Perform automated correction of common typos.Benjamin Kramer
2009-10-12Fix typo, patch from Timo Juhani Lindfors.Torok Edwin
2009-09-08update this to use raw_ostreamChris Lattner
2009-08-10Clarify limitations of a ModulePass requiring a FunctionPass.Devang Patel
2009-07-01Try to clarify a point about getting DominatorTree info from a module pass.Daniel Dunbar
2009-06-15Fix a typo.Dan Gohman
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2008-12-11Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-11-06Clarify documentation. A module pass MP can require a function paqss FP only ...Devang Patel
2008-10-28fix prototype of print, it is (llvm/Pass.h):Torok Edwin
2008-10-14HTML syntax fixes.Dan Gohman
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel
2007-12-10Fix some wording.John Criswell
2007-12-03Fixed typo.John Criswell
2007-11-16fix a typoChris Lattner
2007-07-25Fix example code.Devang Patel
2007-07-06first pass of nomenclature changes in .html filesGabor Greif
2007-06-20Update AnalysisGroup documentation to document restriction that allowsDevang Patel
2007-06-07Correct typo. Should be "not allowed"Tanya Lattner
2007-05-18validation fixChris Lattner
2007-05-18validation fixesChris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Update doc to reflect changes I am about to install to fix PR 888.Devang Patel
2007-04-17Remove "ModulePasses requiring FunctionPasses" from the list of futureDevang Patel
2007-04-16Document how, module pass can require function pass.Devang Patel
2007-03-19Document LoopPass.Devang Patel
2007-03-14Change e-mail address.Jim Laskey
2007-01-23Fix cut-n-pasto.Devang Patel
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-09-28Provide a gdb usage fix provided by Zhongzing Xu.Reid Spencer
2006-08-28Update to match changes in RegisterAnalysisGroup usageChris Lattner
2006-08-27update doc: analyze is gone and passes should just use RegisterPassChris Lattner
2006-08-11Minor cleanupsChris Lattner
2006-08-08Update the instructions for writing a pass as a loadable module per theReid Spencer
2006-08-04Added how to add machine passes to command line options.Jim Laskey
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2006-01-06Fixed a typo; "= 1" was missing.Robert Bocchino
2005-11-28Fixed a punctuation error.John Criswell
2005-07-15Fixed some punctuation.John Criswell
2005-04-21Fix some broken links, taking care of PR554Chris Lattner
2005-04-21update to match build changes.Chris Lattner
2005-01-11* Add the use of LOADABLE_MODULE=1 in the makefile exampleReid Spencer
2004-12-11Fix some minor spellos and grammaros.Reid Spencer
2004-12-08Fixed broken links.Tanya Lattner
2004-11-19Fixed a typo.Tanya Lattner