[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / lib / Target / Mips / MipsInstrInfo.cpp
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-27 Reed KotlerMake first substantial checkin of my port of ARM consta...
2013-10-01 Matheus AlmeidaTest commit. Updated comment.
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-01 Akira Hatanaka[mips] Do not add SecondLastInst to list BranchInstrs...
2013-03-01 Akira Hatanaka[mips] Define an overloaded version of function MipsIns...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-13 Akira Hatanakamips16: When copying operands in a conditional branch...
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 HatanakaFix coding style violations. Remove white spaces and...
2012-06-14 Akira HatanakaDefine function MipsInstrInfo::GetInstSizeInBytes,...
2012-05-30 Jakob Stoklund OlesenFix some uses of getSubRegisters() to use getSubReg...
2012-05-25 Akira HatanakaMove the code in MipsExpandPseudo to MipsInstrInfo...
2012-05-16 Akira HatanakaThis patch adds the register class for MIPS16 as well...
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
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...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2011-12-24 Akira HatanakaAdd MachineMemOperands to instructions generated in...
2011-12-19 Akira HatanakaTidy up. Simplify logic. No functional change intended.
2011-12-12 Akira HatanakaEmit B (unconditional branch) when -relocation-model...
2011-12-06 Bruno Cardoso LopesUse branches instead of jumps + variable cleanup. Testc...
2011-11-07 Akira HatanakaAdd code needed for copying between 64-bit integer...
2011-10-11 Akira HatanakaAdd support for conditional branch instructions with...
2011-10-11 Akira HatanakaMake changes necessary for supporting floating point...
2011-10-11 Akira HatanakaSimplify and update functions storeRegToStackSlot and...
2011-10-08 Akira HatanakaSimplify definition of FP move instructions.
2011-10-03 Akira HatanakaClean up MipsInstrInfo::copyPhysReg and handle copies...
2011-09-28 Jakob Stoklund OlesenRevert r140731, "Define classes for unary and binary...
2011-09-28 Akira HatanakaDefine classes for unary and binary FP instructions...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.
2011-07-07 Akira HatanakaReverse order of operands of address operand mem so...
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-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
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 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-07-10 Jakob Stoklund OlesenUse COPY in targets
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-05-05 Dan GohmanNo-ops emitted for scheduling don't correspond with...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-04-02 Dale JohannesenTeach AnalyzeBranch, RemoveBranch and the branch
2010-01-19 Bruno Cardoso Lopesload f64 +0.0 in a cleaner way. This fix part of PR5445
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-11-25 Bruno Cardoso LopesAdd proper emission of load/store double to stack slots...
2009-11-13 Bruno Cardoso LopesSupport fp64 immediate zero, this fixes only part of...
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-07-03 Duncan SandsSilence a warning when assertions are turned off.
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-06-03 Dan GohmanConvert Alpha and Mips to use a MachineFunctionInfo...
2009-05-27 Bruno Cardoso LopesAdded support for fround, fextend and FP_TO_SINT
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-03-26 Chris Lattnerfix some warnings in release-asserts mode.
2009-03-21 Bruno Cardoso LopesRemoved AFGR32 register class
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from IA64,...
2009-02-12 Dale JohannesenEliminate a couple of non-DebugLoc BuildMI variants.
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-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-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
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-08-02 Bruno Cardoso LopesImproved asm inline for hi,lo results
2008-07-28 Bruno Cardoso LopesAdded floating point lowering for setcc and brcond.
2008-07-14 Bruno Cardoso LopesAdded Subtarget support into RegisterInfo
2008-07-09 Bruno Cardoso LopesFixe typos and 80 column size problems
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
next