Skip to content
  1. Aug 07, 2008
  2. Aug 06, 2008
  3. Aug 05, 2008
  4. Aug 01, 2008
  5. Jul 29, 2008
  6. Jul 28, 2008
  7. Jul 27, 2008
  8. Jul 25, 2008
  9. Jul 23, 2008
    • Chris Lattner's avatar
      "Allow LICM to sink or lift loads from constant memory. Also add a test · 8a8fb908
      Chris Lattner authored
      case for this.
      
      This allows instructions like loads from global variables declared to
      be constant to be moved out of loops."
      
      Patch by Stefanus Du Toit!
      
      llvm-svn: 53945
      8a8fb908
    • 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
  10. Jul 21, 2008
  11. Jul 18, 2008
  12. Jul 17, 2008
  13. Jul 16, 2008
  14. Jul 15, 2008
Loading