aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCMCInstLower.cpp
AgeCommit message (Expand)Author
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