summaryrefslogtreecommitdiff
path: root/src/jit/instr.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-28Replacing the IsDstSrcSrcAVXInstruction jump table with a flag.Tanner Gooding1-0/+1
2018-08-28Replacing the IsDstDstSrcAVXInstruction jump table with a flag.Tanner Gooding1-0/+1
2018-08-27Merging the instrsxarch fp, rf, and wf parameters into a single flags parameterTanner Gooding1-10/+25
2018-08-02Get rid of x86_instrs.hMike Danes1-1/+2
2018-02-28ARM64 SHA256 Crypto intrinsics implementationDebayan Ghosh1-1/+1
2018-01-20On all platforms first member of InstructionSet enum is InstructionSet_ILLEGALJacek Blaszczynski1-5/+5
2018-01-19[Arm64] Set Instruction set flagsSteve MacLean1-0/+23
2017-10-25Decoupling SIMD levels from instruction setsFei Peng1-10/+6
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng1-7/+6
2017-09-29Implement IsSuppoored for all ISA classesFei Peng1-4/+23
2017-06-09delete DECLARE_TYPED_ENUM (#12177)Sergey Andreenko1-26/+17
2016-11-28Enable using SSE3_4 instruction set for SIMD codegen.sivarv1-3/+7
2016-09-20Support GT_OBJ for x86Carol Eidt1-12/+0
2016-09-09Do not use movsq on x86.Pat Gavlin1-0/+12
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-2/+2
2016-07-29Massage code for clang-formatMichelle McDaniel1-0/+2
2016-03-31Replace uses of _WIN64 with _HOST_64BIT_.Pat Gavlin1-2/+6
2016-02-29Add support for emitting GC-ness of the second return register for 16 byteLubomir Litchev1-17/+18
2016-02-17Refactor the Conditional branches on Arm to match the Arm condition codesBrian Sullivan1-4/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+299