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