Skip to content
  1. May 28, 2010
  2. May 26, 2010
  3. May 22, 2010
  4. May 19, 2010
  5. May 17, 2010
  6. May 16, 2010
  7. May 15, 2010
  8. May 11, 2010
  9. Mar 19, 2010
  10. Mar 16, 2010
  11. 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
  12. Mar 10, 2010
  13. Mar 04, 2010
  14. Mar 02, 2010
  15. Feb 28, 2010
  16. Feb 25, 2010
  17. Feb 23, 2010
  18. Feb 16, 2010
  19. Feb 11, 2010
  20. Feb 09, 2010
    • Jim Grosbach's avatar
      Radar 7417921 · f7279bd1
      Jim Grosbach authored
      tMOVCCi pattern only valid for low registers, as the Thumb1 mov immediate to
      register instruction only works with low registers. Allowing high registers
      for the instruction resulted in the assembler choosing the wide (32-bit)
      encoding for the mov, but LLVM though the instruction was only 16 bits wide,
      so offset calculations for constant pools became incorrect, leading to
      out of range constant pool entries.
      
      llvm-svn: 95686
      f7279bd1
    • Jim Grosbach's avatar
      tighten up eh.setjmp sequence a bit. · a570d052
      Jim Grosbach authored
      llvm-svn: 95603
      a570d052
  21. Jan 27, 2010
  22. Jan 22, 2010
  23. Jan 18, 2010
  24. Jan 14, 2010
  25. Jan 13, 2010
  26. Dec 23, 2009
  27. Dec 17, 2009
  28. Dec 16, 2009
  29. Dec 15, 2009
  30. Dec 01, 2009
  31. Nov 20, 2009
Loading