Skip to content
  1. Mar 13, 2005
  2. Mar 12, 2005
  3. Mar 05, 2005
  4. Mar 04, 2005
  5. Feb 27, 2005
  6. Feb 25, 2005
    • Chris Lattner's avatar
      Handle null a bit more carefully. · e99ee2b3
      Chris Lattner authored
      Actually teach dsa about select instructions.  This doesn't affect the
      graph in any way other than not setting a spurious U marker on pointer
      nodes that are selected.
      
      llvm-svn: 20324
      e99ee2b3
  7. Feb 24, 2005
  8. Feb 15, 2005
  9. Feb 09, 2005
  10. Feb 07, 2005
  11. Feb 04, 2005
  12. Feb 03, 2005
  13. Feb 01, 2005
  14. Jan 31, 2005
    • Chris Lattner's avatar
      Rename variables to work with VC++'s hokey scoping rules. · 2ca79d33
      Chris Lattner authored
      llvm-svn: 19942
      2ca79d33
    • Chris Lattner's avatar
      Fix some scary bugs that VC++ detected. · 2977b857
      Chris Lattner authored
      llvm-svn: 19941
      2977b857
    • Chris Lattner's avatar
      * Make some methods more const correct. · a1b39fa5
      Chris Lattner authored
      * Change the FunctionCalls and AuxFunctionCalls vectors into std::lists.
        This makes many operations on these lists much more natural, and avoids
        *exteremely* expensive copying of DSCallSites (e.g. moving nodes around
        between lists, erasing a node from not the end of the vector, etc).
      
      With a profile build of analyze, this speeds up BU DS from 25.14s to
      12.59s on 176.gcc.  I expect that it would help TD even more, but I don't
      have data for it.
      
      This effectively eliminates removeIdenticalCalls and children from the
      profile, going from 6.53 to 0.27s.
      
      llvm-svn: 19939
      a1b39fa5
  15. Jan 28, 2005
  16. Jan 24, 2005
  17. Jan 12, 2005
  18. Jan 09, 2005
  19. Dec 08, 2004
  20. Dec 07, 2004
    • Reid Spencer's avatar
      For PR387:\ · 5c132bc3
      Reid Spencer authored
      Add getModRefInfo method to avoid overloaded virtuals
      
      llvm-svn: 18601
      5c132bc3
    • Reid Spencer's avatar
      For PR387:\ · 90839368
      Reid Spencer authored
      Make only one print method to avoid overloaded virtual warnings when \
      compiled with -Woverloaded-virtual
      
      llvm-svn: 18589
      90839368
  21. Nov 08, 2004
  22. Nov 03, 2004
Loading