Skip to content
  1. Jun 29, 2009
    • Duncan Sands's avatar
      Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt · 24a3724b
      Duncan Sands authored
      to make sure ThumbRegisterInfo.cpp are compiled and linked in.
      Patch by Xerxes.
      
      llvm-svn: 74421
      24a3724b
    • 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 27, 2009
  3. Jun 26, 2009
  4. Jun 25, 2009
  5. Jun 24, 2009
Loading