aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreInstrInfo.h
AgeCommit message (Expand)Author
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-10-11Implement the emitFrameIndexDebugValue and getDebugValueLocation hooks.Richard Osborne
2011-07-01Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng
2010-11-27Move callee-saved regs spills / reloads to TFIAnton Korobeynikov
2010-07-16Remove the isMoveInstr() hook.Jakob Stoklund Olesen
2010-07-11Replace copyRegToReg with copyPhysReg for XCore.Jakob Stoklund Olesen
2010-06-17Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings
2010-05-22Implement @llvm.returnaddress. rdar://8015977.Evan Cheng
2010-05-06Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman
2010-05-06Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng
2009-12-05Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman
2009-10-07Replace TargetInstrInfo::isInvariantLoad and its target-specificDan Gohman
2009-08-12This void is implicit in C++.Dan Gohman
2009-07-24Remove unused member functions.Eli Friedman
2009-05-30Untabification.Bill Wendling
2009-02-09Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng
2009-01-20Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng
2008-11-18Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman
2008-11-07Add XCore backend.Richard Osborne