Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.
[oota-llvm.git] / lib / Target / ARM / ARMFixupKinds.h
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2011-01-12 Jason W KimAdded clarifying comment
2011-01-12 Jason W Kim1. Support ELF pcrel relocations for movw/movt:
2010-12-16 Bill WendlingRemove fixup_arm_thumb_ldst. The code was never calling...
2010-12-15 Bill WendlingAdd fixups for Thumb LDR/STR instructions.
2010-12-14 Jim GrosbachAdd support for MC-ized encoding of tLEApcrel and tLEAp...
2010-12-14 Bill WendlingFix comment.
2010-12-14 Jim Grosbachtrailing whitespace
2010-12-14 Owen AndersonSecond attempt at make Thumb2 LEAs pseudos. This time...
2010-12-13 Owen AndersonRevert r121721, which broke buildbots.
2010-12-13 Owen AndersonMake Thumb2 LEA-like instruction into pseudos, which...
2010-12-13 Owen AndersonIn Thumb2, direct branches can be encoded as either...
2010-12-10 Jim GrosbachThumb unconditional branch binary encoding. rdar:/...
2010-12-10 Jim GrosbachThumb conditional branch binary encodings. rdar://8745367
2010-12-09 Jim GrosbachRename CB/CBZ specific fixup accordingly.
2010-12-09 Owen AndersonFix Thumb2 fixups for ldr.
2010-12-09 Bill WendlingThe BLX instruction is encoded differently than the...
2010-12-09 Owen AndersonFix Thumb2 BCC encoding and fixups.
2010-12-08 Bill WendlingSupport the "target" encodings for the CB[N]Z instructions.
2010-12-08 Bill WendlingAdd support for loading from a constant pool.
2010-12-08 Owen AndersonVLDR fixups need special handling under Thumb. While...
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-02 Jim GrosbachAdd support for binary encoding of ARM 'adr' instructio...
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-12-01 Jim Grosbach10 bits, not 12.
2010-11-18 Jason W KimFix .o emission of ARM movt/movw. MCSymbolRefExpr:...
2010-11-11 Jim GrosbachEncoding of destination fixup for ARM branch and condit...
2010-11-04 Jim GrosbachAdd ARM fixup info for load/store label references...