summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaInstrInfo.cpp
Commit message (Expand)AuthorAge
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* Remove unused member functions.Eli Friedman2009-07-24
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-08
* Silence warnings when assertions are turned off.Duncan Sands2009-07-03
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-01
* Convert Alpha and Mips to use a MachineFunctionInfo subclass toDan Gohman2009-06-03
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-13
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-18
* Remove non-DebugLoc versions of BuildMI from Alpha and Cell.Dale Johannesen2009-02-13
* Check in missing file.Dale Johannesen2009-02-12
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-12
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-09
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-20
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman2008-12-03
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-18
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-16
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-26
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-14
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-07
* - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng2008-07-03
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-30
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-08
* remove MachineOpCode typedef.Chris Lattner2008-01-07
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-07
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-01
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-01
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-31
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-30
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-07
* Handle blocks with 2 unconditional branches in AnalyzeBranch.Dale Johannesen2007-06-13
* Add a utility routine to check for unpredicated terminator instruction.Evan Cheng2007-06-08
* BlockHasNoFallThrough() now returns true if block ends with a return instruct...Evan Cheng2007-05-21
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-18
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-25
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-27
* Matches MachineInstr changes.Evan Cheng2006-11-13
* more shotenningAndrew Lenharth2006-10-31
* Add all that branch mangling niftinessAndrew Lenharth2006-10-31
* fix warning about missing newline at end of fileRafael Espindola2006-10-24
* implement uncond branch insertion so alpha works work branchfolding.Chris Lattner2006-10-24
* these are copies tooAndrew Lenharth2006-03-09
* isStoreToStackSlotAndrew Lenharth2006-02-03
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner2006-02-02