aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAsmBackend.cpp
AgeCommit message (Expand)Author
2010-11-13MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar
2010-11-11Start of support for binary emit of 16-it Thumb instructions.Jim Grosbach
2010-11-11Encoding of destination fixup for ARM branch and conditional branchJim Grosbach
2010-11-09ARM .word data fixups don't need an adjustment.Jim Grosbach
2010-11-09Add support for a few simple fixups to the ARM Darwin asm backend. This allowsJim Grosbach
2010-11-05Enable MachO writing for ARM/Darwin. Lots of stuff still doesn't workJim Grosbach
2010-11-05Allow targets to specify the MachO CPUType/CPUSubtype information.Jim Grosbach
2010-10-25Add support for emitting ARM file attributes.Rafael Espindola
2010-10-22Making the e_machine configurable by the target backend in ELFObjectWriter.Wesley Peck
2010-10-16Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola
2010-09-30Move getPointerSize() to the base class since it's not dependent on MachOJim Grosbach
2010-09-30Remove extraneous ';'Jim Grosbach
2010-09-30Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby
2010-09-30Fix two tiny issues (ARM does not need COFF) and comment sanity.Jason W Kim
2010-09-30trailing whitespaceJim Grosbach
2010-09-30Remove misplaced ';'. Make buildbots happy, hopefully.Jim Grosbach
2010-09-30I added a new file ARMAsmBackend which stubs out in similar ways toJason W Kim