Skip to content
  1. Jun 19, 2008
  2. Jun 18, 2008
  3. Jun 17, 2008
  4. Jun 16, 2008
  5. Jun 14, 2008
  6. Jun 13, 2008
  7. Jun 12, 2008
  8. Jun 11, 2008
  9. Jun 09, 2008
  10. Jun 08, 2008
  11. Jun 06, 2008
    • Duncan Sands's avatar
      Wrap MVT::ValueType in a struct to get type safety · 13237ac3
      Duncan Sands authored
      and better control the abstraction.  Rename the type
      to MVT.  To update out-of-tree patches, the main
      thing to do is to rename MVT::ValueType to MVT, and
      rewrite expressions like MVT::getSizeInBits(VT) in
      the form VT.getSizeInBits().  Use VT.getSimpleVT()
      to extract a MVT::SimpleValueType for use in switch
      statements (you will get an assert failure if VT is
      an extended value type - these shouldn't exist after
      type legalization).
      This results in a small speedup of codegen and no
      new testsuite failures (x86-64 linux).
      
      llvm-svn: 52044
      13237ac3
    • Zhou Sheng's avatar
      As Chris suggested, handle the situation if ShAmt larger than BitWidth, · 1152ca91
      Zhou Sheng authored
      otherwise, opt might crash.
      
      llvm-svn: 52041
      1152ca91
Loading