Merging r261039:
[oota-llvm.git] / lib / Target / X86 / Utils /
2015-12-31 Craig Topper[X86] Move shuffle decoding for constant pool into...
2015-12-26 Craig Topper[X86] Fix an unused variable warning in released builds.
2015-12-26 Craig Topper[X86] Add support for printing shuffle comments for...
2015-12-26 Craig Topper[X86] Fix shuffle decoding for variable VPERMIL to...
2015-10-15 Igor BregerAVX512: Implemented DAG lowering for shuff62x2/shufi62x...
2015-09-13 Simon Pilgrim[X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.
2015-09-08 Elena DemikhovskyAVX-512: Lowering for 512-bit vector shuffles.
2015-07-07 Denis ProtivenskyFix gcc warnings of different enum and non-enum types...
2015-07-06 Simon Pilgrim[X86][AVX] Add support for shuffle decoding of vperm2f1...
2015-07-06 Simon Pilgrim[X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-25 NAKAMURA TakumiReformat.
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-02-14 Simon PilgrimLine ending fix. NFC.
2015-01-31 Saleem AbdulrasoolX86: silence a GCC warning
2015-01-31 Diego NovilloRemove unused variable.
2015-01-31 Simon Pilgrim[X86][SSE] Shuffle mask decode support for zero extend...
2015-01-21 Simon Pilgrim[X86][SSE] movddup shuffle mask decodes
2015-01-11 David MajnemerRevert most of r225597
2015-01-11 David MajnemerX86: Properly decode shuffle masks when the constant...
2014-10-14 Simon Pilgrim[X86][SSE] pslldq/psrldq shuffle mask decodes
2014-09-27 Chandler Carruth[x86] Flip the sentinel values used in the target shuff...
2014-09-25 Chandler Carruth[x86] Implement v16i16 support with AVX2 in the new...
2014-09-23 Chandler Carruth[x86] Teach the vector comment parsing and printing...
2014-09-23 Chandler Carruth[x86] Teach the AVX1 path of the new vector shuffle...
2014-09-22 Robert LougherFix assert when decoding PSHUFB mask
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form MOVSLDUP and...
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-08-02 Chandler Carruth[x86] Largely complete the use of PSHUFB in the new...
2014-07-26 Nick LewyckyFix broken assert.
2014-07-26 NAKAMURA TakumiX86ShuffleDecode.cpp: Silence a warning. [-Wunused...
2014-07-26 NAKAMURA TakumiUpdate X86/Utils/LLVMBuild.txt corresponding to r213986...
2014-07-25 Chandler Carruth[x86] Teach the X86 backend to print shuffle comments...
2014-03-15 Patrik HagglundReplace ValueTypes.h with MachineValueType.h if possible.
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
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-01-28 Craig TopperFix 256-bit PALIGNR comment decoding to understand...
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-05-06 Craig TopperUse MVT instead of EVT as the argument to all the shuff...
2012-05-06 Craig TopperAdd shuffle decode support for VPERMQ/VPERMPD.
2012-05-03 Craig TopperFix 256-bit vpshuflw and vpshufhw immediate encoding...
2012-05-02 Craig TopperAdd support for selecting AVX2 vpshuflw and vpshufhw...
2012-04-17 Craig TopperDon't decode vperm2i128 or vperm2f128 into a shuffle...
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-02-06 Craig TopperAdd shuffle decoding support for 256-bit pshufd. Merge...
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 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-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-08-12 Bruno Cardoso LopesThe VPERM2F128 is a AVX instruction which permutes...
2011-08-01 Douglas GregorUpdate CMake target names for tablegen-generated data...
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 Bruno Cardoso LopesRecognize unpckh* masks and match 256-bit versions...
2011-07-21 Bruno Cardoso LopesAdd support for 256-bit versions of VPERMIL instruction...
2011-03-02 David Greene[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and...
2011-02-28 Chris Lattnerfix a signed comparison warning.
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