llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / lib / Target / Mips / MipsInstrInfo.cpp
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...
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerMove a bunch more accessors from TargetInstrInfo to...
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
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-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-08-18 Bruno Cardoso LopesAdded Branch Analysis support
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)