aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstr64Bit.td
AgeCommit message (Expand)Author
2013-04-01Add more PPC floating-point conversion instructionsHal Finkel
2013-04-01Add the PPC popcntw instructionHal Finkel
2013-03-31Cleanup PPC(64) i32 -> float/double conversionHal Finkel
2013-03-28Add the PPC64 ldbrx/stdbrx instructionsHal Finkel
2013-03-28Add the PPC64 popcntd instructionHal Finkel
2013-03-28Fix typo in PPCInstr64BitHal Finkel
2013-03-27Use the PPC no-r0 class on the TOC LD pseudosHal Finkel
2013-03-27Apply the no-r0 class to PPC TOC ADDI[S] pseudo instructionsHal Finkel
2013-03-26PowerPC: Mark patterns as isCodeGenOnly.Ulrich Weigand
2013-03-26PowerPC: Remove LDrs pattern.Ulrich Weigand
2013-03-26PowerPC: Remove ADDIL patterns.Ulrich Weigand
2013-03-26PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand
2013-03-26PowerPC: Move some 64-bit branch patterns.Ulrich Weigand
2013-03-25Use direct types in PowerPC instruction patterns.Ulrich Weigand
2013-03-25Use direct types in PowerPC Pat patterns.Ulrich Weigand
2013-03-22Remove ABI-duplicated call instruction patterns.Ulrich Weigand
2013-03-22Rename memrr ptrreg and offreg components.Ulrich Weigand
2013-03-22Fix swapped BasePtr and Offset in pre-inc memory addresses.Ulrich Weigand
2013-03-22Remove the xaddroff ComplexPattern.Ulrich Weigand
2013-03-21Fix a register-class comparison bug in PPCCTRLoopsHal Finkel
2013-03-21Implement builtin_{setjmp/longjmp} on PPCHal Finkel
2013-03-19Add missing mayLoad flag to LHAUX8 and LWAUX.Ulrich Weigand
2013-03-19Rewrite LHAU8 pattern to use standard memory operand.Ulrich Weigand
2013-03-19Rewrite pre-increment store patterns to use standard memory operands.Ulrich Weigand
2013-03-19Fix sub-operand size mismatch in tocentry operands.Ulrich Weigand
2013-03-19Prepare to make r0 an allocatable register on PPCHal Finkel
2013-03-19Cleanup PPC64 unaligned i64 load/storeHal Finkel
2013-03-18Fix PPC unaligned 64-bit loads and storesHal Finkel
2013-02-21Large code model support for PowerPC.Bill Schmidt
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt
2012-12-13This is another cleanup patch for 64-bit PowerPC TLS processing. I hadBill Schmidt
2012-12-13This is just a clean-up patch that simplifies the initial-exec TLS logic byBill Schmidt
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-13Fix wrong PowerPC instruction opcodes for:Ulrich Weigand
2012-11-13Fix instruction encoding for "bd(n)z" on PowerPC,Ulrich Weigand
2012-11-13Fix instruction encoding for "isel" on PowerPC,Ulrich Weigand
2012-10-26PowerPC: Fix for rldcl/rldicl/rldicr MC emissionAdhemerval Zanella
2012-10-25This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella
2012-10-04- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt
2012-09-05Move the PPC TOC defs into the PPC64 InstrInfo file.Hal Finkel
2012-08-28Split several PPC instruction classes.Hal Finkel
2012-08-28Allow remat of LI on PPC.Hal Finkel
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky
2012-08-07Add a comment about mftb vs. mfspr on PPC.Hal Finkel
2012-08-06MFTB on PPC64 should really be encoded using MFSPR.Hal Finkel
2012-08-04Add readcyclecounter lowering on PPC64.Hal Finkel
2012-07-13Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen