summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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