Skip to content
  1. Feb 20, 2008
  2. Feb 19, 2008
  3. Feb 18, 2008
  4. Feb 16, 2008
  5. Feb 15, 2008
  6. Feb 14, 2008
    • Chris Lattner's avatar
      Fix a miscompilation from Dan's recent apintification. · 558a3ba1
      Chris Lattner authored
      llvm-svn: 47128
      558a3ba1
    • Duncan Sands's avatar
      In TargetLowering::LowerCallTo, don't assert that · 4c95dbd6
      Duncan Sands authored
      the return value is zero-extended if it isn't
      sign-extended.  It may also be any-extended.
      Also, if a floating point value was returned
      in a larger floating point type, pass 1 as the
      second operand to FP_ROUND, which tells it
      that all the precision is in the original type.
      I think this is right but I could be wrong.
      Finally, when doing libcalls, set isZExt on
      a parameter if it is "unsigned".  Currently
      isSExt is set when signed, and nothing is
      set otherwise.  This should be right for all
      calls to standard library routines.
      
      llvm-svn: 47122
      4c95dbd6
Loading