Skip to content
  1. Nov 08, 2011
  2. Nov 05, 2011
  3. Nov 04, 2011
  4. Nov 03, 2011
  5. Nov 02, 2011
  6. Oct 27, 2011
  7. Oct 18, 2011
  8. Oct 01, 2011
  9. Sep 30, 2011
    • Jim Grosbach's avatar
      ARM fix encoding of VMOV.f32 and VMOV.f64 immediates. · efc761a1
      Jim Grosbach authored
      Encode the immediate into its 8-bit form as part of isel rather than later,
      which simplifies things for mapping the encoding bits, allows the removal
      of the custom disassembler decoding hook, makes the operand printer trivial,
      and prepares things more cleanly for handling these in the asm parser.
      
      rdar://10211428
      
      llvm-svn: 140834
      efc761a1
  10. Sep 13, 2011
  11. Sep 03, 2011
  12. Sep 01, 2011
  13. Aug 23, 2011
  14. Jul 27, 2011
    • Jim Grosbach's avatar
      ARM extend instructions simplification. · 8b31ef50
      Jim Grosbach authored
      Refactor the SXTB, SXTH, SXTB16, UXTB, UXTH, and UXTB16 instructions to not
      have an 'r' and an 'r_rot' version, but just a single version with a rotate
      that can be zero. Use plain Pat<>'s for the ISel of the non-rotated version.
      
      llvm-svn: 136225
      8b31ef50
  15. Jul 21, 2011
  16. Jul 18, 2011
  17. Jun 28, 2011
  18. Jun 09, 2011
  19. Jun 03, 2011
  20. May 28, 2011
  21. May 27, 2011
  22. May 26, 2011
  23. May 25, 2011
  24. May 17, 2011
  25. May 02, 2011
  26. Apr 30, 2011
  27. Apr 29, 2011
Loading