Skip to content
  1. 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
  2. Dec 30, 2007
  3. Dec 29, 2007
  4. Dec 28, 2007
  5. Dec 24, 2007
  6. Dec 22, 2007
  7. Dec 21, 2007
  8. Dec 20, 2007
  9. Dec 18, 2007
  10. Dec 17, 2007
  11. Dec 16, 2007
  12. Dec 15, 2007
  13. Dec 14, 2007
  14. Dec 13, 2007
  15. Dec 12, 2007
    • Dan Gohman's avatar
      Allow vector integer constants to be created with · 7a7742c2
      Dan Gohman authored
      SelectionDAG::getConstant, in the same way as vector floating-point
      constants. This allows the legalize expansion code for @llvm.ctpop and
      friends to be usable with vector types.
      
      llvm-svn: 44954
      7a7742c2
Loading