summaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.html
AgeCommit message (Expand)AuthorFilesLines
2012-04-19[docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar1-1/+1
2012-04-08Formatting changes. Don't put spaces in front of some code, which only makes ...Bill Wendling1-70/+68
2011-12-09Revert r146041 et al. The FunctionPass doesn't take an address but the ID.Bill Wendling1-2/+2
2011-12-07Also pass in correct initializer here.Bill Wendling1-1/+1
2011-12-07Correct initializer in example.Bill Wendling1-1/+1
2011-10-11Minor modifications to make the Hello World example resemble the Hello WorldBill Wendling1-48/+68
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi1-84/+84
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi1-133/+149
2011-04-12Document how to build a LLVM pass with CMake out of source.Oscar Fuentes1-0/+3
2011-04-09docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi1-3/+3
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi1-1/+1
2011-04-07Fix a bit of nonsense.Jay Foad1-2/+2
2011-04-05remove graphprinter support for domfrontier.Chris Lattner1-11/+0
2011-02-15Spelling fix: consequtive -> consecutive.Duncan Sands1-1/+1
2011-01-03Further expand what a call graph pass may do.Nick Lewycky1-5/+3
2011-01-03Permit CallGraphSCCPasses readonly access to the direct callers of the functionsNick Lewycky1-2/+2
2011-01-01Correct a bunch of mistakes which meant that the example pass didn'tDuncan Sands1-8/+8
2011-01-01I was unable to get the instructions to work if LLVM was builtDuncan Sands1-2/+4
2011-01-01Clarify that the loadable module turns up in the top-level directory,Duncan Sands1-4/+5
2010-10-20Add RegionPass support.Tobias Grosser1-0/+87
2010-07-21Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson1-20/+23
2010-07-21First stab at updating the documentation for INITIALIZE_PASS().Owen Anderson1-7/+7
2010-07-08Tweak some docs now that the default build is called Debug+Asserts.Duncan Sands1-10/+10
2010-06-21This makes example Makefile a lot more like actualChris Lattner1-5/+0
2010-05-07Revert r103213. It broke several sections of live website.mike-m1-0/+1842
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m1-1842/+0
2010-04-16update docs for api change.Chris Lattner1-1/+1
2010-03-10Clarify the documentation for MachineFunctionPasses.Dan Gohman1-4/+10
2010-02-18Uniformize the way these options are printed. Requested byDuncan Sands1-1/+1
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands1-6/+6
2009-10-12Documentation: Perform automated correction of common typos.Benjamin Kramer1-2/+2
2009-10-12Fix typo, patch from Timo Juhani Lindfors.Torok Edwin1-1/+1
2009-09-08update this to use raw_ostreamChris Lattner1-4/+7
2009-08-10Clarify limitations of a ModulePass requiring a FunctionPass.Devang Patel1-1/+1
2009-07-01Try to clarify a point about getting DominatorTree info from a module pass.Daniel Dunbar1-4/+9
2009-06-15Fix a typo.Dan Gohman1-1/+1
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman1-2/+2
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands1-5/+7
2008-12-11Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman1-1/+1
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman1-2/+2
2008-11-06Clarify documentation. A module pass MP can require a function paqss FP only ...Devang Patel1-1/+2
2008-10-28fix prototype of print, it is (llvm/Pass.h):Torok Edwin1-1/+1
2008-10-14HTML syntax fixes.Dan Gohman1-1/+1
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel1-2/+8
2007-12-10Fix some wording.John Criswell1-1/+2
2007-12-03Fixed typo.John Criswell1-1/+1
2007-11-16fix a typoChris Lattner1-1/+1
2007-07-25Fix example code.Devang Patel1-0/+1
2007-07-06first pass of nomenclature changes in .html filesGabor Greif1-10/+10
2007-06-20Update AnalysisGroup documentation to document restriction that allowsDevang Patel1-2/+3