1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  2. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  3. d735ee8 Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. by Owen Anderson · 17 years ago
  4. 6acc9e6 If NewBB dominates DestBB then DestBB is not part of NewBB's dominance frontier. by Devang Patel · 17 years ago
  5. f86a73c Do not preserve ETForest. by Devang Patel · 17 years ago
  6. 9a51157 Maintain ETNode as part of DomTreeNode. This adds redundancy for now. by Devang Patel · 17 years ago
  7. 83beaee s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g by Devang Patel · 17 years ago
  8. 2604242 s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g by Devang Patel · 17 years ago
  9. bec7647 s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g by Devang Patel · 17 years ago
  10. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  11. 1997473 Drop 'const' by Devang Patel · 17 years ago
  12. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  13. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  14. 261cdfb remove use of BasicBlock::getNext by Chris Lattner · 17 years ago
  15. 3dc6776 Remove ImmediateDominator analysis. The same information can be obtained from DomTree. A lot of code for by Owen Anderson · 17 years ago
  16. a3ca0b6 BreakCriticalEdges does still preserve DominatorTree. by Owen Anderson · 18 years ago
  17. 2d43519 Expunge DomSet from BreakCriticalEdges. This is part of the continuing by Owen Anderson · 18 years ago
  18. caed0e3 Fix Analysis/Dominators/2006-10-02-BreakCritEdges.ll by Chris Lattner · 18 years ago
  19. 9fa58b5 Fix PR1110 and Analysis/Dominators/2007-01-14-BreakCritEdges.ll by being by Chris Lattner · 18 years ago
  20. d216e8b switch more statistics over to STATISTIC, eliminating static ctors. Also, by Chris Lattner · 18 years ago
  21. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  22. b57de33 add option to isCriticalEdge by Chris Lattner · 18 years ago
  23. 27e1f90 Expose a smarter way to break critical edges. by Chris Lattner · 18 years ago
  24. 3a15503 This case isn't implemented yet. It seems unlikely to be needed, but if it by Chris Lattner · 18 years ago
  25. 86f7b21 Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll: by Chris Lattner · 18 years ago
  26. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  27. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  28. 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 18 years ago
  29. dd9e956 Preserve and update ETForest. Patch by Daniel Berlin by Chris Lattner · 19 years ago
  30. 0ae380a Teach SplitCriticalEdge to update LoopInfo if it is alive. This fixes by Chris Lattner · 19 years ago
  31. b01bfd4 Change break critical edges to not remove, then insert, PHI node entries. by Chris Lattner · 19 years ago
  32. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  33. 5b3a455 Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 20 years ago
  34. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 20 years ago
  35. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  36. 1e5fdf8 Expose this as a functionpass by Chris Lattner · 20 years ago
  37. 78c038d Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  38. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  39. 06887c9 Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llx by Chris Lattner · 21 years ago
  40. f7703df Finegrainify namespacification by Chris Lattner · 21 years ago
  41. 108e4ab Minor cleanups and simplifications by Chris Lattner · 21 years ago
  42. f8485c6 Start using the nicer terminator auto-insertion API by Chris Lattner · 21 years ago
  43. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  44. 363ca61 Reorganize code for locality, improve comments by Chris Lattner · 21 years ago
  45. d23520c Adjust to new critical edge interface by Chris Lattner · 21 years ago
  46. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  47. 98bf436 Rename loop preheaders pass to loop simplify by Chris Lattner · 21 years ago
  48. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  49. e408e25 Remove unnecesary &*'s by Chris Lattner · 21 years ago
  50. 6918c07 BreakCriticalEdges should update dominance frontier information as well as by Chris Lattner · 22 years ago
  51. d3d06a5 - Fix bug: cee/2002-10-07-NoImmediateDominator.ll by Chris Lattner · 22 years ago
  52. e802a02 Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass by Chris Lattner · 22 years ago
  53. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  54. c178d94 - Cleanup break-crit-edges pass by making SplitCriticalEdge a member method. by Chris Lattner · 22 years ago
  55. eb0456c - Do not expose Critical Edge breaking mechanics outside the BCE pass, thus by Chris Lattner · 22 years ago
  56. 6de302b - Expose passinfo from BreakCriticalEdges pass so that it may be "Required" by Chris Lattner · 22 years ago
  57. d76efa0 by Chris Lattner · 22 years ago