1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. 5ee9997 Now IndVarSimplify is a LoopPass. by Devang Patel · 17 years ago
  5. 1bc8936 Now LoopUnswitch is a LoopPass. by Devang Patel · 17 years ago
  6. 622adea Insert loop into LQ before visiting children. by Devang Patel · 17 years ago
  7. c37177e Use schedulePass() instead of assignPassManager() to add new LPPassManager. by Devang Patel · 17 years ago
  8. a885c06 Add LPPassManager::insertLoop(). by Devang Patel · 17 years ago
  9. 7a9a069 LPPassManager::deleteLoopFromQueue() add meat. Cut-n-paste code from by Devang Patel · 17 years ago
  10. 22033be LPPassManager. Implement preparePassManager() hook. by Devang Patel · 17 years ago
  11. a5057d0 LPPassManager : Add initialization and finalizatino hooks. by Devang Patel · 17 years ago
  12. 3015972 Use std::deque to manage loop queue inside LPPassManager. by Devang Patel · 17 years ago
  13. 7f99761 Avoid constructing std::strings unless pass debugging is ON. by Devang Patel · 17 years ago
  14. 5b9e8d6 Fix thinko. by Devang Patel · 17 years ago
  15. 4b26463 Loop passes are set up to accept pointer. by Devang Patel · 17 years ago
  16. bfd5905 Teach LoopPass to assign itself one Loop Pass Manager. by Devang Patel · 17 years ago
  17. 8ded585 Add facility that allows LoopPass to re-insert a loop into by Devang Patel · 17 years ago
  18. 5afdc7d Add LPPassManager interface that LoopPass can use to skip by Devang Patel · 17 years ago
  19. 643a79b Populate and walk loop queue. by Devang Patel · 17 years ago
  20. d0e6e33 Add LoopQueue. This is used by loop pass manager to manage loop nest. by Devang Patel · 17 years ago
  21. 16a31c4 Add Loop Pass Manager. by Devang Patel · 17 years ago