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. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  5. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  6. e4d87aa For PR950: by Reid Spencer · 18 years ago
  7. 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 18 years ago
  8. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  9. 3da59db For PR950: by Reid Spencer · 18 years ago
  10. 39d78d6 Fixme is already done by Chris Lattner · 18 years ago
  11. ab38358 Teach globalsmodref-aa to track scalar pointer global variables which point by Chris Lattner · 18 years ago
  12. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  13. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  14. d85340f Change the callgraph representation to store the callsite along with the by Chris Lattner · 18 years ago
  15. 3fe4d3c Malloc/Free have mod/ref effects. Do not allow CSE of function calls that by Chris Lattner · 19 years ago
  16. dedf2bd Convert tabs to spaces by Misha Brukman · 19 years ago
  17. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  18. 62da315 Simplify dead code into a fixme :) by Chris Lattner · 19 years ago
  19. c4417f9 fix a compiler crash in runtime/libprofile by Chris Lattner · 19 years ago
  20. f5eaf3c wrap a long line by Chris Lattner · 19 years ago
  21. ec6518d If we are calling an external function, chain to another AA to potentially by Chris Lattner · 19 years ago
  22. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  23. 41925f8 Actually overload the virtual method. This fixes by Chris Lattner · 20 years ago
  24. 0af024c Adjust to new alias analysis interfaces by Chris Lattner · 20 years ago
  25. 4a7ebfa For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 20 years ago
  26. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  27. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  28. b0015c5 nuke pointless -debug output by Chris Lattner · 20 years ago
  29. 105d26a Fix conservative assumption, which was quite broken. Also, notice that by Chris Lattner · 20 years ago
  30. fe98f27 Complete rewrite of this pass to be faster, use less memory, be easier to by Chris Lattner · 20 years ago
  31. e840434 bug 122: by Reid Spencer · 20 years ago
  32. 3b04a8a Initial checkin of a simple mod/ref analysis for global variables. This is by Chris Lattner · 20 years ago