1. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  2. 8919ccc Fix a performance regression from the CPR patch, simplify code by Chris Lattner · 20 years ago
  3. 5827aeb Fix a rather serious bug in previous checkin by Chris Lattner · 20 years ago
  4. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  5. cf5933a Fix the inliner to be deterministic, not letting its output depend on the by Chris Lattner · 20 years ago
  6. b11a99b Fix a bug in my previous checkin by Chris Lattner · 20 years ago
  7. befa499 Fix cases where we missed inlining some more obvious candidates because the by Chris Lattner · 20 years ago
  8. 3e1358a Fix an incredibly nasty iterator invalidation problem. I am too spoiled by ilists :) by Chris Lattner · 21 years ago
  9. 107fb18 Fix typeo by Chris Lattner · 21 years ago
  10. 68d57e7 REALLY fix PR324: don't delete linkonce functions until after the SCC traversal by Chris Lattner · 21 years ago
  11. 5ad2b1d Fix PR324 and testcase: Inline/2004-04-20-InlineLinkOnce.llx by Chris Lattner · 21 years ago
  12. ce1a3a2 Actually update the call graph as the inliner changes it. This allows us to by Chris Lattner · 21 years ago
  13. 85eb157 Stop printing Function* by Chris Lattner · 21 years ago
  14. 775cbdd Remove the "really gross hacks" that are there to deal with recursive functions. by Chris Lattner · 21 years ago
  15. a51bcb5 Finegrainify namespacification by Chris Lattner · 21 years ago
  16. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  17. d77922f Do NOT inline self recursive calls into other functions. This is causing the by Chris Lattner · 21 years ago
  18. bb9ae15 Strip off CPR's manually, because if we don't, the inliner doesn't delete dead by Chris Lattner · 21 years ago
  19. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  20. 237ef56 Heavily refactor code: by Chris Lattner · 21 years ago