aboutsummaryrefslogtreecommitdiffstats
path: root/docs/WritingAnLLVMPass.html
Commit message (Expand)AuthorAgeFilesLines
* Minor modifications to make the Hello World example resemble the Hello WorldBill Wendling2011-10-111-48/+68
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-84/+84
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-133/+149
* Document how to build a LLVM pass with CMake out of source.Oscar Fuentes2011-04-121-0/+3
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-091-3/+3
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
* Fix a bit of nonsense.Jay Foad2011-04-071-2/+2
* remove graphprinter support for domfrontier.Chris Lattner2011-04-051-11/+0
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-151-1/+1
* Further expand what a call graph pass may do.Nick Lewycky2011-01-031-5/+3
* Permit CallGraphSCCPasses readonly access to the direct callers of the functionsNick Lewycky2011-01-031-2/+2
* Correct a bunch of mistakes which meant that the example pass didn'tDuncan Sands2011-01-011-8/+8
* I was unable to get the instructions to work if LLVM was builtDuncan Sands2011-01-011-2/+4
* Clarify that the loadable module turns up in the top-level directory,Duncan Sands2011-01-011-4/+5
* Add RegionPass support.Tobias Grosser2010-10-201-0/+87
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-211-20/+23
* First stab at updating the documentation for INITIALIZE_PASS().Owen Anderson2010-07-211-7/+7
* Tweak some docs now that the default build is called Debug+Asserts.Duncan Sands2010-07-081-10/+10
* This makes example Makefile a lot more like actualChris Lattner2010-06-211-5/+0
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+1842
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-1842/+0
* update docs for api change.Chris Lattner2010-04-161-1/+1
* Clarify the documentation for MachineFunctionPasses.Dan Gohman2010-03-101-4/+10
* Uniformize the way these options are printed. Requested byDuncan Sands2010-02-181-1/+1
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-181-6/+6
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-121-2/+2
* Fix typo, patch from Timo Juhani Lindfors.Torok Edwin2009-10-121-1/+1
* update this to use raw_ostreamChris Lattner2009-09-081-4/+7
* Clarify limitations of a ModulePass requiring a FunctionPass.Devang Patel2009-08-101-1/+1
* Try to clarify a point about getting DominatorTree info from a module pass.Daniel Dunbar2009-07-011-4/+9
* Fix a typo.Dan Gohman2009-06-151-1/+1
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-2/+2
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-5/+7
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-111-1/+1
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
* Clarify documentation. A module pass MP can require a function paqss FP only ...Devang Patel2008-11-061-1/+2
* fix prototype of print, it is (llvm/Pass.h):Torok Edwin2008-10-281-1/+1
* HTML syntax fixes.Dan Gohman2008-10-141-1/+1
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-2/+8
* Fix some wording.John Criswell2007-12-101-1/+2
* Fixed typo.John Criswell2007-12-031-1/+1
* fix a typoChris Lattner2007-11-161-1/+1
* Fix example code.Devang Patel2007-07-251-0/+1
* first pass of nomenclature changes in .html filesGabor Greif2007-07-061-10/+10
* Update AnalysisGroup documentation to document restriction that allowsDevang Patel2007-06-201-2/+3
* Correct typo. Should be "not allowed"Tanya Lattner2007-06-071-1/+1
* validation fixChris Lattner2007-05-181-1/+1
* validation fixesChris Lattner2007-05-181-4/+6
* Drop 'const'Devang Patel2007-05-031-3/+3
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-3/+3