summaryrefslogtreecommitdiff
path: root/src/jit/instr.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-11Un-clang-format GTF_ flagsBruce Forstall1-5/+3
2017-04-20[x86/Linux] Relax inst_JMP assert condition (#11062)Jonghyun Park1-1/+8
2017-04-07Remove RELOC_SUPPORT defineBruce Forstall1-6/+1
2017-03-13Convert GenTree* to GenTreeCall* as much as possible (#10132)Bruce Forstall1-7/+5
2017-03-06Un-clang-format-horrible-ify emitIns_Call() and genEmitCall()Bruce Forstall1-11/+39
2017-02-22Updating codegenxarch to support single-precision CORINFO_INTRINSIC_SqrtTanner Gooding1-1/+5
2017-02-12Windows/Arm32: Fix a build break.Mikhael Skvortsov1-9/+0
2017-02-09Address the feedback.Mikhail Skvortcov1-6/+2
2017-02-09RyuJIT/ARM32: enable DecomposeLongs phaseMikhail Skvortcov1-2/+6
2017-02-05Enable SIMD for RyuJIT/x86Bruce Forstall1-0/+12
2016-12-02RyuJIT/x86: Implement TYP_SIMD12 supportBruce Forstall1-6/+4
2016-11-29Fix various disassembly issuesMike Danes1-2/+0
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-1/+1
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-1268/+1247
2016-07-29Massage code for clang-formatMichelle McDaniel1-0/+9
2016-07-26Enable multireg returns on Arm64Brian Sullivan1-7/+7
2016-06-08Add support for multi-dimensional array initializationMike Danes1-2/+1
2016-05-16Disable RegPair for x86 LongsMichelle McDaniel1-4/+9
2016-04-26Fix two "unreached" assertsBruce Forstall1-51/+5
2016-04-22Fix #3561: assert on RyuJIT x86 when generating shl by 1Bruce Forstall1-67/+13
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-1/+1
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+1
2016-02-29Add support for emitting GC-ness of the second return register for 16 byteLubomir Litchev1-32/+39
2016-02-17Refactor the Conditional branches on Arm to match the Arm condition codesBrian Sullivan1-14/+17
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-6/+24
2015-10-21 Generate efficient code for rotation patterns.Eugene Rozenfeld1-0/+6
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-1/+1
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-1/+1
2015-03-27Fix some of the issues found by Viva64 static analyserChris McKinsey1-8/+2
2015-02-07Fix undefined symbols in release build of libcoreclr on LinuxSergiy Kuryata1-1/+0
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4169