split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.
[oota-llvm.git] / lib / Target / X86 / AsmPrinter / X86ATTAsmPrinter.h
2009-09-20 Chris Lattnersplit random COFF asmprinter state out to X86COFFMachin...
2009-09-18 Chris LattnerMake a new X8632_MachoTargetObjectFile TLOF implementat...
2009-09-16 Chris Lattnermove FnStubs/GVSTubs/HiddenGVStub handling out of the...
2009-09-16 Chris Lattnerrevert a hunk of r82018 that wasn't supposed to go...
2009-09-16 Chris Lattneradd a new MachineModuleInfoMachO class, which is the...
2009-09-16 Chris Lattnerremove the AsmPrinter::printMCInst hook hack now that
2009-09-13 Chris Lattnersplit MCInst printing out of the X86ATTInstPrinter
2009-09-12 Chris Lattnersplit MachineInstr -> MCInst lowering into its own...
2009-09-12 Chris Lattnerremove the "old" at&t style asmprinter. Unfortunately...
2009-09-11 Chris Lattnerswitch HiddenGVStubs to be a DenseMap instead of a...
2009-09-11 Chris LattnerFix a bug I introduced in FnStubs generation, switch...
2009-09-11 Chris Lattnerchange FnStubs from being a StringMap<std::string>...
2009-09-11 Chris Lattnerrearrange some code, export a SmallString version of...
2009-09-03 Chris Lattnermerge globaladdress symbol processing stuff into other...
2009-09-03 Chris LattnerSplit the "operand -> symbol" logic from the "get offse...
2009-09-03 Chris Lattnerimplement lowering support for constant pool index...
2009-09-03 Sean CallananAdded opaque 32-, 48-, and 80-bit memory operand types...
2009-09-02 Chris Lattnersplit mcinst lowering stuff out to its own file.
2009-08-31 Daniel DunbarX86/exp-asm-printer: Lower MachineOperand::MO_JumpTable...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-16 Chris Lattneradd support for external symbols + X86::MOVPC32r.
2009-08-16 Chris Lattnerimplement support for lowering references to global...
2009-08-14 Daniel DunbarAdd virtual printMCInst method to AsmPrinter, as a...
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Chris Lattnerrename decorateName -> DecorateCygMingName, make it...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-13 Chris Lattnerrefactor symbol printing so the whole "mem" thing is...
2009-07-09 Chris Lattnermake cygwin use its own stubs set, instead of overloadi...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 David GreeneAdd 256-bit memory operand support.
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-24 Chris Lattnerreimplement getPICLabelString as PrintPICBaseSymbol...
2009-06-24 Chris Lattnersink management of DwarfWriter & MachineModuleInfo...
2009-06-24 Chris Lattnerinline print*Stub and rearrange function stub printing...
2009-06-24 Chris Lattnerremove now-dead argument.
2009-06-24 Chris Lattnerremove dead argument
2009-06-24 Chris Lattnerwire up support for MCContext/MCStreamer in -experiment...
2009-06-20 Chris Lattnereliminate the "call" operand modifier from the asm...
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-20 Devang PatelInitialize MMI
2009-06-19 Chris Lattnerstub out some hacky code for wiring up the new asmprint...
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Chris LattnerAdd some scaffolding for a new experimental asmprinter
2009-06-15 Chris Lattnerremove extraneous const qualifier
2009-05-12 Bill WendlingMore MSVC fixes -- class/struct conflicts.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Anton KorobeynikovProperly print 'P' modifier on inline asm memory operands.
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-08 Rafael EspindolaRe-apply 68552.
2009-04-07 Bill WendlingTemporarily revert r68552. This was causing a failure...
2009-04-07 Rafael EspindolaReduce code duplication on the TLS implementation.
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-06 Bill WendlingRecord debug location information in the Dwarf writer.
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Cedric VenetMake it compile on VC2005:
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...