Skip to content
  1. Sep 16, 2013
  2. Sep 07, 2013
    • Akira Hatanaka's avatar
      [mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index double · 63791216
      Akira Hatanaka authored
      precision loads and stores as well as reg+imm double precision loads and stores.
      
      Previously, expansion of loads and stores was done after register allocation,
      but now it takes place during legalization. As a result, users will see double
      precision stores and loads being emitted to spill and restore 64-bit FP registers.
      
      llvm-svn: 190235
      63791216
  3. Aug 28, 2013
  4. Aug 21, 2013
  5. Aug 20, 2013
  6. Aug 08, 2013
  7. Aug 07, 2013
  8. Jul 30, 2013
  9. Jul 26, 2013
  10. Jul 19, 2013
  11. Jul 16, 2013
  12. Jul 02, 2013
  13. Jun 24, 2013
  14. May 16, 2013
  15. May 13, 2013
    • Akira Hatanaka's avatar
      [mips] Add option -mno-ldc1-sdc1. · 9edae02d
      Akira Hatanaka authored
      This option is used when the user wants to avoid emitting double precision FP
      loads and stores. Double precision FP loads and stores are expanded to single
      precision instructions after register allocation.
      
      llvm-svn: 181718
      9edae02d
  16. Mar 30, 2013
  17. Feb 15, 2013
  18. Jan 25, 2013
  19. Jan 12, 2013
    • Jack Carter's avatar
      This patch tackles the problem of parsing Mips · 873c724b
      Jack Carter authored
      register names in the standalone assembler llvm-mc.
      
      Registers such as $A1 can represent either a 32 or
      64 bit register based on the instruction using it.
      In addition, based on the abi, $T0 can represent different
      32 bit registers.
      
      
      The problem is resolved by the Mips specific AsmParser 
      td definitions changing to work together. Many cases of
      RegisterClass parameters are now RegisterOperand.
      
      
      Contributer: Vladimir Medic
      llvm-svn: 172284
      873c724b
  20. Dec 20, 2012
  21. Dec 13, 2012
Loading