Skip to content
  1. Mar 20, 2010
  2. Mar 19, 2010
  3. Mar 18, 2010
  4. Mar 17, 2010
  5. Mar 16, 2010
  6. Mar 13, 2010
    • Bob Wilson's avatar
      Attempt to appease the arm-linux buildbot by fixing the JIT encodings for new · f1e8f7ff
      Bob Wilson authored
      base register updating load/store-multiple instructions.
      
      llvm-svn: 98427
      f1e8f7ff
    • 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
  7. Mar 10, 2010
  8. Mar 09, 2010
  9. Mar 08, 2010
  10. Mar 06, 2010
  11. Mar 02, 2010
  12. Mar 01, 2010
  13. Feb 28, 2010
  14. Feb 26, 2010
    • Johnny Chen's avatar
      Added the follwoing 32-bit Thumb instructions for disassembly only: · 38e7bb6f
      Johnny Chen authored
      o Parallel addition and subtraction, signed/unsigned
      o Miscellaneous operations: QADD, QDADD, QSUB, QDSUB
      o Unsigned sum of absolute differences [and accumulate]: USAD8, USADA8
      o Signed/Unsigned saturate: SSAT, SSAT16, USAT, USAT16
      o Signed multiply accumulate long (halfwords): SMLAL<x><y>
      o Signed multiply accumulate/subtract [long] (dual): SMLAD[x], SMLALD[X], SMLSD[X], SMLSLD[X]
      o Signed dual multiply add/subtract [long]: SMUAD[X], SMUSD[X]
      
      llvm-svn: 97276
      38e7bb6f
  15. Feb 23, 2010
  16. Feb 22, 2010
  17. Feb 21, 2010
  18. Feb 19, 2010
    • Johnny Chen's avatar
      Added entries for ASR, LSL, LSR, ROR, and RRX so that the disassembler prints · 1ca8af9b
      Johnny Chen authored
      out the canonical form (A8.6.98) instead of the pseudo-instruction as provided
      via MOVs.
      
      DBG_ARM_DISASM=YES llvm-mc -triple=arm-unknown-unknown --disassemble
      0xc0 0x00 0xa0 0xe1
      Opcode=29 Name=ASR Format=ARM_FORMAT_LDMISCFRM
       31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10  9  8  7  6  5  4  3  2  1  0 
      -------------------------------------------------------------------------------------------------
      | 1: 1: 1: 0| 0: 0: 0: 1| 1: 0: 1: 0| 0: 0: 0: 0| 0: 0: 0: 0| 0: 0: 0: 0| 1: 1: 0: 0| 0: 0: 0: 0|
      -------------------------------------------------------------------------------------------------
      
      	asr	r0, r0, #1
      
      llvm-svn: 96654
      1ca8af9b
  19. Feb 18, 2010
  20. Feb 17, 2010
  21. Feb 16, 2010
  22. Feb 14, 2010
Loading