Skip to content
  1. Jan 11, 2004
    • Alkis Evlogimenos's avatar
      Make LiveVariables::HandlePhysRegUse and · 52a714b4
      Alkis Evlogimenos authored
      LiveVariables::HandlePhysRegDef private they use information that is
      not in memory when LiveVariables finishes the analysis.
      
      Also update the TwoAddressInstructionPass to not use this interface.
      
      llvm-svn: 10755
      52a714b4
    • Chris Lattner's avatar
      Check in two changes: · 65f901e2
      Chris Lattner authored
      The first change (which is disabled) compactifies all of the function constant
      pools into the global constant pool, in an attempt to reduce the amount of
      duplication and overhead.  Unfortunately, as the comment indicates, this is
      not yet a win, so it is disabled.
      
      The second change sorts the typeid's so that those types that can be used
      by instructions in the program appear earlier in the table than those that
      cannot (such as structures and arrays).  This causes the instructions to
      be able to use the dense encoding more often, saving about 5K on 254.gap.
      This is only a .65% savings though, unfortunately. :(
      
      llvm-svn: 10754
      65f901e2
  2. Jan 10, 2004
  3. Jan 09, 2004
  4. Jan 08, 2004
Loading