summaryrefslogtreecommitdiff
path: root/src/jit/protojit
AgeCommit message (Expand)AuthorFilesLines
2019-05-24Remove dependency on IEEMemoryManager (#24755)Jan Kotas1-1/+0
2019-04-11Work around https://gitlab.kitware.com/cmake/cmake/issues/18399 by specifying...Jeremy Koritzinsky1-0/+2
2017-10-03remove FEATURE_AVX_SUPPORT flagFei Peng1-1/+1
2017-05-26Fix compile with disabled FEATURE_READYTORUN option (#11875)Petr Bred1-1/+4
2017-03-02Build cross-compile altjits for arm32 and arm64Bruce Forstall1-0/+1
2016-11-23Make RyuJIT/x86 the default x86 JITBruce Forstall1-6/+5
2016-11-03Fix JIT build host/target confusion (#7979)Bruce Forstall1-2/+2
2016-10-27Initial RyuJIT x86 SIMD supportBruce Forstall1-0/+6
2016-10-11set ready to run flag for protojitSergey Andreenko1-0/+1
2016-05-25Limit the exports of libclrjit.{so,dylib}.Pat Gavlin1-5/+5
2016-04-08Clean up JIT build rulesBruce Forstall1-5/+9
2016-02-29Merge pull request #3431 from CarolEidt/ProtojitAltJitPat Gavlin1-0/+1
2016-02-29Define ALT_JIT for protojit.dllCarol Eidt1-0/+1
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin1-1/+2
2016-01-27Update license headersdotnet-bot1-5/+3
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2015-12-15Build the legacy jit for x86 and arm.Jarret Shook1-0/+46
2015-12-15Add src/jit/protojitJan Kotas5-0/+114