[X86][SSE] Bitcast assertion in XFormVExtractWithShuffleIntoLoad
[oota-llvm.git] / lib / Target / X86 / InstPrinter /
2014-10-14 Simon Pilgrim[X86][SSE] pslldq/psrldq shuffle mask decodes
2014-09-25 Chandler Carruth[x86] Implement v16i16 support with AVX2 in the new...
2014-09-23 Chandler Carruth[x86] Teach the rest of the 'target shuffle' machinery...
2014-09-23 Chandler Carruth[x86] Teach the vector comment parsing and printing...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form MOVSLDUP and...
2014-09-09 Pavel Chupin[x32] Emit callq for CALLpcrel32
2014-09-03 Chandler Carruth[x86] Teach the asm comment printing to only print...
2014-08-15 Chandler Carruth[x86] Teach the instruction printer to decode immediate...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-31 Craig Topper[C++11] Mark more classes in the X86 target as 'final'.
2014-03-18 Manuel JacobX86: Use enums for memory operand decoding instead...
2014-03-15 Patrik HagglundReplace ValueTypes.h with MachineValueType.h if possible.
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for STOS[BWLQ] ...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-21 Kevin EnderbyTo allow the X86 verbose assembly to print its informat...
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-13 Elena DemikhovskyAVX-512: Embedded Rounding Control - encoding and printing
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-08-25 Craig TopperFirst round of fixes for the x86 fixes for the x86...
2013-08-01 Daniel MaleaFixed the Intel-syntax X86 disassembler to respect...
2013-07-31 Craig TopperChanged register names (and pointer keywords) to be...
2013-07-31 Craig TopperRemove trailing whitespace and some tab characters.
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-01-29 Craig TopperMerge SSE and AVX shuffle instructions in the comment...
2013-01-28 Craig TopperAdd missing break in 256-bit palignr comment printing...
2013-01-28 Craig TopperFix inconsistent usage of PALIGN and PALIGNR when refer...
2013-01-26 Benjamin KramerX86: Decode PALIGN operands so I don't have to do it...
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-23 Kevin EnderbyMake branch heavy code for generating marked up disasse...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-09 Craig TopperSeparate AVXCC and SSECC printing for cmpps/pd/ss/sd...
2012-10-03 Chad RosierTypos.
2012-09-26 Michael LiaoAdd 'lock' prefix output support in assembly printer
2012-09-10 Chad RosierUpdate function names to conform to guidelines. No...
2012-05-06 Craig TopperAdd shuffle decode support for VPERMQ/VPERMPD.
2012-05-02 Craig TopperAdd support for selecting AVX2 vpshuflw and vpshufhw...
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-30 Benjamin KramerRip out emission of the regIsInRegClass function for...
2012-03-21 Benjamin KramerUse a signed value for this enum to avoid spuriuos...
2012-03-20 Craig TopperFactor out target shuffle mask decoding from getShuffle...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-23 Kevin EnderbyUpdated the llvm-mc disassembler C API to support for...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-08 Elena DemikhovskyFixed a bug in printing "cmp" pseudo ops.
2012-02-06 Craig TopperAdd shuffle decoding support for 256-bit pshufd. Merge...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable in X86 Target...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-06 Craig TopperClean up some of the shuffle decoding code for UNPCK...
2011-11-30 Craig TopperMerge decoding of VPERMILPD and VPERMILPS shuffle masks...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-29 Craig TopperFix shuffle decoding for memory forms for (V)SHUFPS/D.
2011-11-29 Craig TopperFix issues in shuffle decoding around VPERM* instructio...
2011-11-22 Craig TopperMore fixes to the X86InstComments for shuffle instructi...
2011-11-22 Craig TopperFix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Owen AndersonAdd support for stored annotations to MCInst, and provi...
2011-09-02 Kevin EnderbyChange X86 disassembly to print immediates values as...
2011-08-25 Bruno Cardoso LopesAdd memory version of SHUFPD to mask decoding!
2011-08-12 Bruno Cardoso LopesThe VPERM2F128 is a AVX instruction which permutes...
2011-08-04 Duncan SandsAdd obviously missing "break". Noticed by Andrey Karpo...
2011-07-29 Bruno Cardoso LopesAdd DecodeShuffle shuffle support for VPERMIPD variantes
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-21 Bruno Cardoso LopesAdd support for 256-bit versions of VPERMIL instruction...
2011-07-06 Evan ChengRename files for consistency.
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-07-06 Evan ChengRemove the AsmWriterEmitter (unused) feature that rely...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-04-18 Eric ChristopherInvert the meaning of printAliasInstr's return value...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-02-28 David Greene[AVX] Add decode support for VUNPCKLPS/D instructions...
2011-02-17 David Greene[AVX] Recorganize X86ShuffleDecode into its own library
2011-01-17 Douglas GregorAdd a missing <cctype> include, from Joerg Sonnenberger!
2010-10-01 Jim GrosbachRename the AsmPrinter directory to InstPrinter for...