Skip to content
  1. Aug 17, 2009
  2. Aug 13, 2009
  3. Jul 31, 2009
  4. Jul 29, 2009
  5. Jul 26, 2009
  6. Jul 25, 2009
    • Daniel Dunbar's avatar
      More migration to raw_ostream, the water has dried up around the iostream hole. · 0dd5e1ed
      Daniel Dunbar authored
       - Some clients which used DOUT have moved to DEBUG. We are deprecating the
         "magic" DOUT behavior which avoided calling printing functions when the
         statement was disabled. In addition to being unnecessary magic, it had the
         downside of leaving code in -Asserts builds, and of hiding potentially
         unnecessary computations.
      
      llvm-svn: 77019
      0dd5e1ed
  7. Jul 22, 2009
  8. Jul 21, 2009
  9. Jul 16, 2009
  10. Jul 14, 2009
  11. Jul 13, 2009
  12. Jul 11, 2009
  13. Jul 07, 2009
  14. Jul 06, 2009
  15. Jul 03, 2009
  16. Jun 07, 2009
  17. May 28, 2009
  18. Mar 21, 2009
  19. Mar 20, 2009
  20. Jan 15, 2009
  21. Jan 14, 2009
  22. Nov 21, 2008
  23. Nov 03, 2008
  24. Sep 04, 2008
  25. Aug 24, 2008
  26. Aug 15, 2008
  27. Aug 14, 2008
  28. Aug 13, 2008
  29. 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
  30. Jun 20, 2008
  31. May 24, 2008
  32. May 23, 2008
  33. May 13, 2008
Loading