aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Completely eliminate the isVoid TSFlag, shifting over all other fieldsChris Lattner2003-08-061-29/+30
* Lump the base opcode in with the X86 TargetSpecific flagsChris Lattner2003-08-031-4/+7
* Nice tasty llc fixes. These should fix LLC for x86 for everything inBrian Gaeke2003-06-271-6/+4
* 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-0/+13
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-141-4/+4
* * Some instructions take 64 bit integers, add an Arg type for itChris Lattner2003-01-131-4/+32
* * Remove implementations of previously pure virtual functions that are not an...Chris Lattner2002-12-281-49/+0
* Add FP instr prefix byte supportChris Lattner2002-12-251-25/+40
* Rename MemArg* to Arg*Chris Lattner2002-12-131-7/+7
* Target/X86/Printer.cpp: Add sizePtr function, and use it instead ofBrian Gaeke2002-12-051-0/+11
* Eliminate OtherFrmChris Lattner2002-12-021-10/+6
* Add fixmeChris Lattner2002-11-211-0/+3
* Add support for /0 /1, etc type instructionsChris Lattner2002-11-211-5/+16
* Add new prefix flagChris Lattner2002-11-211-0/+5
* Expose base opcodeChris Lattner2002-11-181-0/+7
* Start to add more information to instr.defChris Lattner2002-11-181-4/+45
* Add instruction annotation about whether it has a 0x0F opcode prefixChris Lattner2002-11-181-1/+8
* Arrange to have a TargetMachine available in X86InstrInfo::printChris Lattner2002-11-171-1/+2
* Reorganize printing interface a bitChris Lattner2002-11-171-1/+1
* Add flag to specify when no value is produced by an instructionChris Lattner2002-10-301-0/+9
* Rename X86InstructionInfo to X86InstrInfoChris Lattner2002-10-291-2/+2
* Minor renamingChris Lattner2002-10-291-2/+2
* Implement MachineInstrInfo interfaceChris Lattner2002-10-291-3/+51
* Initial stab at MachineInstr'icationChris Lattner2002-10-281-1/+1
* Initial checkin of X86 backend.Chris Lattner2002-10-251-0/+30