1. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  2. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  3. a6fb910 LoopUnroll: always check for NULL LoopPassManager by Andrew Trick · 13 years ago
  4. d29cd73 Allow NULL LoopPassManager argument in UnrollLoop. PR12734. by Andrew Trick · 13 years ago
  5. 4442bfe Fix 12513: Loop unrolling breaks with indirect branches. by Andrew Trick · 14 years ago
  6. ca3417e Avoid a confusing assert for silly options: -unroll-runtime -unroll-count=1. by Andrew Trick · 14 years ago
  7. d04d1529 Add -unroll-runtime for unrolling loops with run-time trip counts. by Andrew Trick · 14 years ago
  8. 6dbb060 Comments. Thanks for the spell check Nick! by Andrew Trick · 14 years ago
  9. 4d0040b Invoke SimplifyIndVar when we partially unroll a loop. Fixes PR10534. by Andrew Trick · 14 years ago
  10. 78b40c3 Cleanup. Added LoopBlocksDFS::perform for simple clients. by Andrew Trick · 14 years ago
  11. b72bbe2 Fix the LoopUnroller to handle nontrivial loops and partial unrolling. by Andrew Trick · 14 years ago
  12. 5e0ee1c LoopUnroll looks like it has some stale code. Remove it to prove my sanity and avoid further confusion. by Andrew Trick · 14 years ago
  13. bf69d03 SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget by Andrew Trick · 14 years ago
  14. 990f771 Add clarifying comments for the new arguments to UnrollLoop. by Andrew Trick · 14 years ago
  15. 1cabe54 Move trip count discovery outside of the generic LoopUnroll helper. This by Andrew Trick · 14 years ago
  16. 279e7a6 whitespace by Andrew Trick · 14 years ago
  17. 61ea0e4 Reinstate r133513 (reverted in r133700) with an additional fix for a by Jay Foad · 14 years ago
  18. 9651312 Revert r133513: by Eric Christopher · 14 years ago
  19. ccbb77f Remove unused variables. by Benjamin Kramer · 14 years ago
  20. a97a2c9 Reinstate r133435 and r133449 (reverted in r133499) now that the clang by Jay Foad · 14 years ago
  21. 184f3b3 Revert r133435 and r133449 to appease buildbots. by Chad Rosier · 14 years ago
  22. e03c05c Change how PHINodes store their operands. by Jay Foad · 14 years ago
  23. 4a14fbc Don't unroll loops whose header block's address is taken. by Chris Lattner · 15 years ago
  24. dfcfcb4 random cleanups by Chris Lattner · 15 years ago
  25. 89afb43 Remove all uses of the "ugly" method BranchInst::setUnconditionalDest(). by Jay Foad · 15 years ago
  26. 433c167 Replace calls to ConstantFoldInstruction with calls to SimplifyInstruction by Duncan Sands · 15 years ago
  27. 229e38f Be more consistent in using ValueToValueMapTy. by Rafael Espindola · 15 years ago
  28. a7908ae Preserve ScalarEvolution in the loop unroller. by Dan Gohman · 15 years ago
  29. 0dc3c2d Use ValueMap instead of DenseMap. by Devang Patel · 15 years ago
  30. b8f11de Cosmetic change. by Devang Patel · 15 years ago
  31. 2176643 Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no replationship with ADT/ValueMap. by Devang Patel · 16 years ago
  32. 2734ebd Add a DominatorTree argument to isLCSSA so that it doesn't have to by Dan Gohman · 16 years ago
  33. 1266d46 Don't bother with sprintf, just pass the Twine through. by Benjamin Kramer · 16 years ago
  34. 627f40a Change errs() to dbgs(). by David Greene · 16 years ago
  35. 18fa568 Add Loop contains utility methods for testing whether a loop by Dan Gohman · 16 years ago
  36. 46b5c64 remove a bunch of extraneous LLVMContext arguments by Chris Lattner · 16 years ago
  37. 415c64e Teach LoopUnroll how to bail if LoopSimplify can't give it what it needs. by Dan Gohman · 16 years ago
  38. 2d02ff8 Revert r85667. LoopUnroll currently can't call utility functions which by Dan Gohman · 16 years ago
  39. 041e2db Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into by Dan Gohman · 16 years ago
  40. fa8969f Simplify this code. by Dan Gohman · 16 years ago
  41. f70e76c Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp to by Dan Gohman · 16 years ago[Renamed from llvm/lib/Transforms/Utils/UnrollLoop.cpp]
  42. b25de3f eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  43. 0dd5e1e More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 16 years ago
  44. 39f00cc Thread LLVMContext through the constant folding APIs, which touches a lot of files. by Owen Anderson · 16 years ago
  45. dc3f6f2 Factor some code into a new FoldSingleEntryPHINodes method. by Chris Lattner · 17 years ago
  46. 26ff6f9 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
  47. 04c8bd7 Revert 52645, the loop unroller changes. It caused a regression in 252.eon. by Dan Gohman · 17 years ago
  48. 48c5c7e Revamp the loop unroller, extending it to correctly update PHI nodes by Dan Gohman · 17 years ago
  49. 3dc2d92 Split the loop unroll mechanism logic out into a utility function. by Dan Gohman · 17 years ago