1. 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 16 years ago
  2. 3ee8fc9 Rationalize the names of passes that print information: by Duncan Sands · 17 years ago
  3. e65d39a Teach -callgraph to always print the callgraph (as the by Duncan Sands · 17 years ago
  4. 21c62da remove attributions from tools. by Chris Lattner · 18 years ago
  5. 1997473 Drop 'const' by Devang Patel · 18 years ago
  6. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  7. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  8. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  9. 8257bee This needs the callgraph data structure to stick around as long as the by Chris Lattner · 19 years ago
  10. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  11. 0cafa92 fix printing call graphs by Andrew Lenharth · 19 years ago
  12. 171eee5 Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph by Chris Lattner · 20 years ago
  13. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  14. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  15. 269c80c Remove this printer by Chris Lattner · 21 years ago
  16. 593eb95 bug 122: - Minimize redundant isa<GlobalValue> usage by Reid Spencer · 21 years ago
  17. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  18. b04cb7d Right, globals aren't values yet.. by Chris Lattner · 21 years ago
  19. d957211 Add a simple pass. by Chris Lattner · 21 years ago
  20. 04eaef2 Remove obsolete analyses by Chris Lattner · 21 years ago
  21. ac1ccae Rename method by Chris Lattner · 22 years ago
  22. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  23. 9432111 fix file headers by Chris Lattner · 22 years ago
  24. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  25. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  26. c74cb86 - Eliminate the last traces of the 'analysis' namespace by Chris Lattner · 23 years ago
  27. 5f0eb8d by Chris Lattner · 23 years ago
  28. 781e6f5 Seperate analysis wrapper stuff to AnalysisWrappers.cpp by Chris Lattner · 23 years ago