Skip to content
  1. Aug 24, 2008
  2. Aug 15, 2008
  3. Aug 14, 2008
  4. Aug 13, 2008
  5. 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
  6. Jun 20, 2008
  7. May 24, 2008
  8. May 23, 2008
  9. May 13, 2008
  10. May 11, 2008
  11. Apr 25, 2008
  12. Apr 24, 2008
  13. Apr 23, 2008
  14. Apr 09, 2008
  15. Apr 06, 2008
  16. Mar 22, 2008
  17. Mar 11, 2008
  18. Mar 09, 2008
  19. Mar 08, 2008
  20. Feb 20, 2008
  21. Jan 28, 2008
  22. Dec 29, 2007
  23. Oct 03, 2007
  24. Jul 20, 2007
  25. May 18, 2007
    • Devang Patel's avatar
      Fix PR1431 · 2c30a37a
      Devang Patel authored
      Test case at Transformations/SCCP/2007-05-16-InvokeCrash.ll
      
      llvm-svn: 37185
      2c30a37a
  26. May 06, 2007
  27. May 03, 2007
  28. May 02, 2007
  29. May 01, 2007
  30. Apr 15, 2007
  31. Mar 04, 2007
  32. Feb 15, 2007
    • Reid Spencer's avatar
      For PR1195: · d84d35ba
      Reid Spencer authored
      Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and
      PackedTyID -> VectorTyID. No functional changes.
      
      llvm-svn: 34293
      d84d35ba
  33. Feb 06, 2007
Loading