aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCMCInstLower.cpp
AgeCommit message (Expand)Author
2013-02-21Relocation enablement for PPC DAG postprocessing passBill Schmidt
2013-02-20Add missing #include.Jakub Staszak
2012-12-13This is just a clean-up patch that simplifies the initial-exec TLS logic byBill Schmidt
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-06-04Implement local-exec TLS on PowerPC.Roman Divacky
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-18Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen
2011-06-09Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky
2010-11-15convert the operand bits into bitfields since they are all combinable inChris Lattner
2010-11-15add targetoperand flags for jump tables, constant pool and block addressChris Lattner
2010-11-14implement support for the MO_DARWIN_STUB TargetOperand flag,Chris Lattner
2010-11-14implement basic support for symbol operand lowering,Chris Lattner
2010-11-14switch PPC to a simplified MCInstLowering model.Chris Lattner
2010-11-14stub out PPCMCInstLowering, add a new option that uses it and the newChris Lattner