Skip to content
  1. 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
  2. Jul 21, 2008
  3. Jul 18, 2008
  4. Jul 17, 2008
  5. Jul 16, 2008
  6. Jul 15, 2008
  7. Jul 14, 2008
  8. Jul 13, 2008
Loading