summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMFixupKinds.h
Commit message (Expand)AuthorAgeFilesLines
* Remove fixup_arm_thumb_ldst. The code was never calling the "fixup" stuff forBill Wendling2010-12-161-3/+0
* Add fixups for Thumb LDR/STR instructions.Bill Wendling2010-12-151-0/+3
* Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755Jim Grosbach2010-12-141-0/+4
* Fix comment.Bill Wendling2010-12-141-1/+1
* trailing whitespaceJim Grosbach2010-12-141-4/+4
* Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ...Owen Anderson2010-12-141-0/+3
* Revert r121721, which broke buildbots.Owen Anderson2010-12-131-3/+0
* Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...Owen Anderson2010-12-131-0/+3
* In Thumb2, direct branches can be encoded as either a "short" conditional bra...Owen Anderson2010-12-131-3/+6
* Thumb unconditional branch binary encoding. rdar://8754994Jim Grosbach2010-12-101-0/+3
* Thumb conditional branch binary encodings. rdar://8745367Jim Grosbach2010-12-101-0/+3
* Rename CB/CBZ specific fixup accordingly.Jim Grosbach2010-12-091-2/+2
* Fix Thumb2 fixups for ldr.Owen Anderson2010-12-091-0/+5
* The BLX instruction is encoded differently than the BL, because why not? InBill Wendling2010-12-091-1/+4
* Fix Thumb2 BCC encoding and fixups.Owen Anderson2010-12-091-1/+4
* Support the "target" encodings for the CB[N]Z instructions.Bill Wendling2010-12-081-0/+4
* Add support for loading from a constant pool.Bill Wendling2010-12-081-0/+3
* VLDR fixups need special handling under Thumb. While the encoding is the same,Owen Anderson2010-12-081-1/+4
* Add fixup for Thumb1 BL/BLX instructions.Jim Grosbach2010-12-061-1/+3
* Add support for binary encoding of ARM 'adr' instructions referencing constantJim Grosbach2010-12-021-2/+6
* Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson2010-12-011-4/+4
* 10 bits, not 12.Jim Grosbach2010-12-011-2/+2
* Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...Jason W Kim2010-11-181-0/+6
* Encoding of destination fixup for ARM branch and conditional branchJim Grosbach2010-11-111-1/+8
* Add ARM fixup info for load/store label references. Probably will need a bit ofJim Grosbach2010-11-041-0/+28
OpenPOWER on IntegriCloud