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