index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
WritingAnLLVMPass.html
Age
Commit message (
Expand
)
Author
2007-04-17
Remove "ModulePasses requiring FunctionPasses" from the list of future
Devang Patel
2007-04-16
Document how, module pass can require function pass.
Devang Patel
2007-03-19
Document LoopPass.
Devang Patel
2007-03-14
Change e-mail address.
Jim Laskey
2007-01-23
Fix cut-n-pasto.
Devang Patel
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-09-28
Provide a gdb usage fix provided by Zhongzing Xu.
Reid Spencer
2006-08-28
Update to match changes in RegisterAnalysisGroup usage
Chris Lattner
2006-08-27
update doc: analyze is gone and passes should just use RegisterPass
Chris Lattner
2006-08-11
Minor cleanups
Chris Lattner
2006-08-08
Update the instructions for writing a pass as a loadable module per the
Reid Spencer
2006-08-04
Added how to add machine passes to command line options.
Jim Laskey
2006-03-14
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2006-01-06
Fixed a typo; "= 1" was missing.
Robert Bocchino
2005-11-28
Fixed a punctuation error.
John Criswell
2005-07-15
Fixed some punctuation.
John Criswell
2005-04-21
Fix some broken links, taking care of PR554
Chris Lattner
2005-04-21
update to match build changes.
Chris Lattner
2005-01-11
* Add the use of LOADABLE_MODULE=1 in the makefile example
Reid Spencer
2004-12-11
Fix some minor spellos and grammaros.
Reid Spencer
2004-12-08
Fixed broken links.
Tanya Lattner
2004-11-19
Fixed a typo.
Tanya Lattner
2004-11-19
Added 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 derive
Chris Lattner
2004-09-18
Misha implemented the ModuleProvider interface back in 9/18/2003.
Chris Lattner
2004-09-18
Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and
Chris Lattner
2004-06-30
Fixed the tutorial to indicate that we needed to use the llvm namespace.
Jonathan Manton
2004-06-22
Fixing broken links
Tanya Lattner
2004-06-03
GCSE has suddenly become a struct, not a class; fix broken link.
Misha Brukman
2004-05-23
Make use of the new doc_author class. "Seperate content from presentation" t...
Chris Lattner
2004-03-17
Fix a tag-o
Chris Lattner
2004-03-17
Rewrite the second on AnalysisUsage usage. This documents the new
Chris Lattner
2004-03-08
Fix some spelling and grammar.
Misha Brukman
2004-01-26
Clarified the extension to shared library objects.
John Criswell
2004-01-15
* HTML 4.01 Strict DTD compliance
Misha Brukman
2003-10-27
Merged in RELEASE_1.
John Criswell
2003-10-23
Remove explicit paths
Chris Lattner
2003-09-10
Fix spell-o's
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-07-22
Add documentation for runOnMachineFunction()
Brian Gaeke
2003-07-17
Added bits about MachineFunctionPass
Brian Gaeke
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
2003-07-14
Fixed: </pre</p> => </pre></p>
Misha Brukman
2002-10-21
Rename Analysis Usage methods
Chris Lattner
2002-09-25
Add documentation for ImmutablePass's
Chris Lattner
2002-09-17
Fix typeo
Chris Lattner
2002-09-16
Remove warning that is no longer applicable
Chris Lattner
2002-09-12
Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of
Chris Lattner
2002-09-09
Fix minor typo
Chris Lattner
[prev]
[next]