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
2011-10-11
Minor modifications to make the Hello World example resemble the Hello World
Bill Wendling
2011-04-23
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
NAKAMURA Takumi
2011-04-18
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
NAKAMURA Takumi
2011-04-12
Document how to build a LLVM pass with CMake out of source.
Oscar Fuentes
2011-04-09
docs/*.html: Make W3C HTML 4.01 Strict more compliant.
NAKAMURA Takumi
2011-04-09
docs: Canonicalize URLs.
NAKAMURA Takumi
2011-04-07
Fix a bit of nonsense.
Jay Foad
2011-04-05
remove graphprinter support for domfrontier.
Chris Lattner
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-01-03
Further expand what a call graph pass may do.
Nick Lewycky
2011-01-03
Permit CallGraphSCCPasses readonly access to the direct callers of the functions
Nick Lewycky
2011-01-01
Correct a bunch of mistakes which meant that the example pass didn't
Duncan Sands
2011-01-01
I was unable to get the instructions to work if LLVM was built
Duncan Sands
2011-01-01
Clarify that the loadable module turns up in the top-level directory,
Duncan Sands
2010-10-20
Add RegionPass support.
Tobias Grosser
2010-07-21
Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...
Owen Anderson
2010-07-21
First stab at updating the documentation for INITIALIZE_PASS().
Owen Anderson
2010-07-08
Tweak some docs now that the default build is called Debug+Asserts.
Duncan Sands
2010-06-21
This makes example Makefile a lot more like actual
Chris Lattner
2010-05-07
Revert r103213. It broke several sections of live website.
mike-m
2010-05-06
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-04-16
update docs for api change.
Chris Lattner
2010-03-10
Clarify the documentation for MachineFunctionPasses.
Dan Gohman
2010-02-18
Uniformize the way these options are printed. Requested by
Duncan Sands
2010-02-18
Refer to -help instead of --help since this is what tools themselves say.
Duncan Sands
2009-10-12
Documentation: Perform automated correction of common typos.
Benjamin Kramer
2009-10-12
Fix typo, patch from Timo Juhani Lindfors.
Torok Edwin
2009-09-08
update this to use raw_ostream
Chris Lattner
2009-08-10
Clarify limitations of a ModulePass requiring a FunctionPass.
Devang Patel
2009-07-01
Try to clarify a point about getting DominatorTree info from a module pass.
Daniel Dunbar
2009-06-15
Fix a typo.
Dan Gohman
2009-02-18
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2008-12-11
Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>
Misha Brukman
2008-12-11
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2008-11-06
Clarify documentation. A module pass MP can require a function paqss FP only ...
Devang Patel
2008-10-28
fix prototype of print, it is (llvm/Pass.h):
Torok Edwin
2008-10-14
HTML syntax fixes.
Dan Gohman
2008-03-19
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2007-12-10
Fix some wording.
John Criswell
2007-12-03
Fixed typo.
John Criswell
2007-11-16
fix a typo
Chris Lattner
2007-07-25
Fix example code.
Devang Patel
2007-07-06
first pass of nomenclature changes in .html files
Gabor Greif
2007-06-20
Update AnalysisGroup documentation to document restriction that allows
Devang Patel
2007-06-07
Correct typo. Should be "not allowed"
Tanya Lattner
2007-05-18
validation fix
Chris Lattner
2007-05-18
validation fixes
Chris Lattner
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
[next]