summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h
Commit message (Collapse)AuthorAgeFilesLines
* Ensure conditional BL instructions for ARM are given the fixup ↵James Molloy2012-03-301-2/+15
| | | | | | | | fixup_arm_condbranch. Patch by Tim Northover! llvm-svn: 153737
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-271-0/+6
| | | | | | | | | | | | | We on the linker to resolve calls to the appropriate BL/BLX instruction to make interworking function correctly. It uses the symbol in the relocation to do that, so we need to be careful about being too clever. To enable this for ARM mode, split the BL/BLX fixup kind off from the unconditional-branch fixups. rdar://10927209 llvm-svn: 151571
* comment fixJia Liu2012-02-241-1/+1
| | | | llvm-svn: 151339
* ARM assembly parsing and encoding support for LDRD(label).Jim Grosbach2011-12-191-0/+3
| | | | | | rdar://9932658 llvm-svn: 146921
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-231-0/+97
llvm-svn: 135825
OpenPOWER on IntegriCloud