Skip to content
  1. Sep 07, 2007
  2. 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
  3. Sep 04, 2007
  4. Sep 03, 2007
  5. Aug 31, 2007
  6. Aug 30, 2007
  7. Aug 29, 2007
  8. Aug 27, 2007
  9. Aug 25, 2007
  10. Aug 24, 2007
  11. Aug 23, 2007
  12. Aug 22, 2007
  13. Aug 21, 2007
  14. Aug 20, 2007
  15. Aug 15, 2007
  16. Aug 14, 2007
  17. Aug 13, 2007
  18. Aug 11, 2007
  19. Aug 10, 2007
  20. Aug 09, 2007
Loading