1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. c718288 Fix build error. by Lauro Ramos Venancio · 17 years ago
  4. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  5. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  6. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  7. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 18 years ago
  8. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  9. f2d9ceb straighten out various memory ownership issues in the callgraph stuff. by Chris Lattner · 18 years ago
  10. 12d38bf Add a comment and fix a memory leak. Thanks to Vikram for pointing this out. by Chris Lattner · 18 years ago
  11. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  12. 45d1047 Fix a bug pointed out by Zhongxing Xu by Chris Lattner · 18 years ago
  13. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  14. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  15. d85340f Change the callgraph representation to store the callsite along with the by Chris Lattner · 18 years ago
  16. 4f1bd9e For PR780: by Reid Spencer · 18 years ago
  17. 080e25d Fix -pedantic warning by Chris Lattner · 18 years ago
  18. 192913e Change from using a stub function to a stub variable for passing to the by Reid Spencer · 18 years ago
  19. c54b1c1 Add a new CallGraph::getOrInsertFunction for clients to use when updating by Chris Lattner · 19 years ago
  20. 1694ec6 add a dump method to CallGraph by Chris Lattner · 19 years ago
  21. 0383995 Separate the call graph implementation from its interface. This implements by Chris Lattner · 19 years ago
  22. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  23. 3fb2045 Mission accomplished! by Chris Lattner · 20 years ago
  24. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  25. fff03c9 Fix a nasty iterator invalidation problem I introduced yesterday. This by Chris Lattner · 20 years ago
  26. cd382a3 Add CallGraphNode::removeAnyCallEdgeTo method by Chris Lattner · 20 years ago
  27. 3795bc9 When changing a function, make sure to update the CallGraphNode for the by Chris Lattner · 20 years ago
  28. 6f7e5eb Implement new changeFunction method, nuke a never implemented one. by Chris Lattner · 20 years ago
  29. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  30. af8a424 Add standard print/dump methods to CallGraph classes. by Chris Lattner · 20 years ago
  31. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  32. e840434 bug 122: by Reid Spencer · 20 years ago
  33. 7b11e33 Fix a problem with double freeing memory. For some reason, CallGraph is not by Chris Lattner · 20 years ago
  34. 224f7e6 Plug a minor memory leak by Chris Lattner · 20 years ago
  35. b81c021 Change the call graph class to have TWO external nodes, making call graph by Chris Lattner · 20 years ago
  36. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  37. ccc4b1a More additions by Chris Lattner · 21 years ago
  38. cda2347 Add more functions by Chris Lattner · 21 years ago
  39. 4d728e8 None of the __llvm_* functions call into the program. This makes the by Chris Lattner · 21 years ago
  40. 07a38e7 Make the call graph more precise despite the hated constantpointerrefs. by Chris Lattner · 21 years ago
  41. 14fffaf When someone includes CallGraph.h, make sure that they link in CallGraph.cpp by Chris Lattner · 21 years ago
  42. b7c4c99 This is a disgusting hack that improves code substantially, by making by Chris Lattner · 21 years ago
  43. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  44. f52d01b These two conditions are not exclusive!! by Chris Lattner · 21 years ago
  45. b31247a Make the print output more useful by Chris Lattner · 21 years ago
  46. 5714c97 Replace M with F when refering to functions by Chris Lattner · 21 years ago
  47. 1650015 Allow the call graph to be called from analyze naturally with print implemented by Chris Lattner · 22 years ago
  48. 546b027 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 22 years ago
  49. a59cbb2 * Standardize how analysis results/passes as printed with the print() virtual by Chris Lattner · 22 years ago
  50. 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
  51. d99d4d7 * s/method/function by Chris Lattner · 22 years ago
  52. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  53. 5648b58 Print out what the root of the call graph is. by Chris Lattner · 22 years ago
  54. 42a4127 Add #includes to make up for #includes pruned out of header files. by Chris Lattner · 22 years ago
  55. dc89f87 s/Method/Function by Chris Lattner · 22 years ago
  56. e590ff2 change refs to Method to Function by Chris Lattner · 22 years ago
  57. d4d427b Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-CallGraph.ll by Chris Lattner · 22 years ago
  58. 8d5a16c Move call graph printing support out of Writer.h into Callgraph.h by Chris Lattner · 22 years ago
  59. 4ce0f8a Take CallGraph out of the CFG namespace. It has nothing to do with CFGs by Chris Lattner · 22 years ago
  60. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
  61. 93193f8 Convert analyses to new pass structure by Chris Lattner · 23 years ago
  62. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  63. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  64. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  65. 25e9cad Implement a new entry node that has edges to all external methods in the module by Chris Lattner · 23 years ago
  66. a7edb18 Added function IsLeafMethod to identify leaf methods. by Vikram S. Adve · 23 years ago
  67. 9f9e2be * Add support for Invoke instructions * Add support for indirect calls by Chris Lattner · 23 years ago
  68. b00c582 Commit more code over to new cast style by Chris Lattner · 23 years ago
  69. 41fbf30 Initial support for construction of a call graph by Chris Lattner · 23 years ago