platform/upstream/dotnet/runtime.git
2019-10-17 Egor ChesakovUse aligned memory access in JIT_StackProbe (dotnet...
2019-10-17 Jan KotasDelete ENABLE_WINRT define (dotnet/coreclr#27240)
2019-10-17 Jan VorlicekFix field offset computation in crossgen2 (dotnet/corec...
2019-10-17 Sinan KayaReplace gtLclVar. with AsLclVar()-> (dotnet/coreclr...
2019-10-17 Sinan Kayafind src/jit -type f -exec sed -i -e 's/gtLngCon\....
2019-10-17 Elinor FungUpdate scripts to include activity ID / related activit...
2019-10-17 Aaron RobinsonUpdate UWP Jupiter interaction interface methods define...
2019-10-16 Sinan KayaReplace gtClsVar. with AsClsVar()-> (dotnet/coreclr...
2019-10-16 Egor BogatovOptimize u>=1 to u!=0 and u<1 to u==0 (dotnet/coreclr...
2019-10-16 Jarret ShookUse ubuntu 1804 arm64 queue outerloop (dotnet/coreclr...
2019-10-16 Alexander Soldatov[armel/Tizen] Fix broken crossgen2 build (dotnet/corecl...
2019-10-16 mikednRefactor init/copy block codegen (dotnet/coreclr#27035)
2019-10-16 Anubhav SrivastavaPreparation to introduce parallelism into CrossGen2...
2019-10-16 Egor ChesakovFix JIT.superpmi\superpmicollect broken on ReadyToRun...
2019-10-16 Ben AdamsImprove Dictionary TryGetValue size/perfomance (dotnet...
2019-10-16 Peter SollichManually managed card bundles windows (dotnet/coreclr...
2019-10-16 Omair MajidHandle glibc sys/sysctl.h deprecation (dotnet/coreclr...
2019-10-16 Levi BroderickFix DecoderNLS.Convert to out the correct value for...
2019-10-16 Tanner GoodingAdding tests and fixing codegen for the Arm 'Aes' and...
2019-10-16 Egor ChesakovAdd STRESS_PROFILER_CALLBACKS JIT stress mode (dotnet...
2019-10-16 Egor ChesakovFix RBM_PROFILER_TAILCALL_TRASH on x86 in src/jit/targe...
2019-10-16 Del MyersEnable ETW/EventSource logging of task IDs for boxed...
2019-10-16 mikednFix Compare and gtHashValue handling of BLK & OBJ ...
2019-10-15 Sergey AndreenkoFix some optimization warnings in jit. (dotnet/coreclr...
2019-10-15 Sinan KayaReplace gtCall. with AsCall()-> (dotnet/coreclr#27172)
2019-10-15 Sergey AndreenkoRewrite some blocks exposed by dotnet/coreclr#27122...
2019-10-15 Sinan KayaReplace gtSIMD. with AsSIMD()-> (dotnet/coreclr#27165)
2019-10-15 Sinan KayaReplace gtCast. with AsCast()-> (dotnet/coreclr#27166)
2019-10-15 Levi BroderickUpdate Utf8String to match latest prototype (dotnet...
2019-10-15 mikednCleanup LowerBlockStore (dotnet/coreclr#27170)
2019-10-15 Stephen ToubUse stackalloc expressions with builder ctors (dotnet...
2019-10-15 Sinan KayaReplace `gtArrLen` with `AsArrLen`.
2019-10-15 Sinan KayaReplace gtBox. with AsBox() (dotnet/coreclr#27161)
2019-10-15 David WrightonBuildwork to remove dir.props files (dotnet/coreclr...
2019-10-15 Sinan KayaReplace gtRetExpr. with AsRetExpr()-> (dotnet/coreclr...
2019-10-15 Carol EidtUpdate first-class-structs doc (dotnet/coreclr#27189)
2019-10-14 mikednFix 2 small Statement issues (dotnet/coreclr#27183)
2019-10-14 Andrew AuHandle the case where customAttributeConstructorHandle...
2019-10-14 Sinan KayaReplace gtIntConCommon. with AsIntConCommon()-> (dotnet...
2019-10-14 Sinan KayaReplace gtDblCon. with AsDblCon()
2019-10-14 Egor ChesakovAdd regression test for https://github.com/dotnet/corec...
2019-10-14 Elinor FungRemove unused binder code (dotnet/coreclr#27180)
2019-10-14 Aaron RobinsonConditionally remove the GC transition from a P/Invoke...
2019-10-14 Michal StrehovskýWrap PerfEventSource usage in IsEnabled checks (dotnet...
2019-10-14 Sinan KayaFix integer conversion issues (dotnet/coreclr#27173)
2019-10-14 Michal StrehovskýCopy exception regions in the copy constructor (dotnet...
2019-10-14 Jan KotasReplace primitive Array fcalls with managed implementat...
2019-10-13 Ben AdamsUpdate Jit formatting link (dotnet/coreclr#27171)
2019-10-12 Sinan KayaReplace gt## with As## (dotnet/coreclr#27122)
2019-10-11 mikednCleanup unrolled block op codegen (dotnet/coreclr#27146)
2019-10-11 mikednRemove duplicate code from emitIns_R_AR[R|X]/AR[R|X...
2019-10-11 Jeremy KoritzinskyRun tests on Alpine 3.10. (dotnet/coreclr#27093)
2019-10-11 Egor BogatovEnable fast-paths on Mono for Array (dotnet/coreclr...
2019-10-11 Sinan KayaReplace regNum with GetRegNum() (dotnet/coreclr#27120)
2019-10-11 Michal StrehovskýAdd support for emitting finally regions in ILEmitter...
2019-10-11 Jan KotasClose unused diagnostic server thread handle (dotnet...
2019-10-11 Eugene RozenfeldMerge pull request dotnet/coreclr#27114 from erozenfeld...
2019-10-11 Sinan KayaReplace lvArgReg with GetArgReg() (dotnet/coreclr#27097)
2019-10-11 Tanner GoodingRefactoring the ARM intrinsics to match API review...
2019-10-11 Sung Yoon WhangDo not create diagnostics server thread and pipe if...
2019-10-11 Sung Yoon WhangRemove unnecessary cleanup on diagnostics server thread...
2019-10-11 Eugene RozenfeldJit: Fix SetIndirExceptionFlags.
2019-10-10 Andy AyersJIT: only tail recursive calls become loops (dotnet...
2019-10-10 Andrew Au[crossgen2] Attribute Presence Filter (dotnet/coreclr...
2019-10-10 Eugene RozenfeldMerge pull request dotnet/coreclr#27117 from erozenfeld...
2019-10-10 Sergey AndreenkoFinish `Statement` rework. (dotnet/coreclr#26876)
2019-10-10 Simon NattressFix crossgen2 skipped methods NullReferenceException...
2019-10-09 Eugene RozenfeldRename tests for issue 27107.
2019-10-09 Andy AyersJIT: allow block cloning opt in methods with EH (dotnet...
2019-10-09 Eugene RozenfeldMerge pull request dotnet/coreclr#27108 from erozenfeld...
2019-10-09 Eugene RozenfeldFix ADDR(IND(tree))=>tree transformation in morph.
2019-10-09 Michal StrehovskýFix F5 experience in VS for crossgen2 (dotnet/coreclr...
2019-10-09 Michal StrehovskýAdd new ready to run helper to managed tools (dotnet...
2019-10-09 Jan KotasEnsure that GC suspension does not modify last error...
2019-10-09 Sinan KayaReplace isHfaArg with IsHfaArg()
2019-10-09 Elinor FungRemove some unused code in binder (dotnet/coreclr#27095)
2019-10-09 Ilya Shipitsincleanup: remove several redundant conditions found...
2019-10-09 Egor BogatovOptimize ToString() for byte, ushort, uint and ulong...
2019-10-08 Ryan LuciaReplace InternalLoadUnmanagedDllFromPath with NativeLib...
2019-10-08 Sinan KayaRename genAlignLoops (dotnet/coreclr#27030)
2019-10-08 Sinan KayaReplace gtRegNum with GetRegNum() (dotnet/coreclr#27086)
2019-10-08 Jan KotasEnable optimized single-proc allocation helpers for...
2019-10-08 Anton LapounovAdd crossgen2 option to specify JIT library path (dotne...
2019-10-08 Aaron RobinsonRemove SQL callout cookie from JIT. (dotnet/coreclr...
2019-10-07 Jeremy KoritzinskyExplicitly make our minimum ICU version be the version...
2019-10-07 Tomáš RylekRevert "Preparatory changes for implementing Crossgen2...
2019-10-07 Jan VorlicekFix crossgen2 for methods with StackCrawlMark (dotnet...
2019-10-07 Jan VorlicekImprove superilc test copying speed and cleanup (dotnet...
2019-10-07 Jeremy KoritzinskyClean up our CMake scripts using features introduced...
2019-10-07 Sinan KayaRename isSplit (dotnet/coreclr#27011)
2019-10-07 Sergey AndreenkoPrint tier in DumpJittedMethods. (dotnet/coreclr#27017)
2019-10-07 Steve MacLeanInitial perf jitdump implementation (dotnet/coreclr...
2019-10-07 Egor ChesakovImplement stack probing using helpers on (win|linux...
2019-10-07 Jakob Botsch... Add csproj and bash script for crossgen2 ThunkGenerator...
2019-10-07 Michal StrehovskýMake it possible to compile apps that target WindowsDes...
2019-10-06 Jan KotasMore CompareInfo.IndexOf globalization fixes (dotnet...
2019-10-06 dotnet-maestro... [master] Update dependencies from dotnet/corefx (dotnet...
2019-10-06 Tomáš RylekPreparatory changes for implementing Crossgen2 pipeline...
2019-10-06 Brian SullivanNew fix for dotnet/coreclr#26417 - Don't allow the...
2019-10-05 Tomáš RylekFix duplicate key failure in SuperIlc when using multip...
next