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