MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.
[oota-llvm.git] / lib / Target / X86 / AsmPrinter / X86ATTInstPrinter.cpp
2010-02-17 Dan GohmanMake the operand and format specifier match, and print all
2010-02-11 Chris Lattnerenhance llvm-mc -show-inst to print the enum of an...
2010-02-10 Chris LattnerAdd ability for MCInstPrinters to add comments for...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-01-18 Chris Lattnerremove the MAI argument to MCExpr::print and switch...
2009-12-22 Chris Lattnerprint pcrel immediates as signed values instead of...
2009-10-19 Chris Lattnerremove strings from instructions who are never asmprinted.
2009-09-20 Chris Lattnerkill off printPICLabel now, it's specialness is handled by
2009-09-18 Shantonu SenFix cmake build, which has a different -I that
2009-09-18 Chris LattnerThis file can need access to the X86 instruction enums...
2009-09-14 Chris LattnerGive MCInstPrinter a MCAsmInfo member, make X86ATTInstP...
2009-09-14 Chris Lattnertidy up a bit.
2009-09-13 Chris Lattnerswitch the x86 asmprinters to use getRegisterName instead
2009-09-13 Chris Lattnermake intel asmprinter use TRI::getAsmName instead of...
2009-09-13 Chris Lattnersplit MCInst printing out of the X86ATTInstPrinter
2009-09-12 Chris Lattnereliminate the "MBBLabel" MCOperand type, and just use...
2009-09-09 Chris Lattnertidy up
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-14 Daniel DunbarAdd X86 instruction printer support for printing MCValu...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Torok Edwineliminate extra space.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-21 Chris Lattnerremove #if 0 code
2009-06-20 Chris Lattnerremove dead code, the main codepath never has to deal
2009-06-20 Chris Lattnereliminate the "call" operand modifier from the asm...
2009-06-20 Chris Lattnerfix edit-o
2009-06-20 Chris Lattnersome comments and cleanup
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-20 Chris Lattnerhook up printMemReference.
2009-06-20 Chris LattnerStart implementing translation of MachineInstr to MCIns...
2009-06-19 Chris Lattnerstub out some hacky code for wiring up the new asmprint...
2009-06-19 Chris Lattneradd a file I missed, this goes with r73743