Replace copyRegToReg with copyPhysReg for XCore.
[oota-llvm.git] / lib / Target / XCore / XCoreInstrInfo.h
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for XCore.
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-10-07 Dan GohmanReplace TargetInstrInfo::isInvariantLoad and its target...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-07-24 Eli FriedmanRemove unused member functions.
2009-05-30 Bill WendlingUntabification.
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-11-07 Richard OsborneAdd XCore backend.