Skip to content
  1. Sep 21, 2007
  2. Sep 20, 2007
  3. Sep 19, 2007
  4. Sep 18, 2007
  5. Sep 17, 2007
  6. Sep 16, 2007
  7. Sep 15, 2007
  8. Sep 14, 2007
  9. Sep 11, 2007
  10. Sep 10, 2007
  11. Sep 08, 2007
  12. Sep 07, 2007
  13. 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
    • Evan Cheng's avatar
      Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen: · 189df733
      Evan Cheng authored
      leal    (,%rcx,8), %rcx
      It should be
      leal    (,%rcx,8), %ecx
      
      llvm-svn: 41735
      189df733
  14. Sep 04, 2007
Loading