aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMFixupKinds.h
AgeCommit message (Expand)Author
2011-07-23Sink ARM mc routines into MCTargetDesc.Evan Cheng
2011-05-27Fix comment.Eric Christopher
2011-02-04Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim
2011-01-14Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng
2011-01-12Added clarifying commentJason W Kim
2011-01-121. Support ELF pcrel relocations for movw/movt:Jason W Kim
2010-12-16Remove fixup_arm_thumb_ldst. The code was never calling the "fixup" stuff forBill Wendling
2010-12-15Add fixups for Thumb LDR/STR instructions.Bill Wendling
2010-12-14Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755Jim Grosbach
2010-12-14Fix comment.Bill Wendling
2010-12-14trailing whitespaceJim Grosbach
2010-12-14Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ...Owen Anderson
2010-12-13Revert r121721, which broke buildbots.Owen Anderson
2010-12-13Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...Owen Anderson
2010-12-13In Thumb2, direct branches can be encoded as either a "short" conditional bra...Owen Anderson
2010-12-10Thumb unconditional branch binary encoding. rdar://8754994Jim Grosbach
2010-12-10Thumb conditional branch binary encodings. rdar://8745367Jim Grosbach
2010-12-09Rename CB/CBZ specific fixup accordingly.Jim Grosbach
2010-12-09Fix Thumb2 fixups for ldr.Owen Anderson
2010-12-09The BLX instruction is encoded differently than the BL, because why not? InBill Wendling
2010-12-09Fix Thumb2 BCC encoding and fixups.Owen Anderson
2010-12-08Support the "target" encodings for the CB[N]Z instructions.Bill Wendling
2010-12-08Add support for loading from a constant pool.Bill Wendling
2010-12-08VLDR fixups need special handling under Thumb. While the encoding is the same,Owen Anderson
2010-12-06Add fixup for Thumb1 BL/BLX instructions.Jim Grosbach
2010-12-02Add support for binary encoding of ARM 'adr' instructions referencing constantJim Grosbach
2010-12-01Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson
2010-12-0110 bits, not 12.Jim Grosbach
2010-11-18Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...Jason W Kim
2010-11-11Encoding of destination fixup for ARM branch and conditional branchJim Grosbach
2010-11-04Add ARM fixup info for load/store label references. Probably will need a bit ofJim Grosbach