summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.h
Commit message (Expand)AuthorAge
* Make LABEL a builtin opcode.Jim Laskey2007-01-26
* start using PPC predicates more consistently.Chris Lattner2006-11-17
* implement the BlockHasNoFallThrough hookChris Lattner2006-10-28
* expose DWARF_LABEL opcode# so the branch folder can update debug info properly.Chris Lattner2006-10-17
* implement branch inspection/modification methods.Chris Lattner2006-10-13
* Implement the getPointerRegClass method, which is required for the ptr_rcChris Lattner2006-06-17
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Mark instructions that are cracked by the PPC970 decoder as such.Chris Lattner2006-03-13
* Several big changes:Chris Lattner2006-03-12
* implement TII::insertNoopChris Lattner2006-03-05
* implement isStoreToStackSlot for PPCChris Lattner2006-02-02
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner2006-02-02
* fix out of date commentChris Lattner2006-01-18
* Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.llChris Lattner2006-01-18
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-16
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-14
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-14
* Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitionsChris Lattner2005-10-14
* Teach the code generator that rlwimi is commutable if the rotate amountChris Lattner2005-09-09
* Remove trailing whitespaceMisha Brukman2005-04-21
* PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*Misha Brukman2004-08-17