aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Printer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add printing support for /0 /1 type instructionsChris Lattner2002-11-211-1/+44
* Support Registers of the form (B8+ rd) for exampleChris Lattner2002-11-211-10/+55
* Implement printing more, implement opcode output moreChris Lattner2002-11-211-10/+57
* Print another class of instructions correctly, giving us: xorl EDX, EDXChris Lattner2002-11-211-15/+37
* Check not only for MO_VirtualRegister, but MO_MachineRegister as well whenMisha Brukman2002-11-201-7/+14
* Start trying to print instructions more correctly. For now we also print out...Chris Lattner2002-11-181-2/+91
* Arrange to have a TargetMachine available in X86InstrInfo::printChris Lattner2002-11-171-3/+4
* Reorganize printing interface a bitChris Lattner2002-11-171-10/+17
* include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inlineBrian Gaeke2002-11-141-8/+34
* Convert backend to use passes, implement X86TargetMachineChris Lattner2002-10-291-8/+29
* Initial stab at MachineInstr'icationChris Lattner2002-10-281-1/+1
* Initial checkin of X86 backend.Chris Lattner2002-10-251-0/+21