summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrFormats.td
Commit message (Expand)AuthorAge
...
* implement the vsldoi intrinsic.Chris Lattner2006-03-26
* Fix the JIT encoding of the VAForm_1 instructions, including vmaddfpChris Lattner2006-03-22
* Mark instructions that are cracked by the PPC970 decoder as such.Chris Lattner2006-03-13
* Several big changes:Chris Lattner2006-03-12
* PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner2006-01-27
* Pattern-match return. Includes gross hack!Nate Begeman2005-12-20
* Add support for fmul node of type v4f32.Nate Begeman2005-12-14
* Add support patterns to many load and store instructions which willNate Begeman2005-12-09
* Define BR in the .td file now that Evan made tblgen smarter.Chris Lattner2005-12-04
* Represent the encoding of the SPR instructions as they actually are, soNate Begeman2005-11-29
* Add the remainder of the AltiVec 4 x float instructions. FurtherNate Begeman2005-11-29
* Small tweaks noticed while on the plane.Nate Begeman2005-11-26
* Some first bits of AltiVec stuff: Instruction Formats, Encodings, andNate Begeman2005-11-23
* Allow pseudos to have patterns, no functionality changeChris Lattner2005-10-25
* Added InstrSchedClass to each of the PowerPC Instructions.Jim Laskey2005-10-19
* Write patterns for the various shl and srl patterns that don't involveNate Begeman2005-10-19
* Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitionsChris Lattner2005-10-14
* Add a bunch of patterns for F64 FP ops, add some more integer opsChris Lattner2005-09-29
* add patterns for x?oris?Chris Lattner2005-09-08
* add patterns to the addi/addis/mulli etc instructions. Define predicatesChris Lattner2005-09-08
* Add patterns for some new instructions, allowing the use of the ineg fragment.Chris Lattner2005-09-08
* Add AND/OR/XORChris Lattner2005-09-02
* Add some initial patterns to simple binary instructions, though theyChris Lattner2005-09-02
* Fix JIT encoding of conditional branchesNate Begeman2005-08-26
* Fix JIT encoding of ppc mfocrf instruction; the operands were reversedNate Begeman2005-08-08
* switch over the rest of the formats that use RC to use isDOTChris Lattner2005-04-19
* Convert the XForm instrs and XSForm instruction over to use isDOTChris Lattner2005-04-19
* Now that the ppc64 and vmx operands of I are always 0, forward substituteChris Lattner2005-04-19
* convert over bform and iform instructionsChris Lattner2005-04-19
* Convert over DForm and DSForm instructionsChris Lattner2005-04-19
* Convert XLForm and XForm instructions over to use PPC64 when appropriate.Chris Lattner2005-04-19
* Convert XO XS and XFX forms to use isPPC64Chris Lattner2005-04-19
* Turn PPC64 and VMX into classes that can be added to instructions instead ofChris Lattner2005-04-19
* Change codegen for setcc to read the bit directly out of the conditionNate Begeman2005-04-18
* Add the necessary support to codegen condition register logical ops withNate Begeman2005-04-14
* Initial support for allocation condition registersNate Begeman2005-04-12
* Revert the previous patch, which I didn't mean to check in.Chris Lattner2005-04-11
* Fix a minor bug (ORo didn't mark that it set CR0).Chris Lattner2005-04-11
* Fix encoding of fsel, fixing olden/power, McCat/bisort and several others.Chris Lattner2004-11-25
* Fix encoding of swari, fixing several programs, including Olden/mstChris Lattner2004-11-25
* Fix a few more tests by encoding the extsb and other XForm11 instructionsChris Lattner2004-11-24
* Fix the encoding of ORi and other DForm4 instructions. This brings us toChris Lattner2004-11-24
* Branch instructions explicitly represent CRx in them. bEcause of this, encodeChris Lattner2004-11-24
* Fix the encoding of OR, AND and many other instructionsChris Lattner2004-11-23
* Remove argtype and argcount magic, which was used by the old asmprinter.Chris Lattner2004-11-23
* Fix encoding of rlwinm?Chris Lattner2004-11-23
* DForm_1, particularly used by store instructions, needs the immediate operand toMisha Brukman2004-10-23
* There is only one field in an instruction, and that is `Inst', the final view ofMisha Brukman2004-10-14
* All PPC instructions are now auto-printedNate Begeman2004-09-04
* Convert remaining X-Form and Pseudo instructions over to asm writerNate Begeman2004-09-02