Skip to content
  1. Feb 17, 2013
    • Cameron Zwarich's avatar
      Add support for updating the LiveIntervals of registers used by 'exotic' · bfebb419
      Cameron Zwarich authored
      terminators that actually have register uses when splitting critical edges.
      
      This commit also introduces a method repairIntervalsInRange() on LiveIntervals,
      which allows for repairing LiveIntervals in a small range after an arbitrary
      target hook modifies, inserts, and removes instructions. It's pretty limited
      right now, but I hope to extend it to support all of the things that are done
      by the convertToThreeAddress() target hooks.
      
      llvm-svn: 175382
      bfebb419
  2. Feb 16, 2013
  3. Feb 15, 2013
  4. Feb 14, 2013
  5. Feb 13, 2013
  6. Feb 12, 2013
  7. Feb 11, 2013
  8. Feb 10, 2013
  9. Feb 09, 2013
Loading