Skip to content
  1. Jul 24, 2009
  2. Jul 22, 2009
  3. 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
  4. Jun 26, 2009
  5. Jun 23, 2009
  6. Nov 27, 2007
  7. Oct 19, 2007
  8. Sep 10, 2007
  9. Jul 10, 2007
  10. Apr 30, 2007
  11. Apr 20, 2007
  12. Apr 17, 2007
  13. Mar 20, 2007
  14. Mar 09, 2007
  15. Feb 28, 2007
  16. Feb 25, 2007
  17. Feb 23, 2007
  18. Feb 02, 2007
  19. Jan 19, 2007
  20. Dec 12, 2006
  21. Oct 17, 2006
  22. Oct 16, 2006
  23. Oct 09, 2006
  24. Oct 07, 2006
  25. Oct 03, 2006
  26. Sep 22, 2006
  27. Aug 22, 2006
Loading