Skip to content
  1. Oct 18, 2011
    • Bruno Cardoso Lopes's avatar
      Final patch that completes old JIT support for Mips: · 2312a3aa
      Bruno Cardoso Lopes authored
      -Fix binary codes and rename operands in .td files so that automatically
      generated function MipsCodeEmitter::getBinaryCodeForInstr gives correct
      encoding for instructions.
      -Define new class FMem for instructions that access memory.
      -Define new class FFRGPR for instructions that move data between GPR and
      FPU general and control registers.
      -Define custom encoder methods for memory operands, and also for size
      operands of ext and ins instructions.
      -Only static relocation model is currently implemented.
      
      Patch by Sasa Stankovic
      
      llvm-svn: 142378
      2312a3aa
  2. Oct 17, 2011
  3. Oct 11, 2011
  4. Oct 08, 2011
  5. Sep 29, 2011
  6. Sep 28, 2011
  7. Sep 23, 2011
  8. Sep 09, 2011
  9. Aug 16, 2011
    • Akira Hatanaka's avatar
      Fix handling of double precision loads and stores when Mips1 is targeted. · 2263c109
      Akira Hatanaka authored
      Mips1 does not support double precision loads or stores, therefore two single
      precision loads or stores must be used in place of these instructions. This 
      patch treats double precision loads and stores as if they are legal
      instructions until MCInstLowering, instead of generating the single precision
      instructions during instruction selection or Prolog/Epilog code insertion.
      
      Without the changes made in this patch, llc produces code that has the same 
      problem described in r137484 or bails out when
      MipsInstrInfo::storeRegToStackSlot or loadRegFromStackSlot is called before
      register allocation.
      
      llvm-svn: 137711
      2263c109
  10. Jun 07, 2011
  11. May 24, 2011
  12. May 12, 2011
  13. May 09, 2011
  14. Apr 15, 2011
  15. Mar 31, 2011
  16. Mar 04, 2011
  17. Dec 23, 2010
  18. Aug 17, 2010
  19. Mar 28, 2010
  20. Jan 30, 2010
  21. Nov 16, 2009
  22. Nov 12, 2009
  23. Nov 10, 2009
  24. Oct 29, 2009
  25. May 27, 2009
  26. Mar 21, 2009
  27. Aug 04, 2008
  28. Jul 30, 2008
  29. Jul 29, 2008
  30. Jul 28, 2008
Loading