Skip to content
  1. Mar 13, 2010
    • Bob Wilson's avatar
      Change ARM ld/st multiple instructions to have variant instructions for · 947f04ba
      Bob Wilson authored
      writebacks to the address register.  This gets rid of the hack that the
      first register on the list was the magic writeback register operand.  There
      was an implicit constraint that if that operand was not reg0 it had to match
      the base register operand.  The post-RA scheduler's antidependency breaker
      did not understand that constraint and sometimes changed one without the
      other.  This also fixes Radar 7495976 and should help the verifier work
      better for ARM code.
      
      There are now new ld/st instructions explicit writeback operands and explicit
      constraints that tie those registers together.
      
      llvm-svn: 98409
      947f04ba
    • Bob Wilson's avatar
      Combine the code to build VLDM and VSTM instructions, since they are · 53149401
      Bob Wilson authored
      mostly the same.
      
      llvm-svn: 98402
      53149401
  2. Mar 12, 2010
  3. Mar 11, 2010
  4. Mar 10, 2010
  5. Mar 09, 2010
  6. Mar 08, 2010
  7. Mar 06, 2010
  8. Mar 05, 2010
  9. Mar 04, 2010
  10. Mar 03, 2010
Loading