aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMMCCodeEmitter.cpp
AgeCommit message (Expand)Author
2011-02-08Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson
2011-02-04Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim
2011-01-18Add support for parsing and encoding ARM's official syntax for the BFI instru...Bruno Cardoso Lopes
2011-01-14Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng
2011-01-13Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng
2011-01-12Mostly undo r123297, but move the default case in EvaluateAsPCRel to the topMatt Beaumont-Gay
2011-01-12Prefer llvm_unreachable to assert(0)Matt Beaumont-Gay
2011-01-121. Support ELF pcrel relocations for movw/movt:Jason W Kim
2010-12-16MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar
2010-12-16Delete an extra "Imm5 = ", caught by GCC's -Wsequence-point but not by ClangMatt Beaumont-Gay
2010-12-16Remove fixup_arm_thumb_ldst. The code was never calling the "fixup" stuff forBill Wendling
2010-12-15If we're changing the frame register to a physical register other than SP, weBill Wendling
2010-12-15Implement cleanups suggested by Daniel.Owen Anderson
2010-12-15Add fixups for Thumb LDR/STR instructions.Bill Wendling
2010-12-14thumb adr fixup needs alignment just like the t2 version.Jim Grosbach
2010-12-14Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755Jim Grosbach
2010-12-14MC/ARM: Fix-up fixup offset for fixup_arm_branch target specific fixup.Daniel Dunbar
2010-12-14The tLDR et al instructions were emitting either a reg/reg or reg/immBill Wendling
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-10Add FIXMEJim Grosbach
2010-12-10Attempt to get Thumb2 branch fixups working properly.Owen Anderson
2010-12-10Fix merge error in my last fix to Thumb2 vldr fixups.Owen Anderson
2010-12-10Fixups for Thumb2 vldr's need to have the effective PC aligned as well.Owen Anderson
2010-12-10The MCFixupKindInfo table needs to be in the order that the enums wereBill Wendling
2010-12-10Fix encoding of Thumb1 LDRB and STRB.Owen Anderson
2010-12-10Trailing whitespace.Jim Grosbach
2010-12-10Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructions. rdar://8755726Jim Grosbach
2010-12-10Thumb unconditional branch binary encoding. rdar://8754994Jim Grosbach
2010-12-10Thumb conditional branch binary encodings. rdar://8745367Jim Grosbach
2010-12-09Thumb ldr reg+imm offsets were encoded incorrectly. The scaling factor of theBill Wendling
2010-12-09Use the new IsAligned fixup flag to improve fixup encodings for Thumb2 branch...Owen Anderson
2010-12-09Fix an issue in some Thumb fixups, where the effective PC address needs to be...Owen Anderson
2010-12-09Rename CB/CBZ specific fixup accordingly.Jim Grosbach
2010-12-09Rename the encoder method for t_cbtarget to match.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-07Fix a warning about a variable which is only used in an assertion.Matt Beaumont-Gay
2010-12-07Binary encoding for ARM tLDRspi and tSTRspi.Jim Grosbach
2010-12-07Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson
2010-12-06Add fixup for Thumb1 BL/BLX instructions.Jim Grosbach
2010-12-03Encode the 32-bit wide Thumb (and Thumb2) instructions with the high orderJim Grosbach
2010-12-03The tLDR instruction wasn't encoded properly:Bill Wendling
2010-12-02Add support for binary encoding of ARM 'adr' instructions referencing constantJim Grosbach