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. ae143ce avoid iterator invalidation. by Chris Lattner · 17 years ago
  5. 98a7220 An even better fix. by Jeff Cohen · 17 years ago
  6. e4aee1d Fix recent regression that broke several llvm-tests. by Jeff Cohen · 17 years ago
  7. 8264a9f in addition to merging, constantmerge should also delete trivially dead globals, by Chris Lattner · 17 years ago
  8. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in 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. e1c173b Fix ConstantMerge/2006-03-07-DontMergeDiffSections.ll, a problem Jim by Chris Lattner · 18 years ago
  13. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  14. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  15. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  16. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  17. 0898c78 Merging constants can cause further room for improvement. Iterate until by Chris Lattner · 21 years ago
  18. b972380 Fix memory corruption bug PR193 by Chris Lattner · 21 years ago
  19. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  20. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  21. 6ace4da Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64 by Chris Lattner · 21 years ago
  22. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  23. 065a616 Fix spell-o's by Chris Lattner · 21 years ago
  24. 156bcf3 Global constants CAN be external by Chris Lattner · 21 years ago
  25. c67ebfa - Dramatically simplify the ConstantMerge code now that by Chris Lattner · 22 years ago
  26. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  27. e4314ed Fix: ConstantMerge/2002-09-23-CPR-Update.ll by Chris Lattner · 22 years ago
  28. 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
  29. 9cfea85 Incorporate ConstantMerge.h into IPO.h by Chris Lattner · 22 years ago
  30. af41a12 * Remove getPassName implementation * Register all Passes by Chris Lattner · 22 years ago
  31. 9234d03 Remove DynamicConstantMerge pass, because it did not fit in with the Pass by Chris Lattner · 22 years ago
  32. 3dec1f2 Add support for printing out statistics information when -stats is added to by Chris Lattner · 22 years ago
  33. 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 22 years ago
  34. 97e52e4 Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA by Chris Lattner · 22 years ago
  35. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 22 years ago
  36. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 22 years ago
  37. bd0ef77 Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 22 years ago
  38. 793c6b8 Convert xforms over to new pass structure. by Chris Lattner · 23 years ago
  39. f4de63f Implement a more powerful, simpler, pass system. This pass system can figure by Chris Lattner · 23 years ago
  40. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  41. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  42. 475becb Initial checkin by Chris Lattner · 23 years ago