summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.h
Commit message (Expand)AuthorAge
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Implement optimizeCompareInstr for PPCHal Finkel2013-04-18
* PPC: Don't predicate a diamond with two counter decrementsHal Finkel2013-04-10
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-09
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-06
* Enable early if conversion on PPCHal Finkel2013-04-05
* Note in PPCFunctionInfo VRSAVE spillsHal Finkel2013-03-23
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-17
* Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen2012-06-19
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* add RESTORE_CR and support CR unspillsHal Finkel2011-12-06
* update PPC 940 hazard rec. to function in postRA modeHal Finkel2011-12-02
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-01
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* whitespaceAndrew Trick2010-12-24
* implement support for the MO_DARWIN_STUB TargetOperand flag,Chris Lattner2010-11-14
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-16
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-11
* Replace copyRegToReg with copyPhysReg for PowerPC.Jakob Stoklund Olesen2010-07-11
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-17
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-06
* Frame index can be negative.Evan Cheng2010-04-29
* Add PPC specific emitFrameIndexDebugValue.Evan Cheng2010-04-26
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson2009-11-30
* Tail duplicate indirect branches for PowerPC, too.Bob Wilson2009-11-25
* Revert the kludge in 76703. I got a cleanDale Johannesen2009-10-12
* Remove unused member functions.Eli Friedman2009-07-24
* Let each target determines whether a machine instruction is dead. If true, th...Evan Cheng2009-07-22
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-12
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-09
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-06
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-20
* Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman2008-12-03
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-18
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-16
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-26
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-14
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-07
* Add option to commuteInstruction() which forces it to create a new (commuted)...Evan Cheng2008-06-16
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-14
* Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray2008-04-16
* Add explicit keywords.Dan Gohman2008-03-25
* Change the "enable/disable" mechanism so that we can enable PPC registerBill Wendling2008-03-10
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10