1. 527da1b Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. by Wesley Peck · 15 years ago
  2. 92c11ac Change UpdateNodeOperands' operand and return value from SDValue to by Dan Gohman · 15 years ago
  3. 21cea8a Use const qualifiers with TargetLowering. This eliminates several by Dan Gohman · 16 years ago
  4. 6bd3ef8 Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode by Dan Gohman · 16 years ago
  5. 1d459e4 Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. by Dan Gohman · 16 years ago
  6. a48f44d improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
  7. 32f8bb9 Added support to allow clients to custom widen. For X86, custom widen vectors for by Mon P Wang · 16 years ago
  8. 9f94459 Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 16 years ago
  9. 53aa7a9 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 16 years ago
  10. f9bbcd1 Major calling convention code refactoring. by Dan Gohman · 16 years ago
  11. aea9b65 Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the by Eli Friedman · 16 years ago
  12. 3b25170 Remove special cases for more opcodes. by Eli Friedman · 16 years ago
  13. ac149ee Add a comment which should hopefully make the purpose of this method a by Eli Friedman · 16 years ago
  14. da90dd6 Add a new step to legalization to legalize vector math operations. This by Eli Friedman · 16 years ago