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