aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the operand and format specifier match, and print allDan Gohman2010-02-171-1/+1
* enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner2010-02-111-0/+5
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-101-0/+5
* sink handling of target-independent machine instrs (otherChris Lattner2010-02-031-1/+0
* remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner2010-01-181-4/+3
* print pcrel immediates as signed values instead of unsigned so that weChris Lattner2009-12-221-3/+5
* remove strings from instructions who are never asmprinted.Chris Lattner2009-10-191-3/+1
* kill off printPICLabel now, it's specialness is handled byChris Lattner2009-09-201-5/+0
* Fix cmake build, which has a different -I thatShantonu Sen2009-09-181-1/+1
* This file can need access to the X86 instruction enums when the table exceeds...Chris Lattner2009-09-181-0/+1
* Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinterChris Lattner2009-09-141-3/+5
* tidy up a bit.Chris Lattner2009-09-141-16/+8
* switch the x86 asmprinters to use getRegisterName instead Chris Lattner2009-09-131-2/+1
* make intel asmprinter use TRI::getAsmName instead of TRI::getName likeChris Lattner2009-09-131-3/+1
* split MCInst printing out of the X86ATTInstPrinterChris Lattner2009-09-131-10/+9
* eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol forChris Lattner2009-09-121-5/+0
* tidy upChris Lattner2009-09-091-22/+3
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-031-3/+3
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-311-6/+7
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-1/+1
* Add X86 instruction printer support for printing MCValue operands.Daniel Dunbar2009-08-141-0/+8
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-3/+3
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-1/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-4/+4
* eliminate extra space.Torok Edwin2009-07-141-4/+4
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-3/+3
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-1/+1
* Start converting to new error handling API.Torok Edwin2009-07-081-1/+2
* Reimplement rip-relative addressing in the X86-64 backend. The newChris Lattner2009-06-271-4/+2
* remove #if 0 codeChris Lattner2009-06-211-262/+1
* remove dead code, the main codepath never has to dealChris Lattner2009-06-201-10/+0
* eliminate the "call" operand modifier from the asm descriptions, modelingChris Lattner2009-06-201-4/+19
* fix edit-oChris Lattner2009-06-201-1/+2
* some comments and cleanupChris Lattner2009-06-201-13/+4
* implement support for lowering subregs when preparing to print Chris Lattner2009-06-201-11/+20
* hook up printMemReference.Chris Lattner2009-06-201-4/+2
* Start implementing translation of MachineInstr to MCInst. NextChris Lattner2009-06-201-8/+348
* stub out some hacky code for wiring up the new asmprinter interfacesChris Lattner2009-06-191-3/+41
* add a file I missed, this goes with r73743Chris Lattner2009-06-191-0/+22