Skip to content
  1. Dec 19, 2008
  2. Dec 02, 2008
  3. Nov 20, 2008
    • Evan Cheng's avatar
      - Register scavenger should use MachineRegisterInfo and internal map to find... · c22215a0
      Evan Cheng authored
      - Register scavenger should use MachineRegisterInfo and internal map to find the first use of a register after a given machine instruction.
      - When scavenging a register, in addition to the spill, insert a restore before the first use.
      - Abort if client is looking to scavenge a register even when a previously scavenged register is still live.
      
      llvm-svn: 59697
      c22215a0
  4. Nov 19, 2008
  5. Nov 18, 2008
  6. Oct 03, 2008
  7. Jul 07, 2008
  8. May 27, 2008
  9. Apr 11, 2008
  10. Apr 05, 2008
  11. Mar 08, 2008
  12. Mar 07, 2008
  13. Mar 05, 2008
  14. Mar 03, 2008
  15. Feb 16, 2008
  16. Feb 10, 2008
  17. Jan 07, 2008
    • Chris Lattner's avatar
      rename TargetInstrDescriptor -> TargetInstrDesc. · 03ad8850
      Chris Lattner authored
      Make MachineInstr::getDesc return a reference instead
      of a pointer, since it can never be null.
      
      llvm-svn: 45695
      03ad8850
    • Chris Lattner's avatar
      Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects · a98c679d
      Chris Lattner authored
      that it is cheap and efficient to get.
      
      Move a variety of predicates from TargetInstrInfo into 
      TargetInstrDescriptor, which makes it much easier to query a predicate
      when you don't have TII around.  Now you can use MI->getDesc()->isBranch()
      instead of going through TII, and this is much more efficient anyway. Not
      all of the predicates have been moved over yet.
      
      Update old code that used MI->getInstrDescriptor()->Flags to use the
      new predicates in many places.
      
      llvm-svn: 45674
      a98c679d
  18. Jan 01, 2008
  19. Dec 29, 2007
  20. Dec 05, 2007
  21. Sep 14, 2007
  22. Jul 05, 2007
  23. May 01, 2007
  24. Apr 26, 2007
  25. Apr 03, 2007
  26. Mar 27, 2007
  27. Mar 20, 2007
  28. Mar 06, 2007
  29. Mar 02, 2007
  30. Mar 01, 2007
  31. Feb 27, 2007
  32. Feb 25, 2007
Loading