Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!
[oota-llvm.git] / lib / Target / X86 / AsmPrinter / X86AsmPrinter.h
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-05 Chris Lattnerjust have all targets create the DwarfWriter.
2010-04-05 Chris Lattnersimplify various getAnalysisUsage implementations.
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnersplit DEBUG_VALUE printing stuff out to its own method.
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattnerremove more implicit uses of "O".
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-13 Chris Lattnerswitch to the text section at the start of the .s file...
2010-03-12 Chris Lattnereliminate the X86 version of GetGlobalValueSymbol,...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-03 Chris LattnerFinally eliminate printMCInst and send instructions...
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-26 Chris Lattnernow that enough stuff is constified, move function...
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattnerimplement X86 @GOTOFF jump table entries with the new...
2010-01-25 Chris Lattnersink an arm specific method out of asmprinter into...
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2009-09-24 Chris Lattnerunconditionally request MMI
2009-09-20 Chris Lattnerrename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewi...
2008-08-18 Chris Lattnerremove empty file
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...