Owen Anderson
|
943fb60b1f
|
Add correct encodings for STRD and LDRD, including fixup support. Additionally, update these to unified syntax.
llvm-svn: 120589
|
2010-12-01 19:18:46 +00:00 |
Jim Grosbach
|
7f5b475852
|
10 bits, not 12.
llvm-svn: 120584
|
2010-12-01 18:51:32 +00:00 |
Jason W Kim
|
5a97bd873e
|
Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the .o path now works for ARM.
Note: lo16AllZero remains in ARMInstrInfo.td - It can be factored out when Thumb movt is repaired.
Existing tests cover this update.
llvm-svn: 119760
|
2010-11-18 23:37:15 +00:00 |
Jim Grosbach
|
9d6d77a9f4
|
Encoding of destination fixup for ARM branch and conditional branch
instructions.
llvm-svn: 118801
|
2010-11-11 18:04:49 +00:00 |
Jim Grosbach
|
0fb841fd19
|
Add ARM fixup info for load/store label references. Probably will need a bit of
tweaking when we start using it for object file emission or JIT, but it's a
start.
llvm-svn: 118221
|
2010-11-04 01:12:30 +00:00 |