Skip to content
  1. Feb 01, 2018
  2. Jun 10, 2016
  3. May 19, 2016
  4. Oct 13, 2015
  5. Aug 05, 2015
  6. Jul 06, 2012
  7. Apr 04, 2012
  8. Jan 28, 2012
  9. Jul 13, 2011
  10. Mar 03, 2011
  11. Jul 27, 2010
  12. Jul 26, 2010
  13. Jul 17, 2010
  14. Jul 15, 2010
  15. Jul 14, 2010
  16. Mar 29, 2010
  17. Feb 17, 2010
  18. Feb 09, 2010
  19. Jan 22, 2010
  20. Nov 09, 2009
  21. Nov 07, 2009
  22. Nov 02, 2009
  23. Oct 30, 2009
  24. Sep 28, 2009
  25. Jul 30, 2009
  26. Jul 24, 2009
  27. Jul 22, 2009
  28. Jun 29, 2009
    • Evan Cheng's avatar
      Implement Thumb2 ldr. · b23b50d5
      Evan Cheng authored
      After much back and forth, I decided to deviate from ARM design and split LDR into 4 instructions (r + imm12, r + imm8, r + r << imm12, constantpool). The advantage of this is 1) it follows the latest ARM technical manual, and 2) makes it easier to reduce the width of the instruction later. The down side is this creates more inconsistency between the two sub-targets. We should split ARM LDR instruction in a similar fashion later. I've added a README entry for this.
      
      llvm-svn: 74420
      b23b50d5
  29. Jun 26, 2009
  30. Jun 23, 2009
  31. Nov 27, 2007
  32. Oct 19, 2007
  33. Sep 10, 2007
  34. Jul 10, 2007
  35. Apr 30, 2007
  36. Apr 20, 2007
Loading