1. 26f8c27 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  2. 4d2e8ae Use Loop::block_iterator. by Dan Gohman · 17 years ago
  3. 7de85f4 LoopSimplify preserves AA. by Devang Patel · 17 years ago
  4. 66a636e Change class' public PassInfo variables to by initialized with the by Dan Gohman · 17 years ago
  5. 089efff Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  6. d8aa33a Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 17 years ago
  7. 6b8d3db Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h by Chris Lattner · 17 years ago
  8. 24afaad Move domtree/frontier updating earlier, allowing us to use it to update phi by Chris Lattner · 17 years ago
  9. a4c2b61 Factor dominator tree and frontier updating into SplitBlockPredecessors by Chris Lattner · 17 years ago
  10. d272496 simplify code, fit in 80 cols. by Chris Lattner · 17 years ago
  11. d6da1d0 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  12. 95a0d76 Update the block cloner which fixes bugpoint on code using unwind_to (phew!) by Nick Lewycky · 17 years ago
  13. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  14. ca0b9d4 Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. by Owen Anderson · 18 years ago
  15. 55fb793 Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators by Chris Lattner · 18 years ago
  16. db2361b Move Split<...>() into DomTreeBase. This should make the #include's of DominatorInternals.h by Owen Anderson · 18 years ago
  17. bb02d34 Fixed linker errors (unresolved externals: split<>(...)) when compiling with VC++. Please review. by Hartmut Kaiser · 18 years ago
  18. 02451fa Use SmallVector instead of std::vector. by Devang Patel · 18 years ago
  19. 646d76b remove some dead lines by Chris Lattner · 18 years ago
  20. a5eb9a3 Verify loop info. by Devang Patel · 18 years ago
  21. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago