summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/nonlazybind.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typos in tests: s/CHEKC/CHECK/Dmitri Gribenko2019-02-251-1/+1
| | | | | | | | | | | | Reviewers: ilya-biryukov Subscribers: nemanjai, javed.absar, jsji, cfe-commits, llvm-commits Tags: #clang, #llvm Differential Revision: https://reviews.llvm.org/D58611 llvm-svn: 354785
* AArch64: put nonlazybind special handling behind a flag for now.Tim Northover2017-04-171-1/+9
| | | | | | | | It's basically a terrible idea anyway but objc_msgSend gets emitted like that. We can decide on a better way to deal with it in the unlikely event that anyone actually uses it. llvm-svn: 300474
* AArch64: support nonlazybindTim Northover2017-04-171-0/+32
It's almost certainly not a good idea to actually use it in most cases (there's a pretty large code size overhead on AArch64), but we can't do those experiments until it's supported. llvm-svn: 300462
OpenPOWER on IntegriCloud