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