aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-27PowerPC: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith1-13/+13
2016-07-02Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer1-4/+1
2016-01-08Add call sequence start and end for __tls_get_addrKyle Butt1-0/+7
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-21[PPC] Correct iterator bug in PPCTLSDynamicCallHal Finkel1-2/+4
2015-02-20Get the cached subtarget off the MachineFunction rather thanEric Christopher1-4/+2
2015-02-10[PowerPC] Fix reverted patch r227976 to avoid register assignment issuesBill Schmidt1-0/+170
2015-02-06Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...Hal Finkel1-113/+0
2015-02-04Replace tabs with spaces from r228116. Oops.Bill Schmidt1-2/+2
2015-02-04[PowerPC] Handle 32-bit targets properly in PPCTLSDynamicCall.cppBill Schmidt1-1/+3
2015-02-03[PowerPC] Yet another approach to __tls_get_addrBill Schmidt1-0/+111