summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-12/+0
* tidy upChris Lattner2010-11-171-8/+5
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-131-8/+7
* Start of support for binary emit of 16-it Thumb instructions.Jim Grosbach2010-11-111-4/+8
* Encoding of destination fixup for ARM branch and conditional branchJim Grosbach2010-11-111-6/+8
* ARM .word data fixups don't need an adjustment.Jim Grosbach2010-11-091-0/+1
* Add support for a few simple fixups to the ARM Darwin asm backend. This allowsJim Grosbach2010-11-091-2/+34
* Enable MachO writing for ARM/Darwin. Lots of stuff still doesn't workJim Grosbach2010-11-051-1/+0
* Allow targets to specify the MachO CPUType/CPUSubtype information.Jim Grosbach2010-11-051-1/+4
* Add support for emitting ARM file attributes.Rafael Espindola2010-10-251-2/+1
* Making the e_machine configurable by the target backend in ELFObjectWriter.Wesley Peck2010-10-221-1/+2
* Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola2010-10-161-2/+13
* Move getPointerSize() to the base class since it's not dependent on MachOJim Grosbach2010-09-301-8/+4
* Remove extraneous ';'Jim Grosbach2010-09-301-2/+2
* Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby2010-09-301-0/+8
* Fix two tiny issues (ARM does not need COFF) and comment sanity.Jason W Kim2010-09-301-2/+1
* trailing whitespaceJim Grosbach2010-09-301-3/+3
* Remove misplaced ';'. Make buildbots happy, hopefully.Jim Grosbach2010-09-301-1/+1
* I added a new file ARMAsmBackend which stubs out in similar ways toJason W Kim2010-09-301-0/+143
OpenPOWER on IntegriCloud