Skip to content
  1. Aug 26, 2008
  2. Aug 15, 2008
  3. Jul 28, 2008
  4. Jul 09, 2008
  5. Jul 05, 2008
    • Bruno Cardoso Lopes's avatar
      Several changes to Mips backend, experimental fp support being the most · c9c3f499
      Bruno Cardoso Lopes authored
      important.
      - Cleanup in the Subtarget info with addition of new features, not all support
        yet, but they allow the future inclusion of features easier. Among new features,
        we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
        integer
        and float registers, allegrex vector FPU (VFPU), single float only support.
      - TargetMachine now detects allegrex core.
      - Added allegrex (Mips32r2) sext_inreg instructions.
      - *Added Float Point Instructions*, handling single float only, and
        aliased accesses for 32-bit FPUs.
      - Some cleanup in FP instruction formats and FP register classes.
      - Calling conventions improved to support mips 32-bit EABI.
      - Added Asm Printer support for fp cond codes.
      - Added support for sret copy to a return register.
      - EABI support added into LowerCALL and FORMAL_ARGS.
      - MipsFunctionInfo now keeps a virtual register per function to track the
        sret on function entry until function ret.
      - MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
        FP cond codes mapping and initial FP Branch Analysis.
      - Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
        FPCmp
      - MipsTargetLowering : handling different FP classes, Allegrex support, sret
        return copy, no homing location within EABI, non 32-bit stack objects
        arguments, and asm constraint for float.
      
      llvm-svn: 53146
      c9c3f499
  6. May 14, 2008
  7. Mar 25, 2008
  8. Feb 10, 2008
  9. Feb 08, 2008
  10. Jan 07, 2008
  11. Jan 01, 2008
  12. Dec 31, 2007
  13. Dec 29, 2007
  14. Aug 28, 2007
  15. Aug 18, 2007
  16. Jun 06, 2007
    • Bruno Cardoso Lopes's avatar
      Initial Mips support, here we go! =) · 35e43c49
      Bruno Cardoso Lopes authored
      - Modifications from the last patch included
        (issues pointed by Evan Cheng are now fixed).
      - Added more MipsI instructions.
      - Added more patterns to match branch instructions.
      
      llvm-svn: 37461
      35e43c49
  17. May 18, 2007
  18. Oct 24, 2006
  19. May 24, 2006
  20. Feb 05, 2006
  21. Feb 04, 2006
    • Chris Lattner's avatar
      Two changes: · 2c0956bc
      Chris Lattner authored
      1. Treat FMOVD as a copy instruction, to help with coallescing in V9 mode
      2. When in V9 mode, insert FMOVD instead of FpMOVD instructions, as we don't
         ever rewrite FpMOVD instructions into FMOVS instructions, thus we just end
         up with commented out copies!
      This should fix a bunch of failures in V9 mode on sparc.
      
      llvm-svn: 25961
      2c0956bc
  22. Feb 03, 2006
  23. Apr 22, 2005
  24. Jul 25, 2004
  25. Jul 16, 2004
  26. Feb 29, 2004
  27. Feb 25, 2004
Loading