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