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