MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.
[oota-llvm.git] / lib / Target / ARM / ARMAsmBackend.cpp
2010-12-16 Daniel DunbarMC/Mach-O: Stub out explicit MCMachObjectTargetWriter...
2010-12-16 Daniel DunbarMC/Mach-O: Move createMachObjectWriter into MCMachObjec...
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
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 Owen AndersonFix a small bug (typo?) in the fixup for Thumb1 CBZ...
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-13 Jim GrosbachUse 32-bit types for 32-bit values.
2010-12-13 Jim GrosbachTrailing whitespace.
2010-12-10 Owen AndersonAttempt to get Thumb2 branch fixups working properly.
2010-12-10 Owen AndersonFixups for Thumb2 vldr's need to have the effective...
2010-12-10 Jim GrosbachThumb unconditional branch binary encoding. rdar:/...
2010-12-10 Jim GrosbachThumb conditional branch binary encodings. rdar://8745367
2010-12-09 Owen AndersonUse the new IsAligned fixup flag to improve fixup encod...
2010-12-09 Owen AndersonFix an issue in some Thumb fixups, where the effective...
2010-12-09 Jim GrosbachRename CB/CBZ specific fixup accordingly.
2010-12-09 Owen AndersonFix Thumb2 fixups for ldr.
2010-12-09 Owen AndersonFix typo in Thumb2 branch fixup.
2010-12-09 Bill WendlingAttempt to make the bit-twiddling readable resulted...
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 Jim GrosbachTweak ARM fixup value adjustments for Thumb to better...
2010-12-08 Owen AndersonImprove comment.
2010-12-08 Jim GrosbachAdd initializer.
2010-12-08 Bill WendlingAdd support for loading from a constant pool.
2010-12-08 Jim GrosbachLet target asm backends see assembler flags as they...
2010-12-08 Owen AndersonSimplify the byte reordering logic slightly.
2010-12-08 Owen AndersonVLDR fixups need special handling under Thumb. While...
2010-12-07 Bill WendlingCleanup in the Darwin end. No functionality change.
2010-12-07 Bill WendlingA bit of cleanup: early exit ApplyFixup and cache the...
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-06 Rafael EspindolaRemove the instruction fragment to data fragment loweri...
2010-12-03 Benjamin KramerRemove unused variable.
2010-12-03 Jason W Kimfix ARM::fixup_arm_branch, cleanup, and share more...
2010-12-02 Jim GrosbachAdd support for binary encoding of ARM 'adr' instructio...
2010-12-01 Jason W Kimfixing style nit: move class static to global static
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-12-01 Jason W Kimkill trailing space
2010-12-01 Jim Grosbach10 bits, not 12.
2010-12-01 Bill WendlingRemove "comparison of integers of different signs"...
2010-12-01 Jason W KimARM/MC/ELF relocation "hello world" for movw/movt.
2010-11-30 Jim GrosbachFix handling of ARM negative pc-relative fixups for...
2010-11-27 Daniel DunbarMC/Mach-O: Switch to using MachOFormat.h.
2010-11-26 Rafael EspindolaRemove the unused TheTarget member.
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-11-17 Chris Lattnertidy up
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
2010-11-11 Jim GrosbachStart of support for binary emit of 16-it Thumb instruc...
2010-11-11 Jim GrosbachEncoding of destination fixup for ARM branch and condit...
2010-11-09 Jim GrosbachARM .word data fixups don't need an adjustment.
2010-11-09 Jim GrosbachAdd support for a few simple fixups to the ARM Darwin...
2010-11-05 Jim GrosbachEnable MachO writing for ARM/Darwin. Lots of stuff...
2010-11-05 Jim GrosbachAllow targets to specify the MachO CPUType/CPUSubtype...
2010-10-25 Rafael EspindolaAdd support for emitting ARM file attributes.
2010-10-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-09-30 Jim GrosbachMove getPointerSize() to the base class since it's...
2010-09-30 Jim GrosbachRemove extraneous ';'
2010-09-30 Kevin EnderbyAdds getPointerSize() to the AsmBackend which will...
2010-09-30 Jason W KimFix two tiny issues (ARM does not need COFF) and commen...
2010-09-30 Jim Grosbachtrailing whitespace
2010-09-30 Jim GrosbachRemove misplaced ';'. Make buildbots happy, hopefully.
2010-09-30 Jason W KimI added a new file ARMAsmBackend which stubs out in...