aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaInstrInfo.cpp
AgeCommit message (Expand)Author
2007-09-07Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson
2007-06-13Handle blocks with 2 unconditional branches in AnalyzeBranch.Dale Johannesen
2007-06-08Add a utility routine to check for unpredicated terminator instruction.Evan Cheng
2007-05-21BlockHasNoFallThrough() now returns true if block ends with a return instruct...Evan Cheng
2007-05-18RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng
2007-04-25Relex assertions to account for additional implicit def / use operands.Evan Cheng
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-11-13Matches MachineInstr changes.Evan Cheng
2006-10-31more shotenningAndrew Lenharth
2006-10-31Add all that branch mangling niftinessAndrew Lenharth
2006-10-24fix warning about missing newline at end of fileRafael Espindola
2006-10-24implement uncond branch insertion so alpha works work branchfolding.Chris Lattner
2006-03-09these are copies tooAndrew Lenharth
2006-02-03isStoreToStackSlotAndrew Lenharth
2006-02-02Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner
2005-11-09whatever. Intermediate patch to see what breaks. Seems ok.Andrew Lenharth
2005-04-21Remove trailing whitespaceMisha Brukman
2005-02-05Make the rest of file header comments consistent in format and styleMisha Brukman
2005-01-26 initial fp supportAndrew Lenharth
2005-01-24Clean ups, and taught the instruction selector about immediate formsAndrew Lenharth
2005-01-22Let me introduce you to the early stages of the llvm backend for the alpha pr...Andrew Lenharth