1. dd5b495 - Cleaned up the interface to AnalysisUsage to take analysis class names by Chris Lattner · 23 years ago
  2. 4c9df7c Split dominance calculation and post dominance calculation stuff by Chris Lattner · 23 years ago
  3. 1b0a63f *** empty log message *** by Chris Lattner · 23 years ago
  4. 17689df Declare that these passes only depend on the CFG of the function by Chris Lattner · 23 years ago
  5. eb70235 * Eliminate the Provided set. All Passes now finally just automatically by Chris Lattner · 23 years ago
  6. a59cbb2 * Standardize how analysis results/passes as printed with the print() virtual by Chris Lattner · 23 years ago
  7. 1e43516 * Add support for different "PassType's" by Chris Lattner · 23 years ago
  8. ce6ef11 *** empty log message *** by Chris Lattner · 23 years ago
  9. 7e70829 MEGAPATCH checkin. by Chris Lattner · 23 years ago
  10. ef704a2 Add method to check to see if two _Instructions_ dominate each other by Chris Lattner · 23 years ago
  11. fc514f4 Move UnifyFunctionExitNodes to Utils library: final resting place this time by Chris Lattner · 23 years ago
  12. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
  13. 07a228d Mark analyses that only depend on the CFG of a function by Chris Lattner · 23 years ago
  14. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
  15. 1b7f7dc Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes by Chris Lattner · 23 years ago
  16. a298d27 Change the Dominator info and LoopInfo classes to keep track of BasicBlock's, not by Chris Lattner · 23 years ago
  17. 483e14e s/Method/Function by Chris Lattner · 23 years ago
  18. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 23 years ago
  19. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  20. 455889a * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 24 years ago
  21. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 24 years ago
  22. eb5230c Remove generic routines to Support/SetOperations.h by Chris Lattner · 24 years ago
  23. 65b9709 Provide the right AnalysisID for postdominators by Chris Lattner · 24 years ago
  24. 93193f8 Convert analyses to new pass structure by Chris Lattner · 24 years ago
  25. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  26. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  27. ff5a8c4 Fix a bad assertion to be correct . The root basic block can be used by PHI nodes. by Chris Lattner · 24 years ago
  28. f0604b8 Pull predecessor and successor iterators out of the CFG*.h files, and plop them into by Chris Lattner · 24 years ago
  29. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
  30. 1b5499b Make sure noone branches to the entry node of the method by Chris Lattner · 24 years ago
  31. 384e5b1 Handle case where there is no exit node from a flowgraph by Chris Lattner · 24 years ago
  32. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  33. 3590830 Fixed post dominator frontiers! Yaay! by Chris Lattner · 24 years ago
  34. 94108ab Implement support for postdominators, except in dom frontiers by Chris Lattner · 24 years ago
  35. 1715229 Checkin of new dominator calculation routines. These will be improved in by Chris Lattner · 24 years ago