Skip to content
  1. Sep 07, 2013
  2. Sep 06, 2013
  3. Sep 01, 2013
  4. Aug 30, 2013
    • Reed Kotler's avatar
      Fix a problem with dual mips16/mips32 mode. When the underlying processor · c03807a3
      Reed Kotler authored
      has hard float, when you compile the mips32 code you have to make sure
      that it knows to compile any mips32 routines as hard float. I need to clean
      up the way mips16 hard float is specified but I need to first think through
      all the details. Mips16 always has a form of soft float, the difference being
      whether the underlying hardware has floating point. So it's not really
      necessary to pass the -soft-float to llvm since soft-float is always true
      for mips16 by virtue of the fact that it will not register floating point
      registers. By using this fact, I can simplify the way this is all handled.
      
      llvm-svn: 189690
      c03807a3
  5. Aug 28, 2013
  6. Aug 27, 2013
  7. Aug 26, 2013
Loading