Skip to content
  1. Mar 31, 2008
  2. Mar 30, 2008
  3. Mar 29, 2008
  4. Mar 28, 2008
  5. Mar 27, 2008
  6. Mar 26, 2008
    • Roman Levenstein's avatar
      Use a linked data structure for the uses lists of an SDNode, just like · 358e04a1
      Roman Levenstein authored
      LLVM Value/Use does and MachineRegisterInfo/MachineOperand does.
      This allows constant time for all uses list maintenance operations.
      
      The idea was suggested by Chris. Reviewed by Evan and Dan.
      Patch is tested and approved by Dan.
      
      On normal use-cases compilation speed is not affected. On very big basic
      blocks there are compilation speedups in the range of 15-20% or even better. 
      
      llvm-svn: 48822
      358e04a1
  7. Mar 25, 2008
  8. Mar 24, 2008
  9. Mar 23, 2008
  10. Mar 22, 2008
  11. Mar 21, 2008
  12. Mar 20, 2008
  13. Mar 19, 2008
Loading