llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / lib / Target / Alpha / AlphaInstrInfo.cpp
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-03 Duncan SandsSilence warnings 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-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
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 Alpha...
2009-02-12 Dale JohannesenCheck in missing file.
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...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
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-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-01-07 Chris Lattnerremove MachineOpCode typedef.
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-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-06-13 Dale JohannesenHandle blocks with 2 unconditional branches in AnalyzeB...
2007-06-08 Evan ChengAdd a utility routine to check for unpredicated termina...
2007-05-21 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-04-25 Evan ChengRelex assertions to account for additional implicit...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-10-31 Andrew Lenharthmore shotenning
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
2006-10-24 Rafael Espindolafix warning about missing newline at end of file
2006-10-24 Chris Lattnerimplement uncond branch insertion so alpha works work...
2006-03-09 Andrew Lenharththese are copies too
2006-02-03 Andrew LenharthisStoreToStackSlot
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2005-11-09 Andrew Lenharthwhatever. Intermediate patch to see what breaks. ...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-05 Misha BrukmanMake the rest of file header comments consistent in...
2005-01-26 Andrew Lenharth initial fp support
2005-01-24 Andrew LenharthClean ups, and taught the instruction selector about...
2005-01-22 Andrew LenharthLet me introduce you to the early stages of the llvm...