Skip to content
  1. Jan 06, 2008
  2. Dec 29, 2007
  3. Nov 07, 2006
  4. Nov 05, 2006
  5. Nov 01, 2006
  6. Oct 31, 2005
  7. Oct 29, 2005
  8. Aug 19, 2005
  9. Aug 18, 2005
    • Chris Lattner's avatar
      When emitting implicit use/def lists, only emit each unique list once. Though · 99df668f
      Chris Lattner authored
      LLVM is able to merge identical static const globals, GCC isn't, and this caused
      some bloat in the generated data.  This has a marginal effect on PPC, shrinking
      the implicit sets from 10->4, but shrinks X86 from 179 to 23, a much bigger
      reduction.
      
      This should speed up the register allocator as well by reducing the dcache
      footprint for this static data.
      
      llvm-svn: 22879
      99df668f
  10. Apr 22, 2005
  11. Oct 27, 2004
  12. Aug 01, 2004
  13. Nov 11, 2003
  14. Oct 20, 2003
  15. Oct 05, 2003
  16. Aug 06, 2003
  17. Aug 03, 2003
Loading