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