Skip to content
  1. Jan 21, 2014
  2. Dec 25, 2013
  3. Dec 20, 2013
  4. Sep 16, 2013
  5. 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
  6. Aug 28, 2013
  7. Aug 21, 2013
  8. Aug 20, 2013
  9. Aug 08, 2013
  10. Aug 07, 2013
  11. Jul 30, 2013
  12. Jul 26, 2013
  13. Jul 19, 2013
  14. Jul 16, 2013
  15. Jul 02, 2013
  16. Jun 24, 2013
  17. May 16, 2013
  18. 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
  19. Mar 30, 2013
  20. Feb 15, 2013
  21. Jan 25, 2013
  22. 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
  23. Dec 20, 2012
  24. Dec 13, 2012
Loading