aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Drop support for creating $stubs.Rafael Espindola1-32/+2
2016-05-20Simplify handling of hidden stubs on PowerPC.Rafael Espindola1-5/+3
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini1-3/+3
2015-06-23Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola1-1/+1
2015-06-16Clean up redundant copies of Triple objects. NFCDaniel Sanders1-1/+1
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-8/+8
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-2/+2
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach1-4/+4
2015-03-27Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren1-1/+1
2015-03-17Add assertion to detect invalid registers in the PowerPC MC instruction lower...Samuel Antao1-0/+3
2015-02-10[PowerPC] Fix reverted patch r227976 to avoid register assignment issuesBill Schmidt1-6/+0
2015-02-06Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...Hal Finkel1-0/+6
2015-02-03[PowerPC] Yet another approach to __tls_get_addrBill Schmidt1-6/+0
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-1/+1
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-11-11[PowerPC] Replace foul hackery with real calls to __tls_get_addrBill Schmidt1-0/+6
2014-10-14Use the triple to figure out if this is a darwin target, notEric Christopher1-1/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+1
2014-07-18[PowerPC] 32-bit ELF PIC supportHal Finkel1-4/+10
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-02-19move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola1-1/+1
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola1-4/+7
2014-02-19Revert r201622 and r201608.Daniel Jasper1-7/+4
2014-02-18Fix PR18743.Rafael Espindola1-4/+7
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-1/+4
2013-12-05Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola1-1/+1
2013-12-02Refactor for clarity and efficiency.Rafael Espindola1-23/+22
2013-11-28Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola1-2/+1
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola1-2/+2
2013-07-08[PowerPC] Always use "assembler dialect" 1Ulrich Weigand1-9/+9
2013-07-05[PowerPC] Support @tls in the asm parserUlrich Weigand1-0/+3
2013-06-21[PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand1-14/+14
2013-06-20[PowerPC] Remove unused parameterUlrich Weigand1-7/+7
2013-06-20[PowerPC] Optimize @ha/@l constructsUlrich Weigand1-34/+24
2013-05-23[PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand1-28/+39
2013-04-27Make all darwin ppc stubs local.Rafael Espindola1-1/+9
2013-02-21Relocation enablement for PPC DAG postprocessing passBill Schmidt1-0/+6
2013-02-20Add missing #include.Jakub Staszak1-0/+1
2012-12-13This is just a clean-up patch that simplifies the initial-exec TLS logic byBill Schmidt1-6/+0
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt1-0/+6
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-06-04Implement local-exec TLS on PowerPC.Roman Divacky1-4/+16
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-1/+1
2012-01-18Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen1-0/+2
2011-06-09Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky1-8/+9
2010-11-15convert the operand bits into bitfields since they are all combinable inChris Lattner1-57/+34
2010-11-15add targetoperand flags for jump tables, constant pool and block addressChris Lattner1-8/+17
2010-11-14implement support for the MO_DARWIN_STUB TargetOperand flag,Chris Lattner1-8/+104
2010-11-14implement basic support for symbol operand lowering,Chris Lattner1-1/+46