index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
WritingAnLLVMPass.html
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-23
Fix cut-n-pasto.
Devang Patel
1
-6
/
+6
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
1
-4
/
+4
2006-09-28
Provide a gdb usage fix provided by Zhongzing Xu.
Reid Spencer
1
-1
/
+1
2006-08-28
Update to match changes in RegisterAnalysisGroup usage
Chris Lattner
1
-2
/
+2
2006-08-27
update doc: analyze is gone and passes should just use RegisterPass
Chris Lattner
1
-42
/
+19
2006-08-11
Minor cleanups
Chris Lattner
1
-4
/
+4
2006-08-08
Update the instructions for writing a pass as a loadable module per the
Reid Spencer
1
-3
/
+5
2006-08-04
Added how to add machine passes to command line options.
Jim Laskey
1
-77
/
+216
2006-03-14
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
1
-34
/
+34
2006-01-06
Fixed a typo; "= 1" was missing.
Robert Bocchino
1
-1
/
+1
2005-11-28
Fixed a punctuation error.
John Criswell
1
-1
/
+1
2005-07-15
Fixed some punctuation.
John Criswell
1
-3
/
+3
2005-04-21
Fix some broken links, taking care of PR554
Chris Lattner
1
-6
/
+6
2005-04-21
update to match build changes.
Chris Lattner
1
-2
/
+2
2005-01-11
* Add the use of LOADABLE_MODULE=1 in the makefile example
Reid Spencer
1
-13
/
+18
2004-12-11
Fix some minor spellos and grammaros.
Reid Spencer
1
-14
/
+13
2004-12-08
Fixed broken links.
Tanya Lattner
1
-1
/
+1
2004-11-19
Fixed a typo.
Tanya Lattner
1
-2
/
+2
2004-11-19
Added link to information on Statistic which is in the Programmers Manual.
Tanya Lattner
1
-0
/
+18
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
1
-27
/
+30
2004-09-18
Misha implemented the ModuleProvider interface back in 9/18/2003.
Chris Lattner
1
-28
/
+0
2004-09-18
Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and
Chris Lattner
1
-15
/
+130
2004-06-30
Fixed the tutorial to indicate that we needed to use the llvm namespace.
Jonathan Manton
1
-0
/
+10
2004-06-22
Fixing broken links
Tanya Lattner
1
-1
/
+1
2004-06-03
GCSE has suddenly become a struct, not a class; fix broken link.
Misha Brukman
1
-1
/
+1
2004-05-23
Make use of the new doc_author class. "Seperate content from presentation" t...
Chris Lattner
1
-2
/
+2
2004-03-17
Fix a tag-o
Chris Lattner
1
-1
/
+1
2004-03-17
Rewrite the second on AnalysisUsage usage. This documents the new
Chris Lattner
1
-73
/
+118
2004-03-08
Fix some spelling and grammar.
Misha Brukman
1
-3
/
+3
2004-01-26
Clarified the extension to shared library objects.
John Criswell
1
-1
/
+6
2004-01-15
* HTML 4.01 Strict DTD compliance
Misha Brukman
1
-499
/
+645
2003-10-27
Merged in RELEASE_1.
John Criswell
1
-1
/
+3
2003-10-23
Remove explicit paths
Chris Lattner
1
-3
/
+2
2003-09-10
Fix spell-o's
Chris Lattner
1
-1
/
+1
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
1
-2
/
+2
2003-08-18
Spell `necessary' correctly.
Misha Brukman
1
-2
/
+2
2003-07-22
Add documentation for runOnMachineFunction()
Brian Gaeke
1
-1
/
+27
2003-07-17
Added bits about MachineFunctionPass
Brian Gaeke
1
-0
/
+27
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
1
-2
/
+2
2003-07-14
Fixed: </pre</p> => </pre></p>
Misha Brukman
1
-2
/
+2
2002-10-21
Rename Analysis Usage methods
Chris Lattner
1
-4
/
+4
2002-09-25
Add documentation for ImmutablePass's
Chris Lattner
1
-1
/
+23
2002-09-17
Fix typeo
Chris Lattner
1
-1
/
+1
2002-09-16
Remove warning that is no longer applicable
Chris Lattner
1
-4
/
+2
2002-09-12
Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of
Chris Lattner
1
-14
/
+53
2002-09-09
Fix minor typo
Chris Lattner
1
-1
/
+1
2002-09-06
* Remove notes at the top of the file
Chris Lattner
1
-30
/
+93
2002-08-22
Add documentation for AnalysisGroup functionality
Chris Lattner
1
-7
/
+133
2002-08-14
Gross, some whitespace escaped
Chris Lattner
1
-3
/
+3
2002-08-14
Fix bug in documentation
Chris Lattner
1
-6
/
+15
[next]