1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  2. 529de8a Update the block cloner which fixes bugpoint on code using unwind_to (phew!) by Nick Lewycky · 16 years ago
  3. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  4. d735ee8 Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. This involves a small interface change. by Owen Anderson · 17 years ago
  5. 3cb63dd Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators by Chris Lattner · 17 years ago
  6. 7b71432 Move Split<...>() into DomTreeBase. This should make the #include's of DominatorInternals.h by Owen Anderson · 17 years ago
  7. 469b7a4 Fixed linker errors (unresolved externals: split<>(...)) when compiling with VC++. Please review. by Hartmut Kaiser · 17 years ago
  8. b7211a2 Use SmallVector instead of std::vector. by Devang Patel · 17 years ago
  9. 3589df8 remove some dead lines by Chris Lattner · 17 years ago
  10. 58e0ef1 Verify loop info. by Devang Patel · 17 years ago
  11. c08fa28 Fix reference to iterator invalidated by an erase operation. Uncovered by David Greene · 17 years ago
  12. 0e7f728 Move code to update dominator information after basic block is split by Devang Patel · 17 years ago
  13. fe7d4e5 Add and use DominatorTreeBase::findNearestCommonDominator(). by Devang Patel · 17 years ago
  14. f60e5a2 Simplify. by Devang Patel · 17 years ago
  15. b28aaad simplify by Devang Patel · 17 years ago
  16. e3f6536 Simplify. Dominator Tree is required so always available. by Devang Patel · 17 years ago
  17. dba2413 Update LoopSimplify to require and preserve DominatorTree only. by Devang Patel · 17 years ago
  18. 83beaee s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g by Devang Patel · 17 years ago
  19. 2604242 s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g by Devang Patel · 17 years ago
  20. bec7647 s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g by Devang Patel · 17 years ago
  21. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  22. 1997473 Drop 'const' by Devang Patel · 17 years ago
  23. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  24. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  25. 58d7fbf Avoid recursion. by Devang Patel · 17 years ago
  26. 3dc6776 Remove ImmediateDominator analysis. The same information can be obtained from DomTree. A lot of code for by Owen Anderson · 17 years ago
  27. cc221cd Re-constify things that don't break the build. Last patch in this by Owen Anderson · 17 years ago
  28. f7c8318 Unconst-ify stuff that broke the build. by Owen Anderson · 17 years ago
  29. ad19014 Const-ify some parameters, and some cosmetic cleanups. No functionality change. by Owen Anderson · 17 years ago
  30. 0cd0461 Tabs -> Spaces by Owen Anderson · 17 years ago
  31. 17cba6d Improve some _slow_ behavior introduced in my patches the last few days. by Owen Anderson · 17 years ago
  32. 558fc74 Cleanup some from my DomSet-removal changes. Add a new by Owen Anderson · 17 years ago
  33. a397ce1 Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson. by Nick Lewycky · 17 years ago
  34. e9ed445 Add DomSet back, and revert the changes to LoopSimplify. Apparently the by Owen Anderson · 17 years ago
  35. 4f9e58e Completely purge DomSet from LoopSimplify. This is part of the by Owen Anderson · 17 years ago
  36. d44008a Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain. by Owen Anderson · 17 years ago
  37. 3b57b6f LoopSimplify::FindPHIToPartitionLoops() Use ETForest instead of DominatorSet. by Devang Patel · 17 years ago
  38. d216e8b switch more statistics over to STATISTIC, eliminating static ctors. Also, by Chris Lattner · 18 years ago
  39. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  40. 3ed469c For PR786: by Reid Spencer · 18 years ago
  41. 120fce5 Be far more careful when splitting a loop header, either to form a preheader by Chris Lattner · 18 years ago
  42. c398457 Teach UpdateDomInfoForRevectoredPreds to handle revectored preds that are not by Chris Lattner · 18 years ago
  43. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  44. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  45. 3bb4657 Don't attempt to split subloops out of a loop with a huge number of backedges. by Chris Lattner · 18 years ago
  46. fa78946 Reimplement the loopsimplify code which deletes edges from unreachable by Chris Lattner · 18 years ago
  47. 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 18 years ago
  48. 0ab9f96 Canonicalize inner loops before outer loops. Inner loop canonicalization by Chris Lattner · 18 years ago
  49. c27e056 When splitting exit edges to canonicalize loops, make sure to put the new by Chris Lattner · 18 years ago
  50. ee628cf Revert my last patch. It too breaks stuff by Chris Lattner · 18 years ago
  51. d308ddc Fix for my previously reverted patch by Chris Lattner · 18 years ago
  52. 5077c7b revert my previous change, it exposed other problems. by Chris Lattner · 19 years ago
  53. 8587eb3 Make this check stricter. Disallow loop exit blocks from being shared by by Chris Lattner · 19 years ago
  54. 441365c remove dead expr by Chris Lattner · 19 years ago
  55. baec98d Teach loopsimplify to update et-forest. Patch contributed by Daniel Berlin! by Chris Lattner · 19 years ago
  56. 8385393 remove dead code. The exit block list is computed on demand, thus does not by Chris Lattner · 19 years ago
  57. 98599ba remove some trickiness that broke yacr2 and some other programs last night by Chris Lattner · 19 years ago
  58. 94f4032 Make loop-simplify produce better loops by turning PHI nodes like X = phi [X, Y] by Chris Lattner · 19 years ago
  59. 5e1b231 This code can handle non-dominating instructions by Chris Lattner · 19 years ago
  60. a83ba0f Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into by Nate Begeman · 19 years ago
  61. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  62. cec5b88 Enhance loopsimplify to preserve alias analysis instead of clobbering it. by Chris Lattner · 19 years ago
  63. fee3411 trivial simplification by Chris Lattner · 19 years ago
  64. 5551706 Adjust to changes in instruction interfaces. by Chris Lattner · 20 years ago
  65. c30bda7 hasConstantValue will soon return instructions that don't dominate the PHI node, by Chris Lattner · 20 years ago
  66. 200a360 Pull assignment out of for loop conditional in order for this to by Alkis Evlogimenos · 20 years ago
  67. 4b50156 Prototype these functions more accurately by Chris Lattner · 20 years ago
  68. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  69. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  70. fed22aa Fix PR404 try #2 by Chris Lattner · 20 years ago
  71. de7aee7 Revert previous patch until I get a bug fixed by Chris Lattner · 20 years ago
  72. 507e3d6 Fix PR404: Loop simplify is really slow on 252.eon by Chris Lattner · 20 years ago
  73. 59fb87d Correct rewriting of exit blocks after my last patch by Chris Lattner · 20 years ago
  74. f1ab4b4 Change the ExitBlocks list from being explicitly contained in the Loop by Chris Lattner · 20 years ago
  75. 4b66242 Fix LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll by Chris Lattner · 20 years ago
  76. 1f62f82 Refactor code a bit to make it simpler and eliminate the goto by Chris Lattner · 20 years ago
  77. 529b28d This patch addresses PR35: Loop simplify should reconstruct nested loops. by Chris Lattner · 20 years ago
  78. 4edf6c0 Remove some assertions that are now bogus with the last patch I put in by Chris Lattner · 20 years ago
  79. 4f303bd Fix PR306: Loop simplify incorrectly updates dominator information by Chris Lattner · 20 years ago
  80. 85ebd54 Fix a regression from this patch: by Chris Lattner · 20 years ago
  81. 2ef703e If a block is dead, dominators will not be calculated for it. Because of this by Chris Lattner · 20 years ago
  82. 786c564 This little patch speeds up the loop used to update the dominator set analysis. by Chris Lattner · 20 years ago
  83. 99dcc1d Fix another dominator update bug. These bugs keep getting exposed because GCSE by Chris Lattner · 21 years ago
  84. 3e0b870 Fix bug updating dominators by Chris Lattner · 21 years ago
  85. 4f02fc2 Fix PR223: Loopsimplify incorrectly updates dominator information by Chris Lattner · 21 years ago
  86. c24a076 Adjust to the new BasicBlock ctor, which requires a function parameter by Chris Lattner · 21 years ago
  87. 329c1c6 Improve encapsulation in the Loop and LoopInfo classes by eliminating the by Chris Lattner · 21 years ago
  88. 0f98e75 Generalize a special case to fix PR187 by Chris Lattner · 21 years ago
  89. 66ea98e Finegrainify namespacification by Chris Lattner · 21 years ago
  90. 010ba10 Do not insert one entry PHI nodes in split exit blocks! by Chris Lattner · 21 years ago
  91. 108e4ab Minor cleanups and simplifications by Chris Lattner · 21 years ago
  92. f8485c6 Start using the nicer terminator auto-insertion API by Chris Lattner · 21 years ago
  93. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  94. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  95. 2ab6a73 Add support to the loop canonicalization pass to make it transform loops to by Chris Lattner · 21 years ago
  96. 98bf436 Rename loop preheaders pass to loop simplify by Chris Lattner · 21 years ago
  97. 67a9801 File is renamed to LoopSimplify.cpp by Chris Lattner · 21 years ago
  98. ee2c50c First step in renaming the preheaders pass to loopsimplify by Chris Lattner · 21 years ago
  99. bebd86d The preheader insertion pass only depends on the CFG. Mark it as such, which by Chris Lattner · 21 years ago
  100. cf00c4a Fix spelling. by Misha Brukman · 21 years ago