Skip to content
  1. Oct 03, 2007
  2. Sep 30, 2007
  3. Sep 29, 2007
  4. Sep 28, 2007
  5. Sep 27, 2007
  6. Sep 26, 2007
  7. Sep 25, 2007
  8. Sep 24, 2007
  9. Sep 23, 2007
  10. Sep 20, 2007
  11. Sep 19, 2007
  12. Sep 18, 2007
  13. Sep 17, 2007
  14. 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
  15. Sep 12, 2007
  16. Sep 11, 2007
  17. Sep 07, 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 04, 2007
    • David Greene's avatar
      · c656cbb8
      David Greene authored
      Update GEP constructors to use an iterator interface to fix
      GLIBCXX_DEBUG issues.
      
      llvm-svn: 41697
      c656cbb8
Loading