summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMBuildAttrs.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework some .ARM.attribute work for improved gcc compatibility.Jason W Kim2011-02-071-0/+34
| | | | | | | Unified EmitTextAttribute for both Asm and Obj emission (.cpu only) Added necessary cortex-A8 related attrs for codegen compat tests. llvm-svn: 124995
* Revert 118422 in search of bot verdancy.Dale Johannesen2010-11-081-34/+0
| | | | llvm-svn: 118429
* Support -mcpu=cortex-a8 in ARM attributes - Has Fixme. 1 Test modified.Jason W Kim2010-11-081-0/+34
| | | | llvm-svn: 118422
* Add support for emitting ARM file attributes.Rafael Espindola2010-10-251-2/+23
| | | | llvm-svn: 117275
* Second set of ARM/MC/ELF changes.Jason W Kim2010-10-111-0/+12
| | | | | | | | | Added ARM specific ELF section types. Added AttributesSection to ARMElfTargetObject First step in unifying .cpu assembly tag with ELF/.o llc now asserts on actual ELF emission on -filetype=obj :-) llvm-svn: 116257
* First in a sequence of ARM/MC/*ELF* specific work.Jason W Kim2010-10-061-1/+1
| | | | | | | | | Lifted the EmitRawText calls to ARMAsmPrinter::emitAttribute() Added ARMAsmPrinter::emitAttributes() (plural s). TODO: .cpu attribute needs to be refactored llvm-svn: 115859
* fix typoChris Lattner2009-05-251-1/+1
| | | | llvm-svn: 72395
* Emit ARM Build AttributesAnton Korobeynikov2009-05-231-0/+64
llvm-svn: 72336
OpenPOWER on IntegriCloud