Skip to content
  1. Feb 07, 2011
  2. Feb 03, 2011
  3. Feb 02, 2011
    • Benjamin Kramer's avatar
      SimplifyCFG: Turn switches into sub+icmp+branch if possible. · f4ea1d5f
      Benjamin Kramer authored
      This makes the job of the later optzn passes easier, allowing the vast amount of
      icmp transforms to chew on it.
      
      We transform 840 switches in gcc.c, leading to a 16k byte shrink of the resulting
      binary on i386-linux.
      
      The testcase from README.txt now compiles into
        decl  %edi
        cmpl  $3, %edi
        sbbl  %eax, %eax
        andl  $1, %eax
        ret
      
      llvm-svn: 124724
      f4ea1d5f
  4. Jan 29, 2011
  5. Jan 28, 2011
  6. Jan 24, 2011
  7. Jan 23, 2011
  8. Jan 18, 2011
  9. Jan 17, 2011
  10. Jan 15, 2011
  11. Jan 14, 2011
  12. Jan 11, 2011
  13. Jan 08, 2011
  14. Jan 07, 2011
  15. Jan 03, 2011
  16. Jan 02, 2011
  17. Dec 31, 2010
  18. Dec 30, 2010
  19. Dec 27, 2010
  20. Dec 25, 2010
Loading