Skip to content
  1. Jan 24, 2011
  2. Jan 08, 2011
    • Chris Lattner's avatar
      Revamp the ValueMapper interfaces in a couple ways: · 43f8d164
      Chris Lattner authored
      1. Take a flags argument instead of a bool.  This makes
         it more clear to the reader what it is used for.
      2. Add a flag that says that "remapping a value not in the
         map is ok".
      3. Reimplement MapValue to share a bunch of code and be a lot
         more efficient.  For lookup failures, don't drop null values
         into the map.
      4. Using the new flag a bunch of code can vaporize in LinkModules
         and LoopUnswitch, kill it.
      
      No functionality change.
      
      llvm-svn: 123058
      43f8d164
  3. Oct 13, 2010
  4. Aug 26, 2010
  5. Aug 25, 2010
  6. Aug 24, 2010
  7. Jul 24, 2010
  8. Jul 22, 2010
  9. Jul 02, 2010
  10. Jun 24, 2010
    • Devang Patel's avatar
      Cosmetic change. · b8f11de1
      Devang Patel authored
      Do not use "ValueMap" as a name for a local variable or an argument.
      
      llvm-svn: 106698
      b8f11de1
  11. Jun 23, 2010
  12. Jun 22, 2010
  13. Apr 21, 2010
  14. Jan 27, 2010
  15. Jan 21, 2010
  16. Jan 20, 2010
  17. Jan 18, 2010
  18. Nov 01, 2009
  19. Oct 31, 2009
  20. Oct 29, 2009
  21. Oct 25, 2009
  22. Jul 28, 2009
Loading