Skip to content
  1. Jan 07, 2011
  2. Jan 06, 2011
    • Evan Cheng's avatar
      Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy · 3ae2b79a
      Evan Cheng authored
      etc. takes an option OptSize. If OptSize is true, it would return
      the inline limit for functions with attribute OptSize.
      
      llvm-svn: 122952
      3ae2b79a
    • Jakob Stoklund Olesen's avatar
      Add the SpillPlacement analysis pass. · 8e236eac
      Jakob Stoklund Olesen authored
      This pass precomputes CFG block frequency information that can be used by the
      register allocator to find optimal spill code placement.
      
      Given an interference pattern, placeSpills() will compute which basic blocks
      should have the current variable enter or exit in a register, and which blocks
      prefer the stack.
      
      The algorithm is ready to consume block frequencies from profiling data, but for
      now it gets by with the static estimates used for spill weights.
      
      This is a work in progress and still not hooked up to RegAllocGreedy.
      
      llvm-svn: 122938
      8e236eac
  3. Jan 05, 2011
  4. Jan 04, 2011
  5. Jan 03, 2011
  6. Jan 02, 2011
  7. Jan 01, 2011
  8. Dec 29, 2010
  9. Dec 28, 2010
Loading