Skip to content
  1. 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
  2. Sep 21, 2007
  3. Sep 20, 2007
  4. Sep 19, 2007
  5. Sep 18, 2007
  6. Sep 17, 2007
  7. Sep 16, 2007
  8. Sep 15, 2007
  9. Sep 14, 2007
  10. Sep 11, 2007
  11. Sep 10, 2007
  12. Sep 08, 2007
  13. Sep 07, 2007
  14. 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
Loading