1. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  2. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  3. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  4. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  5. 56db5e9 Merging constants can cause further room for improvement. Iterate until by Chris Lattner · 22 years ago
  6. c2ee054 Fix memory corruption bug PR193 by Chris Lattner · 22 years ago
  7. f52e03c Finegrainify namespacification by Chris Lattner · 22 years ago
  8. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  9. e5f15cd Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64 by Chris Lattner · 22 years ago
  10. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  11. 216c7b8 Fix spell-o's by Chris Lattner · 22 years ago
  12. 424132a Global constants CAN be external by Chris Lattner · 23 years ago
  13. eac4dcd - Dramatically simplify the ConstantMerge code now that by Chris Lattner · 23 years ago
  14. bf3a099 Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
  15. 28d1035 Fix: ConstantMerge/2002-09-23-CPR-Update.ll by Chris Lattner · 23 years ago
  16. a2c0985 * Add support for different "PassType's" by Chris Lattner · 23 years ago
  17. b0cec70 Incorporate ConstantMerge.h into IPO.h by Chris Lattner · 23 years ago
  18. 6788f25 * Remove getPassName implementation * Register all Passes by Chris Lattner · 23 years ago
  19. 2ae9cda Remove DynamicConstantMerge pass, because it did not fit in with the Pass by Chris Lattner · 23 years ago
  20. 0b18c1d Add support for printing out statistics information when -stats is added to by Chris Lattner · 23 years ago
  21. 37104aa Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 24 years ago
  22. f12cc84 Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA by Chris Lattner · 24 years ago
  23. c8e6654 * Rename MethodPass class to FunctionPass by Chris Lattner · 24 years ago
  24. 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
  25. 04805fa Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 24 years ago
  26. d5d5678 Convert xforms over to new pass structure. by Chris Lattner · 24 years ago
  27. 0686e43 Implement a more powerful, simpler, pass system. This pass system can figure by Chris Lattner · 24 years ago
  28. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  29. 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  30. 4816d63 Initial checkin by Chris Lattner · 24 years ago