aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/InstPrinter
AgeCommit message (Expand)Author
2012-04-02Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer
2012-04-02Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-03-30Rip out emission of the regIsInRegClass function for the asm printer.Benjamin Kramer
2012-03-21Use a signed value for this enum to avoid spuriuos warnings from gcc.Benjamin Kramer
2012-03-20Factor out target shuffle mask decoding from getShuffleScalarElt and use a Sm...Craig Topper
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-02-23Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-08Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky
2012-02-06Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd d...Craig Topper
2012-02-05Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-06Clean up some of the shuffle decoding code for UNPCK instructions. Add instru...Craig Topper
2011-11-30Merge decoding of VPERMILPD and VPERMILPS shuffle masks. Merge X86ISD node ty...Craig Topper
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-29Fix shuffle decoding for memory forms for (V)SHUFPS/D.Craig Topper
2011-11-29Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi...Craig Topper
2011-11-22More fixes to the X86InstComments for shuffle instructions. In particular add...Craig Topper
2011-11-22Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD on 256-bit vectors cor...Craig Topper
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-09-21In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-15Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson
2011-09-02Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby
2011-08-25Add memory version of SHUFPD to mask decoding!Bruno Cardoso Lopes
2011-08-12The VPERM2F128 is a AVX instruction which permutes between two 256-bitBruno Cardoso Lopes
2011-08-04Add obviously missing "break". Noticed by Andrey Karpov withDuncan Sands
2011-07-29Add DecodeShuffle shuffle support for VPERMIPD variantesBruno Cardoso Lopes
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-21Add support for 256-bit versions of VPERMIL instruction. This is a newBruno Cardoso Lopes
2011-07-06Rename files for consistency.Evan Cheng
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-07-06Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-02Don't hardcode the %reg format in the streamer.Rafael Espindola
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola
2011-04-18Invert the meaning of printAliasInstr's return value. It now returnsEric Christopher
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling
2011-04-07Replace the old algorithm that emitted the "print the alias for an instruction"Bill Wendling
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2011-02-28[AVX] Add decode support for VUNPCKLPS/D instructions, both 128-bitDavid Greene
2011-02-17[AVX] Recorganize X86ShuffleDecode into its own libraryDavid Greene
2011-01-17Add a missing <cctype> include, from Joerg Sonnenberger!Douglas Gregor
2010-10-01Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach