Skip to content
  1. Jun 25, 2009
    • Owen Anderson's avatar
      Move local statics to per-instance variables. · ae471cf3
      Owen Anderson authored
      llvm-svn: 74132
      ae471cf3
    • David Greene's avatar
      · 08d3ac17
      David Greene authored
      Increase limit for OpActions array
      
      The OpActions array had a limit of 32 value types, so change it to use
      MVT::MAX_ALLOWED_VALUETYPE in its declaration and change the accesses to
      this array to work with a VT.getSimpleVT() that is larger than 32.
      
      Also, add a comment to the place where MVT::MAX_ALLOWED_VALUETYPE is
      defined indicating that it must be a multiple of 32.
      
      This is part of the work allow MVT::LAST_VALUETYPE be greater than 32.
      
      llvm-svn: 74130
      08d3ac17
    • Owen Anderson's avatar
      Make this thread-safe. · 8e62b5f3
      Owen Anderson authored
      llvm-svn: 74129
      8e62b5f3
    • Owen Anderson's avatar
      Get rid of a static boolean. · 4830e086
      Owen Anderson authored
      llvm-svn: 74125
      4830e086
  2. Jun 24, 2009
Loading