summaryrefslogtreecommitdiff
path: root/src/jit/ee_il_dll.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-03remove FEATURE_AVX_SUPPORT flagFei Peng1-2/+2
2017-08-28SuperPMI replay: fix enviroment variables initialization. (#13596)Sergey Andreenko1-0/+14
2017-06-02Invoke jitShutdown during ProcessShutdownWork (#12054)Jonghyun Park1-2/+2
2017-05-03Fix some static analysis warningsRuss Keldorph1-1/+1
2017-03-18Remove JIT-EE version ifdefs (#10273)Bruce Forstall1-162/+0
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-4/+4
2017-02-10Fix System.Numerics.Vectors CoreFx test failuresCarol Eidt1-3/+12
2017-02-05Enable SIMD for RyuJIT/x86Bruce Forstall1-0/+3
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-0/+4
2016-10-27Initial RyuJIT x86 SIMD supportBruce Forstall1-3/+5
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-15/+24
2016-09-08Fix some timing code bit rot, plus minor cleanup.Peter Kukol1-1/+1
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-383/+393
2016-08-01Merge pull request #6491 from adiaaida/formatting2Michelle McDaniel1-8/+10
2016-07-29Massage code for clang-formatMichelle McDaniel1-8/+10
2016-07-27Add errno.hrhadley1-0/+1
2016-07-26Harden stdout at startuprhadley1-9/+28
2016-06-19Disable buffering on jitstdout.Pat Gavlin1-0/+4
2016-06-08Add support for multi-dimensional array initializationMike Danes1-1/+29
2016-05-25Enable HFA support for passing arguments on ARM64Brian Sullivan1-2/+26
2016-05-19Initialize unused upper bits of Vector3 arguments and return registers forSejong OH1-0/+0
2016-05-17Remove jitOnDllProcess{Attach,Detach}.Pat Gavlin1-36/+21
2016-05-13Fix a PCH-related issue in the jitstdout change.Pat Gavlin1-7/+3
2016-05-12Use a JIT-specific stdout `FILE*`.Pat Gavlin1-0/+28
2016-05-03Remove SEH interactions between the JIT and the EE.Pat Gavlin1-0/+44
2016-04-29Eliminate SEH interactions between the JIT and the EE during verification.Pat Gavlin1-0/+109
2016-04-13Collect the JIT's TLS variables in a single type.Pat Gavlin1-3/+84
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+9
2016-03-03Refactor Utilcode's IAllocators.Pat Gavlin1-1/+1
2016-02-26Clean up some truncation warnings in the JIT.Pat Gavlin1-3/+4
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-9/+2
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+9
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin1-6/+10
2016-02-04Make a few JIT interface changes to accommodate CoreRT:Pat Gavlin1-1/+17
2016-02-02Merge branch 'master' into CallArgCleanupCarol Eidt1-8/+9
2016-02-02Merge pull request #2860 from LLITCHEV/gc-stressLubomir Litchev1-8/+9
2016-02-02Outgoing call arg preliminary refactoringCarol Eidt1-2/+2
2016-02-01Fix for bugs related to clasifying System.TypedReference.Lubomir Litchev1-8/+9
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-15Enable FEATURE_SIMD on Linux.Carol Eidt1-2/+2
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-19/+53
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-0/+64
2015-10-07Producing standalone Jit for testingKyungwoo Lee1-0/+1
2015-05-07Changes for building using VS2015Jan Kotas1-4/+10
2015-03-26Fix warnings in the jitter codeJan Vorlicek1-7/+7
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1088