aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstr64Bit.td
AgeCommit message (Expand)Author
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
2012-06-22Add support for the PPC isel instruction.Hal Finkel
2012-06-20Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel
2012-06-19Add support for generating reg+reg preinc stores on PPC.Hal Finkel
2012-06-12Split out the PPC instruction class IntSimple from IntGeneral.Hal Finkel
2012-06-09Improve ext/trunc patterns on PPC64.Hal Finkel
2012-06-08Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel
2012-06-04Implement local-exec TLS on PowerPC.Roman Divacky
2012-05-20Add a missing PPC 64-bit stwu pattern.Hal Finkel
2012-04-01Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.Hal Finkel
2012-03-31Fix dynamic linking on PPC64.Hal Finkel
2012-03-06Convert PowerPC to register mask operands.Roman Divacky
2012-02-24X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-12-07make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel
2011-06-03Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky
2011-05-19Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointlessCameron Zwarich
2011-04-04PowerPC atomic pseudos clobber CR0, they don't read it.Jakob Stoklund Olesen
2010-11-15split out an encoder for memri operands, allowing a relocation to be ploppedChris Lattner
2010-11-15add support for encoding the lo14 forms used for a few PPC64 addressingChris Lattner
2010-11-15implement the start of support for lo16 and ha16, allowing us to get stuff like:Chris Lattner
2010-11-15remove asmstrings (which can never be printed) from pseudo Chris Lattner
2010-11-14move the pic base symbol stuff up to MachineFunctionChris Lattner
2010-11-14reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner
2010-02-27remove a bogus pattern, which had the same pattern as STDUChris Lattner
2010-02-21Eliminate some uses of immAllOnes, just use -1, it doesChris Lattner
2009-12-18Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI.Tilmann Scheller
2009-11-04Add PowerPC codegen for indirect branches.Bob Wilson
2009-10-29Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman
2009-09-18Model the carry bit on ppc32. Without this we couldDale Johannesen
2009-08-15Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller
2009-07-03Refactor ABI code in the PowerPC backend.Tilmann Scheller
2008-12-03Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman
2008-12-03Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman
2008-10-29Add a RM pseudoreg for the rounding mode, whichDale Johannesen
2008-10-23Mark defs and uses of CTR and LR correctly.Dale Johannesen
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-08-25Implement 32 & 64 bit versions of PPC atomicDale Johannesen
2008-08-25Remove PPC-specific lowering for atomics; theDale Johannesen
2008-08-22Rewrite ppc code generated for __sync_{bool|val}_compare_and_swapDale Johannesen
2008-07-12Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!Evan Cheng
2008-04-30Tail call optimization improvements:Arnold Schwaighofer
2008-04-1964-bit atomic operations.Evan Cheng