1. 4484f99 Add SplitEditor::markOverlappedComplement(). by Jakob Stoklund Olesen · 14 years ago
  2. 820c8fd0 Eliminate the extendRange() wrapper. by Jakob Stoklund Olesen · 14 years ago
  3. 054984d Use a separate LiveRangeCalc for the complement in spill modes. by Jakob Stoklund Olesen · 14 years ago
  4. 487f2a3 Extract live range calculations from SplitKit. by Jakob Stoklund Olesen · 14 years ago
  5. eecb2fb Add an interface for SplitKit complement spill modes. by Jakob Stoklund Olesen · 14 years ago
  6. 72c0ddf Update comments to reflect some (not so) recent changes. by Jakob Stoklund Olesen · 14 years ago
  7. cdf9ad9 Delete getMultiUseBlocks and splitSingleBlocks. by Jakob Stoklund Olesen · 14 years ago
  8. 8627ea9 Split around single instructions to enable register class inflation. by Jakob Stoklund Olesen · 14 years ago
  9. 43859a6 Rename {First,Last}Use to {First,Last}Instr. by Jakob Stoklund Olesen · 14 years ago
  10. ae8027c Add a BlockInfo::FirstDef field. by Jakob Stoklund Olesen · 14 years ago
  11. f047ff4 Delete BlockInfo::LiveThrough. It wasn't used any more. by Jakob Stoklund Olesen · 14 years ago
  12. 795da1c Extract parts of RAGreedy::splitAroundRegion as SplitKit methods. by Jakob Stoklund Olesen · 14 years ago
  13. adc6a4c Reapply r134047 now that the world is ready for it. by Jakob Stoklund Olesen · 14 years ago
  14. 8628435 Revert r134047 while investigating a llvm-gcc-i386-linux-selfhost miscompile. by Jakob Stoklund Olesen · 14 years ago
  15. ffbc05b Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art. by Jakob Stoklund Olesen · 14 years ago
  16. ec43d5d Reapply r132245 with a fix for the bug that broke the darwin9/i386 build. by Jakob Stoklund Olesen · 15 years ago
  17. ca6a4d8 Revert r132245, "Create two BlockInfo entries when a live range is discontinuous through a block." by Jakob Stoklund Olesen · 15 years ago
  18. fd3f71e Create two BlockInfo entries when a live range is discontinuous through a block. by Jakob Stoklund Olesen · 15 years ago
  19. 5cc91b2 Add SplitAnalysis::getNumLiveBlocks(). by Jakob Stoklund Olesen · 15 years ago
  20. eaa6ed1 Gracefully handle invalid live ranges. Fix PR9831. by Jakob Stoklund Olesen · 15 years ago
  21. eef2327 Add a safe-guard against repeated splitting for some rare cases. by Jakob Stoklund Olesen · 15 years ago
  22. b8a62aa Give SplitKit.h a header guard. by Sebastian Redl · 15 years ago
  23. 6a663b8 Allow allocatable ranges from global live range splitting to be split again. by Jakob Stoklund Olesen · 15 years ago
  24. 1af8b4d Teach the SplitKit blitter to handle multiply defined values as well. by Jakob Stoklund Olesen · 15 years ago
  25. cda53fe Stop using dead function. by Jakob Stoklund Olesen · 15 years ago
  26. c49df2c SparseBitVector is SLOW. by Jakob Stoklund Olesen · 15 years ago
  27. c70b697 Create new intervals for isolated blocks during region splitting. by Jakob Stoklund Olesen · 15 years ago
  28. 0840f50 Add SplitKit API to query and select the current interval being worked on. by Jakob Stoklund Olesen · 15 years ago
  29. ed47ed4 Build the Hopfield network incrementally when splitting global live ranges. by Jakob Stoklund Olesen · 15 years ago
  30. bf91c4e Analyze blocks with uses separately from live-through blocks without uses. by Jakob Stoklund Olesen · 15 years ago
  31. fe6e07f Use std::unique instead of a SmallPtrSet to ensure unique instructions in UseSlots. by Jakob Stoklund Olesen · 15 years ago
  32. d93b0e3 Stop precomputing last split points, query the SplitAnalysis cache on demand. by Jakob Stoklund Olesen · 15 years ago
  33. 50b2db8 Cache the fairly expensive last split point computation and provide a fast by Jakob Stoklund Olesen · 15 years ago
  34. 8933907 Stop caching basic block index ranges now that SlotIndexes can keep up. by Jakob Stoklund Olesen · 15 years ago
  35. 956ae3d Delete leftover data members. by Jakob Stoklund Olesen · 15 years ago
  36. 315b42c Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute. by Jakob Stoklund Olesen · 15 years ago
  37. ea5ebfe Delete dead code after rematerializing. by Jakob Stoklund Olesen · 15 years ago
  38. 27e0a4a Work around a coalescer bug. by Jakob Stoklund Olesen · 15 years ago
  39. 1a69e23 Use an IndexedMap instead of a DenseMap for the live-out cache. by Jakob Stoklund Olesen · 15 years ago
  40. 9a6382f Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the time. by Jakob Stoklund Olesen · 15 years ago
  41. c960198 Change the SplitEditor interface to a single instance can be shared for multiple splits. by Jakob Stoklund Olesen · 15 years ago
  42. 815196c Turn the Edit member into a pointer so it can change dynamically. by Jakob Stoklund Olesen · 15 years ago
  43. 503b143 Transfer simply defined values directly without recomputing liveness and SSA. by Jakob Stoklund Olesen · 15 years ago
  44. 3648263 Extract a method. No functional change. by Jakob Stoklund Olesen · 15 years ago
  45. 48af892 Move extendRange() into SplitEditor and delete the LiveRangeMap class. by Jakob Stoklund Olesen · 15 years ago
  46. b023761 Rename mapValue to extendRange because that is its function now. by Jakob Stoklund Olesen · 15 years ago
  47. 9e326a8 Move LiveIntervalMap::extendTo into LiveInterval itself. by Jakob Stoklund Olesen · 15 years ago
  48. 2b09bed Delete dead code. by Jakob Stoklund Olesen · 15 years ago
  49. 8ef91fc Move the value map from LiveIntervalMap to SplitEditor. by Jakob Stoklund Olesen · 15 years ago
  50. 977e3d3 Delete dead code. by Jakob Stoklund Olesen · 15 years ago
  51. 60a26a6 Add SplitKit::isOriginalEndpoint and use it to force live range splitting to terminate. by Jakob Stoklund Olesen · 15 years ago
  52. f1a60a6 Give SplitAnalysis a VRM member to access VirtRegMap::getOriginal(). by Jakob Stoklund Olesen · 15 years ago
  53. 04aff70 Missed member rename for naming convention. by Jakob Stoklund Olesen · 15 years ago
  54. 93c8736 Split local live ranges. by Jakob Stoklund Olesen · 15 years ago
  55. 8dafc87 Delete unused code for analyzing and splitting around loops. by Jakob Stoklund Olesen · 15 years ago
  56. 7cb57b3 Use the LiveBLocks array for SplitEditor::splitSingleBlocks() as well. by Jakob Stoklund Olesen · 15 years ago
  57. b1b76ad Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis. by Jakob Stoklund Olesen · 15 years ago
  58. 1749935 Add SplitEditor::overlapIntv() to create small ranges where both registers are live. by Jakob Stoklund Olesen · 15 years ago
  59. f12e120 Return live range end points from SplitEditor::enter*/leave*. by Jakob Stoklund Olesen · 15 years ago
  60. ede6267 Reapply this. by Eric Christopher · 15 years ago
  61. 2193353 Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap. by Eric Christopher · 15 years ago
  62. dca2917 Defer SplitKit value mapping until all defs are available. by Jakob Stoklund Olesen · 15 years ago
  63. b308902 Rename member variables to follow the rest of LLVM. No functional change. by Jakob Stoklund Olesen · 15 years ago
  64. 04e6b3b Add LiveIntervalMap::dumpCache() to print out the cache used by the ssa update algorithm. by Jakob Stoklund Olesen · 15 years ago
  65. 267f6c1 Add RAGreedy methods for splitting live ranges around regions. by Jakob Stoklund Olesen · 15 years ago
  66. f96ae68 Turn the EdgeBundles class into a stand-alone machine CFG analysis pass. by Jakob Stoklund Olesen · 15 years ago
  67. 2530cd2 Add EdgeBundles to SplitKit. by Jakob Stoklund Olesen · 15 years ago
  68. 28e769c Detect and enumerate bypass loops. by Jakob Stoklund Olesen · 15 years ago
  69. 4391f34 Separate SplitAnalysis::getSplitLoops(). by Jakob Stoklund Olesen · 15 years ago
  70. 6ee7d9aa Basic rematerialization during splitting. by Jakob Stoklund Olesen · 15 years ago
  71. 1e32688 When inserting copies during splitting, always use the parent register as the by Jakob Stoklund Olesen · 15 years ago
  72. c9f90c2 Replace SplitKit SSA update with an iterative algorithm very similar to the one by Jakob Stoklund Olesen · 15 years ago
  73. e172a8b Make MachineDominators available for SplitEditor. We are going to need it for by Jakob Stoklund Olesen · 15 years ago
  74. 79e1407 Handle critical loop predecessors by making both inside and outside registers by Jakob Stoklund Olesen · 15 years ago
  75. 795ed98 Compute critical loop predecessors in the same way as critical loop exits. by Jakob Stoklund Olesen · 15 years ago
  76. 1c24605 This is a prototype of an experimental register allocation by Andrew Trick · 15 years ago
  77. 9a74301 Add print methods by Jakob Stoklund Olesen · 15 years ago
  78. 20d103e Remove unused accessor. by Jakob Stoklund Olesen · 15 years ago
  79. 3f1f7b6 Eliminate curli from SplitEditor. Use the LiveRangeEdit reference instead. by Jakob Stoklund Olesen · 15 years ago
  80. 72911e4 Create a new LiveRangeEdit class to keep track of the new registers created when by Jakob Stoklund Olesen · 15 years ago
  81. 959fcc6 Rename SplitEditor::rewrite to finish() and break it out into a couple of new by Jakob Stoklund Olesen · 15 years ago
  82. 56e2925 Remove SplitAnalysis::removeUse. It was only used to make SplitAnalysis by Jakob Stoklund Olesen · 15 years ago
  83. 89d276a Update SplitEditor API to reflect the fact that the original live interval is by Jakob Stoklund Olesen · 15 years ago
  84. b0cedd5 Don't use nextIndex to check for live out of instruction. by Jakob Stoklund Olesen · 15 years ago
  85. 6f8bd42 Build the complement interval dupli after the split intervals instead of by Jakob Stoklund Olesen · 15 years ago
  86. 9855109 Use the value mapping provided by LiveIntervalMap. This simplifies the code a by Jakob Stoklund Olesen · 15 years ago
  87. 614e1393 Mechanically replace LiveInterval* with LiveIntervalMap for intervals being by Jakob Stoklund Olesen · 15 years ago
  88. 36dad6d Allow LiveIntervalMap to be reused by resetting the current live interval. by Jakob Stoklund Olesen · 15 years ago
  89. e98030ad Thinking about it, we don't need MachineDominatorTree after all. The DomValue by Jakob Stoklund Olesen · 15 years ago
  90. ce6f055 Add the LiveIntervalMap class. Don't hook it up yet. by Jakob Stoklund Olesen · 15 years ago
  91. 27e1f26 Clean up the Spiller.h interface. by Jakob Stoklund Olesen · 15 years ago
  92. d1191ee Implement splitting inside a single block. by Jakob Stoklund Olesen · 15 years ago
  93. 32c181c Update the SplitAnalysis statistics as uses are moved from curli to the new by Jakob Stoklund Olesen · 15 years ago
  94. 622848b Implement single block splitting. by Jakob Stoklund Olesen · 15 years ago
  95. 284c2db Recalculate the spill weight and allocation hint for virtual registers created by Jakob Stoklund Olesen · 15 years ago
  96. 45e07c8 Lazily defer duplicating the live interval we are splitting until we know it is by Jakob Stoklund Olesen · 15 years ago
  97. dc96e28 Checkpoint SplitKit progress. by Jakob Stoklund Olesen · 15 years ago
  98. c698417 Add SplitEditor to SplitKit. This class will be used to edit live intervals and by Jakob Stoklund Olesen · 15 years ago
  99. 0fef9dd Change the createSpiller interface to take a MachineFunctionPass argument. by Jakob Stoklund Olesen · 15 years ago
  100. ed4075c Implement loop splitting analysis. by Jakob Stoklund Olesen · 15 years ago