1. b71725b Try to clarify a point about getting DominatorTree info from a module pass. by Daniel Dunbar · 15 years ago
  2. d87c9e3 Fix a typo. by Dan Gohman · 15 years ago
  3. 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 16 years ago
  4. 1465d61 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 16 years ago
  5. f00ddb0 Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> by Misha Brukman · 16 years ago
  6. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  7. 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
  8. 52790e5 fix prototype of print, it is (llvm/Pass.h): by Torok Edwin · 16 years ago
  9. 364a39f HTML syntax fixes. by Dan Gohman · 16 years ago
  10. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 17 years ago
  11. 9795bb8 Fix some wording. by John Criswell · 17 years ago
  12. 8528e78 Fixed typo. by John Criswell · 17 years ago
  13. b763228 fix a typo by Chris Lattner · 17 years ago
  14. 26e5a30 Fix example code. by Devang Patel · 17 years ago
  15. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
  16. 2397f8d Update AnalysisGroup documentation to document restriction that allows by Devang Patel · 17 years ago
  17. 18aad23 Correct typo. Should be "not allowed" by Tanya Lattner · 17 years ago
  18. 5502117 validation fix by Chris Lattner · 17 years ago
  19. b5c87f6 validation fixes by Chris Lattner · 17 years ago
  20. 1997473 Drop 'const' by Devang Patel · 17 years ago
  21. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  22. e50fb9a Update doc to reflect changes I am about to install to fix PR 888. by Devang Patel · 17 years ago
  23. f23de11 Remove "ModulePasses requiring FunctionPasses" from the list of future by Devang Patel · 17 years ago
  24. 3c1ca0b Document how, module pass can require function pass. by Devang Patel · 17 years ago
  25. 2e8f27d Document LoopPass. by Devang Patel · 18 years ago
  26. c760a92 Change e-mail address. by Jim Laskey · 18 years ago
  27. c20048d Fix cut-n-pasto. by Devang Patel · 18 years ago
  28. 832171c Removing even more <iostream> includes. by Bill Wendling · 18 years ago
  29. 22a9e5b Provide a gdb usage fix provided by Zhongzing Xu. by Reid Spencer · 18 years ago
  30. dc87725 Update to match changes in RegisterAnalysisGroup usage by Chris Lattner · 18 years ago
  31. c8603c2 update doc: analyze is gone and passes should just use RegisterPass by Chris Lattner · 18 years ago
  32. 8f652eb Minor cleanups by Chris Lattner · 18 years ago
  33. ebfe07f Update the instructions for writing a pass as a loadable module per the by Reid Spencer · 18 years ago
  34. 5fa8fff Added how to add machine passes to command line options. by Jim Laskey · 18 years ago
  35. 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  36. 3cf817d Fixed a typo; "= 1" was missing. by Robert Bocchino · 19 years ago
  37. 0b1010e Fixed a punctuation error. by John Criswell · 19 years ago
  38. 2382ff7 Fixed some punctuation. by John Criswell · 19 years ago
  39. 01d7139 Fix some broken links, taking care of PR554 by Chris Lattner · 19 years ago
  40. 4c376ea update to match build changes. by Chris Lattner · 19 years ago
  41. 7fa6d52 * Add the use of LOADABLE_MODULE=1 in the makefile example by Reid Spencer · 20 years ago
  42. 1bc1934 Fix some minor spellos and grammaros. by Reid Spencer · 20 years ago
  43. 54dc8b2 Fixed broken links. by Tanya Lattner · 20 years ago
  44. 05f8d5f Fixed a typo. by Tanya Lattner · 20 years ago
  45. d538365 Added link to information on Statistic which is in the Programmers Manual. by Tanya Lattner · 20 years ago
  46. f627892 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  47. 62b442d Misha implemented the ModuleProvider interface back in 9/18/2003. by Chris Lattner · 20 years ago
  48. 8fdb246 Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and by Chris Lattner · 20 years ago
  49. 65acb30 Fixed the tutorial to indicate that we needed to use the llvm namespace. by Jonathan Manton · 20 years ago
  50. a3da777 Fixing broken links by Tanya Lattner · 20 years ago
  51. d15516e GCSE has suddenly become a struct, not a class; fix broken link. by Misha Brukman · 20 years ago
  52. 7911ce2 Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 20 years ago
  53. a577630 Fix a tag-o by Chris Lattner · 21 years ago
  54. 8925627 Rewrite the second on AnalysisUsage usage. This documents the new by Chris Lattner · 21 years ago
  55. efc182e Fix some spelling and grammar. by Misha Brukman · 21 years ago
  56. f9c7865 Clarified the extension to shared library objects. by John Criswell · 21 years ago
  57. c540240 * HTML 4.01 Strict DTD compliance by Misha Brukman · 21 years ago
  58. 0f6d7c0 Merged in RELEASE_1. by John Criswell · 21 years ago
  59. fafe630 Remove explicit paths by Chris Lattner · 21 years ago
  60. 065a616 Fix spell-o's by Chris Lattner · 21 years ago
  61. ef6a6a6 The word `dependent' has no `a'. by Misha Brukman · 21 years ago
  62. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  63. 6a33f36 Add documentation for runOnMachineFunction() by Brian Gaeke · 21 years ago
  64. cab8b6f Added bits about MachineFunctionPass by Brian Gaeke · 21 years ago
  65. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  66. e3443a6 Fixed: </pre</p> => </pre></p> by Misha Brukman · 21 years ago
  67. 8291e04 Rename Analysis Usage methods by Chris Lattner · 22 years ago
  68. f004f9a Add documentation for ImmutablePass's by Chris Lattner · 22 years ago
  69. ed2e7a9 Fix typeo by Chris Lattner · 22 years ago
  70. fd21476 Remove warning that is no longer applicable by Chris Lattner · 22 years ago
  71. d0713f9 Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of by Chris Lattner · 22 years ago
  72. d6ea926 Fix minor typo by Chris Lattner · 22 years ago
  73. 480e2ef * Remove notes at the top of the file by Chris Lattner · 22 years ago
  74. 7991070 Add documentation for AnalysisGroup functionality by Chris Lattner · 22 years ago
  75. 7ce83e5 Gross, some whitespace escaped by Chris Lattner · 22 years ago
  76. 17a4c3e Fix bug in documentation by Chris Lattner · 22 years ago
  77. 38c633d Oh yeah, I wrote it. by Chris Lattner · 22 years ago
  78. c6bb824 Initial checkin of the "Writting an LLVM Pass" document by Chris Lattner · 22 years ago