Make InstrInfo depend only upon the Subtarget getting passed in
[oota-llvm.git] / lib / Target / Mips / MipsInstrInfo.h
2014-07-18 Eric ChristopherMake InstrInfo depend only upon the Subtarget getting...
2014-04-30 Sasa Stankovic[mips] Fix MipsLongBranch pass to work when the offset...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
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-05-13 Akira Hatanaka[mips] Define a helper function which creates an instru...
2013-05-13 Akira Hatanaka[mips] Rename functions. No functionality changes.
2013-03-29 Akira Hatanaka[mips] Define overloaded versions of storeRegToStack...
2013-03-01 Akira Hatanaka[mips] Define an overloaded version of function MipsIns...
2012-08-23 Akira HatanakaMake function loadImmediate a member of MipsSEInstrInfo...
2012-08-02 Akira HatanakaMove the code that creates instances of MipsInstrInfo...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsRegisterInfo...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsInstrInfo...
2012-07-23 Akira HatanakaAdd basic ability to setup call frame, and make procedu...
2012-07-21 Akira HatanakaRevert accidental commit.
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-06-14 Akira HatanakaDefine function MipsInstrInfo::GetInstSizeInBytes,...
2012-05-25 Akira HatanakaMove the code in MipsExpandPseudo to MipsInstrInfo...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2011-12-12 Akira HatanakaEmit B (unconditional branch) when -relocation-model...
2011-11-11 Bruno Cardoso LopesMips MC object code emission improvements:
2011-10-11 Akira HatanakaSimplify and update functions storeRegToStackSlot and...
2011-09-22 Akira HatanakaAdd enums and functions for symbols Mips64 uses.
2011-09-14 Bruno Cardoso LopesOne more patch towards JIT support for Mips.
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-07-01 Akira HatanakaImprove Mips back-end's handling of DBG_VALUE.
2011-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-04-01 Akira HatanakaSimplifies logic for printing target flags.
2011-04-01 Akira HatanakaAdd code for analyzing FP branches. Clean up branch...
2011-03-31 Akira HatanakaAdded support for FP conditional move instructions...
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
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 Mips.
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...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-10-05 Dan GohmanRemove explicit enum integer values. They don't appear...
2009-09-01 Bruno Cardoso LopesReapply 80278
2009-08-27 Bruno Cardoso LopesRevert 80278 for now, it caused a lot of MIPS tests...
2009-08-27 Bruno Cardoso LopesRevamp our friend Mips :)
2009-07-24 Eli FriedmanRemove unused member functions.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-06-03 Dan GohmanConvert Alpha and Mips to use a MachineFunctionInfo...
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
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-28 Bruno Cardoso LopesAdded floating point lowering for setcc and brcond.
2008-07-09 Bruno Cardoso LopesFixe typos and 80 column size problems
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-03-25 Dan GohmanAdd explicit keywords.
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-08-28 Bruno Cardoso LopesMask directive completed with CalleeSave info
2007-08-18 Bruno Cardoso LopesBranch Analysis and InsertNoop inserted into header...
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)