Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-13 Matthias BraunMachineLICM: Use TargetSchedModel instead of just itine...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-03-12 Eric ChristopherRemove some unnecessary forward declarations and put...
2015-01-08 Hal Finkel[PowerPC] Mark all instructions as non-cheap for Machin...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-08 Joerg SonnenbergerProvide an implementation of getNoopForMachoTarget...
2014-06-13 Eric ChristopherThe hazard recognizer only needs a subtarget, not a...
2014-06-12 Eric ChristopherRemove TargetMachine from PPCInstrInfo and all dependen...
2014-04-30 Craig TopperDe-virtualize or remove some methods that have no overr...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-03-25 Hal Finkel[PowerPC] Correct commutable indices for VSX FMA instru...
2013-12-12 Hal FinkelImprove instruction scheduling for the PPC POWER7
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-04-18 Hal FinkelImplement optimizeCompareInstr for PPC
2013-04-10 Hal FinkelPPC: Don't predicate a diamond with two counter decrements
2013-04-09 Hal FinkelAllow PPC B and BLR to be if-converted into some predic...
2013-04-06 Hal FinkelImplement PPCInstrInfo::FoldImmediate
2013-04-05 Hal FinkelEnable early if conversion on PPC
2013-03-23 Hal FinkelNote in PPCFunctionInfo VRSAVE spills
2013-03-17 Hal FinkelImprove PPC VR (Altivec) register spilling
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-06 Hal Finkeladd RESTORE_CR and support CR unspills
2011-12-02 Hal Finkelupdate PPC 940 hazard rec. to function in postRA mode
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
2010-11-14 Chris Lattnerimplement support for the MO_DARWIN_STUB TargetOperand...
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-11 Jakob Stoklund OlesenRISC architectures get their memory operand folding...
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for PowerPC.
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-04-29 Evan ChengFrame index can be negative.
2010-04-26 Evan ChengAdd PPC specific emitFrameIndexDebugValue.
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-25 Bob WilsonTail duplicate indirect branches for PowerPC, too.
2009-10-12 Dale JohannesenRevert the kludge in 76703. I got a clean
2009-07-24 Eli FriedmanRemove unused member functions.
2009-07-22 Evan ChengLet each target determines whether a machine instructio...
2009-02-12 Bill WendlingMove debug loc info along when the spiller creates...
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2008-12-03 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-08-26 Owen AndersonMake TargetInstrInfo::copyRegToReg return a bool indica...
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-06-16 Evan ChengAdd option to commuteInstruction() which forces it...
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-04-16 Nicolas GeoffrayInfrastructure for getting the machine code size of...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-10 Bill WendlingChange the "enable/disable" mechanism so that we can...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2006-11-17 Chris Lattnerstart using PPC predicates more consistently.
2006-10-28 Chris Lattnerimplement the BlockHasNoFallThrough hook
2006-10-17 Chris Lattnerexpose DWARF_LABEL opcode# so the branch folder can...
2006-10-13 Chris Lattnerimplement branch inspection/modification methods.
2006-06-17 Chris LattnerImplement the getPointerRegClass method, which is requi...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-03-13 Chris LattnerMark instructions that are cracked by the PPC970 decode...
2006-03-12 Chris LattnerSeveral big changes:
2006-03-05 Chris Lattnerimplement TII::insertNoop
2006-02-02 Chris Lattnerimplement isStoreToStackSlot for PPC
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2006-01-18 Chris Lattnerfix out of date comment
2006-01-18 Chris LattnerFix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranch...
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-14 Chris LattnerRename PPC32*.h to PPC*.h
2005-10-14 Chris LattnerRename PowerPC*.h to PPC*.h
2005-10-14 Chris LattnerNuke PowerPCInstrFormats.h, its contents are dead....
2005-09-09 Chris LattnerTeach the code generator that rlwimi is commutable...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part I, PPC32* bit files...