Skip to content
  1. Jun 06, 2008
    • Duncan Sands's avatar
      Tighten up the abstraction slightly. · f1123e58
      Duncan Sands authored
      llvm-svn: 52045
      f1123e58
    • 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
    • Evan Cheng's avatar
      Refine stack slot interval weight computation. · 6d7a1444
      Evan Cheng authored
      llvm-svn: 52040
      6d7a1444
  2. Jun 05, 2008
  3. Jun 04, 2008
  4. Jun 03, 2008
  5. Jun 02, 2008
  6. May 31, 2008
  7. May 30, 2008
  8. May 29, 2008
Loading