summaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.html
AgeCommit message (Expand)AuthorFilesLines
2007-01-23Fix cut-n-pasto.Devang Patel1-6/+6
2006-12-07Removing even more <iostream> includes.Bill Wendling1-4/+4
2006-09-28Provide a gdb usage fix provided by Zhongzing Xu.Reid Spencer1-1/+1
2006-08-28Update to match changes in RegisterAnalysisGroup usageChris Lattner1-2/+2
2006-08-27update doc: analyze is gone and passes should just use RegisterPassChris Lattner1-42/+19
2006-08-11Minor cleanupsChris Lattner1-4/+4
2006-08-08Update the instructions for writing a pass as a loadable module per theReid Spencer1-3/+5
2006-08-04Added how to add machine passes to command line options.Jim Laskey1-77/+216
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer1-34/+34
2006-01-06Fixed a typo; "= 1" was missing.Robert Bocchino1-1/+1
2005-11-28Fixed a punctuation error.John Criswell1-1/+1
2005-07-15Fixed some punctuation.John Criswell1-3/+3
2005-04-21Fix some broken links, taking care of PR554Chris Lattner1-6/+6
2005-04-21update to match build changes.Chris Lattner1-2/+2
2005-01-11* Add the use of LOADABLE_MODULE=1 in the makefile exampleReid Spencer1-13/+18
2004-12-11Fix some minor spellos and grammaros.Reid Spencer1-14/+13
2004-12-08Fixed broken links.Tanya Lattner1-1/+1
2004-11-19Fixed a typo.Tanya Lattner1-2/+2
2004-11-19Added link to information on Statistic which is in the Programmers Manual.Tanya Lattner1-0/+18
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner1-27/+30
2004-09-18Misha implemented the ModuleProvider interface back in 9/18/2003.Chris Lattner1-28/+0
2004-09-18Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's andChris Lattner1-15/+130
2004-06-30Fixed the tutorial to indicate that we needed to use the llvm namespace.Jonathan Manton1-0/+10
2004-06-22Fixing broken linksTanya Lattner1-1/+1
2004-06-03GCSE has suddenly become a struct, not a class; fix broken link.Misha Brukman1-1/+1
2004-05-23Make use of the new doc_author class. "Seperate content from presentation" t...Chris Lattner1-2/+2
2004-03-17Fix a tag-oChris Lattner1-1/+1
2004-03-17Rewrite the second on AnalysisUsage usage. This documents the newChris Lattner1-73/+118
2004-03-08Fix some spelling and grammar.Misha Brukman1-3/+3
2004-01-26Clarified the extension to shared library objects.John Criswell1-1/+6
2004-01-15* HTML 4.01 Strict DTD complianceMisha Brukman1-499/+645
2003-10-27Merged in RELEASE_1.John Criswell1-1/+3
2003-10-23Remove explicit pathsChris Lattner1-3/+2
2003-09-10Fix spell-o'sChris Lattner1-1/+1
2003-08-21The word `dependent' has no `a'.Misha Brukman1-2/+2
2003-08-18Spell `necessary' correctly.Misha Brukman1-2/+2
2003-07-22Add documentation for runOnMachineFunction()Brian Gaeke1-1/+27
2003-07-17Added bits about MachineFunctionPassBrian Gaeke1-0/+27
2003-07-14The word `separate' only has one `e'.Misha Brukman1-2/+2
2003-07-14Fixed: </pre</p> => </pre></p>Misha Brukman1-2/+2
2002-10-21Rename Analysis Usage methodsChris Lattner1-4/+4
2002-09-25Add documentation for ImmutablePass'sChris Lattner1-1/+23
2002-09-17Fix typeoChris Lattner1-1/+1
2002-09-16Remove warning that is no longer applicableChris Lattner1-4/+2
2002-09-12Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner1-14/+53
2002-09-09Fix minor typoChris Lattner1-1/+1
2002-09-06* Remove notes at the top of the fileChris Lattner1-30/+93
2002-08-22Add documentation for AnalysisGroup functionalityChris Lattner1-7/+133
2002-08-14Gross, some whitespace escapedChris Lattner1-3/+3
2002-08-14Fix bug in documentationChris Lattner1-6/+15