1. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  2. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  3. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  4. 25c6d68 Remove useless statistic, fix some slightly broken logic by Chris Lattner · 20 years ago
  5. 0c4a041 bug 122: by Reid Spencer · 20 years ago
  6. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  7. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  8. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  9. a2d51af Global variables with APPENDING linkage are very important to keep around! by Chris Lattner · 21 years ago
  10. 1cbcd0f This is effectively a complete rewrite of the globaldce algorithm, resulting by Chris Lattner · 21 years ago
  11. c9d3e57 Ugh, a bug fix needed because of the bug in the CallGraph code by Chris Lattner · 21 years ago
  12. 7d3c579 Fixed a segfault in gccld. by John Criswell · 21 years ago
  13. b12b753 Add support to globaldce for deleting dead function prototypes by Chris Lattner · 21 years ago
  14. 66c25ff Use methods that are more explanatory by Chris Lattner · 22 years ago
  15. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  16. 0bfb6ba - Made GlobalDCE worklist driven, making it more successful. Now can handle by Chris Lattner · 22 years ago
  17. 5f0eb8d by Chris Lattner · 22 years ago
  18. 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
  19. 568ddab Eliminate several include/llvm/Transforms/IPO/*.h files, moving their contents into IPO.h by Chris Lattner · 22 years ago
  20. f629309 *** empty log message *** by Chris Lattner · 22 years ago
  21. 5796091 Seperate stats for DCE'd functions and vars by Chris Lattner · 22 years ago
  22. f0cd472 *** empty log message *** by Chris Lattner · 22 years ago
  23. 0b12b5f by Chris Lattner · 22 years ago
  24. 3dec1f2 Add support for printing out statistics information when -stats is added to by Chris Lattner · 22 years ago
  25. f772f8e Eliminate dead global variables by Chris Lattner · 22 years ago
  26. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  27. 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 22 years ago
  28. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 22 years ago
  29. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 22 years ago
  30. 4ce0f8a Take CallGraph out of the CFG namespace. It has nothing to do with CFGs by Chris Lattner · 22 years ago
  31. bd0ef77 Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 22 years ago
  32. 793c6b8 Convert xforms over to new pass structure. by Chris Lattner · 23 years ago
  33. f4de63f Implement a more powerful, simpler, pass system. This pass system can figure by Chris Lattner · 23 years ago
  34. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  35. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  36. 30474bb Implement DCE of global values by Chris Lattner · 23 years ago