1. 229e38f Be more consistent in using ValueToValueMapTy. by Rafael Espindola · 15 years ago
  2. 0dc3c2d Use ValueMap instead of DenseMap. by Devang Patel · 15 years ago
  3. b8f11de Cosmetic change. by Devang Patel · 15 years ago
  4. 2894387 Use do+while instead of while for loops which obviously have a by Dan Gohman · 16 years ago
  5. 9a6fef0 Simplify code by using SmallVector's pop_back_val() instead of by Dan Gohman · 16 years ago
  6. 5a913d6 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 17 years ago
  7. 4d43d3c Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 18 years ago
  8. 11fc6f8 Update the block cloner which fixes bugpoint on code using unwind_to (phew!) by Nick Lewycky · 18 years ago
  9. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  10. b0dd27e Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. by Owen Anderson · 18 years ago
  11. f6ef552 Insert cloned loop basic blocks before original loop header. by Devang Patel · 18 years ago
  12. 22c7993 Break infinite loop. by Devang Patel · 18 years ago
  13. aa36a43 Add utility to clone loops. by Devang Patel · 18 years ago