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