Skip to content
  1. Aug 13, 2009
  2. Aug 07, 2009
  3. Jul 22, 2009
  4. Jul 10, 2009
  5. Jun 27, 2009
  6. Jun 26, 2009
  7. Jun 25, 2009
  8. Mar 06, 2009
  9. Jan 28, 2009
  10. Jan 26, 2009
  11. 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
  12. Sep 04, 2008
  13. 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
  14. Jun 19, 2008
  15. May 23, 2008
  16. May 15, 2008
  17. May 13, 2008
  18. May 02, 2008
  19. Apr 14, 2008
  20. Apr 13, 2008
  21. Apr 06, 2008
  22. Feb 15, 2008
  23. Dec 29, 2007
  24. Nov 27, 2007
  25. Nov 21, 2007
  26. Aug 21, 2007
  27. Jul 30, 2007
  28. Jul 13, 2007
  29. Jul 12, 2007
  30. Jul 07, 2007
  31. Jul 06, 2007
  32. May 11, 2007
  33. May 03, 2007
  34. May 02, 2007
  35. May 01, 2007
Loading