Skip to content
  1. Jun 27, 2005
    • Nate Begeman's avatar
      Initial set of .td file changes necessary to get scalar fp in xmm registers · db329215
      Nate Begeman authored
      working.  The instruction selector changes will hopefully be coming later
      this week once they are debugged.  This is necessary to support the darwin
      x86 FP model, and is recommended by intel as the replacement for x87.  As
      a bonus, the register allocator knows how to deal with these registers
      across basic blocks, unliky the FP stackifier.  This leads to significantly
      better codegen in several cases.
      
      llvm-svn: 22300
      db329215
  2. May 15, 2005
  3. May 13, 2005
  4. May 09, 2005
  5. Apr 28, 2005
  6. Apr 06, 2005
  7. Apr 02, 2005
  8. Feb 27, 2005
  9. Jan 19, 2005
  10. Jan 10, 2005
  11. Jan 03, 2005
  12. Jan 02, 2005
    • Chris Lattner's avatar
      Two changes here: · 295e45e6
      Chris Lattner authored
      1. Add new instructions for checking parity flags: JP, JNP, SETP, SETNP.
      2. Set the isCommutable and isPromotableTo3Address bits on several
         instructions.
      
      llvm-svn: 19246
      295e45e6
  13. Nov 10, 2004
  14. Oct 06, 2004
  15. Oct 04, 2004
  16. Oct 03, 2004
  17. Sep 08, 2004
  18. Aug 11, 2004
  19. Aug 10, 2004
Loading