aboutsummaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.html
AgeCommit message (Expand)Author
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
2003-09-10Fix spell-o'sChris Lattner
2003-08-21The word `dependent' has no `a'.Misha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-07-22Add documentation for runOnMachineFunction()Brian Gaeke
2003-07-17Added bits about MachineFunctionPassBrian Gaeke
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-07-14Fixed: </pre</p> => </pre></p>Misha Brukman
2002-10-21Rename Analysis Usage methodsChris Lattner
2002-09-25Add documentation for ImmutablePass'sChris Lattner
2002-09-17Fix typeoChris Lattner
2002-09-16Remove warning that is no longer applicableChris Lattner
2002-09-12Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner
2002-09-09Fix minor typoChris Lattner