aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-301-0/+1
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-081-3/+4
* remove MachineOpCode typedef.Chris Lattner2008-01-071-1/+1
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-0/+37
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-0/+95
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-011-1/+1
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-0/+23
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-7/+7
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-1/+2
* Handle blocks with 2 unconditional branches in AnalyzeBranch.Dale Johannesen2007-06-131-0/+10
* Add a utility routine to check for unpredicated terminator instruction.Evan Cheng2007-06-081-3/+3
* BlockHasNoFallThrough() now returns true if block ends with a return instruct...Evan Cheng2007-05-211-0/+2
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-181-7/+9
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-251-1/+1
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-1/+0
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-7/+7
* Matches MachineInstr changes.Evan Cheng2006-11-131-1/+2
* more shotenningAndrew Lenharth2006-10-311-2/+2
* Add all that branch mangling niftinessAndrew Lenharth2006-10-311-3/+163
* fix warning about missing newline at end of fileRafael Espindola2006-10-241-1/+1
* implement uncond branch insertion so alpha works work branchfolding.Chris Lattner2006-10-241-0/+7
* these are copies tooAndrew Lenharth2006-03-091-1/+5
* isStoreToStackSlotAndrew Lenharth2006-02-031-0/+18
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner2006-02-021-0/+19
* whatever. Intermediate patch to see what breaks. Seems ok.Andrew Lenharth2005-11-091-1/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Make the rest of file header comments consistent in format and styleMisha Brukman2005-02-051-1/+1
* initial fp supportAndrew Lenharth2005-01-261-1/+1
* Clean ups, and taught the instruction selector about immediate formsAndrew Lenharth2005-01-241-2/+1
* Let me introduce you to the early stages of the llvm backend for the alpha pr...Andrew Lenharth2005-01-221-0/+43