Skip to content
  1. Jun 21, 2009
    • Rafael Espindola's avatar
      Fix PR4185. · 6ead59f8
      Rafael Espindola authored
      Handle FpSET_ST0_80 being used when ST0 is still alive.
      
      llvm-svn: 73850
      6ead59f8
  2. Mar 28, 2009
  3. Mar 23, 2009
  4. Feb 13, 2009
  5. Feb 10, 2009
  6. Oct 03, 2008
  7. Sep 23, 2008
  8. Sep 22, 2008
  9. Sep 13, 2008
    • Dan Gohman's avatar
      Remove isImm(), isReg(), and friends, in favor of · 38453eeb
      Dan Gohman authored
      isImmediate(), isRegister(), and friends, to avoid confusion
      about having two different names with the same meaning. I'm
      not attached to the longer names, and would be ok with
      changing to the shorter names if others prefer it.
      
      llvm-svn: 56189
      38453eeb
  10. Sep 04, 2008
  11. Aug 14, 2008
  12. Jul 21, 2008
  13. Jul 08, 2008
    • Dan Gohman's avatar
      Pool-allocation for MachineInstrs, MachineBasicBlocks, and · 3b460303
      Dan Gohman authored
      MachineMemOperands. The pools are owned by MachineFunctions.
      
      This drastically reduces the number of calls to malloc/free made
      during the "Emit" phase of scheduling, as well as later phases
      in CodeGen. Combined with other changes, this speeds up the
      "instruction selection" phase of CodeGen by 10% in some cases.
      
      llvm-svn: 53212
      3b460303
  14. Mar 21, 2008
  15. Mar 11, 2008
  16. Mar 09, 2008
  17. Mar 05, 2008
  18. Jan 29, 2008
    • Evan Cheng's avatar
      Work in progress. This patch *fixes* x86-64 calls which are modelled as... · 084a1cdc
      Evan Cheng authored
      Work in progress. This patch *fixes* x86-64 calls which are modelled as StructRet but really should be return in registers, e.g. _Complex long double, some 128-bit aggregates. This is a short term solution that is necessary only because llvm, for now, cannot model i128 nor call's with multiple results.
      Status: This only works for direct calls, and only the caller side is done. Disabled for now.
      
      llvm-svn: 46527
      084a1cdc
  19. Jan 14, 2008
    • Chris Lattner's avatar
      Improve the FP stackifier to decide all on its own whether · 3c43efc9
      Chris Lattner authored
      an instruction kills a register or not.  This is cheap and 
      easy to do now that instructions record this on their flags,
      and this eliminates the second pass of LiveVariables from the
      x86 backend.  This speeds up a release llc by ~2.5%.
      
      llvm-svn: 45955
      3c43efc9
  20. Jan 11, 2008
  21. Jan 07, 2008
  22. Dec 31, 2007
    • Chris Lattner's avatar
      Rename SSARegMap -> MachineRegisterInfo in keeping with the idea · a10fff51
      Chris Lattner authored
      that "machine" classes are used to represent the current state of
      the code being compiled.  Given this expanded name, we can start 
      moving other stuff into it.  For now, move the UsedPhysRegs and
      LiveIn/LoveOuts vectors from MachineFunction into it.
      
      Update all the clients to match.
      
      This also reduces some needless #includes, such as MachineModuleInfo
      from MachineFunction.
      
      llvm-svn: 45467
      a10fff51
  23. Dec 29, 2007
  24. Sep 29, 2007
  25. Sep 25, 2007
  26. Sep 20, 2007
  27. Sep 17, 2007
  28. Sep 14, 2007
  29. Sep 11, 2007
Loading