Skip to content
  1. Apr 07, 2011
    • Nick Lewycky's avatar
      Add support for ArrayRef in IRBuilder's CreateCall. · 9363fdc9
      Nick Lewycky authored
      llvm-svn: 129039
      9363fdc9
    • 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
    • Caroline Tice's avatar
      · c1bcafd8
      Caroline Tice authored
      Translate dwarf register numbers to internal register numbers
      before trying to look them up in register contexts, in the 
      emulation callback functions that read & write the frame registers.
      
      llvm-svn: 129037
      c1bcafd8
    • Owen Anderson's avatar
      Cleanups from Jim: remove redundant constraints and a dead FIXME. · f9bd6bad
      Owen Anderson authored
      llvm-svn: 129036
      f9bd6bad
    • Devang Patel's avatar
    • 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
    • Jim Grosbach's avatar
      tidy up. · 9c146792
      Jim Grosbach authored
      llvm-svn: 129032
      9c146792
  2. Apr 06, 2011
Loading