summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* This is just a clean-up patch that simplifies the initial-exec TLS logic byBill Schmidt2012-12-131-6/+0
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-0/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-4/+16
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-1/+1
* Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen2012-01-181-0/+2
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-091-8/+9
* convert the operand bits into bitfields since they are all combinable inChris Lattner2010-11-151-57/+34
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-151-8/+17
* implement support for the MO_DARWIN_STUB TargetOperand flag,Chris Lattner2010-11-141-8/+104
* implement basic support for symbol operand lowering,Chris Lattner2010-11-141-1/+46
* switch PPC to a simplified MCInstLowering model.Chris Lattner2010-11-141-33/+3
* stub out PPCMCInstLowering, add a new option that uses it and the newChris Lattner2010-11-141-0/+75
OpenPOWER on IntegriCloud