Add correct encodings for STRD and LDRD, including fixup support. Additionally,...
[oota-llvm.git] / lib / Target / ARM / ARMAsmBackend.cpp
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...