Skip to content
  1. Feb 16, 2010
  2. Feb 15, 2010
  3. Feb 10, 2010
  4. Feb 05, 2010
    • Bob Wilson's avatar
      Do not reassociate expressions with i1 type. SimplifyCFG converts some · 27dfb1e1
      Bob Wilson authored
      short-circuited conditions to AND/OR expressions, and those expressions
      are often converted back to a short-circuited form in code gen.  The
      original source order may have been optimized to take advantage of the
      expected values, and if we reassociate them, we change the order and
      subvert that optimization.  Radar 7497329.
      
      llvm-svn: 95333
      27dfb1e1
  5. Jan 09, 2010
  6. Jan 08, 2010
  7. Jan 05, 2010
  8. Jan 02, 2010
  9. Jan 01, 2010
  10. Dec 31, 2009
  11. Nov 14, 2009
  12. Oct 21, 2009
    • Victor Hernandez's avatar
      Make changes to rev 84292 as requested by Chris Lattner. · be9e1791
      Victor Hernandez authored
      Most changes are cleanup, but there is 1 correctness fix:
      I fixed InstCombine so that the icmp is removed only if the malloc call is removed (which requires explicit removal because the Worklist won't DCE any calls since they can have side-effects).
      
      llvm-svn: 84772
      be9e1791
  13. Oct 17, 2009
  14. Sep 27, 2009
  15. Sep 19, 2009
  16. Sep 02, 2009
  17. Aug 23, 2009
  18. Aug 17, 2009
  19. Aug 12, 2009
  20. Jul 31, 2009
  21. Jul 29, 2009
Loading