summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-06-29 07:51:04 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-06-29 07:51:04 +0000
commitb23b50d54daf11a4b24fc466b853a68a758c4bb7 (patch)
tree0f00f9797a386b8365812836f8589c401e250312 /clang/lib/CodeGen/CodeGenModule.cpp
parent4744d560b85c48bf305256412b0beac4345648c8 (diff)
downloadbcm5719-llvm-b23b50d54daf11a4b24fc466b853a68a758c4bb7.tar.gz
bcm5719-llvm-b23b50d54daf11a4b24fc466b853a68a758c4bb7.zip
Implement Thumb2 ldr.
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud