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