Skip to content
  1. Jan 07, 2008
    • Chris Lattner's avatar
      remove #includage · f3efadcb
      Chris Lattner authored
      llvm-svn: 45697
      f3efadcb
    • 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
  2. Jan 01, 2008
  3. Dec 31, 2007
  4. Dec 29, 2007
  5. Oct 03, 2007
  6. Sep 03, 2007
  7. Jun 29, 2007
  8. Jun 19, 2007
  9. Jun 04, 2007
  10. May 18, 2007
  11. May 01, 2007
  12. Mar 09, 2007
  13. Feb 19, 2007
  14. Feb 17, 2007
  15. Feb 10, 2007
  16. Dec 16, 2006
  17. Dec 15, 2006
  18. Dec 07, 2006
  19. Nov 28, 2006
  20. Nov 18, 2006
  21. Oct 24, 2006
  22. Oct 06, 2006
  23. Oct 03, 2006
  24. Sep 26, 2006
  25. May 12, 2006
  26. May 04, 2006
  27. Apr 22, 2005
  28. Apr 01, 2005
  29. Jan 30, 2005
  30. Jan 29, 2005
  31. Oct 26, 2004
  32. Sep 05, 2004
  33. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  34. Jul 04, 2004
Loading