1. 76a4e85 Change errs() to dbgs(). by David Greene · 16 years ago
  2. 1362602 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  3. 5476cfd Remove a bunch more now-unnecessary Context arguments. by Dan Gohman · 16 years ago
  4. 29f2baf Convert a few more uses of llvm/Support/Streams.h to raw_ostream. by Dan Gohman · 16 years ago
  5. 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  6. 2f67295 silence a vc++ warning. by Chris Lattner · 16 years ago
  7. 16e7674 Push LLVMContext through the PatternMatch API. by Owen Anderson · 16 years ago
  8. 2649491 Teach SCEVExpander to expand arithmetic involving pointers into GEP by Dan Gohman · 16 years ago
  9. af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
  10. d05f687 Fix compiler warning about uninitialized variables. No functional change. by Nick Lewycky · 17 years ago
  11. c380864 Factor address mode matcher out of codegen prepare to make it available to other passes, e.g. loop strength reduction. by Evan Cheng · 17 years ago