aboutsummaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.html
AgeCommit message (Expand)Author
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
2004-11-19Added link to information on Statistic which is in the Programmers Manual.Tanya Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-18Misha implemented the ModuleProvider interface back in 9/18/2003.Chris Lattner
2004-09-18Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's andChris Lattner
2004-06-30Fixed the tutorial to indicate that we needed to use the llvm namespace.Jonathan Manton
2004-06-22Fixing broken linksTanya Lattner
2004-06-03GCSE has suddenly become a struct, not a class; fix broken link.Misha Brukman
2004-05-23Make use of the new doc_author class. "Seperate content from presentation" t...Chris Lattner
2004-03-17Fix a tag-oChris Lattner
2004-03-17Rewrite the second on AnalysisUsage usage. This documents the newChris Lattner
2004-03-08Fix some spelling and grammar.Misha Brukman
2004-01-26Clarified the extension to shared library objects.John Criswell
2004-01-15* HTML 4.01 Strict DTD complianceMisha Brukman
2003-10-27Merged in RELEASE_1.John Criswell
2003-10-23Remove explicit pathsChris Lattner