aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-14switch PPC to a simplified MCInstLowering model.Chris Lattner1-33/+3
2010-11-14stub out PPCMCInstLowering, add a new option that uses it and the newChris Lattner1-0/+75