- d8cc7be Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration. by Owen Anderson · 14 years ago
- 20813e0 First stab at updating the documentation for INITIALIZE_PASS(). by Owen Anderson · 14 years ago
- 67f8a7b Tweak some docs now that the default build is called Debug+Asserts. by Duncan Sands · 14 years ago
- d47397f This makes example Makefile a lot more like actual by Chris Lattner · 14 years ago
- e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 15 years ago[Renamed from docs/main/WritingAnLLVMPass.html]
- 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago[Renamed from docs/WritingAnLLVMPass.html]
- 6f25d9f update docs for api change. by Chris Lattner · 15 years ago
- 9f116aa Clarify the documentation for MachineFunctionPasses. by Dan Gohman · 15 years ago
- 18619b2 Uniformize the way these options are printed. Requested by Russell Wallace. by Duncan Sands · 15 years ago
- 7e7ae5a Refer to -help instead of --help since this is what tools themselves say. by Duncan Sands · 15 years ago
- 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
- 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 15 years ago
- 0ce6f93 update this to use raw_ostream by Chris Lattner · 15 years ago
- 468857f Clarify limitations of a ModulePass requiring a FunctionPass. by Devang Patel · 15 years ago
- b71725b Try to clarify a point about getting DominatorTree info from a module pass. by Daniel Dunbar · 15 years ago
- d87c9e3 Fix a typo. by Dan Gohman · 15 years ago
- 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 16 years ago
- 1465d61 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 16 years ago
- f00ddb0 Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> by Misha Brukman · 16 years ago
- 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
- 00f1c40 Clarify documentation. A module pass MP can require a function paqss FP only if FP does not require any module pass. by Devang Patel · 16 years ago
- 52790e5 fix prototype of print, it is (llvm/Pass.h): by Torok Edwin · 16 years ago
- 364a39f HTML syntax fixes. by Dan Gohman · 16 years ago
- c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 17 years ago
- 9795bb8 Fix some wording. by John Criswell · 17 years ago
- 8528e78 Fixed typo. by John Criswell · 17 years ago
- b763228 fix a typo by Chris Lattner · 17 years ago
- 26e5a30 Fix example code. by Devang Patel · 17 years ago
- 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
- 2397f8d Update AnalysisGroup documentation to document restriction that allows by Devang Patel · 17 years ago
- 18aad23 Correct typo. Should be "not allowed" by Tanya Lattner · 17 years ago
- 5502117 validation fix by Chris Lattner · 18 years ago
- b5c87f6 validation fixes by Chris Lattner · 18 years ago
- 1997473 Drop 'const' by Devang Patel · 18 years ago
- 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
- e50fb9a Update doc to reflect changes I am about to install to fix PR 888. by Devang Patel · 18 years ago
- f23de11 Remove "ModulePasses requiring FunctionPasses" from the list of future by Devang Patel · 18 years ago
- 3c1ca0b Document how, module pass can require function pass. by Devang Patel · 18 years ago
- 2e8f27d Document LoopPass. by Devang Patel · 18 years ago
- c760a92 Change e-mail address. by Jim Laskey · 18 years ago
- c20048d Fix cut-n-pasto. by Devang Patel · 18 years ago
- 832171c Removing even more <iostream> includes. by Bill Wendling · 18 years ago
- 22a9e5b Provide a gdb usage fix provided by Zhongzing Xu. by Reid Spencer · 18 years ago
- dc87725 Update to match changes in RegisterAnalysisGroup usage by Chris Lattner · 18 years ago
- c8603c2 update doc: analyze is gone and passes should just use RegisterPass by Chris Lattner · 18 years ago
- 8f652eb Minor cleanups by Chris Lattner · 18 years ago
- ebfe07f Update the instructions for writing a pass as a loadable module per the by Reid Spencer · 18 years ago
- 5fa8fff Added how to add machine passes to command line options. by Jim Laskey · 18 years ago
- 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
- 3cf817d Fixed a typo; "= 1" was missing. by Robert Bocchino · 19 years ago
- 0b1010e Fixed a punctuation error. by John Criswell · 19 years ago
- 2382ff7 Fixed some punctuation. by John Criswell · 19 years ago
- 01d7139 Fix some broken links, taking care of PR554 by Chris Lattner · 20 years ago
- 4c376ea update to match build changes. by Chris Lattner · 20 years ago
- 7fa6d52 * Add the use of LOADABLE_MODULE=1 in the makefile example by Reid Spencer · 20 years ago
- 1bc1934 Fix some minor spellos and grammaros. by Reid Spencer · 20 years ago
- 54dc8b2 Fixed broken links. by Tanya Lattner · 20 years ago
- 05f8d5f Fixed a typo. by Tanya Lattner · 20 years ago
- d538365 Added link to information on Statistic which is in the Programmers Manual. by Tanya Lattner · 20 years ago
- f627892 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
- 62b442d Misha implemented the ModuleProvider interface back in 9/18/2003. by Chris Lattner · 20 years ago
- 8fdb246 Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and by Chris Lattner · 20 years ago
- 65acb30 Fixed the tutorial to indicate that we needed to use the llvm namespace. by Jonathan Manton · 20 years ago
- a3da777 Fixing broken links by Tanya Lattner · 20 years ago
- d15516e GCSE has suddenly become a struct, not a class; fix broken link. by Misha Brukman · 20 years ago
- 7911ce2 Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 21 years ago
- a577630 Fix a tag-o by Chris Lattner · 21 years ago
- 8925627 Rewrite the second on AnalysisUsage usage. This documents the new by Chris Lattner · 21 years ago
- efc182e Fix some spelling and grammar. by Misha Brukman · 21 years ago
- f9c7865 Clarified the extension to shared library objects. by John Criswell · 21 years ago
- c540240 * HTML 4.01 Strict DTD compliance by Misha Brukman · 21 years ago
- 0f6d7c0 Merged in RELEASE_1. by John Criswell · 21 years ago
- fafe630 Remove explicit paths by Chris Lattner · 21 years ago
- 065a616 Fix spell-o's by Chris Lattner · 21 years ago
- ef6a6a6 The word `dependent' has no `a'. by Misha Brukman · 21 years ago
- 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
- 6a33f36 Add documentation for runOnMachineFunction() by Brian Gaeke · 21 years ago
- cab8b6f Added bits about MachineFunctionPass by Brian Gaeke · 21 years ago
- bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
- e3443a6 Fixed: </pre</p> => </pre></p> by Misha Brukman · 21 years ago
- 8291e04 Rename Analysis Usage methods by Chris Lattner · 22 years ago
- f004f9a Add documentation for ImmutablePass's by Chris Lattner · 22 years ago
- ed2e7a9 Fix typeo by Chris Lattner · 22 years ago
- fd21476 Remove warning that is no longer applicable by Chris Lattner · 22 years ago
- d0713f9 Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of by Chris Lattner · 22 years ago
- d6ea926 Fix minor typo by Chris Lattner · 22 years ago
- 480e2ef * Remove notes at the top of the file by Chris Lattner · 22 years ago
- 7991070 Add documentation for AnalysisGroup functionality by Chris Lattner · 22 years ago
- 7ce83e5 Gross, some whitespace escaped by Chris Lattner · 22 years ago
- 17a4c3e Fix bug in documentation by Chris Lattner · 22 years ago
- 38c633d Oh yeah, I wrote it. by Chris Lattner · 22 years ago
- c6bb824 Initial checkin of the "Writting an LLVM Pass" document by Chris Lattner · 22 years ago