summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstr64Bit.td
Commit message (Expand)AuthorAge
* Merge in PPC internal-as fixes: r167861, r167862, r167863, r167875, r167860, ...Hal Finkel2012-11-20
* PowerPC: Fix for rldcl/rldicl/rldicr MC emissionAdhemerval Zanella2012-10-26
* This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella2012-10-25
* - add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt2012-10-04
* Move the PPC TOC defs into the PPC64 InstrInfo file.Hal Finkel2012-09-05
* Split several PPC instruction classes.Hal Finkel2012-08-28
* Allow remat of LI on PPC.Hal Finkel2012-08-28
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-24
* Add a comment about mftb vs. mfspr on PPC.Hal Finkel2012-08-07
* MFTB on PPC64 should really be encoded using MFSPR.Hal Finkel2012-08-06
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-04
* Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen2012-07-13
* Add support for the PPC isel instruction.Hal Finkel2012-06-22
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-20
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-19
* Split out the PPC instruction class IntSimple from IntGeneral.Hal Finkel2012-06-12
* Improve ext/trunc patterns on PPC64.Hal Finkel2012-06-09
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-08
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-04
* Add a missing PPC 64-bit stwu pattern.Hal Finkel2012-05-20
* Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.Hal Finkel2012-04-01
* Fix dynamic linking on PPC64.Hal Finkel2012-03-31
* Convert PowerPC to register mask operands.Roman Divacky2012-03-06
* X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel2012-02-24
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-07
* Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky2011-06-03
* Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointlessCameron Zwarich2011-05-19
* PowerPC atomic pseudos clobber CR0, they don't read it.Jakob Stoklund Olesen2011-04-04
* split out an encoder for memri operands, allowing a relocation to be ploppedChris Lattner2010-11-15
* add support for encoding the lo14 forms used for a few PPC64 addressingChris Lattner2010-11-15
* implement the start of support for lo16 and ha16, allowing us to get stuff like:Chris Lattner2010-11-15
* remove asmstrings (which can never be printed) from pseudo Chris Lattner2010-11-15
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-14
* reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner2010-11-14
* remove a bogus pattern, which had the same pattern as STDUChris Lattner2010-02-27
* Eliminate some uses of immAllOnes, just use -1, it doesChris Lattner2010-02-21
* Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI.Tilmann Scheller2009-12-18
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-04
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* Model the carry bit on ppc32. Without this we couldDale Johannesen2009-09-18
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-15
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-03
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-03
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-03
* Add a RM pseudoreg for the rounding mode, whichDale Johannesen2008-10-29
* Mark defs and uses of CTR and LR correctly.Dale Johannesen2008-10-23
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* Implement 32 & 64 bit versions of PPC atomicDale Johannesen2008-08-25
* Remove PPC-specific lowering for atomics; theDale Johannesen2008-08-25