Skip to content
  1. Apr 07, 2011
    • Evan Cheng's avatar
      Change -arm-divmod-libcall to a target neutral option. · a7c7b54d
      Evan Cheng authored
      llvm-svn: 129045
      a7c7b54d
    • Johnny Chen's avatar
      d4cced54
    • Owen Anderson's avatar
      Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for... · bdff1c99
      Owen Anderson authored
      Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for folded comparisons, just like ADD and SUB.
      
      llvm-svn: 129038
      bdff1c99
    • Owen Anderson's avatar
      Cleanups from Jim: remove redundant constraints and a dead FIXME. · f9bd6bad
      Owen Anderson authored
      llvm-svn: 129036
      f9bd6bad
    • Jim Grosbach's avatar
      Tidy up. · 6ade7e0b
      Jim Grosbach authored
      llvm-svn: 129034
      6ade7e0b
    • Johnny Chen's avatar
      A8.6.393 · bd9a4f8d
      Johnny Chen authored
      The ARM disassembler should reject invalid (type, align) encodings as invalid instructions.
      
      So, instead of:
      Opcode=1641 Name=VST2b32_UPD Format=ARM_FORMAT_NLdSt(30)
       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: 1| 0: 1: 0: 0| 0: 0: 0: 0| 0: 0: 1: 1| 0: 0: 0: 0| 1: 0: 0: 1| 1: 0: 1: 1| 0: 0: 1: 1|
      -------------------------------------------------------------------------------------------------
      
      	vst2.32	{d0, d2}, [r3, :256], r3
      
      we now have:
      Opcode=1641 Name=VST2b32_UPD Format=ARM_FORMAT_NLdSt(30)
       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: 1| 0: 1: 0: 0| 0: 0: 0: 0| 0: 0: 1: 1| 0: 0: 0: 0| 1: 0: 0: 1| 1: 0: 1: 1| 0: 0: 1: 1|
      -------------------------------------------------------------------------------------------------
      
      mc-input.txt:1:1: warning: invalid instruction encoding
      0xb3 0x9 0x3 0xf4
      ^
      
      llvm-svn: 129033
      bd9a4f8d
  2. Apr 06, 2011
  3. Apr 05, 2011
  4. Apr 04, 2011
Loading