Skip to content
  1. Aug 05, 2008
  2. Dec 29, 2007
  3. Nov 06, 2007
  4. Aug 15, 2007
  5. Aug 05, 2007
    • Chris Lattner's avatar
      When clearing a SmallPtrSet, if the set had a huge capacity, but the · 44f7d3aa
      Chris Lattner authored
      contents of the set were small, deallocate and shrink the set.  This
      avoids having us to memset as much data, significantly speeding up
      some pathological cases.  For example, this speeds up the verifier
      from 0.3899s to 0.0763 (5.1x) on the testcase from PR1432 in a 
      release build.
      
      llvm-svn: 40837
      44f7d3aa
  6. Jul 27, 2007
  7. Jul 24, 2007
  8. Jul 19, 2007
  9. Jul 18, 2007
  10. Jul 17, 2007
  11. Jul 16, 2007
  12. Jul 10, 2007
  13. Jul 09, 2007
  14. Jun 22, 2007
  15. Apr 14, 2007
  16. Feb 07, 2007
  17. Feb 06, 2007
  18. Jan 27, 2007
Loading