Skip to content
  1. Oct 12, 2007
  2. Oct 11, 2007
  3. Oct 09, 2007
  4. Oct 08, 2007
  5. Oct 05, 2007
  6. Sep 29, 2007
  7. Sep 28, 2007
  8. Sep 26, 2007
  9. Sep 25, 2007
  10. Sep 24, 2007
  11. Sep 23, 2007
    • Dale Johannesen's avatar
      Fix PR 1681. When X86 target uses +sse -sse2, · e36c4002
      Dale Johannesen authored
      keep f32 in SSE registers and f64 in x87.  This
      is effectively a new codegen mode.
      Change addLegalFPImmediate to permit float and
      double variants to do different things.
      Adjust callers.
      
      llvm-svn: 42246
      e36c4002
  12. Sep 21, 2007
  13. Sep 20, 2007
  14. Sep 17, 2007
  15. Sep 15, 2007
    • Dale Johannesen's avatar
      Remove the assumption that FP's are either float or · 98d3a08d
      Dale Johannesen authored
      double from some of the many places in the optimizers
      it appears, and do something reasonable with x86
      long double.
      Make APInt::dump() public, remove newline, use it to
      dump ConstantSDNode's.
      Allow APFloats in FoldingSet.
      Expand X86 backend handling of long doubles (conversions
      to/from int, mostly).
      
      llvm-svn: 41967
      98d3a08d
  16. Sep 14, 2007
  17. Sep 11, 2007
  18. Sep 06, 2007
    • Dale Johannesen's avatar
      Next round of APFloat changes. · bed9dc42
      Dale Johannesen authored
      Use APFloat in UpgradeParser and AsmParser.
      Change all references to ConstantFP to use the
      APFloat interface rather than double.  Remove
      the ConstantFP double interfaces.
      Use APFloat functions for constant folding arithmetic
      and comparisons.
      (There are still way too many places APFloat is
      just a wrapper around host float/double, but we're
      getting there.)
      
      llvm-svn: 41747
      bed9dc42
  19. Sep 03, 2007
  20. Aug 31, 2007
  21. Aug 30, 2007
    • Dale Johannesen's avatar
      Change LegalFPImmediates to use APFloat. · d246b2ca
      Dale Johannesen authored
      Add APFloat interfaces to ConstantFP, SelectionDAG.
      Fix integer bit in double->APFloat conversion.
      Convert LegalizeDAG to use APFloat interface in
      ConstantFPSDNode uses.
      
      llvm-svn: 41587
      d246b2ca
  22. Aug 29, 2007
  23. Aug 27, 2007
  24. Aug 25, 2007
  25. Aug 20, 2007
  26. Aug 15, 2007
  27. Aug 14, 2007
  28. Aug 10, 2007
Loading