| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PowerPC] Mark all instructions as non-cheap for MachineLICM | Hal Finkel | 2015-01-08 | 1 | -0/+9 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| * | Provide an implementation of getNoopForMachoTarget for PPC, otherwise | Joerg Sonnenberger | 2014-08-08 | 1 | -0/+2 |
| * | The hazard recognizer only needs a subtarget, not a target machine | Eric Christopher | 2014-06-13 | 1 | -1/+1 |
| * | Remove TargetMachine from PPCInstrInfo and all dependencies and | Eric Christopher | 2014-06-12 | 1 | -2/+2 |
| * | De-virtualize or remove some methods that have no overrides nor override anyt... | Craig Topper | 2014-04-30 | 1 | -1/+1 |
| * | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -86/+83 |
| * | [PowerPC] Correct commutable indices for VSX FMA instructions | Hal Finkel | 2014-03-25 | 1 | -0/+3 |
| * | Improve instruction scheduling for the PPC POWER7 | Hal Finkel | 2013-12-12 | 1 | -0/+12 |
| * | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-19 | 1 | -0/+1 |
| * | Revert r194865 and r194874. | Alexey Samsonov | 2013-11-18 | 1 | -1/+0 |
| * | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-15 | 1 | -0/+1 |
| * | DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI... | David Blaikie | 2013-06-16 | 1 | -6/+0 |
| * | Implement optimizeCompareInstr for PPC | Hal Finkel | 2013-04-18 | 1 | -0/+12 |
| * | PPC: Don't predicate a diamond with two counter decrements | Hal Finkel | 2013-04-10 | 1 | -3/+1 |
| * | Allow PPC B and BLR to be if-converted into some predicated forms | Hal Finkel | 2013-04-09 | 1 | -0/+47 |
| * | Implement PPCInstrInfo::FoldImmediate | Hal Finkel | 2013-04-06 | 1 | -0/+3 |
| * | Enable early if conversion on PPC | Hal Finkel | 2013-04-05 | 1 | -0/+11 |
| * | Note in PPCFunctionInfo VRSAVE spills | Hal Finkel | 2013-03-23 | 1 | -2/+2 |
| * | Improve PPC VR (Altivec) register spilling | Hal Finkel | 2013-03-17 | 1 | -2/+4 |
| * | Implement PPCInstrInfo::isCoalescableExtInstr(). | Jakob Stoklund Olesen | 2012-06-19 | 1 | -0/+3 |
| * | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -1/+1 |
| * | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -3/+3 |
| * | add RESTORE_CR and support CR unspills | Hal Finkel | 2011-12-06 | 1 | -1/+1 |
| * | update PPC 940 hazard rec. to function in postRA mode | Hal Finkel | 2011-12-02 | 1 | -0/+3 |
| * | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng | 2011-07-01 | 1 | -1/+4 |
| * | Various bits of framework needed for precise machine-level selection | Andrew Trick | 2010-12-24 | 1 | -0/+4 |
| * | whitespace | Andrew Trick | 2010-12-24 | 1 | -10/+10 |
| * | implement support for the MO_DARWIN_STUB TargetOperand flag, | Chris Lattner | 2010-11-14 | 1 | -1/+1 |
| * | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -6/+0 |
| * | RISC architectures get their memory operand folding for free. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -17/+0 |
| * | Replace copyRegToReg with copyPhysReg for PowerPC. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -6/+4 |
| * | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 1 | -1/+2 |
| * | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 1 | -1/+2 |
| * | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng | 2010-05-06 | 1 | -2/+4 |
| * | Frame index can be negative. | Evan Cheng | 2010-04-29 | 1 | -1/+1 |
| * | Add PPC specific emitFrameIndexDebugValue. | Evan Cheng | 2010-04-26 | 1 | -0/+6 |
| * | Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of | Dan Gohman | 2009-12-05 | 1 | -1/+0 |
| * | Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable | Bob Wilson | 2009-11-30 | 1 | -2/+0 |
| * | Tail duplicate indirect branches for PowerPC, too. | Bob Wilson | 2009-11-25 | 1 | -0/+2 |
| * | Revert the kludge in 76703. I got a clean | Dale Johannesen | 2009-10-12 | 1 | -7/+0 |
| * | Remove unused member functions. | Eli Friedman | 2009-07-24 | 1 | -10/+0 |
| * | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng | 2009-07-22 | 1 | -0/+7 |
| * | Move debug loc info along when the spiller creates new instructions. | Bill Wendling | 2009-02-12 | 1 | -1/+1 |
| * | Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty | Evan Cheng | 2009-02-09 | 1 | -1/+2 |
| * | Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. | Evan Cheng | 2009-02-06 | 1 | -4/+0 |
| * | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 1 | -6/+5 |
| * | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman | 2008-12-03 | 1 | -9/+9 |
| * | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 2008-11-18 | 1 | -2/+4 |
| * | Const-ify several TargetInstrInfo methods. | Dan Gohman | 2008-10-16 | 1 | -5/+5 |