1. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  2. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  3. 8be3291 Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch by Owen Anderson · 15 years ago
  4. 9e08100 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 15 years ago
  5. e8a469c Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 15 years ago
  6. 8ba15cb Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 15 years ago
  7. 4442464 rename pred_const_iterator to const_pred_iterator for consistency's sake by Gabor Greif · 15 years ago
  8. 1bc76d4 adopt getAdjustedAnalysisPointer in a few more passes. by Chris Lattner · 16 years ago
  9. 244d757 by David Greene · 16 years ago
  10. 88a91b5 Fix MSVC build. by Benjamin Kramer · 16 years ago
  11. 1640f7e Do not create negative edge weights in ProfileEstimator. by Andreas Neustifter · 16 years ago
  12. 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  13. 8a58c18 Make ProfileEstimator even more robust on general CFGs. by Andreas Neustifter · 16 years ago
  14. 0c0de66 Make ProfileEstimator more robust on general CFGs. by Andreas Neustifter · 16 years ago
  15. 19531d1 Small fix in ProfileEstimator that eliminates duplicated code. by Andreas Neustifter · 16 years ago
  16. e885af9 Preparation for Optimal Edge Profiling: by Andreas Neustifter · 16 years ago
  17. ff271e1 Implemented comments from Daniel Dunbar. by Andreas Neustifter · 16 years ago
  18. 55e354a Add a basic static ProfileInfo provider (ProfileEstimatorPass). by Daniel Dunbar · 16 years ago