aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp
AgeCommit message (Expand)Author
2010-10-01Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach
2010-09-30Clean up asm writer usage for x86 and msp430 to flag that the writer shouldJim Grosbach
2010-08-28I have manually decoded the imm field of an insertps one too manyChris Lattner
2010-07-08Change LEA to have 5 operands for its memory operand, justChris Lattner
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner
2010-04-04change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner
2010-02-11enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner
2010-02-03sink handling of target-independent machine instrs (otherChris Lattner
2010-01-18remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner
2009-09-20remove a temporary hack.Chris Lattner
2009-09-20kill off printPICLabel now, it's specialness is handled byChris Lattner
2009-09-20Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner