summaryrefslogtreecommitdiff
path: root/src/jit/ee_il_dll.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-18Fix explicit constructor calls and Remove multi-line comments (#23162)Sinan Kaya1-2/+7
2019-03-07Fix a rare JitStress assert. (#23116)Sergey Andreenko1-1/+1
2019-02-12Refactoring siVarLoc creation (#22543)Brian Bohe1-24/+24
2019-02-11Locally define DLLEXPORT in ee_il_dll.cppRuss Keldorph1-0/+4
2019-02-10Cleanup DLL exports (#22500)Jan Kotas1-1/+5
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-4/+4
2019-01-03Fix desktop SIMD failuresCarol Eidt1-1/+1
2018-12-13Fixing up configEnableISA and Compiler::compSetProcessor to be consistent wit...Tanner Gooding1-1/+6
2018-11-14Jit changes from the desktop Toolset UpdateBrian Sullivan1-4/+13
2018-10-24Expose EnableISA knobs in release build (#20501)Fei Peng1-5/+1
2018-09-04JIT: add option to dump jit-generated debug info (#19808)Andy Ayers1-2/+2
2018-08-24Merge pull request #19556 from mikedn/dmp-speedBruce Forstall1-4/+11
2018-08-22Speed-up JIT dumpMike Danes1-4/+11
2018-08-21Cleanup unnecessary casts in roundUpEgor Chesakov1-2/+2
2018-06-30Pass CompAllocator by value (#15025)mikedn1-1/+1
2018-06-25Cross-bitness in instance fields placement and CORINFO structs (#18366)Egor Chesakov1-1/+1
2018-06-13[Windows|Arm64|VarArgs] Correctly pass HFA arguments (#18364)Jarret Shook1-0/+9
2018-05-22Remove JIT LEGACY_BACKEND code (#18064)Bruce Forstall1-2/+2
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-4/+4
2018-03-10Fix build with Clang 6.0 and enable build with Clang 5.0 (#16855)Jan Vorlicek1-1/+1
2018-01-31Delete GenTreePtr. (#16027)Sergey Andreenko1-1/+1
2017-12-15Clean up clrjit from using sizeof(void*) when meant TARGET_POINTER_SIZE (#15524)Egor Chesakov1-2/+2
2017-12-15Enable Vector256<T> with AVXFei Peng1-1/+5
2017-11-06Merge pull request #14506 from mikedn/alloc-messBrian Sullivan1-1/+1
2017-10-25Added gtNewIndOfIconHandleNodeBrian Sullivan1-1/+1
2017-10-24delete unused local variables from jit sources (#14679)Sergey Andreenko1-2/+0
2017-10-23[Arm64] SIMD simple defines (#14628)Steve MacLean1-4/+2
2017-10-15Remove unused compGetMem functionsMike Danes1-1/+1
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-12/+0
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