1. 5e985ee [block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFreq() in all *BlockFrequencyInfo*. by Michael Gottesman · 12 years ago
  2. 092647b [block-freq] Store MBFI as a field on SpillPlacement so we can access it to get the entry frequency while processing data. by Michael Gottesman · 12 years ago
  3. c5454ff Reapply r185393. by Jakob Stoklund Olesen · 12 years ago
  4. 13be6bf Revert (most of) r185393 and r185395. by Jakob Stoklund Olesen · 12 years ago
  5. 3b4e9cc Tweak some comments that referred to the old bias computations. by Jakob Stoklund Olesen · 12 years ago
  6. 55daed2 Remove floating point computations form SpillPlacement.cpp. by Jakob Stoklund Olesen · 12 years ago
  7. e2a1d89 Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo. by Benjamin Kramer · 12 years ago
  8. b697026 Move #include of BitVector from .h to .cpp file. by Jakub Staszak · 13 years ago
  9. 29268b5 Give a small negative bias to giant edge bundles. by Jakob Stoklund Olesen · 13 years ago
  10. 8695452 Be more conservative when forming compact regions. by Jakob Stoklund Olesen · 14 years ago
  11. d2a7d1e Extend the SpillPlacement interface with two new features. by Jakob Stoklund Olesen · 14 years ago
  12. 0ab5d0e Add a simple method for marking blocks with interference in and out. by Jakob Stoklund Olesen · 14 years ago
  13. ed47ed4 Build the Hopfield network incrementally when splitting global live ranges. by Jakob Stoklund Olesen · 15 years ago
  14. 1c0db0f Prefer multiplications to divisions. by Jakob Stoklund Olesen · 15 years ago
  15. 6d2bbc1 Extract SpillPlacement::addLinks for handling the special transparent blocks. by Jakob Stoklund Olesen · 15 years ago
  16. 6895b87 Keep track of the number of positively biased nodes when adding constraints. by Jakob Stoklund Olesen · 15 years ago
  17. 36b5d8a Break the spill placement algorithm into three parts: prepare, addConstraints, and finish. by Jakob Stoklund Olesen · 15 years ago
  18. c332e72 Precompute block frequencies, pow() isn't free. by Jakob Stoklund Olesen · 15 years ago
  19. 73e203e Trim debugging output. by Jakob Stoklund Olesen · 15 years ago
  20. 2b855eb Silence an MSVC warning by Jakob Stoklund Olesen · 15 years ago
  21. 79be8ae Divert Hopfield network debug output. It is very noisy. by Jakob Stoklund Olesen · 15 years ago
  22. 267f6c1 Add RAGreedy methods for splitting live ranges around regions. by Jakob Stoklund Olesen · 15 years ago
  23. 8e236ea Add the SpillPlacement analysis pass. by Jakob Stoklund Olesen · 15 years ago