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