aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCMCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-2/+2
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-9/+9
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-051-0/+3
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-14/+14
* [PowerPC] Remove unused parameterUlrich Weigand2013-06-201-7/+7
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-201-34/+24
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-28/+39
* Make all darwin ppc stubs local.Rafael Espindola2013-04-271-1/+9
* Relocation enablement for PPC DAG postprocessing passBill Schmidt2013-02-211-0/+6
* Add missing #include.Jakub Staszak2013-02-201-0/+1
* 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