aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Align breaks.Alkis Evlogimenos2004-07-311-6/+6
* Add breaksChris Lattner2004-07-311-12/+12
* Simplify code a bit.Alkis Evlogimenos2004-07-311-3/+1
* Correctly spell 'unconditional'.Alkis Evlogimenos2004-07-311-1/+1
* Implement insertGoto and reverseBranchCondition for the X86.Alkis Evlogimenos2004-07-311-0/+33
* A big X86 instruction rename. The instructions are renamed to makeAlkis Evlogimenos2004-02-291-1/+1
* Adjust to change in TII ctor argumentsChris Lattner2004-02-291-3/+1
* These two virtual methods are never called.Chris Lattner2004-02-291-27/+0
* Move MOTy::UseType enum into MachineOperand. This eliminates theAlkis Evlogimenos2004-02-221-2/+2
* Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos2004-02-131-2/+2
* Don't use MachineOperator::is(Phys|Virt)RegisterChris Lattner2004-02-101-2/+2
* Tighten up checksChris Lattner2004-02-101-2/+2
* FpMOV is also a move instruction.Alkis Evlogimenos2004-02-011-1/+2
* Add TargetInstrInfo::isMoveInstr() to support coalescing in registerAlkis Evlogimenos2003-12-281-0/+15
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* * Start using tablegen'd instruction descriptionsChris Lattner2003-08-031-43/+6
* Reword to remove reference to how things worked in the past.Misha Brukman2003-05-241-4/+3
* Implement the TargetInstrInfo's createNOPinstr() and isNOPinstr() interface.Misha Brukman2003-05-241-1/+29
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-141-3/+3
* Add comments, switch uses/defs to match InstrInfo.def fileChris Lattner2002-12-181-2/+10
* * Move information about Implicit Defs/Uses into X86InstrInfo.def.Chris Lattner2002-12-031-4/+10
* Added -*- C++ -*- mode to the comments.Misha Brukman2002-11-221-1/+1
* Expose base opcodeChris Lattner2002-11-181-0/+13
* Start to add more information to instr.defChris Lattner2002-11-181-1/+1
* Reorganize printing interface a bitChris Lattner2002-11-171-6/+0
* Set the destination register field based on the target specific flagsChris Lattner2002-10-301-2/+5
* Rename X86InstructionInfo to X86InstrInfoChris Lattner2002-10-291-6/+6
* Minor renamingChris Lattner2002-10-291-1/+1
* Implement MachineInstrInfo interfaceChris Lattner2002-10-291-7/+8
* Initial checkin of X86 backend.Chris Lattner2002-10-251-0/+29