Skip to content
  1. Jan 07, 2008
  2. Jan 05, 2008
  3. Jan 04, 2008
  4. Jan 03, 2008
  5. Dec 31, 2007
    • Chris Lattner's avatar
      Add new shorter predicates for testing machine operands for various types: · a5bb370a
      Chris Lattner authored
      e.g. MO.isMBB() instead of MO.isMachineBasicBlock().  I don't plan on 
      switching everything over, so new clients should just start using the 
      shorter names.
      
      Remove old long accessors, switching everything over to use the short
      accessor: getMachineBasicBlock() -> getMBB(), 
      getConstantPoolIndex() -> getIndex(), setMachineBasicBlock -> setMBB(), etc.
      
      llvm-svn: 45464
      a5bb370a
  6. Dec 29, 2007
  7. Dec 22, 2007
  8. Nov 13, 2007
  9. Aug 29, 2007
  10. Jul 29, 2007
  11. Jul 27, 2007
  12. May 03, 2007
  13. May 02, 2007
  14. May 01, 2007
  15. Apr 16, 2007
  16. Apr 11, 2007
  17. Mar 14, 2007
  18. Jan 26, 2007
  19. Dec 19, 2006
  20. Dec 06, 2006
  21. Dec 05, 2006
  22. Dec 01, 2006
  23. Nov 17, 2006
  24. Nov 10, 2006
  25. Nov 09, 2006
  26. Sep 13, 2006
  27. Sep 08, 2006
  28. Sep 07, 2006
  29. Sep 06, 2006
  30. Sep 05, 2006
Loading