Skip to content
  1. Jul 02, 2013
    • Jakob Stoklund Olesen's avatar
      3b4e9ccf
    • Jakob Stoklund Olesen's avatar
      Remove floating point computations form SpillPlacement.cpp. · 55daed27
      Jakob Stoklund Olesen authored
      Patch by Benjamin Kramer!
      
      Use the BlockFrequency class instead of floats in the Hopfield network
      computations. This rescales the node Bias field from a [-2;2] float
      range to two block frequencies BiasN and BiasP pulling in opposite
      directions. This construct has a more predictable behavior when block
      frequencies saturate.
      
      The per-node scaling factors are no longer necessary, assuming the block
      frequencies around a bundle are consistent.
      
      This patch can cause the register allocator to make different spilling
      decisions. The differences should be small.
      
      llvm-svn: 185393
      55daed27
  2. Jul 01, 2013
  3. Jun 29, 2013
  4. Jun 28, 2013
  5. Jun 27, 2013
  6. Jun 26, 2013
  7. Jun 25, 2013
  8. Jun 24, 2013
  9. Jun 23, 2013
  10. Jun 22, 2013
  11. Jun 21, 2013
Loading