aboutsummaryrefslogtreecommitdiffstats
path: root/docs/WritingAnLLVMPass.html
Commit message (Expand)AuthorAgeFilesLines
...
* Update doc to reflect changes I am about to install to fix PR 888.Devang Patel2007-05-011-0/+19
* Remove "ModulePasses requiring FunctionPasses" from the list of futureDevang Patel2007-04-171-28/+1
* Document how, module pass can require function pass.Devang Patel2007-04-161-2/+18
* Document LoopPass.Devang Patel2007-03-191-0/+88
* Change e-mail address.Jim Laskey2007-03-141-1/+1
* Fix cut-n-pasto.Devang Patel2007-01-231-6/+6
* Removing even more <iostream> includes.Bill Wendling2006-12-071-4/+4
* Provide a gdb usage fix provided by Zhongzing Xu.Reid Spencer2006-09-281-1/+1
* Update to match changes in RegisterAnalysisGroup usageChris Lattner2006-08-281-2/+2
* update doc: analyze is gone and passes should just use RegisterPassChris Lattner2006-08-271-42/+19
* Minor cleanupsChris Lattner2006-08-111-4/+4
* Update the instructions for writing a pass as a loadable module per theReid Spencer2006-08-081-3/+5
* Added how to add machine passes to command line options.Jim Laskey2006-08-041-77/+216
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-34/+34
* Fixed a typo; "= 1" was missing.Robert Bocchino2006-01-061-1/+1
* Fixed a punctuation error.John Criswell2005-11-281-1/+1
* Fixed some punctuation.John Criswell2005-07-151-3/+3
* Fix some broken links, taking care of PR554Chris Lattner2005-04-211-6/+6
* update to match build changes.Chris Lattner2005-04-211-2/+2
* * Add the use of LOADABLE_MODULE=1 in the makefile exampleReid Spencer2005-01-111-13/+18
* Fix some minor spellos and grammaros.Reid Spencer2004-12-111-14/+13
* Fixed broken links.Tanya Lattner2004-12-081-1/+1
* Fixed a typo.Tanya Lattner2004-11-191-2/+2
* Added link to information on Statistic which is in the Programmers Manual.Tanya Lattner2004-11-191-0/+18
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-27/+30
* Misha implemented the ModuleProvider interface back in 9/18/2003.Chris Lattner2004-09-181-28/+0
* Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's andChris Lattner2004-09-181-15/+130
* Fixed the tutorial to indicate that we needed to use the llvm namespace.Jonathan Manton2004-06-301-0/+10
* Fixing broken linksTanya Lattner2004-06-221-1/+1
* GCSE has suddenly become a struct, not a class; fix broken link.Misha Brukman2004-06-031-1/+1
* Make use of the new doc_author class. "Seperate content from presentation" t...Chris Lattner2004-05-231-2/+2
* Fix a tag-oChris Lattner2004-03-171-1/+1
* Rewrite the second on AnalysisUsage usage. This documents the newChris Lattner2004-03-171-73/+118
* Fix some spelling and grammar.Misha Brukman2004-03-081-3/+3
* Clarified the extension to shared library objects.John Criswell2004-01-261-1/+6
* * HTML 4.01 Strict DTD complianceMisha Brukman2004-01-151-499/+645
* Merged in RELEASE_1.John Criswell2003-10-271-1/+3
* Remove explicit pathsChris Lattner2003-10-231-3/+2
* Fix spell-o'sChris Lattner2003-09-101-1/+1
* The word `dependent' has no `a'.Misha Brukman2003-08-211-2/+2
* Spell `necessary' correctly.Misha Brukman2003-08-181-2/+2
* Add documentation for runOnMachineFunction()Brian Gaeke2003-07-221-1/+27
* Added bits about MachineFunctionPassBrian Gaeke2003-07-171-0/+27
* The word `separate' only has one `e'.Misha Brukman2003-07-141-2/+2
* Fixed: </pre</p> => </pre></p>Misha Brukman2003-07-141-2/+2
* Rename Analysis Usage methodsChris Lattner2002-10-211-4/+4
* Add documentation for ImmutablePass'sChris Lattner2002-09-251-1/+23
* Fix typeoChris Lattner2002-09-171-1/+1
* Remove warning that is no longer applicableChris Lattner2002-09-161-4/+2
* Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner2002-09-121-14/+53