1. 71001c9 Fix a bit of nonsense. by Jay Foad · 13 years ago
  2. 51fbec9 remove graphprinter support for domfrontier. by Chris Lattner · 13 years ago
  3. ab4c366 Spelling fix: consequtive -> consecutive. by Duncan Sands · 14 years ago
  4. 9959706 Further expand what a call graph pass may do. by Nick Lewycky · 14 years ago
  5. 041ee7e Permit CallGraphSCCPasses readonly access to the direct callers of the functions by Nick Lewycky · 14 years ago
  6. 5e09eef Correct a bunch of mistakes which meant that the example pass didn't by Duncan Sands · 14 years ago
  7. dc97c0b I was unable to get the instructions to work if LLVM was built by Duncan Sands · 14 years ago
  8. 779ff7f Clarify that the loadable module turns up in the top-level directory, by Duncan Sands · 14 years ago
  9. 6551360 Add RegionPass support. by Tobias Grosser · 14 years ago
  10. d8cc7be Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration. by Owen Anderson · 14 years ago
  11. 20813e0 First stab at updating the documentation for INITIALIZE_PASS(). by Owen Anderson · 14 years ago
  12. 67f8a7b Tweak some docs now that the default build is called Debug+Asserts. by Duncan Sands · 14 years ago
  13. d47397f This makes example Makefile a lot more like actual by Chris Lattner · 14 years ago
  14. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 14 years ago[Renamed from docs/main/WritingAnLLVMPass.html]
  15. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 14 years ago[Renamed from docs/WritingAnLLVMPass.html]
  16. 6f25d9f update docs for api change. by Chris Lattner · 14 years ago
  17. 9f116aa Clarify the documentation for MachineFunctionPasses. by Dan Gohman · 15 years ago
  18. 18619b2 Uniformize the way these options are printed. Requested by Russell Wallace. by Duncan Sands · 15 years ago
  19. 7e7ae5a Refer to -help instead of --help since this is what tools themselves say. by Duncan Sands · 15 years ago
  20. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
  21. 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 15 years ago
  22. 0ce6f93 update this to use raw_ostream by Chris Lattner · 15 years ago
  23. 468857f Clarify limitations of a ModulePass requiring a FunctionPass. by Devang Patel · 15 years ago
  24. b71725b Try to clarify a point about getting DominatorTree info from a module pass. by Daniel Dunbar · 15 years ago
  25. d87c9e3 Fix a typo. by Dan Gohman · 15 years ago
  26. 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 16 years ago
  27. 1465d61 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 16 years ago
  28. f00ddb0 Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> by Misha Brukman · 16 years ago
  29. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  30. 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
  31. 52790e5 fix prototype of print, it is (llvm/Pass.h): by Torok Edwin · 16 years ago
  32. 364a39f HTML syntax fixes. by Dan Gohman · 16 years ago
  33. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 17 years ago
  34. 9795bb8 Fix some wording. by John Criswell · 17 years ago
  35. 8528e78 Fixed typo. by John Criswell · 17 years ago
  36. b763228 fix a typo by Chris Lattner · 17 years ago
  37. 26e5a30 Fix example code. by Devang Patel · 17 years ago
  38. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
  39. 2397f8d Update AnalysisGroup documentation to document restriction that allows by Devang Patel · 17 years ago
  40. 18aad23 Correct typo. Should be "not allowed" by Tanya Lattner · 17 years ago
  41. 5502117 validation fix by Chris Lattner · 17 years ago
  42. b5c87f6 validation fixes by Chris Lattner · 17 years ago
  43. 1997473 Drop 'const' by Devang Patel · 17 years ago
  44. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  45. e50fb9a Update doc to reflect changes I am about to install to fix PR 888. by Devang Patel · 17 years ago
  46. f23de11 Remove "ModulePasses requiring FunctionPasses" from the list of future by Devang Patel · 17 years ago
  47. 3c1ca0b Document how, module pass can require function pass. by Devang Patel · 17 years ago
  48. 2e8f27d Document LoopPass. by Devang Patel · 18 years ago
  49. c760a92 Change e-mail address. by Jim Laskey · 18 years ago
  50. c20048d Fix cut-n-pasto. by Devang Patel · 18 years ago
  51. 832171c Removing even more <iostream> includes. by Bill Wendling · 18 years ago
  52. 22a9e5b Provide a gdb usage fix provided by Zhongzing Xu. by Reid Spencer · 18 years ago
  53. dc87725 Update to match changes in RegisterAnalysisGroup usage by Chris Lattner · 18 years ago
  54. c8603c2 update doc: analyze is gone and passes should just use RegisterPass by Chris Lattner · 18 years ago
  55. 8f652eb Minor cleanups by Chris Lattner · 18 years ago
  56. ebfe07f Update the instructions for writing a pass as a loadable module per the by Reid Spencer · 18 years ago
  57. 5fa8fff Added how to add machine passes to command line options. by Jim Laskey · 18 years ago
  58. 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  59. 3cf817d Fixed a typo; "= 1" was missing. by Robert Bocchino · 19 years ago
  60. 0b1010e Fixed a punctuation error. by John Criswell · 19 years ago
  61. 2382ff7 Fixed some punctuation. by John Criswell · 19 years ago
  62. 01d7139 Fix some broken links, taking care of PR554 by Chris Lattner · 19 years ago
  63. 4c376ea update to match build changes. by Chris Lattner · 19 years ago
  64. 7fa6d52 * Add the use of LOADABLE_MODULE=1 in the makefile example by Reid Spencer · 20 years ago
  65. 1bc1934 Fix some minor spellos and grammaros. by Reid Spencer · 20 years ago
  66. 54dc8b2 Fixed broken links. by Tanya Lattner · 20 years ago
  67. 05f8d5f Fixed a typo. by Tanya Lattner · 20 years ago
  68. d538365 Added link to information on Statistic which is in the Programmers Manual. by Tanya Lattner · 20 years ago
  69. f627892 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  70. 62b442d Misha implemented the ModuleProvider interface back in 9/18/2003. by Chris Lattner · 20 years ago
  71. 8fdb246 Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and by Chris Lattner · 20 years ago
  72. 65acb30 Fixed the tutorial to indicate that we needed to use the llvm namespace. by Jonathan Manton · 20 years ago
  73. a3da777 Fixing broken links by Tanya Lattner · 20 years ago
  74. d15516e GCSE has suddenly become a struct, not a class; fix broken link. by Misha Brukman · 20 years ago
  75. 7911ce2 Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 20 years ago
  76. a577630 Fix a tag-o by Chris Lattner · 21 years ago
  77. 8925627 Rewrite the second on AnalysisUsage usage. This documents the new by Chris Lattner · 21 years ago
  78. efc182e Fix some spelling and grammar. by Misha Brukman · 21 years ago
  79. f9c7865 Clarified the extension to shared library objects. by John Criswell · 21 years ago
  80. c540240 * HTML 4.01 Strict DTD compliance by Misha Brukman · 21 years ago
  81. 0f6d7c0 Merged in RELEASE_1. by John Criswell · 21 years ago
  82. fafe630 Remove explicit paths by Chris Lattner · 21 years ago
  83. 065a616 Fix spell-o's by Chris Lattner · 21 years ago
  84. ef6a6a6 The word `dependent' has no `a'. by Misha Brukman · 21 years ago
  85. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  86. 6a33f36 Add documentation for runOnMachineFunction() by Brian Gaeke · 21 years ago
  87. cab8b6f Added bits about MachineFunctionPass by Brian Gaeke · 21 years ago
  88. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  89. e3443a6 Fixed: </pre</p> => </pre></p> by Misha Brukman · 21 years ago
  90. 8291e04 Rename Analysis Usage methods by Chris Lattner · 22 years ago
  91. f004f9a Add documentation for ImmutablePass's by Chris Lattner · 22 years ago
  92. ed2e7a9 Fix typeo by Chris Lattner · 22 years ago
  93. fd21476 Remove warning that is no longer applicable by Chris Lattner · 22 years ago
  94. d0713f9 Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of by Chris Lattner · 22 years ago
  95. d6ea926 Fix minor typo by Chris Lattner · 22 years ago
  96. 480e2ef * Remove notes at the top of the file by Chris Lattner · 22 years ago
  97. 7991070 Add documentation for AnalysisGroup functionality by Chris Lattner · 22 years ago
  98. 7ce83e5 Gross, some whitespace escaped by Chris Lattner · 22 years ago
  99. 17a4c3e Fix bug in documentation by Chris Lattner · 22 years ago
  100. 38c633d Oh yeah, I wrote it. by Chris Lattner · 22 years ago