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