aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* * 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