Skip to content
  1. Oct 25, 2009
  2. Sep 27, 2009
  3. Sep 09, 2009
    • Dan Gohman's avatar
      Fix SplitCriticalEdge to properly update LCSSA form when splitting a · ec4557f3
      Dan Gohman authored
      loop exit edge -- new PHIs may be needed not only for the additional
      splits that are made to preserve LoopSimplify form, but also for the
      original split. Factor out the code that inserts new PHIs so that it
      can be used for both. Remove LoopRotation.cpp's code for manually
      updating LCSSA form, as it is now redundant. This fixes PR4934.
      
      llvm-svn: 81363
      ec4557f3
  4. Sep 02, 2009
  5. Aug 13, 2009
  6. Aug 07, 2009
  7. Jul 22, 2009
  8. Jul 10, 2009
  9. Jun 27, 2009
  10. Jun 26, 2009
  11. Jun 25, 2009
  12. Mar 06, 2009
  13. Jan 28, 2009
  14. Jan 26, 2009
  15. Oct 23, 2008
    • Daniel Dunbar's avatar
      Change create*Pass factory functions to return Pass* instead of · 7f39e2d8
      Daniel Dunbar authored
      LoopPass*.
       - Although less precise, this means they can be used in clients
         without RTTI (who would otherwise need to include LoopPass.h, which
         eventually includes things using dynamic_cast). This was the
         simplest solution that presented itself, but I am happy to use a
         better one if available.
      
      llvm-svn: 58010
      7f39e2d8
  16. Sep 04, 2008
  17. Jul 23, 2008
    • Dan Gohman's avatar
      Enable first-class aggregates support. · fa1211f6
      Dan Gohman authored
      Remove the GetResultInst instruction. It is still accepted in LLVM assembly
      and bitcode, where it is now auto-upgraded to ExtractValueInst. Also, remove
      support for return instructions with multiple values. These are auto-upgraded
      to use InsertValueInst instructions.
      
      The IRBuilder still accepts multiple-value returns, and auto-upgrades them
      to InsertValueInst instructions.
      
      llvm-svn: 53941
      fa1211f6
  18. Jun 19, 2008
  19. May 23, 2008
  20. May 15, 2008
  21. May 13, 2008
  22. May 02, 2008
  23. Apr 14, 2008
  24. Apr 13, 2008
  25. Apr 06, 2008
  26. Feb 15, 2008
  27. Dec 29, 2007
  28. Nov 27, 2007
  29. Nov 21, 2007
  30. Aug 21, 2007
  31. Jul 30, 2007
  32. Jul 13, 2007
  33. Jul 12, 2007
  34. Jul 07, 2007
  35. Jul 06, 2007
Loading