aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach2010-10-011-138/+0
* Clean up asm writer usage for x86 and msp430 to flag that the writer shouldJim Grosbach2010-09-301-2/+0
* I have manually decoded the imm field of an insertps one too manyChris Lattner2010-08-281-0/+5
* Change LEA to have 5 operands for its memory operand, justChris Lattner2010-07-081-13/+10
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-041-2/+2
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-13/+17
* enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner2010-02-111-0/+4
* 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-3/+3
* remove a temporary hack.Chris Lattner2009-09-201-3/+1
* kill off printPICLabel now, it's specialness is handled byChris Lattner2009-09-201-6/+1
* Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner2009-09-201-0/+138