Skip to content
  1. May 22, 2012
    • Akira Hatanaka's avatar
      This patch adds a predicate to existing mips32 and mips64 so that those · cdf4fd82
      Akira Hatanaka authored
      instruction encodings can be excluded during mips16 processing.
      
      This revision fixes the issue raised by Jim Grosbach.
      
      bool hasStandardEncoding() const { return !inMips16Mode(); }
      
      When micromips is added it will be
      
      bool StandardEncoding() const { return !inMips16Mode()&&  !inMicroMipsMode(); }
      
      No additional testing is needed other than to assure that there is no regression
      from this patch.
      
      Patch by Reed Kotler.
      
      llvm-svn: 157234
      cdf4fd82
    • Jim Grosbach's avatar
      ARM: .end_data_region mismatch in Thumb2. · 2597f838
      Jim Grosbach authored
      32-bit offset jump tables just use real branch instructions and so aren't
      marked as data regions. We were still emitting the .end_data_region
      marker though, which assert()ed.
      
      rdar://11499158
      
      llvm-svn: 157221
      2597f838
  2. May 21, 2012
  3. May 20, 2012
  4. May 19, 2012
  5. May 18, 2012
  6. May 17, 2012
  7. May 16, 2012
  8. May 15, 2012
  9. May 14, 2012
  10. May 13, 2012
  11. May 12, 2012
Loading