Skip to content
  1. Jul 12, 2011
    • Nick Lewycky's avatar
      TypeMap had a destructor that destroyed the types it held. DenseMap did not, so · e9bb9a0b
      Nick Lewycky authored
      destroy those types in ~LLVMContext.
      
      llvm-svn: 134945
      e9bb9a0b
    • Andrew Trick's avatar
      indvars: Code reorganization in preparation for · cdc2297e
      Andrew Trick authored
      LinearFunctionTestReplace rewrite. No functionality.
      
      I've been wanting to group the indvar subphases into sections and
      order them by their logical sequence. My next checkin adds functions
      related to LFTR, and doing the reorg now should help reviewers. Since,
      most of the code in IndVarSimplify.cpp has recently been replaced or
      will be replaced soon, obscuring blame should not be an issue. This
      seems like an ideal time to shuffle the code around.
      
      I'm happy to take more suggestions for cleaning up the code. Or if
      you've been wanting to cleanup anything in this file yourself, now is
      a good time.
      
      llvm-svn: 134941
      cdc2297e
  2. Jul 11, 2011
  3. Jul 10, 2011
  4. Jul 09, 2011
  5. Jul 08, 2011
    • Jim Grosbach's avatar
      Make tBX_RET and tBX_RET_vararg predicable. · 7471937a
      Jim Grosbach authored
      The normal tBX instruction is predicable, so there's no reason the
      pseudos for using it as a return shouldn't be. Gives us some nice code-gen
      improvements as can be seen by the test changes. In particular, several
      tests now have to disable if-conversion because it works too well and defeats
      the test.
      
      llvm-svn: 134746
      7471937a
Loading